Let's say I have a hello world program, which print 'Hello World'. Now, I have compiled this program for CISC Processor and next I have compiled for RISC processor. My question is which will have bigger code size and why?
Asked
Active
Viewed 63 times
1 Answers
0
The programs will be the same size. As both of them consist simply of passing a string constant to a system call.

Dan D.
- 73,243
- 15
- 104
- 123
-
But in general, which program will be of bigger size CISC or RISC? – Prawn Hongs May 28 '19 at 21:06