zongor
|
5e73aa2cba
|
increase number of locals to 255, fix real to string, update reals implementation
|
2026-02-12 23:13:46 -08:00 |
zongor
|
d482c8d814
|
remove temp code
|
2026-02-12 20:24:25 -08:00 |
zongor
|
0d30ea292a
|
Fix assembler, update tests, update roms, add back nogui mode for speed.
|
2025-12-07 15:29:49 -08:00 |
zongor
|
f901dafa2b
|
WIP Code generation, 'simple' works
|
2025-11-30 23:22:25 -08:00 |
zongor
|
6f47ee7ea1
|
wip new assembler; start of compiler
|
2025-11-23 23:48:26 -08:00 |
zongor
|
0113411f89
|
rename some things, create new parser defs.
|
2025-11-09 22:23:55 -08:00 |
zongor
|
c90f236ab3
|
Refactor and rename to align with new IR better
|
2025-11-09 13:22:46 -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
|
c80481de76
|
Update devices to use file descriptor rather than handel. Create REFRESH syscall
|
2025-10-25 21:39:13 -07:00 |
zongor
|
54fc748d8d
|
Some optimizations, also WIP paint program refactor
|
2025-10-25 11:03:23 -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
|
89ef394888
|
normalize naming, add memory offset opcodes
|
2025-10-18 14:54:13 -07:00 |
zongor
|
3f3c6e1b80
|
[wip] rewrite device open to use plex
|
2025-10-16 09:25:34 -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
|
aea1dba6a2
|
Add wasm example, add paint example, ad neq opcodes, fix load/save VM,
|
2025-10-05 22:54:34 -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
|
807d5b8705
|
fix drawing, add ioctl for screen (wip), assembler fixes
|
2025-09-28 17:44:10 -07:00 |
zongor
|
7a42429cf2
|
load binary file
|
2025-09-26 16:06:56 -07:00 |
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
|
f650e8110b
|
add and fibbonacci examples now working
|
2025-09-23 22:08:28 -07:00 |
zongor
|
f6a2cd8de9
|
fix syscall, update opcodes, fix tests
|
2025-09-21 09:15:25 -07:00 |
zongor
|
df9d19207c
|
Reorganize, add tools for parser
|
2025-09-20 13:49:13 -07:00 |