ulas/.git
2023-12-24 Lukas KricklAdded basic .rep directive
2023-12-24 Lukas KricklWIP: rep directive
2023-12-22 Lukas KricklAdded .chr directive to allow defining chr data
2023-12-21 Lukas KricklAdded new .scc (set char code) directive to map ascii...
2023-12-21 Lukas KricklFixed comments not working after .db
2023-12-20 Lukas KricklFixed buffer overflow in macro expansion
2023-12-20 Lukas KricklAdded test case for crashing macro in prod
2023-12-19 Lukas KricklFixed buffer underflow in trimend
2023-12-19 Lukas KricklAdded divison to test cases
2023-12-19 Lukas KricklFixed division in first pass
2023-12-16 Lukas KricklAdded doc as to why a8 will not emit overflow warnings
2023-12-16 Lukas KricklFixed warning for ldh instructions
2023-12-16 Lukas KricklAdded very basic -w flags
2023-12-16 Lukas Krickl.de now are evaluated during the first pass
2023-12-15 Lukas KricklAdded jp hl
2023-12-15 Lukas KricklAdded jp hl instruction
2023-12-15 Lukas KricklFixed di instruction opcode
2023-12-15 Lukas KricklAdded .de and .se for simple enum-like definitions
2023-12-14 Lukas KricklAdded more TODOS
2023-12-14 Lukas KricklAdded more todos
2023-12-14 Lukas KricklFixed missing memset in release build
2023-12-14 Lukas KricklAdjusted symbols output format
2023-12-14 Lukas KricklAddedmore tabs for now
2023-12-14 Lukas KricklAdded 0x as a prefix for symbols
2023-12-14 Lukas KricklMade symbol ints hex
2023-12-14 Lukas KricklAdded basic symbol output
2023-12-13 Lukas KricklFixed ret z instruction
2023-12-13 Lukas KricklAdded tests for db
2023-12-12 Lukas KricklFixed swap instructions
2023-12-12 Lukas KricklFixed symbol scoping rules
2023-12-11 Lukas KricklAdded test to cover .adv
2023-12-11 Lukas KricklAdded .adv directive
2023-12-11 Lukas KricklLabels can now appear before asm directives
2023-12-11 Lukas KricklAdded missing ld [hl], a instruction
2023-12-11 Lukas KricklAdded todo
2023-12-11 Lukas KricklFixed readme
2023-12-11 Lukas KricklAdded some todos
2023-12-10 Lukas KricklAdded .chksm directive that inserts rom header checksum...
2023-12-10 Lukas KricklFixed tests
2023-12-10 Lukas KricklFixed bug that caused incorrect label addresses during the
2023-12-10 Lukas KricklAdded #include directive
2023-12-10 Lukas KricklWIP: #include
2023-12-10 Lukas KricklAdded remaining int expression evaluations
2023-12-10 Lukas KricklAdded remaining int operators
2023-12-09 Lukas KricklAdded -i option for include path management
2023-12-09 Lukas KricklAdded .incbin directive
2023-12-09 Lukas KricklWIP: path resolver
2023-12-09 Lukas KricklPath bounds checks
2023-12-09 Lukas KricklWIP: path resolver
2023-12-09 Lukas KricklWIP: inc path resolution
2023-12-06 Lukas KricklWIP: path resolution for include and incbin
2023-12-05 Lukas KricklAdded .str directive
2023-12-05 Lukas KricklFixed leak issue with string expressions
2023-12-05 Lukas KricklWIP: .def str directive
2023-12-05 Lukas KricklFixed string tokenizer
2023-12-05 Lukas KricklWIP: string expressions
2023-12-04 Lukas KricklWIP: added doc comment
2023-12-04 Lukas KricklAdded test for filling until a certain address
2023-12-04 Lukas KricklAdded .fill instruction
2023-12-04 Lukas KricklAdded .db expression
2023-12-04 Lukas KricklAdded .def and .set
2023-12-04 Lukas KricklAdded test for .set
2023-12-04 Lukas KricklWIP: .set command
2023-12-04 Lukas KricklAdded test for relative jump
2023-12-04 Lukas KricklRemoved global symaddress
2023-12-04 Lukas KricklAdded $ for current address
2023-12-04 Lukas KricklAdded local scope resolver test
2023-12-03 Lukas KricklAdded '@' check to islabelname
2023-12-03 Lukas KricklAdded test for setting
2023-12-03 Lukas KricklWIP: re-assigning symbols
2023-12-03 Lukas KricklAdded test for scoped redefinition
2023-12-03 Lukas KricklWIP: moved : removal code to symbolset
2023-12-03 Lukas KricklFixed scope tests
2023-12-03 Lukas KricklWIP: symbol scoping tests
2023-12-02 Lukas KricklAdded proper label resolver for globals with test
2023-12-02 Lukas KricklWIP: address labels
2023-12-02 Lukas KricklWIP: symbol definition
2023-12-02 Lukas KricklWIP: symbol def
2023-12-02 Lukas KricklWIP: symbol definition
2023-12-02 Lukas KricklWIP: added const flag to symbols
2023-11-30 Lukas KricklWIP: symbols
2023-11-30 Lukas KricklWIP: symbol defines
2023-11-30 Lukas KricklMoved label code to asmline
2023-11-30 Lukas KricklWIP: label parser
2023-11-30 Lukas KricklWIP: symbols
2023-11-30 Lukas KricklAdded headers to dependencies for obejct files
2023-11-29 Lukas KricklAdded benchmark output
2023-11-29 Lukas KricklMoved preprocessor definition to ulas struct
2023-11-29 Lukas KricklAdded doc for 2-pass mode
2023-11-29 Lukas KricklFixed line numbering in 2-pass mode
2023-11-29 Lukas KricklAdded 2-pass code when stdin is not stin
2023-11-29 Lukas KricklRemoved pass code
2023-11-29 Lukas KricklRemoved multi pass system again for now
2023-11-29 Lukas KricklWIP: multi-pass setup
2023-11-28 Lukas KricklWIP: symbols
2023-11-28 Lukas KricklWIP: multi-pass
2023-11-28 Lukas KricklWIP: label scoping
2023-11-28 Lukas KricklWIP: multi-pass symbol resolver
2023-11-27 Lukas KricklWIP: Fixed linter warnings
2023-11-27 Lukas KricklWIP: symbol buffer
next