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

https://github.com/jakubtomsu/asm-basics

learning x86 assembly basics...
https://github.com/jakubtomsu/asm-basics

assembly

Last synced: over 1 year ago
JSON representation

learning x86 assembly basics...

Awesome Lists containing this project

README

          

# x86(_x64) assembly basics
just learning some super-basic assembly programming...

# how to build
(in cmd) to **compile** and **run**, use `build.bat `, where ` example: to build the [hello world](src/hello_world.s) example, use `build.bat hello_world`