Data update
This commit is contained in:
parent
72eb4943cb
commit
4d5544505c
2347 changed files with 62432 additions and 16731 deletions
|
|
@ -1,2 +1,3 @@
|
|||
LEA userStack,A0 ;initialize the user stack, points to a memory address in user RAM. Only do this once!
|
||||
MOVEM.L D0-D3,-(A0) ;moves the full 32 bits of registers D0,D1,D2,D3 into the address pointed by A0, with pre-decrement
|
||||
LEA userStack,A0 ;initialize the user stack, points to a memory address in user RAM. Only do this once!
|
||||
MOVEM.L D0-D3,-(A0) ;moves the full 32 bits of registers D0,D1,D2,D3 into the address pointed by A0,
|
||||
;with pre-decrement
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue