Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
1 result

basics

  • Clone with SSH
  • Clone with HTTPS
  • Forked from an inaccessible project.
    user avatar
    Stefan Weil authored
    w64 uses the registers rcx, rdx, r8 and r9 for function arguments,
    so it needs a different declaration of tcg_target_call_iarg_regs.
    
    rax, rcx, rdx, r8, r9, r10 and r11 may be changed by function calls.
    
    rbx, rbp, rdi, rsi, r12, r13, r14 and r15 remain unchanged by function calls.
    
    Reviewed-by: default avatarRichard Henderson <rth@twiddle.net>
    Signed-off-by: default avatarStefan Weil <sw@weilnetz.de>
    8d918718
    History
    Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    Name Last commit Last update
    ..
    asm
    c
    simple
    Makefile
    README.md

    Einfache Beispielprogramme, um das Arbeiten mit Makefile und Assembler zu erlernen