Skip to content

Fix #249: Replace lea instruction for arithmetic

Raymond Toy requested to merge issue-249-replace-lea-in-arith into master

We replace the use of the large lea instruction in favor of shorter multiple instructions that do the same thing.

Merge request reports