1444 Commits (d97012ecae44c760dc92851eaa7181d77146efd2)
 

Author SHA1 Message Date
  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
  Liorst4 374932fa4d
Clean libz80/libz80.o in make clean (#118) 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 f9d04848bd emul: adjust README. AT-XY is implemented 4 years ago
  Maykel Moya 7be6475ea2
Document how to launch a REPL in the host (#117) 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 394f962510 recipe: fix makefiles for fresh clone contexts 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 54bc2e4b96 CONTRIBUTING: add note about typo PRs 4 years ago
  Virgil Dupras b2a07ca68d Remove mailing list link from README 4 years ago
  Virgil Dupras 4d893d90fc VE: Improve I and F buffer typing 4 years ago
  Zac Stewart ae954906d8
Make blkpack close files when it's done reading them (#108) 4 years ago
  Virgil Dupras 48f371d380 emul: add sanity check for blkfs 4 years ago
  Virgil Dupras bcddfd461d blkpack: Remove usage of nonstandard d_type 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
  Virgil Dupras 6212a08866 VE: Add F and E 4 years ago