RPGHacker / asar

(Now) official repository of the SNES assembler Asar, originally created by Alcaro
Other
199 stars 42 forks source link

nop : : : nop breaks #227

Closed Alcaro closed 7 months ago

Alcaro commented 2 years ago

[23:40:47] \ !rb as3 nop : nop [23:40:50] \ EA EA [23:40:50] \ !rb as3 nop : : nop [23:40:52] \ EA EA [23:40:53] \ !rb as3 nop : : : nop [23:40:54] \ Errors occurred while assembling. \:2: error: (E5117): Unknown command. [: nop] [23:41:22] \ !rb as2 nop : : : nop [23:41:23] \ EA EA

as2 is current master, as3 is one of the asar 2 betas.

Breaking nop : : nop would've been intentional, but if two colons work and three breaks, that's a bug.

randomdude999 commented 7 months ago

fixed in idk which commit