2022-10-05 14:26 | upd | Luxferre | 2 | +27 | -1 |
2022-09-19 19:37 | another typofix | Luxferre | 1 | +1 | -1 |
2022-09-19 15:22 | typofix | Luxferre | 1 | +1 | -1 |
2022-08-21 07:50 | A better terminal handling | Luxferre | 1 | +9 | -8 |
2022-08-17 18:30 | some input upgrades | Luxferre | 2 | +46 | -16 |
2022-08-17 13:22 | Starting to finalize v0.0.1 | Luxferre | 2 | +1 | -2 |
2022-08-16 13:49 | Some backspace support for a2e | Luxferre | 2 | +7 | -2 |
2022-08-16 13:35 | Backspace hopefully fixed | Luxferre | 1 | +10 | -2 |
2022-08-16 13:08 | Figured out some CRLF differences | Luxferre | 1 | +19 | -16 |
2022-08-16 13:02 | Streamlined some includes | Luxferre | 1 | +3 | -3 |
2022-08-16 12:55 | tcc didn't hget hurt | Luxferre | 1 | +4 | -22 |
2022-08-16 08:58 | some tcc fixes | Luxferre | 1 | +0 | -1 |
2022-08-16 08:51 | Figured out termios | Luxferre | 2 | +38 | -23 |
2022-08-14 19:20 | Attempt to somehow streamline the readme | Luxferre | 1 | +0 | -2 |
2022-08-14 19:18 | Attempt to somehow streamline the readme | Luxferre | 2 | +66 | -44 |
2022-08-14 18:26 | Apple IIe config figured out | Luxferre | 3 | +8 | -19 |
2022-08-14 15:08 | Added multitask example | Luxferre | 2 | +34 | -3 |
2022-08-14 13:15 | Implemented some task control portio | Luxferre | 1 | +28 | -0 |
2022-08-14 12:58 | Updated make target for a2enh | Luxferre | 3 | +28 | -16 |
2022-08-14 06:18 | Implemented task privileges | Luxferre | 1 | +16 | -10 |
2022-08-13 20:39 | Implemented Y instruction for task loading | Luxferre | 1 | +3 | -3 |
2022-08-13 20:37 | Implemented Y instruction for task loading | Luxferre | 1 | +6 | -0 |
2022-08-13 20:19 | Implemented round-robin task switching mechanism | Luxferre | 1 | +54 | -23 |
2022-08-13 16:05 | Yet another RAM structure revamp for memory protection and future multitasking - to be reflected in README | Luxferre | 1 | +12 | -11 |
2022-08-13 15:48 | Yet another RAM structure revamp for memory protection and future multitasking - to be reflected in README | Luxferre | 1 | +137 | -112 |
2022-08-13 08:49 | Correctly implemented write protection | Luxferre | 2 | +11 | -3 |
2022-08-13 07:58 | Revamped persistent storage ops to Forth-like 1K-aligned blocks | Luxferre | 2 | +9 | -9 |
2022-08-13 07:24 | another a2e adjustment and stack size output on interactive banner | Luxferre | 1 | +3 | -3 |
2022-08-13 05:46 | memory revamp described, endianness checked | Luxferre | 2 | +44 | -18 |
2022-08-13 04:40 | memory layout revamp | Luxferre | 1 | +42 | -34 |
2022-08-12 14:34 | of course | Luxferre | 1 | +1 | -1 |
2022-08-12 13:14 | minor readme update | Luxferre | 1 | +9 | -1 |
2022-08-12 10:07 | some readme fixes | Luxferre | 1 | +1 | -1 |
2022-08-12 09:57 | Removed irrelevant example snippet from the README; will be superseded with a proper loader example in the future | Luxferre | 1 | +0 | -10 |
2022-08-12 09:52 | implemented silent mode with s command line parameter | Luxferre | 2 | +16 | -8 |
2022-08-12 09:45 | Fixed VT100-compatible term init | Luxferre | 1 | +1 | -1 |
2022-08-12 09:16 | fix for TCC | Luxferre | 1 | +1 | -0 |
2022-08-12 09:05 | Added PERSIST_FILE to make DFLAGS | Luxferre | 1 | +1 | -1 |
2022-08-12 08:58 | minor persist fix | Luxferre | 2 | +10 | -4 |
2022-08-12 08:50 | minor persist fix | Luxferre | 2 | +2 | -2 |
2022-08-12 08:46 | Adapted persfile to 96K and the buffer size to fit AppleIIe | Luxferre | 4 | +15 | -9 |
2022-08-12 08:26 | Persistent operations implemented | Luxferre | 3 | +45 | -9 |
2022-08-11 20:23 | terminal and readme improvements | Luxferre | 2 | +51 | -18 |
2022-08-11 18:05 | Got rid of unnecessary var | Luxferre | 1 | +1 | -1 |
2022-08-11 17:49 | Updated min ex | Luxferre | 1 | +2 | -1 |
2022-08-11 16:11 | Implemented minification mode | Luxferre | 3 | +25 | -11 |
2022-08-11 15:38 | Implemented FizzBuzz example for current spec version | Luxferre | 2 | +57 | -0 |
2022-08-11 12:39 | some docs corrections | Luxferre | 1 | +4 | -4 |
2022-08-11 12:36 | Port I/O tested; strip unstable again, commented out | Luxferre | 3 | +42 | -10 |
2022-08-11 09:11 | Some cc65 screen init and welcome prompt fix | Luxferre | 1 | +7 | -2 |
2022-08-11 08:55 | fixed Q logic | Luxferre | 1 | +1 | -1 |
2022-08-11 08:43 | Whitespace logic revamped, now Q at the end is mandatory but one can use any whitespace in the programs | Luxferre | 2 | +22 | -26 |
2022-08-11 06:29 | Implemented G instruction | Luxferre | 2 | +6 | -1 |
2022-08-10 19:14 | Fixed return instruction and EOF behavior | Luxferre | 2 | +4 | -2 |
2022-08-10 14:53 | Fixed return instruction and EOF behavior | Luxferre | 2 | +12 | -8 |
2022-08-10 13:49 | Implemented variable-length literals and strings | Luxferre | 1 | +20 | -27 |
2022-08-09 18:34 | Got rid of POSIX warnings and re-enabled strip in the makefile for now | Luxferre | 2 | +6 | -5 |
2022-08-09 17:59 | Hopefully fixed literals and implemented most instructions | Luxferre | 2 | +144 | -62 |
2022-08-09 04:47 | Temporarily commented out strip | Luxferre | 2 | +54 | -20 |
2022-08-08 08:07 | some instruction progress | Luxferre | 1 | +122 | -15 |
2022-08-08 03:48 | Some TCC adaptations | Luxferre | 1 | +2 | -1 |
2022-08-07 19:20 | some skeleton for further codebase | Luxferre | 2 | +240 | -8 |
2022-08-06 18:09 | Made EquiRAM structure the main source of truth about sizing | Luxferre | 1 | +28 | -35 |
2022-08-06 16:02 | Working config found for apple2enh target | Luxferre | 1 | +1 | -1 |
2022-08-06 16:01 | Working config found for apple2enh target | Luxferre | 2 | +28 | -9 |
2022-08-06 11:01 | some makefile improvements | Luxferre | 1 | +7 | -3 |
2022-08-06 10:35 | Added Makefile to simplify builds | Luxferre | 4 | +212 | -189 |
2022-08-06 09:14 | Described how we would build Equi for Apple II and started to debug the process | Luxferre | 4 | +25 | -8 |
2022-08-06 06:34 | standardize | Luxferre | 2 | +39 | -21 |
2022-08-06 05:19 | Fixed readme in terms of real RAM layout and how to compile on cc | Luxferre | 2 | +34 | -9 |
2022-08-05 21:10 | Up | Luxferre | 1 | +1 | -1 |
2022-08-05 21:09 | Up | Luxferre | 1 | +1 | -1 |
2022-08-05 21:08 | Up | Luxferre | 2 | +259 | -0 |