Mycelium/hyphae/src
Kolby Heacock cc60e45fab
Some checks failed
per-push tests / build (push) Failing after 33s
per-push tests / test-frontend (push) Has been skipped
per-push tests / timed-decomposer-parse (push) Has been skipped
per-push tests / test-utility (push) Has been skipped
per-push tests / test-backend (push) Has been skipped
Number-to-ByteVector-conversion (#44)
# Number and ByteVector conversions

Adds the following to isa conversions between data types, as well as tests for each:

- `NTOBV` Number To ByteVector - takes a mutable memory address with a Number and replaces this value with a ByteVector of the same numerical value
- `BVTON` ByteVector To Number - takes a mutable memory address with a ByteVector and replaces this value with a Number of the same numerical value as the ByteVector's value

Reviewed-on: #44
Co-authored-by: Kolby Heacock <codeshiftster@gmail.com>
Co-committed-by: Kolby Heacock <codeshiftster@gmail.com>
2025-12-04 12:09:44 -08:00
..
heap.rs Begin implementing human interface for Hyphae 2025-12-03 22:14:48 +00:00
hmap.rs Test harness for HyphaeVM 2025-07-29 23:37:22 +00:00
instr.rs HyphaeVM - WIP 2025-07-24 19:26:31 +00:00
lib.rs serialization/deserialization of datum in VM 2025-11-25 21:53:21 +00:00
serializer.rs Begin implementing human interface for Hyphae 2025-12-03 22:14:48 +00:00
stackstack.rs Early ISA Unit tests 2025-08-07 21:25:14 +00:00
vm.rs Number-to-ByteVector-conversion (#44) 2025-12-04 12:09:44 -08:00