mirror of
https://github.com/elliotnunn/mac-rom.git
synced 2024-12-26 18:29:56 +00:00
Fix typos in suggested NK log code
This commit is contained in:
parent
d6259012e0
commit
ba23f80fd4
@ -1,12 +1,12 @@
|
||||
; To print a C string:
|
||||
; PEA @cstring
|
||||
; MOVE $-3, -(SP)
|
||||
; MOVE #-3, -(SP)
|
||||
; DC.W $AA7F
|
||||
|
||||
; To print a hex string:
|
||||
; MOVE.L #value, -(SP)
|
||||
; MOVE #2, -(SP) ; 1: byte, 2: word, else: long
|
||||
; MOVE $-2, -(SP)
|
||||
; MOVE #-2, -(SP)
|
||||
; DC.W $AA7F
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user