18 Commits (a74c4ab405493cee0a6ab6023fddffe738445a5c)

Author SHA1 Message Date
  Ben Kurtovic a74c4ab405 Refactor debug logging as distinct from dev build; add tracing. 8 years ago
  Ben Kurtovic 197ce39fd3 Do define substitution in argparsers; fix hashtables. 9 years ago
  Ben Kurtovic fdd8bb9e8a Pass argparse args as a struct to make keeping track of deftabs easier. 9 years ago
  Ben Kurtovic 7745a9cbac Refactor; abstract out HashTable; start support for .DEFINEs. 9 years ago
  Ben Kurtovic 145322071d Support parsing labels; add checks for label length. 9 years ago
  Ben Kurtovic bfba6cd709 Make ASMInstruction's bytes an array. 9 years ago
  Ben Kurtovic dbec3feb75 Makefile improvement; remove optimizer; minor tweaks. 9 years ago
  Ben Kurtovic b8ad05578f Refactor out tokenizer; start implementing paging knowledge. 9 years ago
  Ben Kurtovic a7a3055325 More robust labels, implement symbol resolution. 9 years ago
  Ben Kurtovic fe86957a64 Fix adding entries to overlap table; refactor. 9 years ago
  Ben Kurtovic c37375e4be Implement label reading, symtab operations (except hashing). 9 years ago
  Ben Kurtovic 52858aa2b5 Remove .align directive; add ASMData type. 9 years ago
  Ben Kurtovic da537ff616 Phase one of tokenizer and data directives. 9 years ago
  Ben Kurtovic 05e0cbb0fb Implement most of resolve_defaults(); fix for declsize default behavior. 9 years ago
  Ben Kurtovic eebb90530e Rework the preprocessor system using insanity. 9 years ago
  Ben Kurtovic eba603659a Refactor out symbol table init; stop unused arg warnings for stubs. 9 years ago
  Ben Kurtovic c8e102bcf2 More splitting of assembler internals. 9 years ago
  Ben Kurtovic 2186044476 Begin refactoring assembler into multiple files; fix use-after-free. 9 years ago