Commit Graph

17 Commits

Author SHA1 Message Date
zongor c90f236ab3 Refactor and rename to align with new IR better 2025-11-09 13:22:46 -08:00
zongor 1311659bed Add new IR language, update docs 2025-11-08 22:19:18 -08:00
zongor 5d2aa1ad22 wip compiler stuff 2025-11-04 17:09:55 -08:00
zongor 739c3638a6 Code cleanup, add halt return type, add neg and abs ops, fix strings, 2025-10-26 14:49:00 -07:00
zongor 790d7e8509 Add intial lexer back again, fix docs 2025-10-18 18:15:54 -07:00
zongor 6c1bf1ff8c Fix tests, make auto compile for rom files 2025-10-18 16:54:06 -07:00
zongor 9d30ffb69b use minimal shell 2025-10-14 15:39:03 -07:00
zongor 0c72525755 Emscripten Paint Works!!!!!! 2025-10-14 15:27:29 -07:00
zongor 89574d9813 Refactor load/save to register/memory. Add memset variants 2025-10-10 14:17:12 -07:00
zongor aea1dba6a2 Add wasm example, add paint example, ad neq opcodes, fix load/save VM, 2025-10-05 22:54:34 -07:00
zongor 807d5b8705 fix drawing, add ioctl for screen (wip), assembler fixes 2025-09-28 17:44:10 -07:00
zongor fe921a1050 Add assembler to release mode, fix whitespace 2025-09-23 23:10:46 -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 37ce661648 Add Linux TUI example 2025-09-21 16:23:26 +00:00
zongor df9d19207c Reorganize, add tools for parser 2025-09-20 13:49:13 -07:00
zongor dd7cc62a3e Refactor to varied length opcodes, update structure, fix Makefile, WIP: number toS 2025-09-17 23:16:38 -07:00