RosettaCodeData/Task/Variables/MIPS-Assembly/variables-1.mips

4 lines
157 B
Plaintext

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.