Izaya izaya
izaya synced commits to forth at izaya/collapseos from mirror 2020-04-15 12:57:38 +10:00
415bd7a169 Support nested LOAD
aec19e5c87 Add word "LOAD"
a67101fb8b Add word "EMPTY"
add3b6629b Make DO .. LOOP binary code more compact
b8dd86bd18 Move notes.txt in blk
Compare 5 commits »
izaya synced commits to forth at izaya/collapseos from mirror 2020-04-15 04:47:38 +10:00
1efb2821e3 Make usage and dictionary documentation in-system
f59cac0588 blk: first steps
Compare 2 commits »
izaya synced commits to forth at izaya/collapseos from mirror 2020-04-14 12:27:42 +10:00
d4cdb659b4 tools: add blkpack
7292d486dc z80a: add stuctured flow words
7d184b9e70 Use SUBHLss, macro more
d919a10265 Remove runbin
b536d3bfd6 rc2014: complete the EEPROM recipe
Compare 5 commits »
izaya synced commits to forth at izaya/collapseos from mirror 2020-04-14 04:17:38 +10:00
d0545d555f upload: use A! instead of C!
d08a9711c5 boot: make HERE point to RAMEND instead of CURRENT
509972b08c tools: add exec and convert ./upload to Forth
1e0b40a876 Add word "FORGET"
Compare 4 commits »
izaya synced commits to forth at izaya/collapseos from mirror 2020-04-13 11:57:39 +10:00
4c7dfe0dfe Add drv/at28
76e4422796 Add adev unit
d996dd8c9e Add one layer of indirection in subsystem memory management
d4f65911c0 rc2014: add notes about stage3.bin
420836276d readln: rename (c<) to (rdln<)
Compare 5 commits »
izaya pushed to master at izaya/OC-PsychOS2 2020-04-13 04:09:47 +10:00
ec5d938a64 added a quit function to the shell environment, for obvious purposes
izaya synced commits to forth at izaya/collapseos from mirror 2020-04-13 03:47:38 +10:00
d6c9ab3f32 tools/stripfc: strip a little bit more
9548514ff0 rc2014: dictionary relinking now works!
06d0a02c12 link: fix LITA processing
Compare 3 commits »
izaya pushed to master at izaya/OC-PsychOS2 2020-04-12 03:49:48 +10:00
194564b959 Added an actually workable editor for once. Skye's gonna be mad, it's like vim.
izaya pushed to master at izaya/OC-PsychOS2 2020-04-12 03:49:17 +10:00
0dd13b74f1 fixed <ESC>[n;nH scrolling the display
izaya synced commits to forth at izaya/collapseos from mirror 2020-04-12 03:17:38 +10:00
izaya pushed to master at izaya/OC-PsychOS2 2020-04-12 02:00:01 +10:00
fc127f8d3e moved the VT100 driver out of the kernel and into its own library
2327dc9c18 added the ability to reload libraries to the loadfile module
0cdd70e917 added the ability for software to change the computer.pullSignal timeout
Compare 3 commits »
izaya synced commits to master at izaya/OC-Minitel from mirror 2020-04-11 16:17:35 +10:00
0637da63b4 made minitel.open time out properly, for #30
izaya synced commits to forth at izaya/collapseos from mirror 2020-04-11 10:57:37 +10:00
6368cc3bac Remove (sysv)
a6efb65010 emul: extract capture mark from icore into xstop.fs
Compare 2 commits »
izaya pushed to master at izaya/OC-PsychOS2 2020-04-11 09:01:17 +10:00
23173506b9 fixed a typo preventing [2J from working
izaya pushed to master at izaya/OC-PsychOS2 2020-04-11 08:52:21 +10:00
a9b3c6adf3 there is now a non-standard control code for the terminal to toggle line mode and local echo for the terminal
izaya pushed to master at izaya/OC-PsychOS2 2020-04-11 05:54:56 +10:00
459fd95992 made nvt handle the cursor going off the edge of the screen
izaya synced commits to forth at izaya/collapseos from mirror 2020-04-11 02:47:38 +10:00
f62376bd0a boot: remove _bend
7aa1be070b emul: build boot binary in one pass
c8c337fd58 xcomp: widen scope
Compare 3 commits »
izaya synced commits to forth at izaya/collapseos from mirror 2020-04-10 02:17:37 +10:00
54929c2aa0 xcomp: simplify further
e6d3638f4f Add CURRENT* and simplify xcomp
f1171c656c xcomp: make (xfind) use _find instead of (find)
1b6286dcfe Make (find) 2-layered, the lower layer having CURRENT as a param
66dc621919 xcomp: don't automatically shadow core words
Compare 16 commits »
izaya pushed to master at izaya/OC-PsychOS2 2020-04-09 15:50:51 +10:00
583b300720 removed dprint statements from nvt
izaya pushed to master at izaya/OC-PsychOS2 2020-04-09 15:50:11 +10:00
f5db94e03c made init not spew irritating syslog messages