Block a user
3be30e24bb
pcat: implement execute and nativeWord
bf0e999f8e
pcat: read LATEST and jump to it
a72322df31
pcat: begin structuring around words
85a0b87da3
z80: reorder compiledWord and doesWord, saving ourselves a jump
38d5a9f303
z80: inline cellWord in stable ABI
40f92b9bab
z80: optimize chkPS
31095bc04d
z80: remove call indirections in tight spots
1a467efae1
pcat: use a far jump to boot into the OS
507c2c12e7
8086asm: clarify operands and fix stupidities
5033f17be2
8086asm: tidy up a bit
374932fa4d
Clean libz80/libz80.o in make clean (#118)
07e50313c7
pcat: separate MBR code and OS code
b037c86598
recipes/pcat: now tested on real hardware!
f9d04848bd
emul: adjust README. AT-XY is implemented
7be6475ea2
Document how to launch a REPL in the host (#117)
66b27b0790
8086asm: properly initialize DS and DF
177750c928
recipes/pcat: first steps into 8086!
4e18fafe46
8086asm: now enough tooling to assemble a PC/AT Hello World boot
210b833c71
8086asm: begin adding MODRM-enabled ops
749fdf1b18
8086asm: add 8-bit JMP, MOVrI, INT,
405444d630
8086asm: first steps
1871c46614
VE: add backspace support in replace mode
dc368597a6
VE: Add dirtiness indicator in status bar
838c88459b
Make BLK@ FLUSH only if loading a different block
e317e9cc78
VE: use system input buffer for IBUF and FBUF typing
4146110e0d
Move EMPTY to core words
f6ded7712e
VE: add 't'
e83d5073ba
VE: disallow buffer overflow during typing
394f962510
recipe: fix makefiles for fresh clone contexts
bd7da4658b
VE: add gutter
e3069f94a3
make unionfs a more ... optional dependency of netutil
f9749ac181
more draw call optimisation
642eb9adf1
reduced redraw to two draw calls, four colour calls, and one get call: draw line, get character, invert colours for cell
b4db6c7226
remove debugging syslog calls from buffer library, reduce draw calls for readline
f95124996c
moved all readline analogs into the buffer module
1cc220d38e
made io.input open buffers with mode t, for use with readline coming soonTM
87596c8834
add os.getTimeout() function to ask how long the scheduler waits between running processes
7cad9ffe40
LIST: simplify logic
bc951a5ff1
ed and VE: add command Y
8f0e51a21c
VE: make D copy first deleted line to IBUF
6a6c59300e
VE: make ACC reset after each non-digit keystrokes
c16c5c98ce
Improve usage docs
1adfd0c1a6
ed: make X and E cut to IBUF
f90e03b0cb
ed: free some blocks for the docs
64ce8ab3e9
ed: Improve F with repeated searches
54bc2e4b96
CONTRIBUTING: add note about typo PRs
4d893d90fc
VE: Improve I and F buffer typing
ae954906d8
Make blkpack close files when it's done reading them (#108)
48f371d380
emul: add sanity check for blkfs
bcddfd461d
blkpack: Remove usage of nonstandard d_type