Mercurial > hg > index.cgi
graph
-
Fix some bugs in tokenization/parsing routine default tipTue, 16 Jul 2024 22:30:07 -0600, by William Astle
-
Get things building again with the updated tokenization schemeMon, 15 Jul 2024 23:26:15 -0600, by William Astle
-
Make backup of parse.s in preparation for a complete refactorSat, 13 Jul 2024 17:33:01 -0600, by William Astle
-
Clean up some details in cold start initializationSat, 13 Jul 2024 12:56:05 -0600, by William Astle
-
Checkpoint updates to immediate mode program editing and some memory handlingFri, 12 Jul 2024 23:29:45 -0600, by William Astle
-
Add a memory insertion routine to swap the end block into middle of a blockTue, 09 Jul 2024 22:18:30 -0600, by William Astle
-
Make a backup of the interp.s code for a complete refactorMon, 24 Jun 2024 23:49:10 -0600, by William Astle
-
Clear spurious interrupts on warm or cold startMon, 24 Jun 2024 23:47:10 -0600, by William Astle
-
Checkpoint before redoing a bunch of code for clarityMon, 24 Jun 2024 23:44:39 -0600, by William Astle
-
Add error handling for immediate mode loopSat, 18 May 2024 00:41:46 -0600, by William Astle
-
Various updates to parsing scheme to handle errors and make it buildWed, 15 May 2024 20:16:56 -0600, by William Astle
-
Fix a less than brilliant branch target in token to keyword routineSat, 04 May 2024 15:18:51 -0600, by William Astle
-
Remove old style keyword lists and jump tablesTue, 09 Jan 2024 22:54:42 -0700, by William Astle
-
Add parsing routines for bare commands and REM statementsTue, 09 Jan 2024 22:47:11 -0700, by William Astle
-
Update parsing scheme with a keyword lookup by token value and other frameworkMon, 08 Jan 2024 22:58:08 -0700, by William Astle
-
Correct offset error for keyword table lookupSun, 07 Jan 2024 20:35:51 -0700, by William Astle
-
Rework parser to use parse_wordtab for symbols tooMon, 01 Jan 2024 15:57:59 -0700, by William Astle
-
Redo keyword table handling to handle keywords differing in lengthMon, 01 Jan 2024 15:15:45 -0700, by William Astle
-
Add some additional generated files to ignore listMon, 01 Jan 2024 02:53:44 -0700, by William Astle
-
Initital skeleton of separation of separate parsing schemeSun, 31 Dec 2023 17:44:39 -0700, by William Astle
-
Add documentation of bytecode and parsing schemeSun, 31 Dec 2023 17:42:39 -0700, by William Astle
-
Make a call stack implementation that is more complete and maybe cleaner.Fri, 29 Dec 2023 01:40:39 -0700, by William Astle
-
Don't clobber operator precedence flag when evaluating the starting termThu, 28 Dec 2023 22:00:32 -0700, by William Astle
-
Check the correct extra precision byte for rounding during fp normalizationWed, 27 Dec 2023 19:30:19 -0700, by William Astle
-
Fix logic errors in floating point divisionWed, 27 Dec 2023 15:57:59 -0700, by William Astle
-
Correct order of initialization in floating point divisionWed, 27 Dec 2023 00:07:05 -0700, by William Astle
-
Fix use of unsigned branch for signed comparison in floating point divisionWed, 27 Dec 2023 00:05:31 -0700, by William Astle
-
Actually implement the 32 bit integer division algorithm correctlyTue, 26 Dec 2023 23:37:45 -0700, by William Astle
-
Fix division by zero detection to actually work for integer divisionTue, 26 Dec 2023 21:50:09 -0700, by William Astle
-
Remove unneeded integer divide by 10 routineTue, 26 Dec 2023 21:44:10 -0700, by William Astle
-
Fix some logic errors in floating point multiplicationMon, 25 Dec 2023 22:37:55 -0700, by William Astle
-
Fix exponent calculation in floating point multplicationSun, 24 Dec 2023 23:08:20 -0700, by William Astle
-
Properly initialize result for integer multiplicationSun, 03 Dec 2023 14:57:19 -0700, by William Astle
-
Use correct decimal exponent instead of binary for int to float conversionMon, 30 Oct 2023 22:26:44 -0600, by William Astle
-
Set value type in correct location for int to float conversionMon, 30 Oct 2023 22:26:25 -0600, by William Astle
-
Make integer to floating point conversion use extra bits in fp accumulatorMon, 30 Oct 2023 22:25:47 -0600, by William Astle
-
Make normalization use the extra precision in the fp accumulatorMon, 30 Oct 2023 22:25:04 -0600, by William Astle
-
Reorganize the operand matching routineMon, 30 Oct 2023 22:20:06 -0600, by William Astle
-
Fix logic errors in floating point addition routineMon, 30 Oct 2023 20:48:29 -0600, by William Astle
-
Clean up numeric operator dispatch.Mon, 23 Oct 2023 23:15:55 -0600, by William Astle
-
Make value accumulator descriptions consistent and make usage consistentMon, 23 Oct 2023 22:46:55 -0600, by William Astle
-
Fix error in float to int and clean up some codeMon, 23 Oct 2023 20:23:28 -0600, by William Astle
-
Add integer <-> float conversion routines and combine some code for parsingSun, 22 Oct 2023 23:54:24 -0600, by William Astle
-
Fix initialization error in integer to ascii conversionSun, 22 Oct 2023 21:15:14 -0600, by William Astle
-
Tweak exponent calculation in fp to ascii conversionSun, 22 Oct 2023 21:05:37 -0600, by William Astle
-
Fix detection of integer value on ascii conversionSun, 22 Oct 2023 21:03:24 -0600, by William Astle
-
Make E notation parse correctly, and also leading decimals, and other detailsSun, 22 Oct 2023 17:25:16 -0600, by William Astle
-
Handle tokenized signs parsing E notationTue, 17 Oct 2023 17:26:45 -0600, by William Astle
-
Correctly calculate existing significand digits for fp to ascii conversionTue, 17 Oct 2023 17:12:36 -0600, by William Astle
-
Make floating point E notation convert to ASCII correctlyTue, 17 Oct 2023 17:03:37 -0600, by William Astle
-
Add target for explicit coco1 for MAME rulesTue, 17 Oct 2023 17:03:17 -0600, by William Astle
-
Fix various issues with floating point number displayMon, 16 Oct 2023 23:42:51 -0600, by William Astle
-
Correct off by one in FP exponent handling in ascii parsingMon, 16 Oct 2023 23:42:35 -0600, by William Astle
-
Make corrections in floating point parsing.Mon, 16 Oct 2023 16:48:46 -0600, by William Astle
-
Fix problems related to parsing numbers (exponent, integers)Mon, 16 Oct 2023 00:52:50 -0600, by William Astle
-
Implmement BCD floating point and update number parsing and printingSun, 15 Oct 2023 22:15:36 -0600, by William Astle
-
New first pass implementation of number parsing, untestedSun, 08 Oct 2023 00:17:20 -0600, by William Astle
-
Add utility multiply and divide by 10 routinesSat, 07 Oct 2023 15:17:44 -0600, by William Astle
-
Fix logic in int32_mul and overflow integer multiply to floating pointSat, 07 Oct 2023 13:39:25 -0600, by William Astle
-
Fix comments on 32 bit division routineSat, 07 Oct 2023 12:59:43 -0600, by William Astle