diff options
| author | Miquel Sabaté Solà <mikisabate@gmail.com> | 2025-01-10 16:35:12 +0100 |
|---|---|---|
| committer | Miquel Sabaté Solà <mikisabate@gmail.com> | 2025-01-10 16:35:12 +0100 |
| commit | 7c09adae9e2710aefccd25b2920ca684c714ef49 (patch) | |
| tree | 45870865c7700e28d092469ee9d850cc70f3f292 /Cargo.lock | |
| parent | 343b2a41a36286a5f950116c183cd2ae54aad1bd (diff) | |
| download | tools.nes-7c09adae9e2710aefccd25b2920ca684c714ef49.tar.gz tools.nes-7c09adae9e2710aefccd25b2920ca684c714ef49.zip | |
Introduce xa65
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à <mikisabate@gmail.com>
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -453,6 +453,15 @@ dependencies = [ ] [[package]] +name = "xa65" +version = "0.1.0" +dependencies = [ + "anyhow", + "clap", + "rand", +] + +[[package]] name = "xixanta" version = "0.1.0" dependencies = [ |
