Welcome, Guest. Please login or register.

Author Topic: How is ARM processor assembler?  (Read 1404 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline psxphill

Re: How is ARM processor assembler?
« on: April 11, 2014, 12:59:31 PM »
Quote from: zombi;762334
ARM is a famous RISC CPU. This brings simpler instruction set. And it is easier to learn.
 
There are some common ideas and implementations in 6502 CPU, and RISK CPU's. If you know 6502 (or 6510) it will speed up the thinks.

The people who designed it did love the 6502, although I'm not sure it helps much. People say the 6502 and 68000 are risc-like, but they are not not. I would put the arm in the same category.
 
MIPS R3000 is definitely RISC, it's my personal favourite but delay slots make it hard to get your head around if you've used CISC before.