31 Commits (develop)

Autor SHA1 Mensaje Fecha
  Ben Kurtovic 1818c1eede Fix assembler bugs in "ex af, af'" and "ex (sp), hl". hace 8 años
  Ben Kurtovic 4bc8339ba1 Implement CALL; bugfix for condition 'Z'. hace 9 años
  Ben Kurtovic de3cbf741c Fix argparse_immediate() masks for large numbers. hace 9 años
  Ben Kurtovic 981c4d4783 Disable ASan; bugfix for immediate masks. hace 9 años
  Ben Kurtovic 76f2783b64 Implement new masking system for ASM instructions; bugfixes. hace 9 años
  Ben Kurtovic ade92aea51 Starting work on new ASM instructions system. hace 9 años
  Ben Kurtovic 08d9faa926 Support indirect labels; stub out LD instruction. hace 9 años
  Ben Kurtovic 13b7b29157 Replace OOM checks with light wrappers around allocation functions. hace 9 años
  Ben Kurtovic 1c35adf276 Finish implementing .define/.undef directives. hace 9 años
  Ben Kurtovic 197ce39fd3 Do define substitution in argparsers; fix hashtables. hace 9 años
  Ben Kurtovic fdd8bb9e8a Pass argparse args as a struct to make keeping track of deftabs easier. hace 9 años
  Ben Kurtovic 145322071d Support parsing labels; add checks for label length. hace 9 años
  Ben Kurtovic baa1c6f0e9 Implement indexed addressing, plus some bugfixes. hace 9 años
  Ben Kurtovic 83f4ab380f Implement parsing indirect args; fix immediates. hace 9 años
  Ben Kurtovic ae2fd5b2c8 Implement parsing of immediates; bugfix. hace 9 años
  Ben Kurtovic 8bbca15e47 Parse condition codes. hace 9 años
  Ben Kurtovic 2b300a2da1 Properly lower-case labels; ensure labels are not registers. hace 9 años
  Ben Kurtovic 4f791eef59 More on instruction parsing, including mnemonic handling. hace 9 años
  Ben Kurtovic 295f6eb70f Implement space directive; allow commas in .byte. hace 9 años
  Ben Kurtovic 82f2d9740a Implement parse_bytes(), bugfixes, improve error messages. hace 9 años
  Ben Kurtovic b8ad05578f Refactor out tokenizer; start implementing paging knowledge. hace 9 años
  Ben Kurtovic bd37eb411d Move string parsing to parse_util; some refactoring. hace 9 años
  Ben Kurtovic 05e0cbb0fb Implement most of resolve_defaults(); fix for declsize default behavior. hace 9 años
  Ben Kurtovic 0fe98bd048 Support string arguments to .rom_size, .rom_declsize. hace 9 años
  Ben Kurtovic 2cb9b2596c Implement parsing .rom_size directive. hace 9 años
  Ben Kurtovic 971af841cf Refactor directive macros to hide 'arg'; misc tweaks. hace 9 años
  Ben Kurtovic eebb90530e Rework the preprocessor system using insanity. hace 9 años
  Ben Kurtovic 633351cf14 Finish region info parsing. hace 9 años
  Ben Kurtovic 4fcd8565a6 Refactor preprocess() again; start on region directive. hace 9 años
  Ben Kurtovic 174a8c24a1 Implement ROM version; reading 8- and 16-bit ints. hace 9 años
  Ben Kurtovic dd8b99a48b Split out parse_util, directives. hace 9 años