Data Statement Support for GUID's and CLSID's
Posted: Mon Aug 06, 2007 11:24 pm
Please add a new Data statement type so thatcan be shortened to:and/or to:
Code: Select all
DataSection
Data.l $332C4425
Data.w $26CB,$11D0
Data.b $B4,$83,$00,$C0,$4F,$D9,$01,$19
EndDataSection
Code: Select all
DataSection
Data.g {332C4425-26CB-11D0-B483-00C04FD90119}
EndDataSection
Code: Select all
DataSection
Data.g 332C4425-26CB-11D0-B483-00C04FD90119
EndDataSection