Compare commits

..

No commits in common. "d1755efb84c27a3b2b22bf97919c8c8562f25dea" and "1140f5fed84f37f4a53f84ab53b8d90806861ecd" have entirely different histories.

View file

@ -1,4 +1,4 @@
[[https://justforfunnoreally.dev][https://img.shields.io/badge/justforfunnoreally-dev-9ff.svg]] [[./LICENSE][https://img.shields.io/badge/License-GPL%20v3-blue.svg]] [[https://justforfunnoreally.dev][https://img.shields.io/badge/justforfunnoreally-dev-9ff.svg]]
#+BEGIN_QUOTE #+BEGIN_QUOTE
⚡Miharu is an i386 emulator in zig. ⚡Miharu is an i386 emulator in zig.
#+END_QUOTE #+END_QUOTE
@ -18,20 +18,5 @@ 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]]