Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/enty8080/assembly-cpp

Some examples of implemeting functions written in assembly language to C++.
https://github.com/enty8080/assembly-cpp

Last synced: 27 days ago
JSON representation

Some examples of implemeting functions written in assembly language to C++.

Awesome Lists containing this project

README

        

# Assembly C++

Some examples of implemeting functions written in assembly language to C++.

> nasm -f elf64 foo.S

> g++ -o main main.cc foo.o

> ./main