3 Révisions (4f7a05e3b7eb90b3dad802cc13c64c7267065434)

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