Breakpoints added to language.
commit0824077e83ffffff18c48b57058acb6992c0b76c
authorSteven Schronk <steven@schronk.com>
Sat, 2 Apr 2011 05:25:41 +0000 (2 00:25 -0500)
committerSteven Schronk <steven@schronk.com>
Sat, 2 Apr 2011 05:25:41 +0000 (2 00:25 -0500)
treee1c65b0fbab18fbf750242ce001dc2fb94a18300
parent23e372bc8b4963252044b66cdfb8171388a17835
Breakpoints added to language.

Breakpoints represented by an asterisk (*) will pause a running program.
This feature can be enabled and disabled with the click of a button.
Another button allows the removal of all breakpoints in the source.

Data pointer now flashes yellow when changed. Flashes unnecessarily when
computer is reset.

Data pointer now flashes red when pointing to invalid memory location.

Correctly prints data values in ASCII.

General cleanup of code.
TODO
turing_tarpit.html