Open mjgpy3 opened 5 years ago
For example
foo: .byte 0x41,0x41,0x41,0x41,0x41,0x41,0x41,0x41,0x41,0x41,0x41,0x41,0x41,0x41,0x41,0x41,0x41,0x41,0x41,0x41,0x41,0x41,0x41,0x41,0x41,0x41,0x41,0x41,0x41,0x41,0x41,0x41,0x41,0x41,0x41,0x41,0x41,0x41,0x41,0x41,0x41,0x41,0x41,0x41,0x41,0x41
overflows its space as the following lines
:0414141414141414141414141414141414141414141414141414141414141414141414141414145414141414141414E :00000001FF
I'd like to assert that bytes/shorts/longs don't overflow their space. I'm not handling that right now.