RPGHacker / asar

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

wtf is label = -1 doing #316

Open Alcaro opened 2 months ago

Alcaro commented 2 months ago
[19:06:36]  <Ladida> !rb as2
a = -1
dd a
[19:06:37]  <randombot999#8226> 00 80 00 00
[19:08:43]  <Ladida> !rb as2
a = -2
dd a
[19:08:43]  <randombot999#8226> FE FF FF 00
[19:08:52]  <Ladida> ???
[19:11:33]  <Ladida> !rb as2 -n
a = -1
[19:11:34]  <randombot999#8226> Errors occurred while assembling.
<input>:1: error: (Emissing_org): Missing org or freespace command.
    in block: [a = -1]
[19:11:39]  <Ladida> !rb as2 -n
a = -2
[19:11:39]  <randombot999#8226> (no output)