VirtualBox

Changeset 9275 in vbox


Ignore:
Timestamp:
May 31, 2008 7:28:17 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
31476
Message:

todos.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Disassembler/DisasmFormatYasm.cpp

    r9272 r9275  
    329329                 } \
    330330            } while (0)
     331/** @todo add two flags for choosing between %X / %x and h / 0x. */
    331332#define PUT_NUM_8(num)  PUT_NUM(4,  "0%02xh", (uint8_t)(num))
    332333#define PUT_NUM_16(num) PUT_NUM(6,  "0%04xh", (uint16_t)(num))
     
    578579                    PUT_SZ("far "); \
    579580            } while (0)
    580         /** @todo mov ah,ch ends up with a byte 'override'... */
     581        /** @todo mov ah,ch ends up with a byte 'override'... - check if this wasn't fixed. */
     582        /** @todo drop the work/dword/qword override when the src/dst is a register (except for movsx/movzx). */
    581583#define PUT_SIZE_OVERRIDE() \
    582584            do { \
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette