rv2fox: Adjust data directives' integers to fit the needs to fox32asm
This commit is contained in:
parent
81b2ea3c98
commit
55edd58557
|
@ -66,7 +66,7 @@ class Emitter:
|
||||||
Emit data
|
Emit data
|
||||||
"""
|
"""
|
||||||
for d in data:
|
for d in data:
|
||||||
self.write(f'data.{size} {self._adjust_label(d)}')
|
self.write(f'data.{size} {self._adjust_label(self._adjust_operand(d))}')
|
||||||
|
|
||||||
def zero(self, *data):
|
def zero(self, *data):
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in New Issue
Block a user