ulas/.git
2025-01-19 Lukas Kricklulas: mlb files now translate the relative address... origin/mlb-sections
2025-01-19 Lukas Kricklmlb: Added support for sections to mlb
2025-01-19 Lukas KricklTODO: Added idea to todo
2025-01-19 Lukas Kricklulas: Removed section use from mlb agian.
2025-01-19 Lukas Kricklulas: pass now resets the currently set section
2025-01-19 Lukas Kricklulas: Added .section directive
2025-01-04 Lukas KricklTODO: Added section todo item
2025-01-01 Lukas KricklLICENSE: Updated year to 2025
2024-12-22 Lukas KricklAdded more todos
2024-12-15 Lukas KricklAdded TODO for labels
2024-12-12 Lukas KricklAdded TODO
2024-12-09 Lukas KricklUpdated man5 install dir
2024-12-09 Lukas KricklUpdated install make task
2024-12-08 Lukas KricklAdded todo.md
2024-12-08 Lukas KricklAdded bugs.md
2024-11-10 Lukas KricklUpdated -i flag to be -I instead
2024-11-05 Lukas KricklAdded the ability to use defined consts inside of defines
2024-11-04 Lukas KricklRemoved debug print
2024-11-04 Lukas KricklFixed macro expansion not allowing #defines to expand
2024-10-29 Lukas KricklAdded syntax reference manpage
2024-10-29 Lukas KricklCleaning up tags command in makefile
2024-10-29 Lukas KricklAdded some more manpage entires.
2024-10-29 Lukas KricklAdded usage reference to readme
2024-10-29 Lukas KricklUpdated manpage
2024-10-29 Lukas KricklFixed buildtest build deps
2024-10-29 Lukas KricklFixed buidltest cmd
2024-10-29 Lukas KricklUpdated makefile to be more portable
2024-10-29 Lukas KricklRemoved patsubst from makefile
2024-10-25 Lukas KricklUpdated manpage path
2024-10-19 Lukas KricklFixed sla instructions generating the wrong opcode
2024-10-09 Lukas KricklChanged timing label
2024-10-04 Lukas KricklAdded -D flag to allow defining preproc symbols using...
2024-10-02 Lukas KricklAdded a fixme
2024-09-30 Lukas Kricklulas: minor refactor of project structure
2024-03-13 Lukas KricklFixed comment format error
2024-03-13 Lukas KricklAdded basic mlb support.
2024-03-04 Lukas KricklUpdated license date
2024-03-01 Lukas KricklRenamed wrongly named const
2024-02-28 Lukas KricklAdded unnamed labels
2024-02-27 Lukas KricklAdded unary + operator
2024-02-26 Lukas KricklAdded test for disas
2024-02-26 Lukas KricklDisas now produces code that will compile back to unit...
2024-02-26 Lukas KricklWIP: disas improvements
2024-02-26 Lukas KricklAdded header for disas files
2024-02-26 Lukas KricklFixed 16 bit values
2024-02-25 Lukas KricklReplaced occurances of printf with the proper fprintf...
2024-02-25 Lukas KricklWIP: fixed more disas instructions. WIP: 16 bit values...
2024-02-25 Lukas KricklFixed a few more instructions
2024-02-25 Lukas KricklFixed some instruction parsers for disas
2024-02-25 Lukas KricklWIP: disasm output
2024-02-24 Lukas KricklWIP: added basic db fallback outupt to disasm
2024-02-24 Lukas KricklWIP: disas output
2024-02-24 Lukas KricklChanged unsigned short to int for disas data
2024-02-24 Lukas KricklWIP: disas functionality
2024-02-22 Lukas KricklWIP: disasm
2024-02-22 Lukas KricklWIP: disas read loop
2024-02-22 Lukas KricklWIP: added -a option. Fixed missing break when adding...
2024-02-22 Lukas KricklWIP: pass-system for disas calls
2024-02-21 Lukas KricklReplaced relevant e16 with a16
2024-02-21 Lukas KricklWIP: Adding addr16 type
2024-02-20 Lukas KricklAdded fixme to instruction table
2024-02-20 Lukas KricklFixed initializer for arch
2024-02-20 Lukas KricklAdded basic be/le flag to arch
2024-02-20 Lukas KricklAdded more wip items
2024-02-19 Lukas KricklWIP: added starting point for disassembly step
2024-02-19 Lukas KricklMoved asmspetok enum to arch
2024-02-19 Lukas KricklFixed formatting for sm83 macros
2024-02-19 Lukas KricklFixed naming for sm83
2024-02-19 Lukas KricklRemoved todo comment that was resolved
2024-02-19 Lukas KricklMoved register lookup to arch.c
2024-02-19 Lukas KricklWIP: refactoring arch system
2024-02-19 Lukas KricklAdded additional ok message when all tests pass
2024-02-19 Lukas KricklFixed all remaining linter warnings
2024-02-19 Lukas KricklFixed most linter warnings
2024-02-18 Lukas KricklFixed some linter warnings
2024-02-18 Lukas KricklRemoved a magick number
2024-02-17 Lukas KricklMoved registers to own arch file
2024-02-17 Lukas KricklAdded more todos
2024-02-17 Lukas KricklAdded todo for register lookup
2024-02-15 Lukas KricklFixed linter warning
2024-02-15 Lukas KricklProject cleanup
2024-01-04 Lukas KricklImproved test for nested macros
2024-01-04 Lukas KricklAdded test for recursive macro calls
2024-01-03 Lukas KricklFixed $10 - $15 macro args
2024-01-03 Lukas KricklFixed segfault. TODO: macros do not expand strings...
2024-01-03 Lukas KricklIncreased max macro parameters to 15
2023-12-29 Lukas KricklEnsuring that comments still appear in listing
2023-12-29 Lukas KricklAdded comment bail when expanding preproc lines
2023-12-27 Lukas KricklRemoved trailing semicolon
2023-12-27 Lukas KricklRemoved puts from tests
2023-12-27 Lukas KricklFixed preproc recursive replacement in a better way
2023-12-27 Lukas Krickldefine preproc directive allows macro replacement for...
2023-12-24 Lukas KricklAdded counter symbol naming to .rep
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
next