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.
- Host: GitHub
- URL: https://github.com/micheleriva/ocaml-assembly-example
- Owner: micheleriva
- Created: 2018-04-20T08:34:44.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-20T10:40:53.000Z (over 7 years ago)
- Last Synced: 2025-02-07T12:47:20.547Z (8 months ago)
- Topics: assembly, compiler, ocaml
- Language: Assembly
- Homepage:
- Size: 91.8 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.