Comment by winocm

1 month ago

Random inconsistencies such as using push/pop for individual registers instead of pusha/popa for space constrained bits or setting the same register to the same value twice in a row.

Not to even mention that random WORDS are capitalized for some REASON as well.

pusha/popa for space constrained bits

Those instructions were introduced in the '186/8 but this project targets the 8086/8088.