"dup" extension for operator "Data"
Posted: Sat Aug 13, 2011 7:42 am
It would be nice to expand the directive "Data" by
"Dup" operator then make multiple copies of values (like in FASM).
Like this:
Data.B 4 Dup (5) = Data.B 5,5,5,5
Data.L 8 Dup (1,2) = Data.B 1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2
"Dup" operator then make multiple copies of values (like in FASM).
Like this:
Data.B 4 Dup (5) = Data.B 5,5,5,5
Data.L 8 Dup (1,2) = Data.B 1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2