892 Commits (z80asm)
 

Author SHA1 Message Date
  Virgil Dupras 434c8d5c0d recipes/trs80: add ed 4 years ago
  Virgil Dupras 6224ea2fe9 zasm: use printcrlf instead of hardcoded CRLF 4 years ago
  Virgil Dupras c3213e1e8c recipes/trs80: can now run zasm! 4 years ago
  Virgil Dupras 2860a10f71 recipes/trs80: add CFS support 4 years ago
  Virgil Dupras ec6df3087d recipes/trs80: add "recv" command 4 years ago
  Virgil Dupras 049f2cf222 Reverse ttysafe escaping order 4 years ago
  Virgil Dupras 69f0c6dafd trs80/floppy: implement write 4 years ago
  Virgil Dupras 438c71ad3d trs80/floppy: new module 4 years ago
  Virgil Dupras 08328b86a9 doc: add reverse engineering notes for trs80-4p 4 years ago
  Virgil Dupras bd38d46892 recipes/trs80: fix double line feeds 4 years ago
  Virgil Dupras 0f2b3aca24 zasm: allow zasm to omit its 3rd argument 4 years ago
  Virgil Dupras 9515d63d47 recipes/trs80: Collapse OS runs on the TRS-80 Model 4P! 4 years ago
  Virgil Dupras c5116b39ae Fix tools Makefile for GNU make 4 years ago
  Virgil Dupras bab18216aa recipes/trs80: add instructions to save recv program to floppy 4 years ago
  Virgil Dupras 9d8aa3a0d0 Add TRS-80 model 4P hardware doc 4 years ago
  Virgil Dupras a74ee81822 recipes/trs80: new recipe (WIP) 4 years ago
  Virgil Dupras e1e0676191 emul/hw/sms: add A/B ports and a Genesis pad 4 years ago
  Virgil Dupras b60252e330 emul/hw/(ti|sms): detect window being closed 4 years ago
  Clanmaster21 9cddaf1b59 String functions optimised (#86) 4 years ago
  Virgil Dupras 66744c0026 emul/hw/(ti|sms): fix compilation with gcc 4 years ago
  Virgil Dupras 6acd22492c emul/hw/sms: WIP 4 years ago
  Virgil Dupras d70c6d3b5f sms/vdp: improve comments 4 years ago
  Clanmaster21 927d5f2392 Reworked parseHexadecimal and parseDecimal, other minor tweaks (#85) 4 years ago
  Virgil Dupras fb2117dc2e sms/vdp: use fonts from kernel/fnt 4 years ago
  Virgil Dupras 439f880abe Rewrite font_compile.pl to C 4 years ago
  Virgil Dupras 9a7617115f doc: add "Understanding the code" walkthrough 4 years ago
  Virgil Dupras c7ef8bf915 recipes: add "make emul" targets where appropriate 4 years ago
  Virgil Dupras 9216057db8 emul/hw: add TI-84+ emulator 4 years ago
  Virgil Dupras 25fc0a3c72 Add RC2014 classic emulation 4 years ago
  Virgil Dupras eed67c4768 tests/shell: bring back the static test.cfs 4 years ago
  Virgil Dupras 359991c005 cfspack: fix compilation error 4 years ago
  Virgil Dupras 097c677641 emul/zasm: use libcfs 4 years ago
  Virgil Dupras 4cde58fd83 cfspack: make into a library 4 years ago
  Virgil Dupras 72357fec86 Move "emul" folder to root 4 years ago
  Virgil Dupras 40f56dd6dc cfspack: silence compilation warning 4 years ago
  Virgil Dupras c5c6ef4c6c Move "tests" folder to root 4 years ago
  Virgil Dupras e3c885085d Consolidate tests 4 years ago
  Virgil Dupras 7ca54d179d lib/expr: make EXPR_PARSE "tail" HL 4 years ago
  Virgil Dupras 73a5275b1e lib/parse: make parseBinaryLiteral "tail" HL 4 years ago
  Virgil Dupras 289037a3dd lib/parse: make parseDecimal "tail" HL 4 years ago
  Virgil Dupras dcb96aefe9 lib/parse: remove parseHexPair 4 years ago
  Virgil Dupras 2503bdfced lib/args: remove 4 years ago
  Virgil Dupras 5f2615a134 at28w: don't use lib/args 4 years ago
  Virgil Dupras 346bcc3d3d zasm: don't use lib/args 4 years ago
  Virgil Dupras d0f031939f lib/parse: make parseLiteral a little tighter 4 years ago
  Virgil Dupras 15628da7de lib/expr: make EXPR_PARSE put result in DE instead of IX 4 years ago
  Virgil Dupras 981c93bfd4 lib/expr: fix stack imbalance on failure 4 years ago
  Virgil Dupras 4760d044c0 test_expr: simplify 4 years ago
  Virgil Dupras 213614af33 lib/expr: make recursion process a bit more orderly 4 years ago
  Virgil Dupras 7410891ad1 lib/expr: fix unary minus 4 years ago