index
:
tools.nes
main
Tools for NES/Famicom development.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
readrom: fix versioning on the Cargo manifest
Miquel Sabaté Solà
2026-07-15
2
-2
/
+2
*
readrom: implement the -d/--disassemble option
Miquel Sabaté Solà
2026-07-15
11
-13
/
+2752
*
Save known addresses into .nasm/addresses.txt
Miquel Sabaté Solà
2026-07-15
3
-5
/
+116
*
nasm: code style cleanup
Miquel Sabaté Solà
2026-07-14
1
-8
/
+13
*
Generalize MemoryRange into Range
Miquel Sabaté Solà
2026-07-14
2
-67
/
+71
*
Use 'full_name' everywhere in check()
Miquel Sabaté Solà
2026-07-14
1
-5
/
+1
*
readrom: print the usual PRG-RAM size if available
Miquel Sabaté Solà
2026-07-13
2
-1
/
+4
*
Prevent out of bounds panics on range_to_human()
Miquel Sabaté Solà
2026-07-09
1
-1
/
+1
*
scripts: separate fuzzy testing into its own file
Miquel Sabaté Solà
2026-07-09
2
-9
/
+13
*
Minor style fixes from an upgraded clippy
Miquel Sabaté Solà
2026-07-09
3
-3
/
+3
*
Add support for the asan:fixed-segments comment
Miquel Sabaté Solà
2026-07-09
8
-24
/
+370
*
Add a warning for unknown cross-mapping references
Miquel Sabaté Solà
2026-07-08
9
-2
/
+286
*
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
2
-1
/
+3
*
Upgrade to the 2024 edition of Rust
Miquel Sabaté Solà
2026-07-08
13
-289
/
+384
*
Let arguments be able to reference their macro
Miquel Sabaté Solà
2026-07-07
6
-37
/
+69
*
Be more specific on unused objects
Miquel Sabaté Solà
2026-07-07
2
-3
/
+8
*
Preserve the 'accessed' member on macro arguments
Miquel Sabaté Solà
2026-07-07
5
-1
/
+46
*
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
6
-22
/
+49
*
tests: check on the existence of jetpac.nes
Miquel Sabaté Solà
2026-04-30
1
-1
/
+6
*
xa65: sort the flags on the help message
Miquel Sabaté Solà
2026-04-30
1
-1
/
+1
*
Fix tabulation on --allow-unused help's message
Miquel Sabaté Solà
2026-04-30
1
-1
/
+1
*
ci: override LC_ALL for a more consistent 'sort'
Miquel Sabaté Solà
2026-04-30
2
-2
/
+2
*
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
2
-3
/
+3
*
nasm: add documentation to the 'unused' checks
Miquel Sabaté Solà
2026-04-30
1
-0
/
+23
*
tests: adapt to the new 'unused' checks
Miquel Sabaté Solà
2026-04-30
4
-19
/
+35
*
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
3
-2
/
+31
*
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
5
-42
/
+111
*
nasm: add documentation on the exit status code
Miquel Sabaté Solà
2026-04-28
1
-0
/
+9
*
nasm: call exit() right after error detection
Miquel Sabaté Solà
2026-04-28
1
-90
/
+88
*
nasm: use buffered writing for full ROMs as well
Miquel Sabaté Solà
2026-04-28
1
-4
/
+8
*
nasm: avoid an unnecessary loop when writing bytes
Miquel Sabaté Solà
2026-04-28
1
-5
/
+3
*
nasm: add the --split-segments option
Miquel Sabaté Solà
2026-04-28
2
-33
/
+81
*
nasm: add a description on the README.md file
Miquel Sabaté Solà
2026-04-25
1
-0
/
+14
*
tests: update submodules to their latest commits
Miquel Sabaté Solà
2026-04-25
3
-0
/
+0
*
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
3
-1
/
+11
*
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
*
ci: upgrade to actions/checkout@v6
Miquel Sabaté Solà
2026-04-24
1
-5
/
+5
*
Update the code style to the latest stable Rust
Miquel Sabaté Solà
2026-04-24
4
-22
/
+15
*
tests: add jetpac.nes to the end-to-end tests
Miquel Sabaté Solà
2026-04-24
3
-0
/
+23
*
Fix outdated comment on __fallthrough__
Miquel Sabaté Solà
2026-04-24
1
-4
/
+4
[next]