You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
bddisasm/bddisasm_test/basic/stack_64.asm

32 lines
506 B

bits 64
push ax
pop ax
push rax
pop rax
push word 0x7F
push dword 0x7FFF
push qword 0x7FFFFFFF
push word [rbx]
pop word [rbx]
push word [ebx]
pop word [ebx]
push qword [rbx]
pop qword [rbx]
push qword [ebx]
pop qword [ebx]
enter 0x10, 0x20
leave
push fs
pop fs
push gs
pop gs
pushfw
popfw
pushfq
popfq