diff options
| author | Miquel Sabaté Solà <mssola@mssola.com> | 2026-07-22 17:00:00 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <mssola@mssola.com> | 2026-07-22 17:00:00 +0200 |
| commit | 73301c774502c6f5f9aeb3bacd93cbf6c58c655b (patch) | |
| tree | 70e32bed2d9b6aee3d661ced5ae53913aa0f3473 /crates | |
| parent | f5549b97bf85c0b169093a3a8478d610ef7c9e2e (diff) | |
| download | tools.nes-73301c774502c6f5f9aeb3bacd93cbf6c58c655b.tar.gz tools.nes-73301c774502c6f5f9aeb3bacd93cbf6c58c655b.zip | |
Remove .github directory
Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
Diffstat (limited to 'crates')
| -rw-r--r-- | crates/nasm/README.md | 2 | ||||
| -rw-r--r-- | crates/readrom/README.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/crates/nasm/README.md b/crates/nasm/README.md index 750e795..f96e0bb 100644 --- a/crates/nasm/README.md +++ b/crates/nasm/README.md @@ -384,7 +384,7 @@ order for the assembler to be useful. Because of this, the tooling around this detection is behind the `-a/--asan` flag. The address sanitizer will blindly follow the naming conventions from -[style.nes](https://github.com/mssola/style.nes), and assume at first that each +[style.nes](https://git.mssola.com/nes/style.nes), and assume at first that each variable takes 1 byte exactly. Hence, in order to reserve one byte, you can simply: diff --git a/crates/readrom/README.md b/crates/readrom/README.md index 5252cb7..318d74b 100644 --- a/crates/readrom/README.md +++ b/crates/readrom/README.md @@ -1,7 +1,7 @@ `readrom` is an objdump-like utility that reads a given NES/Famicom ROM file and shows information about it. You can run it by simply passing a ROM file to it. For example, for the [Jetpac NTSC ROM -file](https://github.com/mssola/jetpac.nes/releases/tag/v1.0): +file](https://git.mssola.com/releases/jetpac.nes/v1.0/): ``` $ readrom jetpac.NTSC.nes |
