mirror of
https://github.com/elliotnunn/mac-rom.git
synced 2025-08-10 05:25:01 +00:00
Fix typos in suggested NK log code
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user