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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Do not mark some valid identifiers as invalid
Miquel Sabaté Solà
9 days
1
-0
/
+27
*
Validate labels when walking through the context
Miquel Sabaté Solà
9 days
1
-3
/
+32
*
Add global labels
Miquel Sabaté Solà
9 days
4
-21
/
+94
*
Fix the opcode for the 'sed' instruction
Miquel Sabaté Solà
10 days
1
-2
/
+2
*
Add the runrom crate and the vnf library
Miquel Sabaté Solà
10 days
1
-0
/
+6
*
Remove .github directory
Miquel Sabaté Solà
2026-07-22
1
-1
/
+1
*
readrom: implement the -d/--disassemble option
Miquel Sabaté Solà
2026-07-15
2
-1
/
+2181
*
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
*
Minor style fixes from an upgraded clippy
Miquel Sabaté Solà
2026-07-09
1
-1
/
+1
*
Add support for the asan:fixed-segments comment
Miquel Sabaté Solà
2026-07-09
3
-24
/
+189
*
Add a warning for unknown cross-mapping references
Miquel Sabaté Solà
2026-07-08
4
-1
/
+105
*
Add the SectionType::Vector enum value
Miquel Sabaté Solà
2026-07-08
2
-3
/
+14
*
lib: add descriptions in Cargo.toml files
Miquel Sabaté Solà
2026-07-08
1
-1
/
+1
*
Upgrade to the 2024 edition of Rust
Miquel Sabaté Solà
2026-07-08
5
-279
/
+377
*
Let arguments be able to reference their macro
Miquel Sabaté Solà
2026-07-07
2
-32
/
+63
*
Be more specific on unused objects
Miquel Sabaté Solà
2026-07-07
1
-2
/
+7
*
Preserve the 'accessed' member on macro arguments
Miquel Sabaté Solà
2026-07-07
1
-1
/
+12
*
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
2
-22
/
+28
*
tests: fix the assembler fuzzer
Miquel Sabaté Solà
2026-04-30
1
-2
/
+16
*
Rename "raw address" to "label"
Miquel Sabaté Solà
2026-04-30
1
-2
/
+2
*
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
*
Allow a magic "check:ignore" comment
Miquel Sabaté Solà
2026-04-30
1
-1
/
+1
*
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
2
-108
/
+108
*
Send an error for unused .proc's
Miquel Sabaté Solà
2026-04-28
2
-42
/
+104
*
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
2
-4
/
+8
*
Add the .min and the .max control expressions
Miquel Sabaté Solà
2026-04-24
3
-0
/
+91
*
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
3
-5
/
+73
*
Add the .version pseudo-variable
Miquel Sabaté Solà
2026-04-24
3
-0
/
+45
*
Update the code style to the latest stable Rust
Miquel Sabaté Solà
2026-04-24
2
-15
/
+10
*
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
2
-0
/
+33
*
Implement the asan:stack statement
Miquel Sabaté Solà
2026-04-08
3
-7
/
+328
*
Re-create the values for bundle call arguments
Miquel Sabaté Solà
2026-03-10
1
-4
/
+38
*
Ignore GLOBAL_CONTEXT on force_context_switch()
Miquel Sabaté Solà
2026-03-09
1
-0
/
+6
*
asan: ignore names from macro arguments
Miquel Sabaté Solà
2026-03-09
2
-5
/
+6
*
Define the global scope to a more obscure name
Miquel Sabaté Solà
2026-02-25
1
-1
/
+1
*
Fix small indentation typo
Miquel Sabaté Solà
2026-02-25
1
-1
/
+1
*
Raise an error when a control statement does not exist
Miquel Sabaté Solà
2026-02-25
1
-11
/
+10
*
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
[next]