450 Commits (3b1bbc1751fe57fa2b6bbf1ccea63726e9efc3ca)
 

Autor SHA1 Nachricht Datum
  Virgil Dupras 3b1bbc1751 zasm: support negative displacement for IX/IY vor 4 Jahren
  Clanmaster21 9fb1467ee5 cpHLDE and writeHLinDE improvements (#33) vor 4 Jahren
  Jorde Kang 5460f28cfb Removed unnecessary import sys (#46) vor 4 Jahren
  James Stanley 7f7251d57f Fix buffer overrun in shell emulator (#51) vor 4 Jahren
  Virgil Dupras 8926c33ab1 Fix tools/tests/zasm/runtests.sh shebang vor 4 Jahren
  Keith Stellyes 4180b5873d Fix for tools/zasm.sh being dependent on readlink -f (an issue on macOS, preventing builds) (#28) vor 4 Jahren
  Clanmaster21 6281e2036f Optimised intoXX functions (#19) vor 4 Jahren
  Virgil Dupras e259e3d02e
Merge pull request #13 from luzpaz/typos vor 4 Jahren
  luz.paz 6a635fddd9 Fix misc. source comment typos vor 4 Jahren
  Virgil Dupras 83b314c450 zasm: lower RAM requirements vor 4 Jahren
  Virgil Dupras e4732d79dc zasm: tighten directive detection a bit vor 4 Jahren
  Virgil Dupras f4b6c7637d zasm: rename #inc to .inc vor 4 Jahren
  Virgil Dupras 340a474941 emul/shell: use '@' symbol in jump table vor 4 Jahren
  Virgil Dupras 612323f714 zasm: add "last value" symbol (@) vor 4 Jahren
  Virgil Dupras 63d6cf0875 Fix mis-documentation vor 4 Jahren
  Virgil Dupras 8db1bdb245 ed: add '.' and '$' support vor 4 Jahren
  Virgil Dupras 55be698f61 Pimp up the docs a little bit vor 4 Jahren
  Virgil Dupras c96c8e7df0 ed: update curline after a, i and d vor 5 Jahren
  Virgil Dupras c839703682 recipes/sms/romasm: ed and zasm, fully functional! vor 5 Jahren
  Virgil Dupras 22f9b4f07e kbd: add keypad codes to keycode table vor 5 Jahren
  Virgil Dupras d1735c3a73 zasm: remove last remnants of "old style" variables vor 5 Jahren
  Virgil Dupras 13028d431e recipes/sms/romasm: limit mmap size vor 5 Jahren
  Virgil Dupras 4f6c230dc8 mmap: add MMAP_LEN parameter vor 5 Jahren
  Virgil Dupras 985d56ca5a core: preserve A in cpHLDE vor 5 Jahren
  Virgil Dupras 1c6a7caeae recipes/sms/romasm: make zasm's memory usage fit the SMS vor 5 Jahren
  Virgil Dupras af0b6231ca recipes/sms/romasm: make ed's memory usage fit the SMS vor 5 Jahren
  Virgil Dupras c2d84563dd zasm: allow duplicate const definition vor 5 Jahren
  Virgil Dupras ffa28195b1 recipes/sms/romasm: adjust glue to zasm changes vor 5 Jahren
  Virgil Dupras 1dec33e02a zasm: make symbol registry a bit more straightforward vor 5 Jahren
  Virgil Dupras 02c7eb0161 zasm: clarify strlen's API vor 5 Jahren
  Virgil Dupras cc7a4bae58 zasm: improve .equ duplicate detection handling vor 5 Jahren
  Virgil Dupras 9ea72dc1d0 zasm: add separate symbol registry for constants vor 5 Jahren
  Virgil Dupras cdb206b7a5 zasm: fix nasty (iy+d) misparsing bug vor 5 Jahren
  Virgil Dupras b95f4c8c24 zasm: remove SYM_CTX_PTR vor 5 Jahren
  Virgil Dupras f4f91ebd79 zasm: remove SYM_CTX vor 5 Jahren
  Virgil Dupras 311d04e9aa zasm: make symbol registry easily parametrizable vor 5 Jahren
  Virgil Dupras 518f12b07f sms/vdp: clear 2 lines forward when doing LF vor 5 Jahren
  Virgil Dupras 87d794d426 recipes/sms/romasm: adjust ed/zasm offsets vor 5 Jahren
  Virgil Dupras 0237ff105f ed: fix 'd' going crazy when deleting last lines of buf vor 5 Jahren
  Virgil Dupras 0fd16a0bb6 ed: fix boken 'a' and 'd' cmds vor 5 Jahren
  Virgil Dupras f43241a5a0 kbd: support shifted characters vor 5 Jahren
  Virgil Dupras 52e5f5b5bf kbd: simplify code vor 5 Jahren
  Virgil Dupras 77d805ea0f shell: allow cmds to be shorter than 4 chars vor 5 Jahren
  Virgil Dupras 70a42e8c4d recipes/sms/romasm: first steps vor 5 Jahren
  Virgil Dupras 421d881fae ed: allow inserting in empty file vor 5 Jahren
  Virgil Dupras 34f499184d zasm: add ".bin" directive vor 5 Jahren
  Virgil Dupras 01031a780a ed: Add 'w' command vor 5 Jahren
  Virgil Dupras f6479486f2 ed: allow appending at the end of the file vor 5 Jahren
  Virgil Dupras 8d7abd9994 ed: fix broken buf insert logic vor 5 Jahren
  Virgil Dupras 1a5a1b9861 ed: make scratchpad memory only vor 5 Jahren