Undocumented opcodes
Posted: Fri Nov 28, 2008 11:31 am
Some non-documented opcodes that I've found in my holy ASM programming e-book AThelp:
PUSH IP: db 0E8h, db 0, db 0
POP CS (only 8086): db 0Fh
LOADALL (386): db 0Fh, db 07h
db 0D6h: This will set AL to 0 when CF=0, otherwise AL = 0FFh
I didn't test them, but have fun. Also you are free to expand this article by yours, if you found any
PUSH IP: db 0E8h, db 0, db 0
POP CS (only 8086): db 0Fh
LOADALL (386): db 0Fh, db 07h
db 0D6h: This will set AL to 0 when CF=0, otherwise AL = 0FFh
I didn't test them, but have fun. Also you are free to expand this article by yours, if you found any