From 9857d897447b40cd6a3ad6d037878975a54a981d Mon Sep 17 00:00:00 2001 From: Steven Schronk Date: Wed, 6 Apr 2011 21:03:34 -0500 Subject: [PATCH] Updated Documentation Updated ASCII table look and feel. --- turing_tarpit.html | 351 ++++++++++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 318 insertions(+), 33 deletions(-) diff --git a/turing_tarpit.html b/turing_tarpit.html index bc0863c..cdaafca 100644 --- a/turing_tarpit.html +++ b/turing_tarpit.html @@ -519,7 +519,7 @@ function docs_try(ex) var ans = confirm("This will delete code currently loaded in machine."); if(!ans) { return; } hide_docs(); /* close documentation window */ - reset(); /* reset computer */ + reset(); /* reset computer */ if(ex == null) { alert("Example not setup correctly."); return; } disp_code.innerHTML = document.getElementById(ex).innerHTML; /* write data out to code textarea */ } @@ -714,6 +714,20 @@ body { width: 280px; } +#ascii { + text-align: center; +} + +#val_col { + border-right: 1px solid #ddd; + width: 10px; + padding-right: 15px; +} + +#dat_col { + width: 100px; +} + .ref_even td { border-bottom: 1px solid #ddd; } @@ -1143,40 +1157,311 @@ Dividend is stored in byte Zero and Divisor is stored in byte One
- +
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ASCII Chart
0NUL16DLE32SP48064@80P96`112p
1SOH17DC133!49165A81Q97a113q
2STX18DC234"50266B82R98b114r
3ETX19DC335#51367C83S99c115s
4EOT20DC436$52468D84T100d116t
5ENQ21NAK37%53569E85U101e117u
6ACK22SYN38&54670F86V102f118v
7BEL23ETB39'55771G87W103g119w
8BS24CAN40(56872H88X104h120x
9HT25EM41)57973I89Y105i121y
10LF26SUB42*58:74J90Z106j122z
11VT27ESC43+59;75K91[107k123{
12FF28FS44,60<76L92\108l124|
13CR29GS45-61=77M93]109m125}
14SO30RS46.62>78N94^110n126~
15SI31US47/63?79O95_111o127DEL
0NUL16DLE32SP48064@80P96`112p
1SOH17DC133!49165A81Q97a113q
2STX18DC234"50266B82R98b114r
3ETX19DC335#51367C83S99c115s
4EOT20DC436$52468D84T100d116t
5ENQ21NAK37%53569E85U101e117u
6ACK22SYN38&54670F86V102f118v
7BEL23ETB39'55771G87W103g119w
8BS24CAN40(56872H88X104h120x
9HT25EM41)57973I89Y105i121y
10LF26SUB42*58:74J90Z106j122z
11VT27ESC43+59;75K91[107k123{
12FF28FS44,60<76L92\108l124|
13CR29GS45-61=77M93]109m125}
14SO30RS46.62>78N94^110n126~
15SI31US47/63?79O95_111o127DEL
-- 2.11.4.GIT