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_16.asm

39 lines
578 B

bits 16
push ax
pop ax
push eax
pop eax
push word 0x7F
push dword 0x7FFF
push word [bx]
pop word [bx]
push word [ebx]
pop word [ebx]
push dword [bx]
pop dword [bx]
push dword [ebx]
pop dword [ebx]
enter 0x10, 0x20
leave
push es
pop es
push ds
pop ds
push ss
pop ss
push fs
pop fs
push gs
pop gs
pusha
popa
pushfw
popfw
pushfd
popfd