polish.asm
来自「老外个人做的MP3/优盘。使用ATMEL MEGA系列的MCU」· 汇编 代码 · 共 17 行
ASM
17 行
; Polish national character set for yampp-3/usb
; by MIS <romek_b@o2.pl>
.org 0x0000
.db "テ剩延尟徆骊绸鬁繜" ; chars sequence table, max 20 chars
.db 0 ; table end marker - don't change
.org 0x0018
.db "ACELNOSZZacelnoszz" ; chars repleacers table for alphanumeric LCD, max 20 chars
.db 0 ; table end marker - don't change
.org 0x0030
.db 01111110b ;"
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?