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: