From 06e2978b7277ef4b25513f05ee7dc02a3feda994 Mon Sep 17 00:00:00 2001 From: Devine Lu Linvega Date: Sun, 28 Dec 2025 17:01:13 -0800 Subject: [PATCH] Added utilities --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c505437..3fd7281 100644 --- 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: