9 lines
202 B
ArmAsm
Executable file
9 lines
202 B
ArmAsm
Executable file
.include "STARTUP.s"
|
|
.include "macros/16aritmatic.s"
|
|
.include "routines/memory/line_up_inv.s"
|
|
|
|
loop_:
|
|
jmp loop_
|
|
|
|
.include "routines/memory/memory_rec.s"
|
|
.include "routines/memory/pixel_draw.s"
|