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