Sat, 10 Dec 2022 00:22:52 -0700 |
William Astle |
Add LIST command
|
Sat, 10 Dec 2022 00:22:05 -0700 |
William Astle |
Modify defcmd and deffunc to allow specifying explicit entry point
|
Sat, 10 Dec 2022 00:21:02 -0700 |
William Astle |
Add routine to print unsigned integer in D to current output
|
Sat, 10 Dec 2022 00:19:53 -0700 |
William Astle |
Add routine to throw syntax error if input character doesn't match
|
Fri, 09 Dec 2022 22:46:53 -0700 |
William Astle |
Fix parsing empty DATA statements
|
Fri, 09 Dec 2022 22:24:11 -0700 |
William Astle |
Add PRINT stub routine and make tokenization handle ? shortcut
|
Fri, 09 Dec 2022 22:17:34 -0700 |
William Astle |
Fix incorrect branch destinations when handling DATA tokenization
|
Fri, 09 Dec 2022 22:00:17 -0700 |
William Astle |
Fix line number parsing to actually handle first character
|
Fri, 09 Dec 2022 21:34:31 -0700 |
William Astle |
Fix jump target for case where keyword lookup finds nothing
|
Wed, 23 Nov 2022 22:26:20 -0700 |
William Astle |
Add NEW command and string stack
|
Wed, 23 Nov 2022 21:34:21 -0700 |
William Astle |
Immediate mode line insertion, removal, and replacement
|
Mon, 21 Nov 2022 23:18:40 -0700 |
William Astle |
Add raw version of nextchar/curchar that does not skip spaces
|
Mon, 21 Nov 2022 22:56:24 -0700 |
William Astle |
Detect tokens in interpretation loop correctly
|
Mon, 21 Nov 2022 22:54:25 -0700 |
William Astle |
Enable capslock by default and keep it on reset
|
Mon, 21 Nov 2022 22:38:01 -0700 |
William Astle |
Fix ERROR routine to actually work
|
Mon, 21 Nov 2022 22:35:29 -0700 |
William Astle |
Fix test in writechrconduc to test true lower case flag correctly
|
Mon, 21 Nov 2022 22:29:06 -0700 |
William Astle |
Enable default LET command with stub handler
|
Mon, 21 Nov 2022 22:25:44 -0700 |
William Astle |
Fix keyword lookup in tokenize to actually see end of keyword table
|
Mon, 21 Nov 2022 22:22:17 -0700 |
William Astle |
Fix STOP to show BREAK message in immediate mode
|
Mon, 21 Nov 2022 22:22:01 -0700 |
William Astle |
Enable and correct logic error in immediate mode line interpretation
|
Mon, 21 Nov 2022 22:10:33 -0700 |
William Astle |
Fix some logic errors in tokenize routine
|
Tue, 15 Nov 2022 23:37:38 -0700 |
William Astle |
Command interpreation loop, END, STOP, DATA, ', REM, ELSE
|
Tue, 15 Nov 2022 23:34:03 -0700 |
William Astle |
Make listings use 16 space tabs
|
Mon, 14 Nov 2022 22:25:08 -0700 |
William Astle |
Change register usage for tokenization and use input ptr in immediate loop
|
Sun, 13 Nov 2022 23:42:09 -0700 |
William Astle |
Add tokenization, keyword lists, and some interpretation loop bits
|
Sun, 13 Nov 2022 22:07:38 -0700 |
William Astle |
Rearrange some direct page stuff
|
Thu, 10 Nov 2022 21:29:47 -0700 |
William Astle |
Initialize the memory bookkeeping stuff at startup
|
Wed, 09 Nov 2022 23:07:33 -0700 |
William Astle |
Add some error handling framework
|
Wed, 09 Nov 2022 18:09:19 -0700 |
William Astle |
Add memory size detection (coco1/2) and rearrange variables some
|
Tue, 08 Nov 2022 22:29:47 -0700 |
William Astle |
Fix and speed up key repeat
|