3 lines
45 B
Z80 Assembly
3 lines
45 B
Z80 Assembly
loop:
|
|
;your code goes here
|
|
DJNZ loop
|
loop:
|
|
;your code goes here
|
|
DJNZ loop
|