Category:68000 Assembly: Difference between revisions

Line 24:
 
===Data Registers===
There are eight 32-bit data registers on the 68000, numbered D0-D7. As the name implies, these are designed to hold data. SimilarMuch tolike thein [[ARM processorAssembly]], each one is identical in terms of which commands it can use. A command that can be used for D0 can be used for any other D-register.
 
<lang 68000devpac>MOVE.B #$FF,D0 ;move the hexadecimal value 0xFF into the bottom byte of D0.
1,489

edits