Tue, 16 Jul 2024 22:30:07 -0600 |
William Astle |
Fix some bugs in tokenization/parsing routine
default tip
|
Mon, 15 Jul 2024 23:26:15 -0600 |
William Astle |
Get things building again with the updated tokenization scheme
|
Sat, 13 Jul 2024 17:33:01 -0600 |
William Astle |
Make backup of parse.s in preparation for a complete refactor
|
Sat, 13 Jul 2024 12:56:05 -0600 |
William Astle |
Clean up some details in cold start initialization
|
Fri, 12 Jul 2024 23:29:45 -0600 |
William Astle |
Checkpoint updates to immediate mode program editing and some memory handling
|
Tue, 09 Jul 2024 22:18:30 -0600 |
William Astle |
Add a memory insertion routine to swap the end block into middle of a block
|
Mon, 24 Jun 2024 23:49:10 -0600 |
William Astle |
Make a backup of the interp.s code for a complete refactor
|
Mon, 24 Jun 2024 23:47:10 -0600 |
William Astle |
Clear spurious interrupts on warm or cold start
|
Mon, 24 Jun 2024 23:44:39 -0600 |
William Astle |
Checkpoint before redoing a bunch of code for clarity
|
Sat, 18 May 2024 00:41:46 -0600 |
William Astle |
Add error handling for immediate mode loop
|
Wed, 15 May 2024 20:16:56 -0600 |
William Astle |
Various updates to parsing scheme to handle errors and make it build
|
Sat, 04 May 2024 15:18:51 -0600 |
William Astle |
Fix a less than brilliant branch target in token to keyword routine
|
Tue, 09 Jan 2024 22:54:42 -0700 |
William Astle |
Remove old style keyword lists and jump tables
|
Tue, 09 Jan 2024 22:47:11 -0700 |
William Astle |
Add parsing routines for bare commands and REM statements
|
Mon, 08 Jan 2024 22:58:08 -0700 |
William Astle |
Update parsing scheme with a keyword lookup by token value and other framework
|
Sun, 07 Jan 2024 20:35:51 -0700 |
William Astle |
Correct offset error for keyword table lookup
|
Mon, 01 Jan 2024 15:57:59 -0700 |
William Astle |
Rework parser to use parse_wordtab for symbols too
|
Mon, 01 Jan 2024 15:15:45 -0700 |
William Astle |
Redo keyword table handling to handle keywords differing in length
|
Mon, 01 Jan 2024 02:53:44 -0700 |
William Astle |
Add some additional generated files to ignore list
|
Sun, 31 Dec 2023 17:44:39 -0700 |
William Astle |
Initital skeleton of separation of separate parsing scheme
|
Sun, 31 Dec 2023 17:42:39 -0700 |
William Astle |
Add documentation of bytecode and parsing scheme
|
Fri, 29 Dec 2023 01:40:39 -0700 |
William Astle |
Make a call stack implementation that is more complete and maybe cleaner.
|
Thu, 28 Dec 2023 22:00:32 -0700 |
William Astle |
Don't clobber operator precedence flag when evaluating the starting term
|
Wed, 27 Dec 2023 19:30:19 -0700 |
William Astle |
Check the correct extra precision byte for rounding during fp normalization
|
Wed, 27 Dec 2023 15:57:59 -0700 |
William Astle |
Fix logic errors in floating point division
|
Wed, 27 Dec 2023 00:07:05 -0700 |
William Astle |
Correct order of initialization in floating point division
|
Wed, 27 Dec 2023 00:05:31 -0700 |
William Astle |
Fix use of unsigned branch for signed comparison in floating point division
|
Tue, 26 Dec 2023 23:37:45 -0700 |
William Astle |
Actually implement the 32 bit integer division algorithm correctly
|
Tue, 26 Dec 2023 21:50:09 -0700 |
William Astle |
Fix division by zero detection to actually work for integer division
|
Tue, 26 Dec 2023 21:44:10 -0700 |
William Astle |
Remove unneeded integer divide by 10 routine
|