Skip to content

Latest commit

 

History

History
21 lines (19 loc) · 244 Bytes

README.md

File metadata and controls

21 lines (19 loc) · 244 Bytes

4.37

    irmovq stack, %rsp
    irmovq rtnp, %rax
    pushq %rax
    xorq %rax, %rax
    jne target
    irmovq $1, %rax
    halt
target:
    ret
    irmovq $2, %rbx
    halt
rtnp:
    irmovq $3, %rdx
    halt

.pos 0x40
stack: