Changeset 9921 in vbox for trunk/include
- Timestamp:
- Jun 25, 2008 2:33:26 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/dis.h
r9919 r9921 233 233 /** @} */ 234 234 235 /** index in {"AL", "CL", "DL", "BL", "AH", "CH", "DH", "BH", "R8B", "R9B", "R10B", "R11B", "R12B", "R13B", "R14B", "R15B", " DIL", "SIL", "BPL", "SPL"}235 /** index in {"AL", "CL", "DL", "BL", "AH", "CH", "DH", "BH", "R8B", "R9B", "R10B", "R11B", "R12B", "R13B", "R14B", "R15B", "SPL", "BPL", "SIL", "DIL"} 236 236 * @{ 237 237 */ … … 252 252 #define USE_REG_R14B 14 253 253 #define USE_REG_R15B 15 254 #define USE_REG_ DIL 16255 #define USE_REG_ SIL 17256 #define USE_REG_ BPL 18257 #define USE_REG_ SPL 19254 #define USE_REG_SPL 16 255 #define USE_REG_BPL 17 256 #define USE_REG_SIL 18 257 #define USE_REG_DIL 19 258 258 259 259 /** @} */
Note:
See TracChangeset
for help on using the changeset viewer.