Commit Graph

197 Commits

Author SHA1 Message Date
zongor 3c9603adea make read syscall more flexable; WIP bit shift ops 2025-09-25 17:24:56 -07:00
zongor 3733f432e7 fixed read syscall 2025-09-25 15:27:59 -07:00
zongor fe921a1050 Add assembler to release mode, fix whitespace 2025-09-23 23:10:46 -07:00
zongor 2b8b6c38e4 add println to fibonacci example 2025-09-23 23:03:16 -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 6d1beb24ae Small fix to readme 2025-09-21 11:10:28 -07:00
zongor 5fe2fdb4c3 Fix readme 2025-09-21 11:08:36 -07:00
zongor 6a8a334903 Update readme and tests 2025-09-21 11:07:44 -07:00
zongor cf767b2401 Update readme 2025-09-21 11:06:22 -07:00
zongor 3453b0fcd6 parser fixes 2025-09-21 10:09:14 -07:00
zongor 37ce661648 Add Linux TUI example 2025-09-21 16:23:26 +00:00
zongor 299e36172b add newline for test, (terminal sometimes clears output without '\n') 2025-09-21 09:18:53 -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
zongor df9d19207c Reorganize, add tools for parser 2025-09-20 13:49:13 -07:00
zongor 922959191d cleanup / prepwork for assembler. 2025-09-20 12:49:01 -07:00
zongor 2d72240652 add branchless jmps 2025-09-20 10:05:52 -07:00
zongor cf0318e96f rename acc -> flag since it really doesnt accumulate anything, could be confusing to devs 2025-09-20 08:46:09 -07:00
zongor b8832a7116 Fix the syscalls, add strlen as an opcode 2025-09-20 08:44:02 -07:00
zongor 700b6fcb63 temp add old benchmarks 2025-09-17 23:26:46 -07:00
zongor dd7cc62a3e Refactor to varied length opcodes, update structure, fix Makefile, WIP: number toS 2025-09-17 23:16:38 -07:00
zongor 94a1375d51 Move some things, fix string to number 2025-09-09 22:50:03 -07:00
zongor 7634bbe1c9 cleanup, add more stringops 2025-09-09 21:53:52 -07:00
zongor d5479d1b7e Update readme 2025-09-09 21:17:50 -07:00
zongor 75ad08dae1 Forgot to remove this one 2025-09-09 21:16:33 -07:00
zongor 770d9d56ff Cleanup, get rid of all the prototyping stuff 2025-09-09 21:15:39 -07:00
zongor 039aa7e9f9 'Undar' ist Undarsċieppan! 2025-09-06 11:32:47 -07:00
zongor d9725aa8d2 Update LANG.md 2025-09-04 11:18:06 -04:00
zongor fde5c82d0d WORKING DEVICES!! 2025-09-02 22:57:48 -07:00
zongor b6f5766a07 Update README.org 2025-09-01 16:29:46 -04:00
zongor 77166cc921 Update README.org 2025-09-01 16:26:52 -04:00
zongor c8e1ff9715 Update README.org 2025-09-01 16:25:46 -04:00
zongor b7ae08af57 Update README.org 2025-09-01 16:24:55 -04:00
zongor a156a5d59e Update README.org 2025-09-01 16:24:27 -04:00
zongor 1e1182e5dc Update README.org 2025-09-01 16:19:17 -04:00
zongor a508076e54 Update README.org 2025-09-01 16:18:09 -04:00
zongor 4dfc159265 Update README.org 2025-09-01 16:17:34 -04:00
zongor 2fb3fa08d1 Update README.org 2025-09-01 16:11:40 -04:00
zongor 252c9614c0 small fixes, make default a noop 2025-08-31 12:59:29 -07:00
zongor ab5bc87908 add initial device implementation 2025-08-31 12:56:59 -07:00
zongor 744f2d526b Add OP_GET_PC to implement coroutines/yield in stdlib later. 2025-08-31 10:14:32 -07:00
zongor aa16b6b348 update opcodes to handle memory better 2025-08-30 10:17:38 -07:00
zongor 6be5a4d3f9 fix tests 2025-08-30 07:56:08 -07:00
zongor 43ebed6553 update to opcodes, go with tunnels and syscals, partial refactor of memory, try out fixed size again 2025-08-29 22:02:19 -07:00
zongor 0dedf5a2ad add better testing, flags, fix fib.zrl 2025-08-24 08:45:31 -07:00
zongor f1edd4267f fix loop compile 2025-08-24 00:06:24 -07:00