12 lines
311 B
ArmAsm
Executable file
12 lines
311 B
ArmAsm
Executable file
.include "macros/16aritmatic.s"
|
|
.include "macros/timer.s"
|
|
|
|
.include "STARTUP.s"
|
|
.include "routines/line/line_test_time.s"
|
|
|
|
;;This is used by .s files to terminate nicely without reading includes at the end!
|
|
exit:
|
|
jmp exit
|
|
|
|
.include "routines/memory/memset.s"
|
|
.include "routines/memory/pixel_draw.s"
|