You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to use flag=$e8 with no data but it leads to the same error.
Probably, this happens because the data length is 6 bits, which is less than 1 byte. As a result, zasm might round it down to 0 bytes and mistakenly think that there is no data at all.
Hi,
i fixed it. please test it.
i currently can only compile for Linux, so either pick the executable from https://k1.spdns.de/Develop/Projects/zasm/zasm, compile it from git or use the online assembler.
kio !
I'm trying to compile code with this fragment:
but it leads to the following error:
I tried to use flag=$e8 with no data but it leads to the same error.
Probably, this happens because the data length is 6 bits, which is less than 1 byte. As a result, zasm might round it down to 0 bytes and mistakenly think that there is no data at all.
here is full test file:
24-LOOP_Zorro.asm.zip
The text was updated successfully, but these errors were encountered: