Advertisement
Guest User

Untitled

a guest
Dec 8th, 2016
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ; broken
  2.         call    SGB_reset
  3.         ld      b,SGB_CHR_TRN*$8+$1
  4.         call    SGB_byte
  5.         ld      b,$0
  6.         ld      d,$8*$e
  7.         call    SGB_byte
  8.         call    SGB_end
  9.         call    SGB_wait
  10.  
  11. ; fixed
  12.         call    SGB_reset
  13.         ld      b,SGB_CHR_TRN*$8+$1
  14.         call    SGB_byte
  15.         ld      b,$0
  16.         ld      d,$8*$f
  17.         call    SGB_byte
  18.         call    SGB_end
  19.         call    SGB_wait
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement