Six Years of Service
Posts: 2,973
Threads: 246
CISC and RISC programming! 09-26-2018, 08:53 PM
#1
Which one is better in learning CISC and RISC ?
My IT skills that I know perfect is SQL, HTML ,css ,wordpress, PHP.
coding skills that I know is Java, JavaScript and C#
Eight Years of Service
Posts: 2,374
Threads: 130
RE: CISC and RISC programming! 09-27-2018, 11:47 PM
#2
RISC is used essentially everywhere except for laptops/desktops. Also, RISC teaches you the fundamentals better, especially considering that you can design a simple RISC architecture pretty easily. Also, ARM is being moved into the laptop world (Chromebooks, and possibly the 2020 Macbooks), RISC-V is being pushed for by everyone, you can make a POWER9 desktop for ~1.5k (or buy for 2k), and you also have SBCs like the Raspberry Pi and others. On top of that, Windows 10 now has ARM versions, Linux and NetBSD have been ported to RISC-V, ARM, MIPS, POWER9, and everything else that you can think of, and XNU (the macOS kernel) already has an ARM version (iOS core). Practically, even when writing for a CISC processor, most of what you do will be RISC-y either way, since most of your code is gonna be taken up by a few simpler instructions. In my opinion, go with a RISC, specifically ARM or RISC-V if you want to ever use your skills in the real world.
(11-02-2018, 02:51 AM)Skullmeat Wrote: Ok, there no real practical reason for doing this, but that's never stopped me.
•
Six Years of Service
Posts: 2,973
Threads: 246
RE: CISC and RISC programming! 10-01-2018, 11:10 PM
#3
(09-27-2018, 11:47 PM)Ender Wrote: RISC is used essentially everywhere except for laptops/desktops. Also, RISC teaches you the fundamentals better, especially considering that you can design a simple RISC architecture pretty easily. Also, ARM is being moved into the laptop world (Chromebooks, and possibly the 2020 Macbooks), RISC-V is being pushed for by everyone, you can make a POWER9 desktop for ~1.5k (or buy for 2k), and you also have SBCs like the Raspberry Pi and others. On top of that, Windows 10 now has ARM versions, Linux and NetBSD have been ported to RISC-V, ARM, MIPS, POWER9, and everything else that you can think of, and XNU (the macOS kernel) already has an ARM version (iOS core). Practically, even when writing for a CISC processor, most of what you do will be RISC-y either way, since most of your code is gonna be taken up by a few simpler instructions. In my opinion, go with a RISC, specifically ARM or RISC-V if you want to ever use your skills in the real world.
thank you for your input.
My IT skills that I know perfect is SQL, HTML ,css ,wordpress, PHP.
coding skills that I know is Java, JavaScript and C#
RE: CISC and RISC programming! 04-30-2024, 07:43 PM
#4
Darkninja,
First go with RISC. It's simpler and you have a lot of evaluation boards to tinker with.
•
RE: CISC and RISC programming! 04-30-2024, 10:32 PM
#5
First go with RISC. It's simpler
•