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: