13 コミット (4f7a05e3b7eb90b3dad802cc13c64c7267065434)

作成者 SHA1 メッセージ 日付
  Virgil Dupras 4f7a05e3b7 core: remove cpHLDE 4年前
  Virgil Dupras 7cf3ed38da Extract str.asm from core.asm and make core included by userspace 4年前
  Virgil Dupras 7274dccbe7 Move ASCII consts to ascii.h 4年前
  Clanmaster21 38333e9e07 Decimal parse optimisations (#45) 4年前
  Clanmaster21 cca3157c66 addHL and subHL affect flags, and are smaller (#30) 4年前
  Clanmaster21 9fb1467ee5 cpHLDE and writeHLinDE improvements (#33) 4年前
  Clanmaster21 6281e2036f Optimised intoXX functions (#19) 4年前
  Virgil Dupras 985d56ca5a core: preserve A in cpHLDE 5年前
  Virgil Dupras 605c631dc0 shell: add support for backspace 5年前
  Virgil Dupras ae028e3a86 blockdev: make implementors "random access" 5年前
  Virgil Dupras 83771b538f fs: check for file size bounds in GetC 5年前
  Virgil Dupras 328f44814e Make blockdev pointers 32 bits 5年前
  Virgil Dupras 7fad3b0c90 Move /parts/z80 to /kernel 5年前
  Virgil Dupras 157ac03e25 zasm: can now assemble zasm/util.asm! 5年前
  Virgil Dupras 013a3b74c8 Add the concept of unit tests 5年前
  Virgil Dupras a994867a86 Wohoo! zasm assembles core.asm!!! 5年前
  Virgil Dupras 23fd493013 core: make a bit more zasm-friendly 5年前
  Virgil Dupras 72d2a8f073 zasm: add support for + expressions 5年前
  Virgil Dupras 57c3dfece8 zasm: assemble multiple lines at once 5年前
  Virgil Dupras 055e0d7a31 Split parts in two: z80 and avr 5年前
  Virgil Dupras a391f85c00 fs: implement GetC, PutC, Seek and Tell on file handle 5年前
  Virgil Dupras f00334ec89 fs: add private "blk" routines 5年前
  Virgil Dupras 684f083e8e fs: add "fdel" command 5年前
  Virgil Dupras c0dbee78de New part: fs 5年前
  Virgil Dupras b4694225c5 blockdev: change GetC API 5年前
  Virgil Dupras fc0cdede55 Move print(n)str from core to shell 5年前
  Virgil Dupras 12c23f52e0 Add blockdev part 5年前
  Virgil Dupras 4600b5299c shell: place cmd metadata next to the routine 5年前
  Virgil Dupras 26b125b337 shell: add shellParseArgs 5年前
  Virgil Dupras 83f63c7146 shell: add call command 5年前
  Virgil Dupras 8ccddbcb0e Separate shell and acia input buffers 5年前
  Virgil Dupras 902c6a5dd3 shell: add count arg to peek 5年前
  Virgil Dupras 21168f6c4e shell: implement seek and peek 5年前