Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zzarif/intel-8086-android-emulator
Android IDE to practice, visualize and emulate 16-bit Assembly Language.
https://github.com/zzarif/intel-8086-android-emulator
8086-emulator android assembly code-editor error-handler filesystem intellisense java xml
Last synced: 7 days ago
JSON representation
Android IDE to practice, visualize and emulate 16-bit Assembly Language.
- Host: GitHub
- URL: https://github.com/zzarif/intel-8086-android-emulator
- Owner: zzarif
- Created: 2021-05-07T04:17:26.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-11T08:12:51.000Z (over 1 year ago)
- Last Synced: 2024-11-28T14:43:22.769Z (2 months ago)
- Topics: 8086-emulator, android, assembly, code-editor, error-handler, filesystem, intellisense, java, xml
- Language: Java
- Homepage:
- Size: 3.77 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Intel 8086 Emulator
Native Android IDE developed for students to practice, visualize and emulate 16-bit Assembly Language directly from their mobile. App features:
* It has a mobile code editor with IntelliSense, syntax highlighting and error detection.
* It can emulate execution of arithmetic operations, jumps, loops.
* The Assembler was built from scratch using Java.
## Installation
#### Method 1: Install Signed APK
Provide required permissions and proceed to install the APK file.
#### Method 2: Run From Android Studio
Clone GitHub Repo
```bash
$ git clone https://github.com/zzarif/8086-Emulator
```
Open the project in Android Studio. Then, run on Virtual Emulators or on Real Device via USB Debugging.
## Follow the Tutorial
Upon launching for the first time, proceed to tutorial and familiarize yourself with the UIs and their respective functionalities.