An open API service indexing awesome lists of open source software.

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

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