feat: enhance asmGenerator with additional registers and improve function call generation
Co-authored-by: Barf-Vader <Barf-Vader@users.noreply.github.com> Co-authored-by: Gleb Koval
This commit is contained in:
@@ -179,7 +179,7 @@ object assemblyIR {
|
||||
|
||||
override def toString(): String = this match {
|
||||
case Byte => "byte " + ptr
|
||||
case Word => "word " + ptr
|
||||
case Word => "dword " + ptr // TODO check word/doubleword/quadword
|
||||
case Unspecified => ""
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user