Class: Memory

Seven~Machine04# Memory

extends Array


new Memory()

Data memory.

Properties:
Name Type Description
pc number

program counter.

continue boolean

true if execution can be continued.

toString() function

represents as text.

Inherited From:
Source: