mirror of
https://github.com/ichmagmaus111/ghostgram.git
synced 2026-08-17 19:37:13 +02:00
30 lines
182 B
NASM
30 lines
182 B
NASM
[bits 16]
|
|
pushf
|
|
pushfw
|
|
pushfd
|
|
pushfq
|
|
popf
|
|
popfw
|
|
popfd
|
|
popfq
|
|
|
|
[bits 32]
|
|
pushf
|
|
pushfw
|
|
pushfd
|
|
pushfq
|
|
popf
|
|
popfw
|
|
popfd
|
|
popfq
|
|
|
|
[bits 64]
|
|
pushf
|
|
pushfw
|
|
pushfd
|
|
pushfq
|
|
popf
|
|
popfw
|
|
popfd
|
|
popfq
|