mirror of
https://github.com/KarolS/millfork.git
synced 2025-01-08 22:30:34 +00:00
refator
This commit is contained in:
parent
d76ae3ff9e
commit
2ce1781e91
@ -5,7 +5,7 @@ asm void comm(byte register(a) a, byte register(x) x, byte register(y) y) @ ADDR
|
||||
asm void takt() @ ADDRPLA+6 extern
|
||||
|
||||
void main(){
|
||||
comm($70,ADDRMUS.hi,ADDRMUS.hi)
|
||||
comm($70,ADDRMUS.lo,ADDRMUS.hi)
|
||||
comm(0,0,0)
|
||||
while os_CH == $ff {
|
||||
if antic_vcount == $10 {
|
||||
|
Loading…
Reference in New Issue
Block a user