1b and 1f in GNU assembly

Labels “xb” and “xf”, where “x” is a number are a smart extension to the GNU assembly. It branches to the first found label “x” searching “forward” for “f” or “backward” for “b”. That means that in your first listing using “1b” as a target will search for “1” BEFORE the instruction that uses it. … Read more