progress: new assembler works, instruction set fully implemented with call/ret and push/pop, bf.dsa works which means the dsa assembly language works reliably. still a few bugs to fix. might be able to squeeze out a tiny bit more performance

This commit is contained in:
2026-03-09 03:24:20 +00:00
parent fc972b9b7b
commit e01a9f2808
63 changed files with 4975 additions and 1579 deletions
+7
View File
@@ -0,0 +1,7 @@
LoadConfig(
// defined as the bootloader in dsa.mmap.ron
start_address: 0x1000,
// maximum allowed bootloader size (as to not overlap MMIO)
max_size: 0x4000,
)