Fix typos in suggested NK log code

This commit is contained in:
Elliot Nunn 2017-10-04 17:43:46 +08:00
parent 2415ed21b7
commit 8198d61f3b

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