Skip to content

Commit

Permalink
Update CORE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-mcdaniel authored Jun 14, 2023
1 parent 98c7246 commit adee11b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CORE.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ First, the anatomy of the virtual machine:

The machine is composed of 4 components: a static array of cells (a turing tape), a pointer (the turing tape head), a register (a single cell), and a "dereference" stack (a stack of addresses used to keep track of the tape head's changing position).

In the pure, core variant of the virtual machine, there are no "user input" I/O instructions: user input should be encoded through the interface I/O (used with `Get` and `Put`) attached to the virtual machine.
User input should be encoded through the interface I/O (used with `Get` and `Put`) attached to the virtual machine.

## Memory

Expand Down

0 comments on commit adee11b

Please sign in to comment.