simon987 / Much-Assembly-Required

Assembly programming game
https://muchassemblyrequired.com
GNU General Public License v3.0
924 stars 88 forks source link

BUG: indexed addressing [A+n] does not work with binary value of n #107

Closed Jaggernaut555 closed 6 years ago

Jaggernaut555 commented 6 years ago

Trying to use the following does not work:

MOV B, [A+0b101]

I don't know if this needs to be added, but not having it seems inconsistent when both 5 and 0x5 would produce functional code.

simon987 commented 6 years ago

Will still give an error client-side. Working on it