Commit Graph

4 Commits

Author SHA1 Message Date
ec6e7e1351 Fixed linker. 2025-08-02 06:31:00 +10:00
6eb87e433e Hello world finally works.
Sample working code:
.data:
text0 "Hello, World!\n"
.code:
sd.int32 $4 123
sd.int32 $5 321
sd.int32 $10 1
sd.int32 $11 text0
sd.int32 $12 14
sys 4

sd.int32 $10 100
sys 1
bmath add Int32 $4 $5 $6
2025-08-01 03:43:09 +10:00
268c1f1ff1 Linker should be working. 2025-07-25 00:06:07 +10:00
b164fc1798 Finished basic Assembler and Linker framework. 2025-07-20 20:45:10 +08:00