-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
SimulatorSomething related to hSimSomething related to hSimenhancementNew feature or requestNew feature or request
Description
The task is to implement generalized memory, which can store/load bytes on addresses. Initial implementation was already provided, but we need to extend it a bit. (E.g. we should reduce actual memory consumption m.b. via using page-based approach)
Also, it's better to provide some useful features in addition to what we already have:
fillBlock(addr, size, value)-> to fill specified range with specified value- Associating permissions with memory range (RWX) in order to support SMC (Self-modifyng code)
Metadata
Metadata
Assignees
Labels
SimulatorSomething related to hSimSomething related to hSimenhancementNew feature or requestNew feature or request