Instruction and data pointers can now be modified at any time.
commit8d5acc10530ec74243363cc5a838f6c77cb2a8cc
authorSteven Schronk <steven@schronk.com>
Sun, 3 Apr 2011 15:59:22 +0000 (3 10:59 -0500)
committerSteven Schronk <steven@schronk.com>
Sun, 3 Apr 2011 15:59:22 +0000 (3 10:59 -0500)
tree053d23d40375598c10705c46ffa3a55024e6a65c
parentd22da34383d1c40cfb552612d65d9c7bb91ee65b
Instruction and data pointers can now be modified at any time.

Instruction pointer cannot be set to less than zero or more than the number
of instructions in current code. Prints out warning for users otherwise.

Data pointer can be set to any value, but will flash red if pointing outside
of memory.

Cleaned code to include a display data pointer that eliminates need to
query browser for it's address.
TODO
turing_tarpit.html