fox32: Add note about passing a file as an arg to the README

This commit is contained in:
Ry 2022-03-11 10:53:59 -08:00
parent 676d611334
commit 1419bb5b1f

View File

@ -14,6 +14,8 @@
**fox32** attempts to read its ROM from a file called `fox32.rom` in the current directory. If this file isn't found then it falls back to `../fox32rom/fox32.rom`, and if this file isn't found then it exits.
Passing a file as an argument will mount that file as Disk 0.
See [encoding.md](encoding.md) for information about the instruction set.
## License