It is necessary to rewrite programs from MSVC to GCC

Your KolibriOS applications go here
  • turbocat wrote: Sat Feb 24, 2024 8:31 pm The rewriting will probably come down to correcting assembly language inserts from MASM to GAS style.
    Could it be possible to maintain an Intel syntax?
    e.g.

    asm(".intel_syntax noprefix\n"
    "mov eax, 42 \n");

    or

    asm(".intel_syntax noprefix\n");
    asm( "mov eax, 42");

    > gcc .... -masm=intel
  • Who is online

    Users browsing this forum: No registered users and 18 guests