XeonSquared izaya
izaya synced commits to forth at izaya/collapseos from mirror 2020-05-12 20:08:15 -04:00
44b065ff99 ti84: unify drivers
1094ec9c57 Make DO..LOOP stable
Compare 2 commits »
izaya synced commits to master at izaya/OC-PsychOS2 from mirror 2020-05-12 20:08:04 -04:00
b89ff14d5c added type annotations and descriptions for functions where appropriate
7ddece288b added doc() support for pre-compiled API documentation, wrote a generator for it, and included that in the build script
cf373668a9 added a title for PDF generation
Compare 3 commits »
izaya synced commits to forth at izaya/collapseos from mirror 2020-05-12 09:08:00 -04:00
b760c2d353 SCPY: don't copy the NULL
231d727598 Move a few words from core to xcomp core
Compare 2 commits »
izaya synced commits to master at izaya/OC-PsychOS2 from mirror 2020-05-12 03:37:58 -04:00
b3cfeb13ec remove replaced kernel modules
b4ee8ed8a6 point build.sh to the right finddesc
4f3bac551e updated finddesc to use the new doc library, allowing type annotations and building a directory of documentation
a917016a66 fix type annotation in event.ignore
d47a0748bd added type annotations to documentation for various libraries
Compare 8 commits »
izaya synced commits to forth at izaya/collapseos from mirror 2020-05-12 01:07:55 -04:00
9ad7ee7a4b Rename Inner core to Cross-compiled core
6beb082e29 acia: make wholly cross compilable
da371451cc Replace INITIAL_SP with PS_ADDR conf
73482e7ea1 Reword root block
Compare 4 commits »
izaya synced commits to forth at izaya/collapseos from mirror 2020-05-11 00:47:56 -04:00
73b6d9905e Add 7x7 font
izaya synced commits to master at izaya/OC-PsychOS2 from mirror 2020-05-10 18:57:59 -04:00
d59cc53340 updated netutil to use the documentation library's type signature system
cae7c916ae made the shell include the documentation library automatically
b465aebbdb added a library for retrieving documentation
Compare 3 commits »
izaya synced commits to forth at izaya/collapseos from mirror 2020-05-10 16:47:56 -04:00
4e1fe916be ti84: working!
2791dd992e ti84: offset binary by 0x100 to free space for TI-specific stuff
62ae1012df ti84: allow case select during a-lock with 2nd mode
a6aba40327 ti84: fix a-lock debouncing bug
06a4674317 ti84: implement a-lock
Compare 6 commits »
izaya synced commits to forth at izaya/collapseos from mirror 2020-05-10 00:47:55 -04:00
244776a7eb ti84: enable alpha key
izaya synced commits to forth at izaya/collapseos from mirror 2020-05-09 16:47:55 -04:00
abafd6d67b ti84: fix glitches
e06d6c5345 ti84: we have a prompt
4ce0727c72 ti84: kbd driver wip
2f1e635b9d ti84: tidy up driver code
b2d71cb1ee ti84: add Z offset mechanism
Compare 5 commits »
izaya synced commits to forth at izaya/collapseos from mirror 2020-05-09 00:37:56 -04:00
afc2327770 Split icore in 2 parts
baf725aa38 Move a bunch of words from core to inner core
Compare 2 commits »
izaya synced commits to forth at izaya/collapseos from mirror 2020-05-08 16:27:56 -04:00
ffdc58739a ti84: HelloWorld!
b90efb0f7f ti84: first glyph on screen!
Compare 2 commits »
izaya synced commits to forth at izaya/collapseos from mirror 2020-05-08 08:27:33 -04:00
58ec54fc97 ti84: wip
114e753b64 ti84: WIP
Compare 2 commits »
izaya synced commits to forth at izaya/collapseos from mirror 2020-05-07 16:27:33 -04:00
24e588019b Add words RSHIFT and LSHIFT
4e98ef11bd ti-84+: wip
f2f3474698 Begin copying fonts (and compiler) to blk
be66d7b4a2 editor: implement E
204a9c69f8 editor: fix PSP leak in F
Compare 5 commits »
izaya synced commits to forth at izaya/collapseos from mirror 2020-05-07 00:16:23 -04:00
feb0411530 editor: simplify I with the use of MOVE-
eaeb138a0c Add words C@- C!- and MOVE-
690d9e6313 editor: improve I
Compare 3 commits »
izaya synced commits to forth at izaya/collapseos from mirror 2020-05-06 16:15:20 -04:00
ab6a2688fe recipes/trs80: self-hosting
58ece9f9a1 editor: implement I command
f54b1dc504 Add 2>R and 2R>
Compare 3 commits »
izaya synced commits to forth at izaya/collapseos from mirror 2020-05-05 22:39:25 -04:00
b89fa2981f recipes/trs80: move RECV program to blkfs
60b4bbf28a Fix DUMP's broken "round up to next 8" logic
9df053b76c z80a: add CPn,
31119c2de3 xcomp: move all offset spitting to the end of the unit
fa79e3d8a6 Make (print) stop on CR
Compare 5 commits »
izaya synced commits to forth at izaya/collapseos from mirror 2020-05-05 06:39:12 -04:00
c681cb639d Add words >< and =><=
izaya synced commits to forth at izaya/collapseos from mirror 2020-05-04 22:29:12 -04:00
c494917452 blk: Add LOAD+ and LOADR+
3c2e0dd9df Add usage guide section about disk blocks
Compare 2 commits »
izaya synced commits to master at izaya/collapseos from mirror 2020-05-04 14:27:32 -04:00
78b9f89950 Update README: Forth reboot in process