Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
Guido committed Mar 24, 2022
1 parent 0c32b5f commit b3c452b
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
* 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.
```

0 comments on commit b3c452b

Please sign in to comment.