#7336 - Lupin - Sun Jun 15, 2003 1:23 pm
I found this code:
AREA fixed_onedivtab, DATA, READONLY
onedivtab
DCD 0x00000000,0x00000000,0x80000000,0x55555555,0x40000000,0x33333333,0x2AAAAAAA,0x24924924
(...)
how would this look when I compile this with GCC??
AREA fixed_onedivtab, DATA, READONLY
onedivtab
DCD 0x00000000,0x00000000,0x80000000,0x55555555,0x40000000,0x33333333,0x2AAAAAAA,0x24924924
(...)
how would this look when I compile this with GCC??