• Joined on 2022-09-03
zongor pushed to main at zongor/undar-lang 2025-09-29 01:46:25 -04:00
d6893b85a8 working box drawing example
zongor pushed to main at zongor/undar-lang 2025-09-28 20:44:29 -04:00
807d5b8705 fix drawing, add ioctl for screen (wip), assembler fixes
zongor pushed to main at zongor/undar-lang 2025-09-26 19:07:19 -04:00
7a42429cf2 load binary file
zongor pushed to main at zongor/undar-lang 2025-09-25 20:25:16 -04:00
3c9603adea make read syscall more flexable; WIP bit shift ops
zongor pushed to main at zongor/undar-lang 2025-09-25 18:28:16 -04:00
3733f432e7 fixed read syscall
zongor pushed to main at zongor/undar-lang 2025-09-24 02:10:55 -04:00
fe921a1050 Add assembler to release mode, fix whitespace
zongor pushed to main at zongor/undar-lang 2025-09-24 02:03:26 -04:00
2b8b6c38e4 add println to fibonacci example
zongor pushed to main at zongor/undar-lang 2025-09-24 02:00:47 -04:00
2a6e428032 rename to make more sense
zongor pushed to main at zongor/undar-lang 2025-09-24 01:08:51 -04:00
f650e8110b add and fibbonacci examples now working
zongor pushed to main at zongor/undar-lang 2025-09-23 02:29:33 -04:00
77745c8880 WIP: nested labels, add, hello, and simple work now!
zongor pushed to main at zongor/undar-lang 2025-09-21 15:51:45 -04:00
2f08c6893c Fix hello.asm.lisp, update others
zongor pushed to main at zongor/undar-lang 2025-09-21 15:38:38 -04:00
91061fe3c0 First working prototype for assembler!
zongor pushed to main at zongor/undar-lang 2025-09-21 14:10:39 -04:00
6d1beb24ae Small fix to readme
zongor pushed to main at zongor/undar-lang 2025-09-21 14:09:09 -04:00
5fe2fdb4c3 Fix readme
zongor pushed to main at zongor/undar-lang 2025-09-21 14:07:52 -04:00
6a8a334903 Update readme and tests
zongor pushed to main at zongor/undar-lang 2025-09-21 14:06:35 -04:00
cf767b2401 Update readme
zongor pushed to main at zongor/undar-lang 2025-09-21 13:09:27 -04:00
3453b0fcd6 parser fixes
zongor pushed to main at zongor/undar-lang 2025-09-21 12:23:39 -04:00
37ce661648 Add Linux TUI example
zongor renamed repository from reality-engine to zongor/undar-lang 2025-09-21 12:20:19 -04:00
zongor pushed to main at zongor/undar-lang 2025-09-21 12:19:11 -04:00
299e36172b add newline for test, (terminal sometimes clears output without '\n')