1
0
mirror of https://github.com/Klaus2m5/VTL02.git synced 2024-06-02 12:41:33 +00:00
Commit Graph

8 Commits

Author SHA1 Message Date
Klaus2m5
30d970341a fixed load/save with error causes a loop in prnum: 2015-11-24 20:28:44 +01:00
Klaus2m5
bc79ed5c12 fixed load does not clear stack and label array 2015-11-24 14:49:03 +01:00
Klaus2m5
d8ddf31ac3 Speedy Gonzales update 4
added load from & save to the emulator's EEPROM
2015-11-24 11:48:26 +01:00
Klaus2m5
b1366fa1fb fixed broken bypass for compare operators 2015-11-21 12:42:46 +01:00
Klaus2m5
217281b671 Speedy Gonzales update 3
merged oper: and exec:
added braces as shift operator
added check for ctrl-c and ctrl-z to goto to allow user to escape from
an unintentional loop
2015-11-20 19:00:15 +01:00
Klaus2m5
fbd001c897 Speedy gonzales update 2
;   added inline divide by 10 to prnum:.
;   fixed statement delimiter not overriding mismatched
;     parentheses.
;   line numbers >= 65280 are now reserved for the
;     following fast return & goto features.
;   added a gosub stack, depth = 16 address words.
;     {==...} is a gosub and pushes the return address
;     of the next line.
;     {#==} is a return and pops the address when the
;     result is the special line numer asigned to {=}.
;   added a 31 line addresses acronym label array.
;     lowercase characters and symbols in the $60-$7e
;     range are used to address the array. the array
;     is populated with the address of a line when a
;     character in the allowed range preceeds the line
;     number.
2015-11-16 21:15:02 +01:00
Klaus2m5
ff26f67cf7 Speedy Gonzales update
;   added decimal to binary conversion on line entry.
;   abbreviated getting a simple variable in getval:.
;   bypassed setting a simple variable in exec:.
2015-11-09 15:38:29 +01:00
Klaus2m5
c08c882bfa added Speedy Gonzales
Added a performance enhanced version of VTL02C. This is work in progress
and not a stable version!
2015-11-05 18:20:03 +01:00