aboutsummaryrefslogtreecommitdiff
path: root/crates/nasm/Cargo.toml
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <mikisabate@gmail.com>2024-07-15 08:55:57 +0200
committerMiquel Sabaté Solà <mikisabate@gmail.com>2024-12-12 07:31:52 +0100
commitc6c9aa4e5f3e5a01fcb9ccabf6dbd2f6da277650 (patch)
tree55f205062606664d3f17ff762e475a7895ceefee /crates/nasm/Cargo.toml
parent587dd5bb80364688419bb43aba4afc044ac0ef48 (diff)
downloadtools.nes-c6c9aa4e5f3e5a01fcb9ccabf6dbd2f6da277650.tar.gz
tools.nes-c6c9aa4e5f3e5a01fcb9ccabf6dbd2f6da277650.zip
Add the notion of mapping
Mappings and segments are fundamental blocks on how code is distributed both on the actual ROM File and in the memory layout. Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
Diffstat (limited to 'crates/nasm/Cargo.toml')
-rw-r--r--crates/nasm/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/nasm/Cargo.toml b/crates/nasm/Cargo.toml
index e1f3e88..b89b48c 100644
--- a/crates/nasm/Cargo.toml
+++ b/crates/nasm/Cargo.toml
@@ -2,6 +2,7 @@
name = "nasm"
version = "0.1.0"
edition = "2021"
+authors = ["Miquel Sabaté Solà <mikisabate@gmail.com>"]
[dependencies]
anyhow = "1.0.82"