working with bools, chars, and strings in VM bytecode #41

Closed
opened 2025-08-06 10:16:15 -07:00 by affine · 1 comment
Owner
  • Addressing mode should be extended for bool and char constants.
  • Addressing mode should support strings of up to N characters where N is number of bytes in a usize in some platform.
  • vm.rs access macro needs to support new addressing additions
  • CONST instruction needs to also be able to handle these new address modes

Add unit tests?

- Addressing mode should be extended for bool and char constants. - Addressing mode should support strings of up to N characters where N is number of bytes in a usize in some platform. - vm.rs access macro needs to support new addressing additions - CONST instruction needs to also be able to handle these new address modes Add unit tests?
affine added this to the HyphaeVM Roadmap project 2025-08-06 10:16:15 -07:00
Author
Owner

Update: counting out strings because addressing modes need to be able to know their size ahead of time.

Update: counting out strings because addressing modes need to be able to know their size ahead of time.
Sign in to join this conversation.
No labels
No milestone
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: affine/Mycelium#41
No description provided.