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