simon987 / Much-Assembly-Required

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

Support for binary literal integers #165

Closed kevinramharak closed 4 years ago

kevinramharak commented 6 years ago

Would be nice to have a notation like:

binaryLiteral: 0b0101
; or
binaryLiteral: 0B1010

where the literal is padded with 0's to fit into a addressable word

simon987 commented 4 years ago

Binary literals with 0b prefix are implemented