titzer / virgil

A fast and lightweight native programming language
1.23k stars 44 forks source link

Yonah arm64 assembler updates #230

Closed YonahGoldberg closed 6 months ago

YonahGoldberg commented 6 months ago

Arm64Assembler now contains the following instructions in all of their variants: add, sub, mul, div, cmp, ldr, str. Arm64TestGen tests all of these instructions and all of their variants. It confirms that all opcodes emitted are correct.