282 Commits (feeedcc55cad1d070f54d56f1f2566ed87d477e9)

Author SHA1 Message Date
  Virgil Dupras feeedcc55c z80: small optimization in execute 4 years ago
  Virgil Dupras dabbd6c253 8086asm: add support for modrm 8-bit displacement 4 years ago
  Virgil Dupras d8d2e05eb2 pcat: make find compare strings 4 years ago
  Virgil Dupras 8c452f5add pcat: begin implementing find 4 years ago
  Virgil Dupras 3be30e24bb pcat: implement execute and nativeWord 4 years ago
  Virgil Dupras bf0e999f8e pcat: read LATEST and jump to it 4 years ago
  Virgil Dupras a72322df31 pcat: begin structuring around words 4 years ago
  Virgil Dupras 85a0b87da3 z80: reorder compiledWord and doesWord, saving ourselves a jump 4 years ago
  Virgil Dupras 38d5a9f303 z80: inline cellWord in stable ABI 4 years ago
  Virgil Dupras 40f92b9bab z80: optimize chkPS 4 years ago
  Virgil Dupras 31095bc04d z80: remove call indirections in tight spots 4 years ago
  Virgil Dupras 2b7abf802f pcat: begin porting forth 4 years ago
  Virgil Dupras 1a467efae1 pcat: use a far jump to boot into the OS 4 years ago
  Virgil Dupras 507c2c12e7 8086asm: clarify operands and fix stupidities 4 years ago
  Virgil Dupras 5033f17be2 8086asm: tidy up a bit 4 years ago
  Virgil Dupras 07e50313c7 pcat: separate MBR code and OS code 4 years ago
  Virgil Dupras e17f2e6907 pcat: read sector from floppy 4 years ago
  Virgil Dupras b037c86598 recipes/pcat: now tested on real hardware! 4 years ago
  Virgil Dupras 66b27b0790 8086asm: properly initialize DS and DF 4 years ago
  Virgil Dupras 177750c928 recipes/pcat: first steps into 8086! 4 years ago
  Virgil Dupras 4e18fafe46 8086asm: now enough tooling to assemble a PC/AT Hello World boot 4 years ago
  Virgil Dupras 210b833c71 8086asm: begin adding MODRM-enabled ops 4 years ago
  Virgil Dupras 749fdf1b18 8086asm: add 8-bit JMP, MOVrI, INT, 4 years ago
  Virgil Dupras 405444d630 8086asm: first steps 4 years ago
  Virgil Dupras 1871c46614 VE: add backspace support in replace mode 4 years ago
  Virgil Dupras dc368597a6 VE: Add dirtiness indicator in status bar 4 years ago
  Virgil Dupras 838c88459b Make BLK@ FLUSH only if loading a different block 4 years ago
  Virgil Dupras e317e9cc78 VE: use system input buffer for IBUF and FBUF typing 4 years ago
  Virgil Dupras 4146110e0d Move EMPTY to core words 4 years ago
  Virgil Dupras f6ded7712e VE: add 't' 4 years ago
  Virgil Dupras e83d5073ba VE: disallow buffer overflow during typing 4 years ago
  Virgil Dupras bd7da4658b VE: add gutter 4 years ago
  Virgil Dupras a405f77185 ed: don't crash when inserting in 64th char of the line 4 years ago
  Virgil Dupras 7cad9ffe40 LIST: simplify logic 4 years ago
  Virgil Dupras bc951a5ff1 ed and VE: add command Y 4 years ago
  Virgil Dupras 8f0e51a21c VE: make D copy first deleted line to IBUF 4 years ago
  Virgil Dupras 6a6c59300e VE: make ACC reset after each non-digit keystrokes 4 years ago
  Virgil Dupras c16c5c98ce Improve usage docs 4 years ago
  Virgil Dupras 1adfd0c1a6 ed: make X and E cut to IBUF 4 years ago
  Virgil Dupras f90e03b0cb ed: free some blocks for the docs 4 years ago
  Virgil Dupras 64ce8ab3e9 ed: Improve F with repeated searches 4 years ago
  Virgil Dupras 4d893d90fc VE: Improve I and F buffer typing 4 years ago
  Virgil Dupras a36db99651 VE: properly initialize variables 4 years ago
  Virgil Dupras b2b556911f trs80: implement AT-XY 4 years ago
  Virgil Dupras ab76d8d648 VE: add 'D' 4 years ago
  Virgil Dupras 15acf30ca3 VE: add 'o' and 'O' 4 years ago
  Virgil Dupras c6016cd429 VE: fix buffer overflow with 'f' and make 'H' and 'L' affect 'f' 4 years ago
  Virgil Dupras b22ab8437b VE: add command 'f' 4 years ago
  Virgil Dupras 204a66277e VE: replace 'W' with 'b' and implement 'W' and 'B' 4 years ago
  Virgil Dupras 9d4e9ef08d VE: Add X 4 years ago