Changes between Version 1 and Version 2 of Ticket #12820, comment 3


Ignore:
Timestamp:
08/19/21 18:25:10 (3 years ago)
Author:
mgerhardy

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12820, comment 3

    v1 v2  
    11This is the ida disassembly result - but atm this is not rendering anything...
    22
     3{{{
    34#define LOWORD(x) (*((uint16 *)&(x)))
    45#define LOBYTE(x) (*((uint8 *)&(x)))
    56
    6 
    7 {{{
    87#define HIWORD(x) (*(((uint16 *)&(x)) + 1))
    98#define HIBYTE(x) (*(((uint8 *)&(x)) + 1))