Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

This is "C with assermbly interaction" application.

Build it with: make

  • casm1 - call C function from asm
  • casm2 - gcc inline assembly
  • casm3 - call asm function from C

More details at - Say hello to x86_64 Assembly part 6

@0xAX