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
*
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
*
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
*
xa65: fix indentation on the help message
Miquel Sabaté Solà
2026-04-23
1
-3
/
+1
*
Add documentation for asan:stack
Miquel Sabaté Solà
2026-04-08
1
-0
/
+23
*
Implement the asan:stack statement
Miquel Sabaté Solà
2026-04-08
13
-7
/
+348
*
Re-create the values for bundle call arguments
Miquel Sabaté Solà
2026-03-10
5
-4
/
+94
*
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
3
-5
/
+19
*
Fix small typo
Miquel Sabaté Solà
2026-02-27
1
-1
/
+1
*
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
5
-11
/
+37
*
asan: Fix validation on indirect jumps
Miquel Sabaté Solà
2026-02-11
2
-3
/
+2
*
asan: don't complain on arithmetic with addresses
Miquel Sabaté Solà
2026-02-06
3
-6
/
+20
*
Fix the arithmetic on indexed addressing modes
Miquel Sabaté Solà
2026-02-05
1
-51
/
+136
*
Document the __NASM__ and __fallthrough__ features
Miquel Sabaté Solà
2026-02-03
1
-0
/
+138
*
nasm: improve message on the -D flag
Miquel Sabaté Solà
2026-02-03
1
-1
/
+3
*
Make the fallthrough error more explicit
Miquel Sabaté Solà
2026-02-03
2
-4
/
+7
*
Add __NASM__ protection on the --prelude output
Miquel Sabaté Solà
2026-02-03
1
-3
/
+5
*
Avoid invalid identifiers in proc/macro/scope
Miquel Sabaté Solà
2026-02-03
5
-7
/
+81
*
Ensure __fallthrough__ is not considered a valid identifier
Miquel Sabaté Solà
2026-02-03
1
-1
/
+4
*
nasm: add the --prelude flag
Miquel Sabaté Solà
2026-02-02
1
-0
/
+18
*
Change .fallthrough to __fallthrough__
Miquel Sabaté Solà
2026-02-02
6
-46
/
+57
*
Fix typo in comment
Miquel Sabaté Solà
2026-02-02
1
-1
/
+1
*
Add the .fallthrough control statement
Miquel Sabaté Solà
2026-02-02
9
-1
/
+164
*
nasm: define the __NASM__ variable
Miquel Sabaté Solà
2026-02-02
1
-0
/
+3
*
xa65: add -Werror to the --strict flag
Miquel Sabaté Solà
2026-02-02
1
-1
/
+1
*
Warn on pointless (un)conditional branching
Miquel Sabaté Solà
2026-02-02
6
-0
/
+116
*
xixanta: add context from macro expansions
Miquel Sabaté Solà
2026-02-02
3
-4
/
+163
*
tests: do not generate dummy out.nes files
Miquel Sabaté Solà
2026-02-02
1
-3
/
+3
*
Fix -a/--asan flag parsing
Miquel Sabaté Solà
2026-02-02
1
-1
/
+1
*
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
6
-29
/
+104
*
xa65: use the current timestamp for the tmp directory
Miquel Sabaté Solà
2025-12-15
1
-2
/
+8
*
asan: addresses >= 0x2000 cannot be reserved space
Miquel Sabaté Solà
2025-12-15
1
-10
/
+15
[next]