-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
change behavior of instructions
read_mem
and write_mem
Up until now, both instructions did not modify the operational stack's length. The new behavior is: - `read_mem` uses stack element `ST0` as the memory pointer `ramp` and pushes the memory value `ramv` to the stack, increasing its size. - `write_mem` (still) uses stack element `ST1` as the memory pointer `ramp` and writes stack element `ST0` to RAM, popping it from the stack in the process.
- Loading branch information
1 parent
4ad6fa2
commit 022245b
Showing
13 changed files
with
214 additions
and
172 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.