diff --git a/README.md b/README.md index fa5c1e2..9679ceb 100644 --- a/README.md +++ b/README.md @@ -26,4 +26,17 @@ Work in progress. Not quite usable yet! * On the Lilith, all modules share the same 65K (16-bit) address space. **m2emul** provides more memory to programs while still maintaining the original 16-bit instruction set by assigning each module its own code space (max. 65KB per module). ### Planned Features * Framebuffer compatible with original code for graphical output (currently, the emulator only runs in terminal-based text mode). -* Optional support for disk image files in Medos-2 format (such as those provided for Jos Dreesen's *Emulith* emulator). \ No newline at end of file +* Optional support for disk image files in Medos-2 format (such as those provided for Jos Dreesen's *Emulith* emulator). + +## Usage +``` +USAGE: mule [-hV] [object_file] + +-t Enable trace mode (runtime debugging) +-h Show this help information +-V Show version information + +-v Verbose mode + +object_file is the filename of a Lilith M-Code (OBJ) file. +``` \ No newline at end of file