projects
/
ulas
/
.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
ulas/.git
2024-02-19
Lukas Krickl
Added additional ok message when all tests pass
commit
|
commitdiff
|
tree
|
snapshot
2024-02-19
Lukas Krickl
Fixed all remaining linter warnings
commit
|
commitdiff
|
tree
|
snapshot
2024-02-19
Lukas Krickl
Fixed most linter warnings
commit
|
commitdiff
|
tree
|
snapshot
2024-02-18
Lukas Krickl
Fixed some linter warnings
commit
|
commitdiff
|
tree
|
snapshot
2024-02-18
Lukas Krickl
Removed a magick number
commit
|
commitdiff
|
tree
|
snapshot
2024-02-17
Lukas Krickl
Moved registers to own arch file
commit
|
commitdiff
|
tree
|
snapshot
2024-02-17
Lukas Krickl
Added more todos
commit
|
commitdiff
|
tree
|
snapshot
2024-02-17
Lukas Krickl
Added todo for register lookup
commit
|
commitdiff
|
tree
|
snapshot
2024-02-15
Lukas Krickl
Fixed linter warning
commit
|
commitdiff
|
tree
|
snapshot
2024-02-15
Lukas Krickl
Project cleanup
commit
|
commitdiff
|
tree
|
snapshot
2024-01-04
Lukas Krickl
Improved test for nested macros
commit
|
commitdiff
|
tree
|
snapshot
2024-01-04
Lukas Krickl
Added test for recursive macro calls
commit
|
commitdiff
|
tree
|
snapshot
2024-01-03
Lukas Krickl
Fixed $10 - $15 macro args
commit
|
commitdiff
|
tree
|
snapshot
2024-01-03
Lukas Krickl
Fixed segfault. TODO: macros do not expand strings...
commit
|
commitdiff
|
tree
|
snapshot
2024-01-03
Lukas Krickl
Increased max macro parameters to 15
commit
|
commitdiff
|
tree
|
snapshot
2023-12-29
Lukas Krickl
Ensuring that comments still appear in listing
commit
|
commitdiff
|
tree
|
snapshot
2023-12-29
Lukas Krickl
Added comment bail when expanding preproc lines
commit
|
commitdiff
|
tree
|
snapshot
2023-12-27
Lukas Krickl
Removed trailing semicolon
commit
|
commitdiff
|
tree
|
snapshot
2023-12-27
Lukas Krickl
Removed puts from tests
commit
|
commitdiff
|
tree
|
snapshot
2023-12-27
Lukas Krickl
Fixed preproc recursive replacement in a better way
commit
|
commitdiff
|
tree
|
snapshot
2023-12-27
Lukas Krickl
define preproc directive allows macro replacement for...
commit
|
commitdiff
|
tree
|
snapshot
2023-12-24
Lukas Krickl
Added counter symbol naming to .rep
commit
|
commitdiff
|
tree
|
snapshot
2023-12-24
Lukas Krickl
Added basic .rep directive
commit
|
commitdiff
|
tree
|
snapshot
2023-12-24
Lukas Krickl
WIP: rep directive
commit
|
commitdiff
|
tree
|
snapshot
2023-12-22
Lukas Krickl
Added .chr directive to allow defining chr data
commit
|
commitdiff
|
tree
|
snapshot
2023-12-21
Lukas Krickl
Added new .scc (set char code) directive to map ascii...
commit
|
commitdiff
|
tree
|
snapshot
2023-12-21
Lukas Krickl
Fixed comments not working after .db
commit
|
commitdiff
|
tree
|
snapshot
2023-12-20
Lukas Krickl
Fixed buffer overflow in macro expansion
commit
|
commitdiff
|
tree
|
snapshot
2023-12-20
Lukas Krickl
Added test case for crashing macro in prod
commit
|
commitdiff
|
tree
|
snapshot
2023-12-19
Lukas Krickl
Fixed buffer underflow in trimend
commit
|
commitdiff
|
tree
|
snapshot
2023-12-19
Lukas Krickl
Added divison to test cases
commit
|
commitdiff
|
tree
|
snapshot
2023-12-19
Lukas Krickl
Fixed division in first pass
commit
|
commitdiff
|
tree
|
snapshot
2023-12-16
Lukas Krickl
Added doc as to why a8 will not emit overflow warnings
commit
|
commitdiff
|
tree
|
snapshot
2023-12-16
Lukas Krickl
Fixed warning for ldh instructions
commit
|
commitdiff
|
tree
|
snapshot
2023-12-16
Lukas Krickl
Added very basic -w flags
commit
|
commitdiff
|
tree
|
snapshot
2023-12-16
Lukas Krickl
.de now are evaluated during the first pass
commit
|
commitdiff
|
tree
|
snapshot
2023-12-15
Lukas Krickl
Added jp hl
commit
|
commitdiff
|
tree
|
snapshot
2023-12-15
Lukas Krickl
Added jp hl instruction
commit
|
commitdiff
|
tree
|
snapshot
2023-12-15
Lukas Krickl
Fixed di instruction opcode
commit
|
commitdiff
|
tree
|
snapshot
2023-12-15
Lukas Krickl
Added .de and .se for simple enum-like definitions
commit
|
commitdiff
|
tree
|
snapshot
2023-12-14
Lukas Krickl
Added more TODOS
commit
|
commitdiff
|
tree
|
snapshot
2023-12-14
Lukas Krickl
Added more todos
commit
|
commitdiff
|
tree
|
snapshot
2023-12-14
Lukas Krickl
Fixed missing memset in release build
commit
|
commitdiff
|
tree
|
snapshot
2023-12-14
Lukas Krickl
Adjusted symbols output format
commit
|
commitdiff
|
tree
|
snapshot
2023-12-14
Lukas Krickl
Addedmore tabs for now
commit
|
commitdiff
|
tree
|
snapshot
2023-12-14
Lukas Krickl
Added 0x as a prefix for symbols
commit
|
commitdiff
|
tree
|
snapshot
2023-12-14
Lukas Krickl
Made symbol ints hex
commit
|
commitdiff
|
tree
|
snapshot
2023-12-14
Lukas Krickl
Added basic symbol output
commit
|
commitdiff
|
tree
|
snapshot
2023-12-13
Lukas Krickl
Fixed ret z instruction
commit
|
commitdiff
|
tree
|
snapshot
2023-12-13
Lukas Krickl
Added tests for db
commit
|
commitdiff
|
tree
|
snapshot
2023-12-12
Lukas Krickl
Fixed swap instructions
commit
|
commitdiff
|
tree
|
snapshot
2023-12-12
Lukas Krickl
Fixed symbol scoping rules
commit
|
commitdiff
|
tree
|
snapshot
2023-12-11
Lukas Krickl
Added test to cover .adv
commit
|
commitdiff
|
tree
|
snapshot
2023-12-11
Lukas Krickl
Added .adv directive
commit
|
commitdiff
|
tree
|
snapshot
2023-12-11
Lukas Krickl
Labels can now appear before asm directives
commit
|
commitdiff
|
tree
|
snapshot
2023-12-11
Lukas Krickl
Added missing ld [hl], a instruction
commit
|
commitdiff
|
tree
|
snapshot
2023-12-11
Lukas Krickl
Added todo
commit
|
commitdiff
|
tree
|
snapshot
2023-12-11
Lukas Krickl
Fixed readme
commit
|
commitdiff
|
tree
|
snapshot
2023-12-11
Lukas Krickl
Added some todos
commit
|
commitdiff
|
tree
|
snapshot
2023-12-10
Lukas Krickl
Added .chksm directive that inserts rom header checksum...
commit
|
commitdiff
|
tree
|
snapshot
2023-12-10
Lukas Krickl
Fixed tests
commit
|
commitdiff
|
tree
|
snapshot
2023-12-10
Lukas Krickl
Fixed bug that caused incorrect label addresses during the
commit
|
commitdiff
|
tree
|
snapshot
2023-12-10
Lukas Krickl
Added #include directive
commit
|
commitdiff
|
tree
|
snapshot
2023-12-10
Lukas Krickl
WIP: #include
commit
|
commitdiff
|
tree
|
snapshot
2023-12-10
Lukas Krickl
Added remaining int expression evaluations
commit
|
commitdiff
|
tree
|
snapshot
2023-12-10
Lukas Krickl
Added remaining int operators
commit
|
commitdiff
|
tree
|
snapshot
2023-12-09
Lukas Krickl
Added -i option for include path management
commit
|
commitdiff
|
tree
|
snapshot
2023-12-09
Lukas Krickl
Added .incbin directive
commit
|
commitdiff
|
tree
|
snapshot
2023-12-09
Lukas Krickl
WIP: path resolver
commit
|
commitdiff
|
tree
|
snapshot
2023-12-09
Lukas Krickl
Path bounds checks
commit
|
commitdiff
|
tree
|
snapshot
2023-12-09
Lukas Krickl
WIP: path resolver
commit
|
commitdiff
|
tree
|
snapshot
2023-12-09
Lukas Krickl
WIP: inc path resolution
commit
|
commitdiff
|
tree
|
snapshot
2023-12-06
Lukas Krickl
WIP: path resolution for include and incbin
commit
|
commitdiff
|
tree
|
snapshot
2023-12-05
Lukas Krickl
Added .str directive
commit
|
commitdiff
|
tree
|
snapshot
2023-12-05
Lukas Krickl
Fixed leak issue with string expressions
commit
|
commitdiff
|
tree
|
snapshot
2023-12-05
Lukas Krickl
WIP: .def str directive
commit
|
commitdiff
|
tree
|
snapshot
2023-12-05
Lukas Krickl
Fixed string tokenizer
commit
|
commitdiff
|
tree
|
snapshot
2023-12-05
Lukas Krickl
WIP: string expressions
commit
|
commitdiff
|
tree
|
snapshot
2023-12-04
Lukas Krickl
WIP: added doc comment
commit
|
commitdiff
|
tree
|
snapshot
2023-12-04
Lukas Krickl
Added test for filling until a certain address
commit
|
commitdiff
|
tree
|
snapshot
2023-12-04
Lukas Krickl
Added .fill instruction
commit
|
commitdiff
|
tree
|
snapshot
2023-12-04
Lukas Krickl
Added .db expression
commit
|
commitdiff
|
tree
|
snapshot
2023-12-04
Lukas Krickl
Added .def and .set
commit
|
commitdiff
|
tree
|
snapshot
2023-12-04
Lukas Krickl
Added test for .set
commit
|
commitdiff
|
tree
|
snapshot
2023-12-04
Lukas Krickl
WIP: .set command
commit
|
commitdiff
|
tree
|
snapshot
2023-12-04
Lukas Krickl
Added test for relative jump
commit
|
commitdiff
|
tree
|
snapshot
2023-12-04
Lukas Krickl
Removed global symaddress
commit
|
commitdiff
|
tree
|
snapshot
2023-12-04
Lukas Krickl
Added $ for current address
commit
|
commitdiff
|
tree
|
snapshot
2023-12-04
Lukas Krickl
Added local scope resolver test
commit
|
commitdiff
|
tree
|
snapshot
2023-12-03
Lukas Krickl
Added '@' check to islabelname
commit
|
commitdiff
|
tree
|
snapshot
2023-12-03
Lukas Krickl
Added test for setting
commit
|
commitdiff
|
tree
|
snapshot
2023-12-03
Lukas Krickl
WIP: re-assigning symbols
commit
|
commitdiff
|
tree
|
snapshot
2023-12-03
Lukas Krickl
Added test for scoped redefinition
commit
|
commitdiff
|
tree
|
snapshot
2023-12-03
Lukas Krickl
WIP: moved : removal code to symbolset
commit
|
commitdiff
|
tree
|
snapshot
2023-12-03
Lukas Krickl
Fixed scope tests
commit
|
commitdiff
|
tree
|
snapshot
2023-12-03
Lukas Krickl
WIP: symbol scoping tests
commit
|
commitdiff
|
tree
|
snapshot
2023-12-02
Lukas Krickl
Added proper label resolver for globals with test
commit
|
commitdiff
|
tree
|
snapshot
2023-12-02
Lukas Krickl
WIP: address labels
commit
|
commitdiff
|
tree
|
snapshot
2023-12-02
Lukas Krickl
WIP: symbol definition
commit
|
commitdiff
|
tree
|
snapshot
2023-12-02
Lukas Krickl
WIP: symbol def
commit
|
commitdiff
|
tree
|
snapshot
next