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...
- Host: GitHub
- URL: https://github.com/jakubtomsu/asm-basics
- Owner: jakubtomsu
- Created: 2022-02-23T14:34:07.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-23T15:44:34.000Z (over 4 years ago)
- Last Synced: 2025-01-25T19:29:29.275Z (over 1 year ago)
- Topics: assembly
- Language: Assembly
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`