flamewing / asl-releases

Improved/bugfixed version of Alfred Arnold's The Macro Assembler AS
http://john.ccac.rwth-aachen.de:8000/as/
GNU General Public License v2.0
20 stars 2 forks source link

jump autosize not work? #26

Open kuroya2mouse opened 1 year ago

kuroya2mouse commented 1 year ago

photo_2023-02-12_11-13-43 jump error ????

flamewing commented 2 months ago

Looking at this, I don't see .frameerror anywhere in the images you posted. Where is it defined? Maybe the issue is that AS should be complaining it does not exist? I think that when it encounters a missing symbol, it plops the value of 0 to have something, which is wrong for short branches.