diff options
author | Freya Murphy <freya@freyacat.org> | 2024-09-12 08:37:46 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2024-09-12 08:37:46 -0400 |
commit | 0c8ad22d45ea74b1687cc3b6f452c5a0939873a5 (patch) | |
tree | 8ab44b1048e73f52ee9e597f85fff38e277801b9 /masm/asm.h | |
parent | add ascii and asciiz directives, fix symtab bug (diff) | |
download | mips-0c8ad22d45ea74b1687cc3b6f452c5a0939873a5.tar.gz mips-0c8ad22d45ea74b1687cc3b6f452c5a0939873a5.tar.bz2 mips-0c8ad22d45ea74b1687cc3b6f452c5a0939873a5.zip |
big endian
Diffstat (limited to '')
-rw-r--r-- | masm/asm.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -118,7 +118,7 @@ struct section_entry { char data; // data - struct mips_instruction ins; + uint32_t ins; char str[MAX_LEX_LENGTH]; int32_t word; int16_t half; |