asar icon indicating copy to clipboard operation
asar copied to clipboard

wtf is label = -1 doing

Open Alcaro opened this issue 1 year ago • 1 comments
trafficstars

[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)

Alcaro avatar May 13 '24 17:05 Alcaro

fixed in 6acccd299f742c373a88149fb7c21fe463cd574d

trillllian avatar Mar 15 '25 21:03 trillllian