From c6c9aa4e5f3e5a01fcb9ccabf6dbd2f6da277650 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Mon, 15 Jul 2024 08:55:57 +0200 Subject: Add the notion of mapping MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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à --- crates/nasm/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'crates/nasm/Cargo.toml') 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à "] [dependencies] anyhow = "1.0.82" -- cgit v1.2.3