175 Комити (ba701545b217d0b5098ca121b9fb1c2765f0632d)
 

Аутор SHA1 Порука Датум
  Ben Kurtovic 5f71035468 More work on asm instructions. пре 9 година
  Ben Kurtovic 0548e5d18c More work on update_asm_instructions.py пре 9 година
  Ben Kurtovic ade92aea51 Starting work on new ASM instructions system. пре 9 година
  Ben Kurtovic 3d968c12b5 Add more to load instruction. пре 9 година
  Ben Kurtovic 2e2e5d6216 Split off some of instructions into inst_support; fix z80 errors. пре 9 година
  Ben Kurtovic a00dda6686 Implement all ld a,<src> instructions. пре 9 година
  Ben Kurtovic 08d9faa926 Support indirect labels; stub out LD instruction. пре 9 година
  Ben Kurtovic 8babffb562 Implement most (all) of the no-argument instructions. пре 9 година
  Ben Kurtovic 13b7b29157 Replace OOM checks with light wrappers around allocation functions. пре 9 година
  Ben Kurtovic cfebed6a33 Stub out all assembler instructions. пре 9 година
  Ben Kurtovic b6bea003d9 Alphabetize instructions; add ADC. пре 9 година
  Ben Kurtovic 1c35adf276 Finish implementing .define/.undef directives. пре 9 година
  Ben Kurtovic 1d6f832864 Make crater be quiet when assembling/disassembling is successful. пре 9 година
  Ben Kurtovic 197ce39fd3 Do define substitution in argparsers; fix hashtables. пре 9 година
  Ben Kurtovic fdd8bb9e8a Pass argparse args as a struct to make keeping track of deftabs easier. пре 9 година
  Ben Kurtovic 2b5b7d8b23 Add hash_table_remove(); pass callback func in constructor. пре 9 година
  Ben Kurtovic 7745a9cbac Refactor; abstract out HashTable; start support for .DEFINEs. пре 9 година
  Ben Kurtovic 145322071d Support parsing labels; add checks for label length. пре 9 година
  Ben Kurtovic baa1c6f0e9 Implement indexed addressing, plus some bugfixes. пре 9 година
  Ben Kurtovic 83f4ab380f Implement parsing indirect args; fix immediates. пре 9 година
  Ben Kurtovic ab3acc4b43 Add add and reti instructions. пре 9 година
  Ben Kurtovic ae2fd5b2c8 Implement parsing of immediates; bugfix. пре 9 година
  Ben Kurtovic 8bbca15e47 Parse condition codes. пре 9 година
  Ben Kurtovic de7aaf9aac Add some additional macros to clean up inst parsers. пре 9 година
  Ben Kurtovic 1830304c6c More work on instruction parser. пре 9 година
  Ben Kurtovic 2b300a2da1 Properly lower-case labels; ensure labels are not registers. пре 9 година
  Ben Kurtovic a13c3bb93d Implement an insane(LY AWESOME) system for instruction parsing. пре 9 година
  Ben Kurtovic 7765457495 Use nicer array initializer for Z80 ops. пре 9 година
  Ben Kurtovic 4f791eef59 More on instruction parsing, including mnemonic handling. пре 9 година
  Ben Kurtovic 295f6eb70f Implement space directive; allow commas in .byte. пре 9 година
  Ben Kurtovic 2ac961d801 Add some credits. пре 9 година
  Ben Kurtovic 9f1c30e586 Disallow SMS ROMs for now. пре 9 година
  Ben Kurtovic d9e1020d74 Typedef rather than macro for func ptr. пре 9 година
  Ben Kurtovic ae17f5be4e Finish parse_data(). пре 9 година
  Ben Kurtovic 4d7dc57061 Implement rom_product() and third-party lookups. пре 9 година
  Ben Kurtovic d47ce5735b Stub out rom_product(); minor tweak. пре 9 година
  Ben Kurtovic a839e8571c Use a max depth for includes rather than trying to detect recursion. пре 9 година
  Ben Kurtovic 05c63c3f1c Implement serialize_binary() and header writing. пре 9 година
  Ben Kurtovic 82f2d9740a Implement parse_bytes(), bugfixes, improve error messages. пре 9 година
  Ben Kurtovic 1383d57f29 Remove NULL checks before free(). пре 9 година
  Ben Kurtovic a2e42e94d3 Implement block-crossing check. пре 9 година
  Ben Kurtovic bfba6cd709 Make ASMInstruction's bytes an array. пре 9 година
  Ben Kurtovic dbec3feb75 Makefile improvement; remove optimizer; minor tweaks. пре 9 година
  Ben Kurtovic 9c895af762 Use nice initializer syntax for error strings rather than comments. пре 9 година
  Ben Kurtovic 0903955e48 Properly implement slots in the tokenizer. пре 9 година
  Ben Kurtovic b8ad05578f Refactor out tokenizer; start implementing paging knowledge. пре 9 година
  Ben Kurtovic 9397107e21 Fix MMU mirroring algo, support reading 48 KB ROMs. пре 9 година
  Ben Kurtovic a7a3055325 More robust labels, implement symbol resolution. пре 9 година
  Ben Kurtovic 65c93cf6dc Finish resolve_defaults(). пре 9 година
  Ben Kurtovic fe86957a64 Fix adding entries to overlap table; refactor. пре 9 година