Merge branch 'master' into comments-and-refactors
This commit is contained in:
@@ -199,8 +199,8 @@ object assemblyIR {
|
||||
case Global(name) => s".globl $name"
|
||||
case Text => ".text"
|
||||
case RoData => ".section .rodata"
|
||||
case Int(value) => s".int $value"
|
||||
case Asciz(string) => s".asciz \"$string\""
|
||||
case Int(value) => s"\t.int $value"
|
||||
case Asciz(string) => s"\t.asciz \"$string\""
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user