mirror of
https://github.com/wiidev/usbloadergx.git
synced 2024-11-05 02:55:07 +01:00
12 lines
169 B
ArmAsm
12 lines
169 B
ArmAsm
|
# SJIS(CP932) -> UNICODE <EFBFBD>ϊ<EFBFBD><EFBFBD>e<EFBFBD>[<EFBFBD>u<EFBFBD><EFBFBD><EFBFBD>w<EFBFBD><EFBFBD> by Rudolph
|
|||
|
|
|||
|
.rodata
|
|||
|
|
|||
|
.globl sjis2unicode_tbl
|
|||
|
|
|||
|
.balign 32
|
|||
|
|
|||
|
sjis2unicode_tbl:
|
|||
|
.incbin "../source/language/sjis2unicode.tbl"
|
|||
|
|