asar icon indicating copy to clipboard operation
asar copied to clipboard

using datasize() on the last label in struct is weird and wrong?

Open Ladida4842 opened this issue 5 months ago • 0 comments

!rb as2 struct aa $0000 .bb: skip 1 endstruct cc: dw datasize(aa.bb)

this returns: 00 80

the king of walrii suggests it should go to end of struct (if theres no skip, then just return 0) or it should error

Ladida4842 avatar Jul 02 '25 21:07 Ladida4842