284 Commits (9ab292a6d556b4ceb985ba6a6f1d94816adfc505)

Author SHA1 Message Date
  Virgil Dupras 1a5a1b9861 ed: make scratchpad memory only 5 years ago
  Virgil Dupras 942d2a952d ed: take filename as an argument 5 years ago
  Virgil Dupras fe15bafeca zasm: fix bug with registry selection 5 years ago
  Virgil Dupras eefadc3917 ed: add support for 'a' and 'i' 5 years ago
  Virgil Dupras 77a23cee84 ed: fix bufDelLines logic 5 years ago
  Virgil Dupras 5669884508 ed: read initial contents in bufInit 5 years ago
  Virgil Dupras 3b0029335a ed: add README 5 years ago
  Virgil Dupras 8af1cf468c ed: add 'd' cmd 5 years ago
  Virgil Dupras 50d0dc982c ed: check addr bounds 5 years ago
  Virgil Dupras c811d5330c apps/ed: add support for addr ranges 5 years ago
  Virgil Dupras 2d9f74c2af apps/ed: refactoring 5 years ago
  Virgil Dupras 8cf68dc7ad apps/ed: handle +[n] and -[n] addresses 5 years ago
  Virgil Dupras 951dd2206d apps/ed: add the concept of "current line" 5 years ago
  Virgil Dupras e0f2a71dfc apps/ed: print specified line 5 years ago
  Virgil Dupras 6dbbfa837d apps/ed: add (dummy) line number processing 5 years ago
  Virgil Dupras 3491c26132 apps/ed: start implementing I/O 5 years ago
  Virgil Dupras 3d474c9121 apps/ed: first steps 5 years ago
  Virgil Dupras 54b0602710 zasm: add support for RES and SET 5 years ago
  Virgil Dupras 3a8b5108f7 zasm: make .fill support word arguments 5 years ago
  Virgil Dupras 9fb77054c0 Update docs w.r.t. its relationship with scas 5 years ago
  Virgil Dupras 7cdc288ef2 zasm: print progress indicator while assembling 5 years ago
  Virgil Dupras 6516ff7212 zasm: add support for "XOR n" and "SLA r" 5 years ago
  Virgil Dupras 5e31de0bac apps/memt: new app 5 years ago
  Virgil Dupras 3e7d181d3c zasm: properly raise error on bas ioPutC calls 5 years ago
  Virgil Dupras 4327153ffd zasm: fix include EOF detection 5 years ago
  Virgil Dupras 92a04f4627 sdc: support 24-bit addressing 5 years ago
  Virgil Dupras e7c07cdd9a apps/at28w: fix argument byte order 5 years ago
  Virgil Dupras 93981e00eb zasm: fix include line no in error reports 5 years ago
  Virgil Dupras c613f7b0ee recipes/rc2014/eeprom: fix broken a28w args passing 5 years ago
  Virgil Dupras 817636242a Add at28w app and recipe 5 years ago
  Virgil Dupras 145b48efb7 Add apps/sdct 5 years ago
  Virgil Dupras c18d42f08b fs: further adjust to previous blkdev refactoring 5 years ago
  Virgil Dupras ae028e3a86 blockdev: make implementors "random access" 5 years ago
  Virgil Dupras 465da6a79d zasm: add .out directive 5 years ago
  Virgil Dupras 04bf2117b2 tools/emul: re-organize .h files 5 years ago
  Virgil Dupras 21c677a950 Make parseArgs not expect a leading space 5 years ago
  Virgil Dupras f8bd8eeaaf Make userspace parse args the same way the shell does 5 years ago
  Virgil Dupras 7c191fd978 fs: standardize file handle routine argument to IX 5 years ago
  Virgil Dupras 83771b538f fs: check for file size bounds in GetC 5 years ago
  Virgil Dupras 6403ab1acf zasm: add support for SRL r 5 years ago
  Virgil Dupras 2c80924df9 zasm: indicate include lineno in errors 5 years ago
  Virgil Dupras 8def8e7c38 zasm: add lineno to error reports 5 years ago
  Virgil Dupras e414e600ea zasm: add ERR_DUPSYM and ERR_OOM error conditions 5 years ago
  Virgil Dupras b298e607bd zasm: implement error conditions for #inc 5 years ago
  Virgil Dupras 31f7c7771d zasm: implement error conditions in .org and .fill 5 years ago
  Virgil Dupras 371076190f zasm: implement error conditions in .equ 5 years ago
  Virgil Dupras 436ff51c39 zasm: implement error conditions in .dw 5 years ago
  Virgil Dupras f5d4321ece zasm: implement error conditions in .db 5 years ago
  Virgil Dupras d76dd54f4b zasm: add ERR_OVFL 5 years ago
  Virgil Dupras f9118ef88e xasm: expand ERR_BAD_ARG condition 5 years ago