From 7c09adae9e2710aefccd25b2920ca684c714ef49 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Fri, 10 Jan 2025 16:35:12 +0100 Subject: Introduce xa65 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is a bridge between 'nasm' and 'cl65'. That is, it runs the same command on both 'nasm' and 'cl65', compares the resulting binaries, and gives back the binary from 'cl65'. Signed-off-by: Miquel Sabaté Solà --- Cargo.lock | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index bbc3dbf..9d9cd47 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -452,6 +452,15 @@ dependencies = [ "memchr", ] +[[package]] +name = "xa65" +version = "0.1.0" +dependencies = [ + "anyhow", + "clap", + "rand", +] + [[package]] name = "xixanta" version = "0.1.0" -- cgit v1.2.3