1	.section ".rodata","a"
2	.globl	codepage
3codepage:
4	.incbin "codepage.cp"
5	.size	codepage, .-codepage
6