diff options
author | YamaArashi <shadow962@live.com> | 2016-08-01 21:25:52 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-08-01 21:25:52 -0700 |
commit | dae887ea62f30e0891c580f5625e0526e09df02f (patch) | |
tree | 020fcc32866116672e5e5ffd28945f8b8a647154 | |
parent | 5d1b9ef7b3cece1278e608c662617f17854ceafe (diff) |
add .align before CRC-16 table
-rw-r--r-- | data/crc16_table.s | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/crc16_table.s b/data/crc16_table.s index 95ff4225f..a1f8babd0 100644 --- a/data/crc16_table.s +++ b/data/crc16_table.s @@ -1,3 +1,4 @@ + .align 1 gCrc16Table:: @ 82087DC .2byte 0x0000, 0x1189, 0x2312, 0x329B, 0x4624, 0x57AD, 0x6536, 0x74BF .2byte 0x8C48, 0x9DC1, 0xAF5A, 0xBED3, 0xCA6C, 0xDBE5, 0xE97E, 0xF8F7 |