c64-livecoding/wip-hugo/source.s
hugova 0940d9f9f9 1. A fix for a bug where D gets the wrong initial value (2 bytes where flipped)
2. Implemented line drawing for the other 3 cases
2025-03-02 16:51:55 +01:00

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"