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
*
Save known addresses into .nasm/addresses.txt
Miquel Sabaté Solà
2026-07-15
1
-5
/
+81
*
Generalize MemoryRange into Range
Miquel Sabaté Solà
2026-07-14
1
-65
/
+69
*
Use 'full_name' everywhere in check()
Miquel Sabaté Solà
2026-07-14
1
-5
/
+1
*
Prevent out of bounds panics on range_to_human()
Miquel Sabaté Solà
2026-07-09
1
-1
/
+1
*
Add support for the asan:fixed-segments comment
Miquel Sabaté Solà
2026-07-09
1
-24
/
+57
*
Add a warning for unknown cross-mapping references
Miquel Sabaté Solà
2026-07-08
1
-1
/
+83
*
Upgrade to the 2024 edition of Rust
Miquel Sabaté Solà
2026-07-08
1
-86
/
+86
*
Let arguments be able to reference their macro
Miquel Sabaté Solà
2026-07-07
1
-28
/
+59
*
Be more specific on unused objects
Miquel Sabaté Solà
2026-07-07
1
-2
/
+7
*
Do not optimize away unresolved non-jumps
Miquel Sabaté Solà
2026-07-07
1
-1
/
+31
*
Refer to the original file for unused objects
Miquel Sabaté Solà
2026-06-05
1
-4
/
+24
*
Issue a warning on unused macros
Miquel Sabaté Solà
2026-04-30
1
-0
/
+33
*
Don't do the 'accessed' check if "check:ignore" was given
Miquel Sabaté Solà
2026-04-30
1
-2
/
+5
*
nasm/xa65: add the --allow-unused option
Miquel Sabaté Solà
2026-04-30
1
-2
/
+21
*
Add a new 'check' stage in assemble()
Miquel Sabaté Solà
2026-04-30
1
-100
/
+104
*
Send an error for unused .proc's
Miquel Sabaté Solà
2026-04-28
1
-39
/
+75
*
nasm: add the --split-segments option
Miquel Sabaté Solà
2026-04-28
1
-1
/
+10
*
Add the context's name into memory ranges
Miquel Sabaté Solà
2026-04-25
1
-3
/
+7
*
Add the .min and the .max control expressions
Miquel Sabaté Solà
2026-04-24
1
-0
/
+67
*
Allow scoped names in __fallthrough__
Miquel Sabaté Solà
2026-04-24
1
-1
/
+1
*
Add a big endian control statement
Miquel Sabaté Solà
2026-04-24
1
-5
/
+41
*
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
[next]