Click here to Skip to main content
15,896,111 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Thought of the Day Pin
OriginalGriff24-Oct-18 6:15
mveOriginalGriff24-Oct-18 6:15 
GeneralRe: Thought of the Day Pin
Ron Anders24-Oct-18 7:19
Ron Anders24-Oct-18 7:19 
GeneralRe: Thought of the Day Pin
Kschuler24-Oct-18 11:15
Kschuler24-Oct-18 11:15 
GeneralHow powerful are smartphone processors? Pin
kalberts24-Oct-18 3:44
kalberts24-Oct-18 3:44 
GeneralRe: How powerful are smartphone processors? Pin
OriginalGriff24-Oct-18 4:13
mveOriginalGriff24-Oct-18 4:13 
GeneralRe: How powerful are smartphone processors? Pin
CodeWraith24-Oct-18 4:45
CodeWraith24-Oct-18 4:45 
GeneralRe: How powerful are smartphone processors? Pin
kalberts24-Oct-18 5:06
kalberts24-Oct-18 5:06 
GeneralRe: How powerful are smartphone processors? Pin
CodeWraith24-Oct-18 5:22
CodeWraith24-Oct-18 5:22 
Member 7989122 wrote:
If you go back in history, RISC was Reduced INSTRUCTION SET computers, not Reduced ADDRESSING MODES computers. RISC was more than reduced number of instructions: There was a reduction in number of instruction formats: All instructions being x bits wide, all having the operand spec in the same bits etc. The regularity was just as important as the count. It lead to far more direct hardware decoding of the instruction / operand codes into signal lines within the CPU, avoiding (possibly multiple layers of) microcode decoding, making faster instruction execution possible.
I see that more in microcontrollers where instruction memory needed not be organized in bytes and any number of bits could be realized as instruction word size. This way the processors only had to fetch one instruction word of n bits instead of several bytes and could execute most instructions in a single cycle.

Did you ever see a 8 bit RISC CPU (as opposed to microcontroller)? I still like to program on the granddaddy of all RISC (and CMOS) CPUs and I can assure you that the addressing modes are extremely reduced there. Some people went so far to call it one of the earliest and most radical RISC implementations ever. I think this spartan design was not due to a radical design philosohy. It was probably the low number of gates available on the die because it was also an early CMOS design and CMOS gates need transistor pairs.
I have lived with several Zen masters - all of them were cats.

His last invention was an evil Lasagna. It didn't kill anyone, and it actually tasted pretty good.

GeneralRe: How powerful are smartphone processors? Pin
kalberts24-Oct-18 5:59
kalberts24-Oct-18 5:59 
GeneralRe: How powerful are smartphone processors? Pin
sasadler25-Oct-18 3:38
sasadler25-Oct-18 3:38 
GeneralRe: How powerful are smartphone processors? Pin
obermd25-Oct-18 3:34
obermd25-Oct-18 3:34 
GeneralRe: How powerful are smartphone processors? Pin
CodeWraith25-Oct-18 3:41
CodeWraith25-Oct-18 3:41 
GeneralRe: How powerful are smartphone processors? Pin
kalberts24-Oct-18 4:52
kalberts24-Oct-18 4:52 
GeneralRe: How powerful are smartphone processors? Pin
MadMyche25-Oct-18 4:33
professionalMadMyche25-Oct-18 4:33 
GeneralRe: How powerful are smartphone processors? Pin
CodeWraith24-Oct-18 4:33
CodeWraith24-Oct-18 4:33 
GeneralRe: How powerful are smartphone processors? Pin
kalberts24-Oct-18 5:37
kalberts24-Oct-18 5:37 
GeneralRe: How powerful are smartphone processors? Pin
lopatir24-Oct-18 5:05
lopatir24-Oct-18 5:05 
GeneralRe: How powerful are smartphone processors? Pin
kalberts24-Oct-18 5:14
kalberts24-Oct-18 5:14 
GeneralRe: How powerful are smartphone processors? Pin
Alan Leigh-Lancaster24-Oct-18 20:46
Alan Leigh-Lancaster24-Oct-18 20:46 
GeneralRe: How powerful are smartphone processors? Pin
Munchies_Matt24-Oct-18 5:08
Munchies_Matt24-Oct-18 5:08 
GeneralRe: How powerful are smartphone processors? Pin
Maximilien24-Oct-18 5:11
Maximilien24-Oct-18 5:11 
GeneralRe: How powerful are smartphone processors? Pin
kalberts24-Oct-18 6:22
kalberts24-Oct-18 6:22 
GeneralRe: How powerful are smartphone processors? Pin
Maximilien24-Oct-18 7:10
Maximilien24-Oct-18 7:10 
GeneralRe: How powerful are smartphone processors? Pin
maze325-Oct-18 0:46
professionalmaze325-Oct-18 0:46 
PraiseThe sqlite Code Of Conduct -- A developers stairway to heaven. Pin
abmv23-Oct-18 23:27
professionalabmv23-Oct-18 23:27 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.