index
:
tools.nes
main
Tools for NES/Famicom development.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
xixanta
/
src
/
assembler.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add the .version pseudo-variable
Miquel Sabaté Solà
2026-04-24
1
-0
/
+33
*
Update the code style to the latest stable Rust
Miquel Sabaté Solà
2026-04-24
1
-12
/
+8
*
Fix outdated comment on __fallthrough__
Miquel Sabaté Solà
2026-04-24
1
-4
/
+4
*
Fix calls with arguments containing addresses
Miquel Sabaté Solà
2026-04-24
1
-1
/
+46
*
Ensure expressions in arguments are fully parsed
Miquel Sabaté Solà
2026-04-23
1
-0
/
+13
*
Implement the asan:stack statement
Miquel Sabaté Solà
2026-04-08
1
-0
/
+116
*
Re-create the values for bundle call arguments
Miquel Sabaté Solà
2026-03-10
1
-4
/
+38
*
asan: ignore names from macro arguments
Miquel Sabaté Solà
2026-03-09
1
-4
/
+4
*
Fix small indentation typo
Miquel Sabaté Solà
2026-02-25
1
-1
/
+1
*
Allow using a byte for indirect jumps
Miquel Sabaté Solà
2026-02-11
1
-11
/
+12
*
asan: Fix validation on indirect jumps
Miquel Sabaté Solà
2026-02-11
1
-3
/
+1
*
asan: don't complain on arithmetic with addresses
Miquel Sabaté Solà
2026-02-06
1
-4
/
+17
*
Fix the arithmetic on indexed addressing modes
Miquel Sabaté Solà
2026-02-05
1
-51
/
+136
*
Make the fallthrough error more explicit
Miquel Sabaté Solà
2026-02-03
1
-1
/
+4
*
Avoid invalid identifiers in proc/macro/scope
Miquel Sabaté Solà
2026-02-03
1
-7
/
+58
*
Change .fallthrough to __fallthrough__
Miquel Sabaté Solà
2026-02-02
1
-25
/
+18
*
Add the .fallthrough control statement
Miquel Sabaté Solà
2026-02-02
1
-1
/
+86
*
Warn on pointless (un)conditional branching
Miquel Sabaté Solà
2026-02-02
1
-0
/
+76
*
xixanta: add context from macro expansions
Miquel Sabaté Solà
2026-02-02
1
-1
/
+118
*
asan: move the conflict check into its own loop
Miquel Sabaté Solà
2025-12-15
1
-18
/
+30
*
Allow constants in asan:reserve statements
Miquel Sabaté Solà
2025-12-15
1
-0
/
+16
*
asan: addresses >= 0x2000 cannot be reserved space
Miquel Sabaté Solà
2025-12-15
1
-10
/
+15
*
Report on multi-byte values on arithmetic evaluation
Miquel Sabaté Solà
2025-12-15
1
-0
/
+32
*
Allow asan:reserve to receive an usize
Miquel Sabaté Solà
2025-12-14
1
-8
/
+8
*
xixanta: Don't allow negative variables on asan
Miquel Sabaté Solà
2025-09-12
1
-4
/
+41
*
asan: Add fixes on absolute/indirect addressing
Miquel Sabaté Solà
2025-09-03
1
-1
/
+6
*
Apply asan:ignore also when bundling
Miquel Sabaté Solà
2025-09-03
1
-1
/
+13
*
Add a check for variable names
Miquel Sabaté Solà
2025-09-03
1
-0
/
+67
*
Validate that memory access is done via variables
Miquel Sabaté Solà
2025-09-03
1
-9
/
+127
*
Add a warning for each unused variable
Miquel Sabaté Solà
2025-09-02
1
-21
/
+45
*
assembler: Preserve the original working directory
Miquel Sabaté Solà
2025-09-02
1
-0
/
+10
*
assembler: Add support for asan:reserve,ignore
Miquel Sabaté Solà
2025-09-02
1
-12
/
+213
*
nasm: Error out when using WRAM when not available
Miquel Sabaté Solà
2025-08-28
1
-0
/
+26
*
xixanta: Be more mindful on what's being exported
Miquel Sabaté Solà
2025-08-27
1
-6
/
+21
*
nasm: Implement the -s/--stats option
Miquel Sabaté Solà
2025-08-27
1
-0
/
+9
*
Don't get into all blocks when evaluating the context
Miquel Sabaté Solà
2025-08-18
1
-4
/
+51
*
Provide a node to the Object struct
Miquel Sabaté Solà
2025-08-18
1
-1
/
+59
*
Reset literal mode before left arm of an operation
Miquel Sabaté Solà
2025-08-18
1
-0
/
+5
*
Fix shift overflow on certain expressions
Miquel Sabaté Solà
2025-08-18
1
-2
/
+2
*
Use a buffered reader for incbin
Miquel Sabaté Solà
2025-08-17
1
-2
/
+3
*
Apply suggested style fixes from clippy
Miquel Sabaté Solà
2025-08-17
1
-25
/
+17
*
Implement echo control statements
Miquel Sabaté Solà
2025-01-22
1
-1
/
+30
*
nasm: Implement the -D flag
Miquel Sabaté Solà
2025-01-22
1
-4
/
+64
*
Introduce looking ahead when parsing literals
Miquel Sabaté Solà
2025-01-21
1
-1
/
+1
*
Whitelist valid identifier characters
Miquel Sabaté Solà
2025-01-16
1
-5
/
+14
*
Permit 16-bit decimal values
Miquel Sabaté Solà
2025-01-16
1
-9
/
+18
*
Implement .ifdef/.ifndef statements
Miquel Sabaté Solà
2025-01-16
1
-0
/
+49
*
Implement .def/.defined expressions
Miquel Sabaté Solà
2025-01-16
1
-0
/
+53
*
Implement .if/.elsif/.else statements
Miquel Sabaté Solà
2025-01-16
1
-11
/
+133
*
Add boolean operators
Miquel Sabaté Solà
2025-01-16
1
-7
/
+60
[next]