https://github.com/minho42/x86-emulator-test
simulating minimum x86 emulator in c
https://github.com/minho42/x86-emulator-test
Last synced: 3 months ago
JSON representation
simulating minimum x86 emulator in c
- Host: GitHub
- URL: https://github.com/minho42/x86-emulator-test
- Owner: minho42
- Created: 2025-01-04T04:08:50.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-01-04T04:09:48.000Z (5 months ago)
- Last Synced: 2025-01-11T08:58:31.559Z (5 months ago)
- Language: C
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## run
```shell
> make run
```