Skip to content

BaseMax/printf-in-asm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

printf-in-asm

On a UNIX-like system: the first six parameters go into rdi, rsi, rdx, rcx, r8, and r9.

On Windows: the first four parameters go into rcx, rdx, r8, and r9. %

Using

$ ./main
Hello World !