Asmpedia.org update (2007, Week 6)
Tuesday, February 6th, 2007Added EFLAGS/RFLAGS template:
http://www.asmpedia.org/index.php?title=EFLAGS/RFLAGS
AAA, MOV, NOP instructions have been updated to include EFLAGS (all other instructions will have it automatically):
- http://www.asmpedia.org/index.php?title=AAA
- http://www.asmpedia.org/index.php?title=MOV
- http://www.asmpedia.org/index.php?title=NOP
Added 16-bit addressing ModRegRM table (for the sake of completeness):
http://www.asmpedia.org/index.php?title=ModRegRM_byte_%2816-bit_addressing%29
Added SIB byte translation table:
http://www.asmpedia.org/index.php?title=SIB_byte_%2832/64-bit_addressing%29
- Dmitry Vostokov -