Closed x87 closed 1 year ago
If possible add support for put number with calculates mathematics?
Example: hex 00(4*2) end
for put
hex
00 00 00 00
00 00 00 00
end
For now it expects just a single number, not an expression. You will have to precalculate it.
Feedback: add support for constants and hexadecimal numbers for n
.
Also enforce n>0
byte(N)
syntax to repeat byte N times, i.e. 00(4) would be equivalent to 00 00 00 00becomes
becomes