index
:
tools.nes
main
Tools for NES/Famicom development.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
/
nasm
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add support for the asan:fixed-segments comment
Miquel Sabaté Solà
2026-07-09
1
-0
/
+42
*
Add a warning for unknown cross-mapping references
Miquel Sabaté Solà
2026-07-08
1
-1
/
+44
*
Upgrade to the 2024 edition of Rust
Miquel Sabaté Solà
2026-07-08
2
-4
/
+3
*
Fix tabulation on --allow-unused help's message
Miquel Sabaté Solà
2026-04-30
1
-1
/
+1
*
Rename "raw address" to "label"
Miquel Sabaté Solà
2026-04-30
1
-1
/
+1
*
nasm: add documentation to the 'unused' checks
Miquel Sabaté Solà
2026-04-30
1
-0
/
+23
*
nasm/xa65: add the --allow-unused option
Miquel Sabaté Solà
2026-04-30
1
-0
/
+4
*
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
1
-32
/
+71
*
nasm: add a description on the README.md file
Miquel Sabaté Solà
2026-04-25
1
-0
/
+14
*
Update the code style to the latest stable Rust
Miquel Sabaté Solà
2026-04-24
1
-1
/
+1
*
Add documentation for asan:stack
Miquel Sabaté Solà
2026-04-08
1
-0
/
+23
*
Fix small typo
Miquel Sabaté Solà
2026-02-27
1
-1
/
+1
*
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
*
Add __NASM__ protection on the --prelude output
Miquel Sabaté Solà
2026-02-03
1
-3
/
+5
*
nasm: add the --prelude flag
Miquel Sabaté Solà
2026-02-02
1
-0
/
+18
*
nasm: define the __NASM__ variable
Miquel Sabaté Solà
2026-02-02
1
-0
/
+3
*
Fix -a/--asan flag parsing
Miquel Sabaté Solà
2026-02-02
1
-1
/
+1
*
nasm: Better wording on the README file
Miquel Sabaté Solà
2025-09-19
1
-5
/
+19
*
Update README on asan:ignore also affecting instructions
Miquel Sabaté Solà
2025-09-04
1
-9
/
+6
*
Move and expand the README on nasm
Miquel Sabaté Solà
2025-09-04
1
-0
/
+174
*
Split the --stats and the --strict flags
Miquel Sabaté Solà
2025-09-02
1
-9
/
+4
*
assembler: Add support for asan:reserve,ignore
Miquel Sabaté Solà
2025-09-02
1
-19
/
+145
*
Add -h and -v options on the help message
Miquel Sabaté Solà
2025-09-02
1
-0
/
+2
*
nasm: Error out when using WRAM when not available
Miquel Sabaté Solà
2025-08-28
2
-1
/
+31
*
nasm: Implement the -s/--stats option
Miquel Sabaté Solà
2025-08-27
1
-0
/
+24
*
Apply suggested style fixes from clippy
Miquel Sabaté Solà
2025-08-17
1
-13
/
+11
*
nasm: Implement the -D flag
Miquel Sabaté Solà
2025-01-22
1
-0
/
+40
*
Remove the dependency on clap
Miquel Sabaté Solà
2025-01-22
2
-38
/
+91
*
Remove anyhow from xa65 and readrom
Miquel Sabaté Solà
2025-01-10
1
-1
/
+0
*
Make errors from nasm itself more cohesive
Miquel Sabaté Solà
2025-01-10
1
-40
/
+44
*
Rename SourceInfo::working_directory to directory
Miquel Sabaté Solà
2025-01-09
1
-2
/
+2
*
Implement the .include statement
Miquel Sabaté Solà
2025-01-09
1
-6
/
+16
*
Store a reference for macros instead of an index
Miquel Sabaté Solà
2025-01-07
1
-39
/
+22
*
nasm: Also show warnings when there are errors
Miquel Sabaté Solà
2024-12-24
1
-0
/
+8
*
nasm: Allow file paths for the configuration
Miquel Sabaté Solà
2024-12-22
1
-1
/
+4
*
Transform mapping configurations into toml files
Miquel Sabaté Solà
2024-12-22
1
-13
/
+8
*
Add support for UxROM chips
Miquel Sabaté Solà
2024-12-20
1
-2
/
+3
*
Improve the format of error messages
Miquel Sabaté Solà
2024-12-20
1
-3
/
+3
*
nasm: Send errors to stderr instead
Miquel Sabaté Solà
2024-12-20
1
-3
/
+3
*
Do not spit out bytes if -Werror was passed
Miquel Sabaté Solà
2024-12-20
1
-9
/
+13
*
Add support for warnings
Miquel Sabaté Solà
2024-12-20
1
-2
/
+25
*
Implement the .incbin control statement
Miquel Sabaté Solà
2024-12-19
1
-6
/
+21
*
nasm: Remove the option to disassemble a file
Miquel Sabaté Solà
2024-12-18
1
-37
/
+13
*
Add the readrom binary
Miquel Sabaté Solà
2024-12-18
1
-1
/
+1
*
Update the README for open sourcing the project
Miquel Sabaté Solà
2024-12-16
1
-0
/
+1
[next]