|
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 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> |
||
|---|---|---|
| .. | ||
| heap.rs | ||
| hmap.rs | ||
| instr.rs | ||
| lib.rs | ||
| serializer.rs | ||
| stackstack.rs | ||
| vm.rs | ||