RosettaCodeData/Task/Variables/MIPS-Assembly/variables-1.mips
2023-07-01 13:44:08 -04:00

3 lines
157 B
Text

foo equ 0x100
bar equ foo+1
;it's heavily implied that "foo" is one byte, otherwise, why would you label this? But you should always comment your variables.