Commit Graph

16 Commits

Author SHA1 Message Date
zongor 739c3638a6 Code cleanup, add halt return type, add neg and abs ops, fix strings, 2025-10-26 14:49:00 -07:00
zongor 32c0c5611f Update tests and roms to new device handling 2025-10-25 21:48:12 -07:00
zongor 3be8761930 WIP passing args and returning values from a function call. Updates to documentation, update logo 2025-10-24 23:04:05 -07:00
zongor 6c1bf1ff8c Fix tests, make auto compile for rom files 2025-10-18 16:54:06 -07:00
zongor dcf348f577 remove string lookup for devices use handles instead 2025-10-14 00:02:12 -07:00
zongor 4d82914f3c Revert "add get-arg instead of using stack (push/pop). refactor call/return to use arg based"
This reverts commit 97ad6b5505.
2025-10-12 11:15:36 -07:00
zongor 97ad6b5505 add get-arg instead of using stack (push/pop). refactor call/return to use arg based 2025-10-11 13:01:40 -07:00
zongor 89574d9813 Refactor load/save to register/memory. Add memset variants 2025-10-10 14:17:12 -07:00
zongor 77033e121b Add malloc, load-r, load-r8. fix endianess, refactor devices, init box, init window drawing 2025-10-04 17:24:24 -07:00
zongor 2a6e428032 rename to make more sense 2025-09-23 23:00:19 -07:00
zongor f650e8110b add and fibbonacci examples now working 2025-09-23 22:08:28 -07:00
zongor 77745c8880 WIP: nested labels, add, hello, and simple work now! 2025-09-22 23:29:25 -07:00
zongor 2f08c6893c Fix hello.asm.lisp, update others 2025-09-21 12:50:05 -07:00
zongor 91061fe3c0 First working prototype for assembler! 2025-09-21 12:38:18 -07:00
zongor f6a2cd8de9 fix syscall, update opcodes, fix tests 2025-09-21 09:15:25 -07:00
zongor a1266b9008 fix tests, add lips benchmarks 2025-09-20 14:55:47 -07:00