refactor & fixed assembler path handling

This commit is contained in:
2025-06-21 04:05:22 +01:00
parent 42c26d4184
commit 528ceddade
17 changed files with 447 additions and 184 deletions
+2 -6
View File
@@ -1,11 +1,7 @@
include print "./print.dsa"
include print "./lib/print.dsa"
dw stack: 0x10000
db string: "An idiot admires complexity, a genius admires simplicity,
a physicist tries to make it simple, for an idiot anything the more complicated it is,
the more he will admire it, if you make something so clusterfucked he can't understand it he's
gonna think you're a god cause you made it so complicated nobody can understand it.
That's how they write journals in Academics, they try to make it so complicated people think you're a genius"
db string: "Hello world frfrfr"
init:
// set up a stack.
Binary file not shown.