C - How to execute asm? Code Example

The code for How to execute asm?

__asm__(
    "mov eax, 0x2d\n"
    "mov ebx, 0\n"
    "int 0x80\n"
);
Code by IncludeHelp, on August 14, 2022 21:38

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.