Fix typos in suggested NK log code

This commit is contained in:
Elliot Nunn 2017-10-04 17:43:46 +08:00
parent d6259012e0
commit ba23f80fd4
1 changed files with 2 additions and 2 deletions

View File

@ -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