SuperH architecture uses 16-bit words, unlike ARM and MIPS. This PR changes the behavior of .dh, .dw, .dd and the like to match the current architecture's word size.
Directives .d8, .d16, .d32 and .d64 have also been added so that the user would be able to write 8/16/32/64 values without having to think about the architecture word size.
SuperH tests have also been edited to accommodate for these changes.
SuperH architecture uses 16-bit words, unlike ARM and MIPS. This PR changes the behavior of
.dh
,.dw
,.dd
and the like to match the current architecture's word size. Directives.d8
,.d16
,.d32
and.d64
have also been added so that the user would be able to write 8/16/32/64 values without having to think about the architecture word size. SuperH tests have also been edited to accommodate for these changes.