Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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++.
- Host: GitHub
- URL: https://github.com/enty8080/assembly-cpp
- Owner: enty8080
- Created: 2020-12-12T13:28:34.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-07-24T20:39:09.000Z (over 1 year ago)
- Last Synced: 2023-07-24T21:41:10.196Z (over 1 year ago)
- Language: C++
- Homepage: http://enty8080.netlify.app
- Size: 3.91 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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