sectorforth icon indicating copy to clipboard operation
sectorforth copied to clipboard

smaller 0= primitive

Open ghost opened this issue 3 years ago • 1 comments

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 !

ghost avatar Apr 09 '21 02:04 ghost

I came here to write the same thing, and found you already had :-) You should submit a pull request to get the credit.

MobyGamer avatar Nov 15 '21 02:11 MobyGamer