alberthrocks

Z80 - correct?

May 22nd, 2011
266
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.      ld hl,0
  2.      ld bc,0
  3.      ld b,100
  4. Loop:
  5.      ld a,0
  6.      ld (penRow),a
  7.      ld (penCol),a
  8.      ld hl,bc
  9.      call _VDispHL
  10.      INC bc
  11.      djnz Loop
  12.      ret
Advertisement
Add Comment
Please, Sign In to add comment