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
/
src
/
object.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Minor style fixes from an upgraded clippy
Miquel Sabaté Solà
2026-07-09
1
-1
/
+1
*
Add a warning for unknown cross-mapping references
Miquel Sabaté Solà
2026-07-08
1
-0
/
+5
*
Let arguments be able to reference their macro
Miquel Sabaté Solà
2026-07-07
1
-4
/
+4
*
Preserve the 'accessed' member on macro arguments
Miquel Sabaté Solà
2026-07-07
1
-1
/
+12
*
Refer to the original file for unused objects
Miquel Sabaté Solà
2026-06-05
1
-18
/
+4
*
Rename "raw address" to "label"
Miquel Sabaté Solà
2026-04-30
1
-2
/
+2
*
Add a new 'check' stage in assemble()
Miquel Sabaté Solà
2026-04-30
1
-8
/
+4
*
Send an error for unused .proc's
Miquel Sabaté Solà
2026-04-28
1
-3
/
+29
*
Add the context's name into memory ranges
Miquel Sabaté Solà
2026-04-25
1
-1
/
+1
*
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
1
-1
/
+2
*
Define the global scope to a more obscure name
Miquel Sabaté Solà
2026-02-25
1
-1
/
+1
*
Warn on pointless (un)conditional branching
Miquel Sabaté Solà
2026-02-02
1
-0
/
+12
*
Allow asan:reserve to receive an usize
Miquel Sabaté Solà
2025-12-14
1
-1
/
+1
*
Add a warning for each unused variable
Miquel Sabaté Solà
2025-09-02
1
-10
/
+22
*
assembler: Add support for asan:reserve,ignore
Miquel Sabaté Solà
2025-09-02
1
-1
/
+10
*
Provide a node to the Object struct
Miquel Sabaté Solà
2025-08-18
1
-0
/
+16
*
Apply suggested style fixes from clippy
Miquel Sabaté Solà
2025-08-17
1
-4
/
+4
*
Properly fill the context stack when forcing it
Miquel Sabaté Solà
2025-01-10
1
-14
/
+19
*
Improve error message on unknown variable/scope
Miquel Sabaté Solà
2025-01-09
1
-1
/
+1
*
Implement the .include statement
Miquel Sabaté Solà
2025-01-09
1
-67
/
+24
*
Add the .repeat control statement
Miquel Sabaté Solà
2025-01-07
1
-3
/
+10
*
Store a reference for macros instead of an index
Miquel Sabaté Solà
2025-01-07
1
-1
/
+1
*
Implement block bodies inside of the assembler
Miquel Sabaté Solà
2025-01-05
1
-14
/
+10
*
Find variable values on parent scopes
Miquel Sabaté Solà
2024-12-20
1
-12
/
+65
*
assembler: Implement and add tests for operators
Miquel Sabaté Solà
2024-12-19
1
-0
/
+35
*
Add support for jumping into .proc's
Miquel Sabaté Solà
2024-12-18
1
-1
/
+1
*
Remove unneeded Ok call
Miquel Sabaté Solà
2024-12-18
1
-1
/
+1
*
Prevent addresses which are out of bounds
Miquel Sabaté Solà
2024-12-18
1
-7
/
+29
*
Fix the mapping of addresses on labels
Miquel Sabaté Solà
2024-12-16
1
-0
/
+418