Skip to content

thmsdnnr/x86-nasm-bytes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

x86-nasm-bytes 🍿

Some byte (bite)-sized projects to learn x86 Assembly. In particular, using NASM. The goal is to use no libraries or convenient functions in order to learn more about architecture and have fun!

Projects

atoi-itoa

  • atoi/itoa number converter
    • has basic I/O routines and number conversion
    • needs signed integer handling w/ carry flag check
    • more robust bad input handling

Good Resources

Good NASM docs https://nasm.us/doc/ Good x86 instruction set reference https://www.felixcloutier.com/x86/ Linux Syscall Table https://filippo.io/linux-syscall-table/

About

byte-sized NASM x86 assembly projects🍿

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published