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

https://github.com/micheleriva/ocaml-assembly-example

👾Just an Assembly Hello World program compiled from OCaml ocamlopt.
https://github.com/micheleriva/ocaml-assembly-example

assembly compiler ocaml

Last synced: 6 months ago
JSON representation

👾Just an Assembly Hello World program compiled from OCaml ocamlopt.

Awesome Lists containing this project

README

          

# OCaml to Assembly example

Just an Assembly **Hello World** program compiled from OCaml `ocamlopt`.

I've also wrote a C version (compiled with **GCC**) just to compare two generated assembly programs.