📄 eeprom.lst
字号:
0000002A +0 334 334 K_TXM equ 0x2a
+0 335 335
0000002B +0 336 336 K_DEC equ 0x2b
0000002B +0 337 337 K_TIM equ 0x2b
0000002B +0 338 338 K_PERPLS equ 0x2b
+0 339 339 ;K_EURO equ 0x2c
+0 340 340 ;K_LOCAL equ 0x2d
0000002E +0 341 341 K_OFF equ 0x2e
0000002F +0 342 342 K_FED equ 0x2f
00000030 +0 343 343 K_MAX equ 0x30 ;for illegal key check
00000031 +0 344 344 K_PRP equ 0x31 ;+% (dummy key code)
00000032 +0 345 345 K_PRM equ 0x32 ;-% (dummy key code)
00000033 +0 346 346 K_TAX equ 0x33 ;TAX (dummy key code)
00000034 +0 347 347 K_M2CAL equ 0x34 ;M2 (dummy key code) V1.22
00000035 +0 348 348 K_TX12M equ 0x35 ;V2.07 for [tax1][tax2][-]
00000036 +0 349 349 K_TX12P equ 0x36 ;V2.07 for [tax1][tax2][+]
00000037 +0 350 350 K_ICPLS equ 0x37 ;V2.12
00000038 +0 351 351 K_ICMIN equ 0x38 ;V2.12
+0 352 352 ;Printer character wheel code........
0000000C +0 353 353 C_DP equ 0x0c
000000CC +0 354 354 C_TWODP equ 0xcc
0000000B +0 355 355 C_COM equ 0x0b
0000000F +0 356 356 C_SPC equ 0x0f
0000000C +0 357 357 C_DOT equ 0x0c ;M71 printer head replace space with "dot"
000000FF +0 358 358 C_SPCD equ 0xff ;space for 2digit
000000D0 +0 359 359 C_SHPL equ 0xd0 ;for '#' on the left most digit
+0 360 360 ;V1.45C_AM equ 0x78 ;AM for symbol digit
+0 361 361 ;V1.45C_PM equ 0x38 ;PM for symbol digit
000000C0 +0 362 362 C_AM equ 0xc0 ;V1.45 ;AM for symbol digit
000000A0 +0 363 363 C_PM equ 0xa0 ;V1.45 ;PM for symbol digit
000000FD +0 364 364 C_SHPR equ 0xfd ;for '#' on the right
0000000A +0 365 365 C_MIN equ 0x0a ;V1.05 "-"
+0 366 366
+0 367 367 ;V4.02============
+0 368 368 ;define symbol and character
00000000 +0 369 369 ps_0 equ 0x00
00000001 +0 370 370 ps_1 equ 0x01
00000002 +0 371 371 ps_2 equ 0x02
00000003 +0 372 372 ps_3 equ 0x03
00000004 +0 373 373 ps_4 equ 0x04
00000005 +0 374 374 ps_5 equ 0x05
00000006 +0 375 375 ps_6 equ 0x06
00000007 +0 376 376 ps_7 equ 0x07
00000008 +0 377 377 ps_8 equ 0x08
00000009 +0 378 378 ps_9 equ 0x09
0000000A +0 379 379 ps_pls equ 0x0a
0000000B +0 380 380 ps_min equ 0x0b
0000000C +0 381 381 ps_dot equ 0x0c
0000000D +0 382 382 ps_str equ 0x0d
0000000E +0 383 383 ps_com equ 0x0e
0000000F +0 384 384 ps_spc equ 0x0f
00000010 +0 385 385 ps_mul equ 0x10
00000011 +0 386 386 ps_div equ 0x11
00000012 +0 387 387 ps_equ equ 0x12
00000013 +0 388 388 ps_der equ 0x13
00000014 +0 389 389 ps_per equ 0x14
00000015 +0 390 390 ps_dlt equ 0x15
00000016 +0 391 391 ps_dia equ 0x16
00000017 +0 392 392 ps_eur equ 0x17
00000018 +0 393 393 ps_a equ 0x18
00000019 +0 394 394 ps_b equ 0x19
0000001A +0 395 395 ps_c equ 0x1a
0000001B +0 396 396 ps_d equ 0x1b
0000001C +0 397 397 ps_e equ 0x1c
0000001D +0 398 398 ps_f equ 0x1d
0000001E +0 399 399 ps_g equ 0x1e
0000001F +0 400 400 ps_i equ 0x1f
00000020 +0 401 401 ps_l equ 0x20
00000021 +0 402 402 ps_m equ 0x21
00000022 +0 403 403 ps_n equ 0x22
00000023 +0 404 404 ps_o equ 0x23
00000024 +0 405 405 ps_p equ 0x24
00000025 +0 406 406 ps_r equ 0x25
00000026 +0 407 407 ps_s equ 0x26
00000027 +0 408 408 ps_t equ 0x27
00000028 +0 409 409 ps_u equ 0x28
00000029 +0 410 410 ps_z equ 0x29
0000002A +0 411 411 ps_mm equ 0x2a
0000002B +0 412 412 ps_mder equ 0x2b
+0 413 413 ;Printing symbol(specified sumbol table offset)..............
+0 414 414 ; equ 0x00 ;' '
00000001 +0 415 415 S_PWR equ 0x01 ;'C*'
00000002 +0 416 416 S_PLS equ 0x02 ;' +'
00000003 +0 417 417 S_MIN equ 0x03 ;' -'
00000004 +0 418 418 S_SPC equ 0x04 ;' '
00000004 +0 419 419 S_SHD equ 0x04
00000005 +0 420 420 S_SHP equ 0x05 ;' #'
00000006 +0 421 421 S_TL equ 0x06 ;' T'
00000007 +0 422 422 S_TLGT equ 0x07 ;TL G+
00000007 +0 423 423 S_STAPL equ 0x07
00000008 +0 424 424 S_ST equ 0x08 ;' S'
00000009 +0 425 425 S_MUL equ 0x09 ;' X'
0000000A +0 426 426 S_DIV equ 0x0a ;' '+waru
0000000B +0 427 427 S_EQU equ 0x0b ;' ='
0000000C +0 428 428 S_AST equ 0x0c ;' *'
0000000C +0 429 429 S_AVR equ 0x0c ;' *'
0000000D +0 430 430 S_CLR equ 0x0d ;'c '
0000000E +0 431 431 S_MTL equ 0x0e ;'MT'
0000000F +0 432 432 S_MST equ 0x0f ;'MS'
00000010 +0 433 433 S_MPL equ 0x10 ;'M+'
00000011 +0 434 434 S_MMI equ 0x11 ;'M-'
00000012 +0 435 435 S_M2TL equ 0x12 ;'MIIT'
00000013 +0 436 436 S_M2ST equ 0x13 ;'MIIS'
00000014 +0 437 437 S_M2PL equ 0x14 ;'MII+'
00000015 +0 438 438 S_M2MI equ 0x15 ;'MII-'
00000016 +0 439 439 S_PER_K equ 0x16 ;' %' for function key(in box)
00000017 +0 440 440 S_PRDS equ 0x17 ;'-%'
00000018 +0 441 441 S_PRAD equ 0x18 ;'+%'
00000019 +0 442 442 S_DLTA_K equ 0x19 ;delta+' ' for function key(in box)
0000001A +0 443 443 S_PRDL equ 0x1a ;delta+'%'
0000001B +0 444 444 S_DLAS equ 0x1b ;delta+'*'
0000001C +0 445 445 S_PRMU equ 0x1c ;' %'
0000001D +0 446 446 S_MKUP equ 0x1d ;'MU'
+0 447 447 ;S_RVS equ 0x1e ;' '+up/down allow
0000001E +0 448 448 S_EUAS equ 0x1e ;'Euro *' V3.14
+0 449 449
0000001F +0 450 450 S_MTH equ 0x1f ;M V3.13
00000020 +0 451 451 S_ROOT equ 0x20 ;'R '
00000021 +0 452 452 S_TAX equ 0x21 ;'TX%'
+0 453 453 ;S_PRN equ 0x22 ;' S'
00000022 +0 454 454 S_PAY equ 0x22 ;P V3.13
00000023 +0 455 455 S_EUR equ 0x23 ;'K '(fcR)
+0 456 456 ;S_EUM equ 0x24 ;'K-'
00000024 +0 457 457 S_EUROS equ 0x24 ;'Euro'
00000025 +0 458 458 S_EUEQ equ 0x25 ;'Euro ='
00000026 +0 459 459 S_COST equ 0x26 ;'C '
00000027 +0 460 460 S_SELL equ 0x27 ;' S'
00000028 +0 461 461 S_MARG equ 0x28 ;'M%'
00000029 +0 462 462 S_TAXA equ 0x29 ;' T'
0000002A +0 463 463 S_ICG equ 0x2a ;'G '
0000002A +0 464 464 S_G equ 0x2a
0000002B +0 465 465 S_ICM equ 0x2b ;' M '
0000002B +0 466 466 S_M equ 0x2b
+0 467 467 ;V4.02S_LCL equ 0x2c ;home+waru 1450TE V1.01
+0 468 468 ;V4.02S_LCAS equ 0x2d ;home+* 1450TE V1.01
+0 469 469 ;V4.02S_FC equ 0x2e ;euro+ x 1450TE V1.01
+0 470 470 ;V4.02S_FCAS equ 0x2f ;euro+* 1450TE V1.01
0000002C +0 471 471 S_DLTA equ 0x2c;V4.020x30 ;delta+' '
0000002D +0 472 472 S_PER equ 0x2d;V4.020x31 ;delta+' '
+0 473 473 ;S_EQU_A equ ;0x32 ;
0000002E +0 474 474 S_CPAY equ 0x2e;V4.020x32 ;P* V3.13
0000002F +0 475 475 S_TXPL equ 0x2f;V4.020x33 ;TX+
00000030 +0 476 476 S_TXMI equ 0x30;V4.020x34 ;TX-
00000031 +0 477 477 S_TLMGT equ 0x31;V4.020x35 ;TL M+
00000032 +0 478 478 S_TX1PL equ 0x32;V4.020x36 ;TX1+
00000033 +0 479 479 S_TX1MI equ 0x33;V4.020x37 ;TX1-
00000034 +0 480 480 S_TX2PL equ 0x34;V4.020x38 ;TX2+
00000035 +0 481 481 S_TX2MI equ 0x35;V4.020x39 ;TX2-
00000036 +0 482 482 S_TAX1 equ 0x36;V4.020x3a ;T1%
00000037 +0 483 483 S_TAX2 equ 0x37;V4.020x3b ;T2%
+0 484 484 ;V4.02S_GPM equ 0x3c ;GPM(MU)
+0 485 485 ;V4.02S_GS equ 0x3d
+0 486 486 ;V4.02S_GT equ 0x3d ;GT
+0 487 487 ;V4.02S_GPL equ 0x3e ;G+ for sigama=% when TA mode V2.11
+0 488 488
+0 489 489
00000055 +0 490 490 S_STAMN equ 0x55
00000056 +0 491 491 S_STAS equ 0x56
00000057 +0 492 492 S_STASTA equ 0x57
+0 493 493
+0 494 494
+0 495 495 ;V3.00S_GS equ 0x0f ;G dia GT subtotal
+0 496 496 ;V3.00S_GT equ 0x10 ;G * GT total
+0 497 497 ;V3.00S_PRM equ 0x11 ;- % percent minus
+0 498 498 ;V3.00S_PRP equ 0x12 ;+ % percent plus
+0 499 499 ;V3.00S_DLP equ 0x13 ;d + delta plus(for tax+)
+0 500 500 ;V3.00S_DLM equ 0x14 ;d - delta plus(for tax-)
+0 501 501 ;V3.00S_AM equ 0x15 ;A M time print
+0 502 502 ;V3.00S_PM equ 0x16 ;P M time print
+0 503 503 ;V3.00S_CST equ 0xb7;0x17 ;C * cost price
+0 504 504 ;V3.00S_SEL equ 0x26;0x18 ;S * selling price
+0 505 505 ;V3.00S_MAR equ 0xa1;0x19 ;M % margine %
+0 506 506 ;V3.00S_MU equ 0xa2;0x1a ;M _ mark up
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -