diff options
author | Freya Murphy <freya@freyacat.org> | 2024-09-12 09:42:04 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2024-09-12 09:42:04 -0400 |
commit | b57dc4a49242a5f0ae5d166690655f2611645e56 (patch) | |
tree | db695004afaaf0390674208cbcfd09cb4a3a638a /masm/test.asm | |
parent | big endian (diff) | |
download | mips-b57dc4a49242a5f0ae5d166690655f2611645e56.tar.gz mips-b57dc4a49242a5f0ae5d166690655f2611645e56.tar.bz2 mips-b57dc4a49242a5f0ae5d166690655f2611645e56.zip |
align segments
Diffstat (limited to '')
-rw-r--r-- | masm/test.asm | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/masm/test.asm b/masm/test.asm index b4c1498..d848d29 100644 --- a/masm/test.asm +++ b/masm/test.asm @@ -1,3 +1,8 @@ +.rodata +gay: +.word 3 + + .data str: |