sectorforth
sectorforth copied to clipboard
smaller 0= primitive
the zeroequals 0= primitive can be written as:
pop ax cmp ax,1 sbb ax,ax push ax
for a savings of 2 bytes and it doesn't require a 386 !
I came here to write the same thing, and found you already had :-) You should submit a pull request to get the credit.