Add example

This commit is contained in:
Lynn Leichtle 2024-09-18 12:09:49 +02:00
parent 1140f5fed8
commit 1fb4a47760
Signed by: lynn
GPG key ID: 55E797F631DDA03C

View file

@ -17,6 +17,21 @@ Currently there are no dependencies for Miharu. To build and run the CLI REPL, s
/Miharu is developed and built targeting the latest version of zig./
#+END_QUOTE
* Usage
In it's current state, Miharu is solely a =REPL= based implementation.
In it's current state, Miharu is solely a =REPL= based implementation.
#+begin_src
Mi-Ha-Ru (386) REPL
Miharu Copyright (c) 2024 The Miharu Developers
This program comes with ABSOLUTELY NO WARRANTY;
This is free software, and you are welcome
to redistribute it under certain coditions;
for details please refer to the LICENSE file.
Type `?` for help.
Type `exit` to quit.
>
#+end_src
* Links
- [[http://www.c-jump.com/CIS77/reference/Instructions_by_Opcode.html][Opcode Reference]]