53a9c6c91d
linker: reordered section 'zone' so zone.o comes first
2025-12-21 14:46:20 -05:00
e3c9c7b642
linker: ensured .bss comes after .data, and added map file output
2025-12-21 14:40:15 -05:00
a81c4be013
build: move float into zone section
2025-12-21 14:28:12 -05:00
a4761efed2
dev: created cold/warm boot entry points and stubs
2025-12-21 14:22:54 -05:00
cb332b7b05
dev: removing old printChar and instead using OS print vector
2025-12-20 18:36:58 -05:00
94d6f474cd
dev: growing this into the Zone OS project
...
The scope of this project is growing, mostly for fun. I doubt
I'll ever get to the point where I can actually use it on a real
Z80 system, but who knows. Mostly this is a good way to learn
about vasm and refresh my Z80 assembly knowledge.
2025-12-20 17:58:51 -05:00
f753eb9642
dev: fixed assembly errors, added linker script and Makefile
...
Additionally created a .gitignore to avoid committing object
code and output formats
2025-12-20 15:45:51 -05:00