1
0
mirror of https://github.com/bitdefender/bddisasm.git synced 2024-10-31 20:39:14 +00:00
bddisasm/isagenerator/instructions/prefixes.dat
Andrei Vlad LUTAS 698ba367a1 Initial commit.
2020-07-21 11:19:18 +03:00

35 lines
717 B
Plaintext

# Segment overrides
es [0x26]
cs [0x2E]
ss [0x36]
ds [0x3E]
fs [0x64]
gs [0x65]
# Operand size overrides
size [0x66]
# Address size override
addr [0x67]
# LOCK prefix
LOCK [0xF0]
# REP prefixes
REPNZ [0xF2]
REPZ [0xF3]
# Branch hints
BHNT [0x2E]
BHT [0x3E]
BHALT [0x64]
# HLE prefixes
XACQUIRE [0xF2]
XRELEASE [0xF3]
# BND prefix
BND [0xF2]
# CET prefix; improvised name until a better one is published.
DNT [0x3E]