https://github.com/toadharvard/asm-interpreter
NASM like interpreter written on OCaml using GADT, Polymorphic Variants and other high level functional patterns
https://github.com/toadharvard/asm-interpreter
Last synced: about 1 year ago
JSON representation
NASM like interpreter written on OCaml using GADT, Polymorphic Variants and other high level functional patterns
- Host: GitHub
- URL: https://github.com/toadharvard/asm-interpreter
- Owner: toadharvard
- License: lgpl-3.0
- Created: 2023-09-19T12:04:54.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-06T21:31:09.000Z (almost 2 years ago)
- Last Synced: 2025-03-28T21:37:14.905Z (about 1 year ago)
- Language: OCaml
- Homepage:
- Size: 438 KB
- Stars: 2
- Watchers: 0
- Forks: 36
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
### An implementaion of NASM micro-language
License: LGPL for implementation code + WTFPL for test examples in nasm-like language
Author: Vadim Yakshigulov (vadim.iakshigulov@gmail.com)
Features done:
- parser
- ast
- interpreter
Including SSE instructions and syscall