Skip to content

Commit

Permalink
Fix typos in suggested NK log code
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotnunn committed Dec 26, 2017
1 parent d625901 commit ba23f80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions OS/NKLogShim.a
Original file line number Diff line number Diff line change
@@ -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


Expand Down

0 comments on commit ba23f80

Please sign in to comment.