commit 06e2978b7277ef4b25513f05ee7dc02a3feda994
parent d45c04b4122cd3baeae03ec8417401f5aedeeb20
Author: Devine Lu Linvega <aliceffekt@gmail.com>
Date: Sun, 28 Dec 2025 17:01:13 -0800
Added utilities
Diffstat:
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
@@ -22,12 +22,18 @@ uxnemu program.rom argument1 argument2
## Write programs
-Lastly, to turn a source file into a rom you need a compiler, like [Drifblim](https://git.sr.ht/~rabbits/drifblim)([download it](https://rabbits.srht.site/drifblim/drifblim.rom)):
+Lastly, to turn a source file into a rom you need a compiler, like [Drifblim](https://git.sr.ht/~rabbits/drifblim)([Download](https://rabbits.srht.site/drifblim/drifblim.rom)):
```sh
uxnemu drifblim.rom source.tal program.rom
```
+## Go Further
+
+- [uxndis](https://git.sr.ht/~rabbits/uxndis), a disassembler for rom and sym files.
+- [uxnfor](https://git.sr.ht/~rabbits/uxnfor), a formatter for tal files.
+- [uxnlin](https://git.sr.ht/~rabbits/uxnlin), an optimizer for tal files.
+
## Learn more
The following resources are a good place to start: