projects
/
ulas
/
.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
ulas/.git
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
2023-12-02
Lukas Krickl
WIP: symbol definition
commit
|
commitdiff
|
tree
|
snapshot
2023-12-02
Lukas Krickl
WIP: added const flag to symbols
commit
|
commitdiff
|
tree
|
snapshot
2023-11-30
Lukas Krickl
WIP: symbols
commit
|
commitdiff
|
tree
|
snapshot
2023-11-30
Lukas Krickl
WIP: symbol defines
commit
|
commitdiff
|
tree
|
snapshot
2023-11-30
Lukas Krickl
Moved label code to asmline
commit
|
commitdiff
|
tree
|
snapshot
2023-11-30
Lukas Krickl
WIP: label parser
commit
|
commitdiff
|
tree
|
snapshot
2023-11-30
Lukas Krickl
WIP: symbols
commit
|
commitdiff
|
tree
|
snapshot
2023-11-30
Lukas Krickl
Added headers to dependencies for obejct files
commit
|
commitdiff
|
tree
|
snapshot
2023-11-29
Lukas Krickl
Added benchmark output
commit
|
commitdiff
|
tree
|
snapshot
2023-11-29
Lukas Krickl
Moved preprocessor definition to ulas struct
commit
|
commitdiff
|
tree
|
snapshot
2023-11-29
Lukas Krickl
Added doc for 2-pass mode
commit
|
commitdiff
|
tree
|
snapshot
2023-11-29
Lukas Krickl
Fixed line numbering in 2-pass mode
commit
|
commitdiff
|
tree
|
snapshot
2023-11-29
Lukas Krickl
Added 2-pass code when stdin is not stin
commit
|
commitdiff
|
tree
|
snapshot
2023-11-29
Lukas Krickl
Removed pass code
commit
|
commitdiff
|
tree
|
snapshot
2023-11-29
Lukas Krickl
Removed multi pass system again for now
commit
|
commitdiff
|
tree
|
snapshot
2023-11-29
Lukas Krickl
WIP: multi-pass setup
commit
|
commitdiff
|
tree
|
snapshot
2023-11-28
Lukas Krickl
WIP: symbols
commit
|
commitdiff
|
tree
|
snapshot
2023-11-28
Lukas Krickl
WIP: multi-pass
commit
|
commitdiff
|
tree
|
snapshot
2023-11-28
Lukas Krickl
WIP: label scoping
commit
|
commitdiff
|
tree
|
snapshot
2023-11-28
Lukas Krickl
WIP: multi-pass symbol resolver
commit
|
commitdiff
|
tree
|
snapshot
2023-11-27
Lukas Krickl
WIP: Fixed linter warnings
commit
|
commitdiff
|
tree
|
snapshot
2023-11-27
Lukas Krickl
WIP: symbol buffer
commit
|
commitdiff
|
tree
|
snapshot
2023-11-27
Lukas Krickl
Fixed rc check fo symbol resolver
commit
|
commitdiff
|
tree
|
snapshot
2023-11-27
Lukas Krickl
WIP: symbol resolver
commit
|
commitdiff
|
tree
|
snapshot
2023-11-27
Lukas Krickl
WIP: symbol resolver
commit
|
commitdiff
|
tree
|
snapshot
2023-11-26
Lukas Krickl
Added built tests for t0
commit
|
commitdiff
|
tree
|
snapshot
2023-11-26
Lukas Krickl
WIP: full integration test
commit
|
commitdiff
|
tree
|
snapshot
2023-11-26
Lukas Krickl
Added asm instruction tests
commit
|
commitdiff
|
tree
|
snapshot
2023-11-26
Lukas Krickl
Fixed tests
commit
|
commitdiff
|
tree
|
snapshot
next