Add usage.txt
This commit is contained in:
parent
81eb788c03
commit
daf918608b
1 changed files with 16 additions and 0 deletions
16
usage.txt
Normal file
16
usage.txt
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
This is the documentation for the PlutoISA programs.
|
||||||
|
|
||||||
|
Copyright (c) 2024 Patrick_Pluto.
|
||||||
|
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled "GNU Free Documentation License".
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
To run the emulator, the syntax is as follows:
|
||||||
|
|
||||||
|
./pluto_isa_emu example.bin
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
To run the assembler, the syntax is as follows:
|
||||||
|
|
||||||
|
./pluto_isa_asm input.asm output.bin
|
Reference in a new issue