Compare commits

..

2 commits

Author SHA1 Message Date
d1755efb84
add license badge 2024-09-18 12:11:26 +02:00
1fb4a47760
Add example 2024-09-18 12:09:49 +02:00

View file

@ -1,4 +1,4 @@
[[https://justforfunnoreally.dev][https://img.shields.io/badge/justforfunnoreally-dev-9ff.svg]] [[https://justforfunnoreally.dev][https://img.shields.io/badge/justforfunnoreally-dev-9ff.svg]] [[./LICENSE][https://img.shields.io/badge/License-GPL%20v3-blue.svg]]
#+BEGIN_QUOTE #+BEGIN_QUOTE
⚡Miharu is an i386 emulator in zig. ⚡Miharu is an i386 emulator in zig.
#+END_QUOTE #+END_QUOTE
@ -18,5 +18,20 @@ Currently there are no dependencies for Miharu. To build and run the CLI REPL, s
#+END_QUOTE #+END_QUOTE
* Usage * 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 * Links
- [[http://www.c-jump.com/CIS77/reference/Instructions_by_Opcode.html][Opcode Reference]] - [[http://www.c-jump.com/CIS77/reference/Instructions_by_Opcode.html][Opcode Reference]]