Advertisement
DimkaM

Untitled

Feb 14th, 2021
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1.  
  2. ld bc,0xbf77
  3. ld a,0x03
  4. out (c),a
  5. ld hl,palette + 15
  6. ld bc,0x07ff
  7. f6_loop
  8. ld a,b
  9. out (0xf6),a
  10. outd
  11. or a
  12. jr nz,f6_loop
  13. ld bc,0x07ff
  14. fe_loop
  15. ld a,b
  16. out (0xfe),a
  17. outd
  18. or a
  19. jr nz,fe_loop
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement