mirror of
https://github.com/KarolS/millfork.git
synced 2025-01-09 13:31:32 +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
|
asm void takt() @ ADDRPLA+6 extern
|
||||||
|
|
||||||
void main(){
|
void main(){
|
||||||
comm($70,ADDRMUS.hi,ADDRMUS.hi)
|
comm($70,ADDRMUS.lo,ADDRMUS.hi)
|
||||||
comm(0,0,0)
|
comm(0,0,0)
|
||||||
while os_CH == $ff {
|
while os_CH == $ff {
|
||||||
if antic_vcount == $10 {
|
if antic_vcount == $10 {
|
||||||
|
Loading…
Reference in New Issue
Block a user