Ava Apples Affine affine · She/Her
affine closed issue affine/Mycelium#7 2025-07-30 16:04:50 -07:00
Create an 'objdump' esque utility
affine commented on issue affine/Mycelium#7 2025-07-30 16:04:50 -07:00
Create an 'objdump' esque utility

Closing in favor of #40

affine opened issue affine/Mycelium#40 2025-07-30 16:04:07 -07:00
Assembler, Disassembler
affine pushed to main at affine/Mycelium 2025-07-30 09:29:25 -07:00
034913e40e WIP ISA Unit tests
affine pushed to main at affine/Mycelium 2025-07-30 09:29:06 -07:00
ee1f680485 WIP ISA Unit tests
affine pushed to main at affine/Mycelium 2025-07-29 17:02:56 -07:00
d0c2625874 Add first VM unit test, refactor testing logic
affine pushed to main at affine/Mycelium 2025-07-29 16:37:28 -07:00
609e65a8db Test harness for HyphaeVM
affine commented on issue affine/Mycelium#34 2025-07-29 11:43:17 -07:00
Mixed register and stack based VM

#35 now complete.

Given the recent datum refactor #33 seems useful, but not necessary. Gc, including GC now fits in a single register, as it is represented by a native raw pointer.…

affine closed issue affine/Mycelium#38 2025-07-29 11:19:34 -07:00
String Operations
affine pushed to main at affine/Mycelium 2025-07-29 11:19:34 -07:00
ddb49788af String Instructions
affine pushed to main at affine/Mycelium 2025-07-29 11:19:09 -07:00
0e21e4f822 String Instructions
affine commented on issue affine/Mycelium#38 2025-07-29 11:12:52 -07:00
String Operations

Also doing length because why not

affine pushed to main at affine/Mycelium 2025-07-28 16:39:44 -07:00
63554191f8 fix: #39 Adds a garbage collected deep copy test
affine pushed to main at affine/Mycelium 2025-07-28 16:36:33 -07:00
f41ec0a14c fix: #39 Adds a garbage collected deep copy test
affine closed issue affine/Mycelium#39 2025-07-28 16:36:33 -07:00
finish garbage collection tests
affine opened issue affine/Mycelium#39 2025-07-28 16:06:46 -07:00
finish garbage collection tests
affine pushed to main at affine/Mycelium 2025-07-28 16:04:55 -07:00
7579d81d7b add garbage collection tests to CI
2392d5c2fa Finish garbage collected heap
Compare 2 commits »
affine closed issue affine/Mycelium#1 2025-07-27 00:55:33 -07:00
CONS instruction implementation
affine opened issue affine/Mycelium#38 2025-07-27 00:55:14 -07:00
String Operations
affine pushed to main at affine/Mycelium 2025-07-27 00:19:51 -07:00
524f79733c HyphaeVM Cons instruction prototype