Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 178 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 178 Bytes

4.38

    irmovq mem, %rbx
    mrmovq 0(%rbx), %rsp
    ret
    halt
rtnpt:
    irmovq $5, %rsi
    halt

.pos 0x40
mem: .quad stack
.pos 0x50
stack: .quad rtnpt