Advertisement
Erik557

Untitled

Aug 4th, 2016
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.     PHP
  2.     SEP #$30
  3.     PHX
  4.     LDX #$03
  5. .loop   LDA $17C0,x
  6.     BNE .next
  7.    
  8.     INC $17C0,x
  9.     LDA #$1B
  10.     STA $17CC,x
  11.  
  12.     LDA $98
  13.     AND #$F0
  14.     STA $17C4,x
  15.     LDA $9A
  16.     AND #$F0
  17.     STA $17C8,x
  18.     BRA +
  19.  
  20. .next   DEX
  21.     BPL .loop
  22.  
  23. +   TXA
  24.     PLX
  25.     PLP
  26.     RTL
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement