547 Commits (43b450ca306a3725f80c42d9b1b939de3db4e8a1)
 

Author SHA1 Message Date
  Virgil Dupras 43b450ca30 Update bootstrap binaries 4 years ago
  Virgil Dupras 501fe96e07 lib/expr: use the IX register a bit less 4 years ago
  Virgil Dupras 2f71ad6d2f lib/expr: add left/right shifting operators 4 years ago
  Virgil Dupras a03c5ac700 lib/expr: add bitwise operators 4 years ago
  Virgil Dupras 972e8221f1 lib/expr: add division and modulo operators 4 years ago
  Virgil Dupras 1b01f13105 lib/expr: refactor for easier operator addition 4 years ago
  Virgil Dupras fd5b2ab856 Put app-common documentation in apps/README.md 4 years ago
  Virgil Dupras e17dc1e1e1 basic: add input command 4 years ago
  Virgil Dupras 982d20f895 basic: allow printing of quoted strings 4 years ago
  Virgil Dupras 704d32279a basic: document better 4 years ago
  Virgil Dupras 7262993f14 basic: add if 4 years ago
  Virgil Dupras 3f3dd9141e basic: allow multiple args in print 4 years ago
  Virgil Dupras 9c400ca642 basic: add goto 4 years ago
  Virgil Dupras 9d6cbe577c basic: add variables 4 years ago
  Virgil Dupras 9c9484fb88 basic: add run command 4 years ago
  Virgil Dupras 9d1003e7a2 basic: keep line index ordered and line numbers unique 4 years ago
  Virgil Dupras 62138b12cf basic: add buffer line index 4 years ago
  Virgil Dupras 4c6de413df basic: begin implementing a line buffer 4 years ago
  Virgil Dupras f5b04fc02f basic: add expression support to print 4 years ago
  Virgil Dupras 0bd58fd178 basic: parse hex, binary and char literals 4 years ago
  Virgil Dupras 1cea6e71e0 basic: add a print cmd 4 years ago
  Virgil Dupras 019d05f64c Make the shell a userspace app 4 years ago
  Virgil Dupras cdd0b64570 Modify userspace .org and RAMSTART expectations 4 years ago
  Virgil Dupras d74b85f146 zasm: allow .org to be specified from command line 4 years ago
  Virgil Dupras e5255d22f9 zasm: make .org affect "@" symbol 4 years ago
  Virgil Dupras 79e04189b0 Update bootstrap binaries 4 years ago
  Virgil Dupras 6e714875dc zasm: Constants now override labels at all times 4 years ago
  Virgil Dupras 7cf3ed38da Extract str.asm from core.asm and make core included by userspace 4 years ago
  Virgil Dupras 0e79035d9c Disable test failing on Travis 4 years ago
  Virgil Dupras 69750b4da6 Update bootstrap binaries 4 years ago
  Virgil Dupras 82995eb346 zasm: have .fill generate an error on overflow 4 years ago
  Virgil Dupras 8d46895dd3 lib/parse: decimal ending with a whitespace are now valid 4 years ago
  Virgil Dupras 7274dccbe7 Move ASCII consts to ascii.h 4 years ago
  Virgil Dupras 7046d23cd6 Fix broken IRC link in README 4 years ago
  Sarala Saraswati 0f65890074 add link to freenode irc channel and sonic.net hosted listserv (#75) 4 years ago
  Virgil Dupras f3992ed598 basic: begin an implementation from sratch 4 years ago
  Virgil Dupras 1ae51bea3a tests: remove instr blacklist 4 years ago
  Virgil Dupras 39f3637c60 recipes/ti84: TI-84+ base recipe is complete! 4 years ago
  Virgil Dupras 0e9173a89a zasm: optimize handleRST a little bit 4 years ago
  Virgil Dupras 4de2ce3ceb zasm: add RST instruction 4 years ago
  Virgil Dupras 518df7a05e zasm: add poor man's indexing in instr table 4 years ago
  Virgil Dupras cbc6fb5931 zasm: clean up jump table requirements 4 years ago
  Virgil Dupras 17cc28e211 recipes/ti84: use a 3x5 font instead of a 5x7 one 4 years ago
  Sarala Saraswati cb1e68e3e2 add link to subreddit (#71) 4 years ago
  Virgil Dupras 30d6fdb16b ti/lcd: use brand new support for IX in SRL and RR 4 years ago
  Virgil Dupras 2bff486cd2 Update bootstrap binaries 4 years ago
  Virgil Dupras 5f6b303e75 zasm: add IX/IY support to SRL, RR and RL 4 years ago
  Virgil Dupras 506c3d0a96 zasm: generalize handling of IX/IY in 0xcb upcode family 4 years ago
  Virgil Dupras d9d6093287 zasm: simplify (IX/Y+d) handling 4 years ago
  Virgil Dupras 68ef686c3c zasm: fix 16-bit include lineno counting 4 years ago