Skip to content

kidd/assembler-tutorials

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Assembler tutorials

Why

I’m just running through some asm tutorials. I’m going to put code and links here, just because.

nasmx macros

https://sourceforge.net/projects/nasmx/

syscall table

https://github.com/torvalds/linux/blob/master/arch/x86/entry/syscalls/syscall_64.tbl

tutorials

Story

These are some codes I’m doing with assembler as a way to remember and relearn some of its basics.

I’ve followed some tutorials here and there, and then moved to experiment a bit with nasmx, which lifts assembler a bit towards a higher level language.

  • macros.asm is the file whic contains nasmx features.

To debug these programs I started using radare’s low level debugger

About

Codes written while learning/trying assembler tutorials

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published