xorvoid / sectorc

A C Compiler that fits in the 512 byte boot sector of an x86 machine
Creative Commons Zero v1.0 Universal
1.63k stars 67 forks source link

replace 'sub ax,2' with two times 'dec ax', #9

Open bittorf opened 1 year ago

bittorf commented 1 year ago

which is 1 byte shorter. Doing this in 2 places safes 2 bytes which leads to a 489 bytes flat binary.