3 Revize (4f7a05e3b7eb90b3dad802cc13c64c7267065434)

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