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
*
Stop execution if not active in until_address()
HEAD
main
Miquel Sabaté Solà
3 days
1
-1
/
+1
*
Add a couple of notes on contributing
Miquel Sabaté Solà
3 days
1
-1
/
+5
*
runrom: add the --until-address option
Miquel Sabaté Solà
3 days
3
-47
/
+80
*
Allow the --start flag to accept identifiers
Miquel Sabaté Solà
3 days
2
-15
/
+82
*
Annotate the no-return from die()
Miquel Sabaté Solà
3 days
4
-55
/
+28
*
nasm: provide a better layout for the README file
Miquel Sabaté Solà
4 days
1
-151
/
+146
*
Improve the description of runrom
Miquel Sabaté Solà
4 days
1
-11
/
+29
*
nasm: fix typo on the README
Miquel Sabaté Solà
9 days
1
-2
/
+2
*
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
9
-21
/
+190
*
Fix the opcode for the 'sed' instruction
Miquel Sabaté Solà
10 days
1
-2
/
+2
*
nasm: inherit certain options from the workspace
Miquel Sabaté Solà
10 days
1
-2
/
+3
*
Add the runrom crate and the vnf library
Miquel Sabaté Solà
10 days
12
-0
/
+1622
*
readrom: read the ROM file right on start
Miquel Sabaté Solà
2026-07-23
1
-28
/
+18
*
scripts: ensure bash is running them
Miquel Sabaté Solà
2026-07-23
3
-3
/
+3
*
Update URLs from submodules
Miquel Sabaté Solà
2026-07-23
1
-3
/
+3
*
Remove .github directory
Miquel Sabaté Solà
2026-07-22
8
-172
/
+5
*
readrom: only read the ROM file once
Miquel Sabaté Solà
2026-07-16
1
-15
/
+14
*
readrom: add an option to disassemble the full file
Miquel Sabaté Solà
2026-07-16
1
-2
/
+39
*
readrom: allow to disassemble a mapping
Miquel Sabaté Solà
2026-07-16
1
-22
/
+117
*
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
[next]