📄 self_test.lst
字号:
0000000B +0 340 340 C_COM equ 0x0b
0000000F +0 341 341 C_SPC equ 0x0f
0000000C +0 342 342 C_DOT equ 0x0c ;M71 printer head replace space with "dot"
000000FF +0 343 343 C_SPCD equ 0xff ;space for 2digit
000000D0 +0 344 344 C_SHPL equ 0xd0 ;for '#' on the left most digit
+0 345 345 ;V1.45C_AM equ 0x78 ;AM for symbol digit
+0 346 346 ;V1.45C_PM equ 0x38 ;PM for symbol digit
000000C0 +0 347 347 C_AM equ 0xc0 ;V1.45 ;AM for symbol digit
000000A0 +0 348 348 C_PM equ 0xa0 ;V1.45 ;PM for symbol digit
000000FD +0 349 349 C_SHPR equ 0xfd ;for '#' on the right
0000000A +0 350 350 C_MIN equ 0x0a ;V1.05 "-"
+0 351 351
+0 352 352
+0 353 353 ;Printing symbol(specified sumbol table offset)..............
+0 354 354 ; equ 0x00 ;' '
00000001 +0 355 355 S_PWR equ 0x01 ;'C*'
00000002 +0 356 356 S_PLS equ 0x02 ;' +'
00000003 +0 357 357 S_MIN equ 0x03 ;' -'
00000004 +0 358 358 S_SPC equ 0x04 ;' '
00000004 +0 359 359 S_SHD equ 0x04
00000005 +0 360 360 S_SHP equ 0x05 ;' #'
00000006 +0 361 361 S_TL equ 0x06 ;' T'
00000007 +0 362 362 S_TLGT equ 0x07 ;TL G+
00000007 +0 363 363 S_STAPL equ 0x07
00000008 +0 364 364 S_ST equ 0x08 ;' S'
00000009 +0 365 365 S_MUL equ 0x09 ;' X'
0000000A +0 366 366 S_DIV equ 0x0a ;' '+waru
0000000B +0 367 367 S_EQU equ 0x0b ;' ='
0000000C +0 368 368 S_AST equ 0x0c ;' *'
0000000C +0 369 369 S_AVR equ 0x0c ;' *'
0000000D +0 370 370 S_CLR equ 0x0d ;'c '
0000000E +0 371 371 S_MTL equ 0x0e ;'MT'
0000000F +0 372 372 S_MST equ 0x0f ;'MS'
00000010 +0 373 373 S_MPL equ 0x10 ;'M+'
00000011 +0 374 374 S_MMI equ 0x11 ;'M-'
00000012 +0 375 375 S_M2TL equ 0x12 ;'MIIT'
00000013 +0 376 376 S_M2ST equ 0x13 ;'MIIS'
00000014 +0 377 377 S_M2PL equ 0x14 ;'MII+'
00000015 +0 378 378 S_M2MI equ 0x15 ;'MII-'
00000016 +0 379 379 S_PER_K equ 0x16 ;' %' for function key(in box)
00000017 +0 380 380 S_PRDS equ 0x17 ;'-%'
00000018 +0 381 381 S_PRAD equ 0x18 ;'+%'
00000019 +0 382 382 S_DLTA_K equ 0x19 ;delta+' ' for function key(in box)
0000001A +0 383 383 S_PRDL equ 0x1a ;delta+'%'
0000001B +0 384 384 S_DLAS equ 0x1b ;delta+'*'
0000001C +0 385 385 S_PRMU equ 0x1c ;' %'
0000001D +0 386 386 S_MKUP equ 0x1d ;'MU'
+0 387 387 ;S_RVS equ 0x1e ;' '+up/down allow
0000001E +0 388 388 S_EUAS equ 0x1e ;'Euro *' V3.14
+0 389 389
0000001F +0 390 390 S_MTH equ 0x1f ;M V3.13
00000020 +0 391 391 S_ROOT equ 0x20 ;'R '
00000021 +0 392 392 S_TAX equ 0x21 ;'TX%'
+0 393 393 ;S_PRN equ 0x22 ;' S'
00000022 +0 394 394 S_PAY equ 0x22 ;P V3.13
00000023 +0 395 395 S_EUR equ 0x23 ;'K '(fcR)
+0 396 396 ;S_EUM equ 0x24 ;'K-'
00000024 +0 397 397 S_EUROS equ 0x24 ;'Euro'
00000025 +0 398 398 S_EUEQ equ 0x25 ;'Euro ='
00000026 +0 399 399 S_COST equ 0x26 ;'C '
00000027 +0 400 400 S_SELL equ 0x27 ;' S'
00000028 +0 401 401 S_MARG equ 0x28 ;'M%'
00000029 +0 402 402 S_TAXA equ 0x29 ;' T'
0000002A +0 403 403 S_ICG equ 0x2a ;'G '
0000002A +0 404 404 S_G equ 0x2a
0000002B +0 405 405 S_ICM equ 0x2b ;' M '
0000002B +0 406 406 S_M equ 0x2b
0000002C +0 407 407 S_LCL equ 0x2c ;home+waru 1450TE V1.01
0000002D +0 408 408 S_LCAS equ 0x2d ;home+* 1450TE V1.01
0000002E +0 409 409 S_FC equ 0x2e ;euro+ x 1450TE V1.01
0000002F +0 410 410 S_FCAS equ 0x2f ;euro+* 1450TE V1.01
00000030 +0 411 411 S_DLTA equ 0x30 ;delta+' '
00000031 +0 412 412 S_PER equ 0x31 ;delta+' '
+0 413 413 ;S_EQU_A equ 0x32 ;
00000032 +0 414 414 S_CPAY equ 0x32 ;P* V3.13
00000033 +0 415 415 S_TXPL equ 0x33 ;TX+
00000034 +0 416 416 S_TXMI equ 0x34 ;TX-
00000035 +0 417 417 S_TLMGT equ 0x35 ;TL M+
00000036 +0 418 418 S_TX1PL equ 0x36 ;TX1+
00000037 +0 419 419 S_TX1MI equ 0x37 ;TX1-
00000038 +0 420 420 S_TX2PL equ 0x38 ;TX2+
00000039 +0 421 421 S_TX2MI equ 0x39 ;TX2-
0000003A +0 422 422 S_TAX1 equ 0x3a ;T1%
0000003B +0 423 423 S_TAX2 equ 0x3b ;T2%
0000003C +0 424 424 S_GPM equ 0x3c ;GPM(MU)
0000003D +0 425 425 S_GS equ 0x3d
0000003D +0 426 426 S_GT equ 0x3d ;GT
0000003E +0 427 427 S_GPL equ 0x3e ;G+ for sigama=% when TA mode V2.11
+0 428 428
+0 429 429
00000055 +0 430 430 S_STAMN equ 0x55
00000056 +0 431 431 S_STAS equ 0x56
00000057 +0 432 432 S_STASTA equ 0x57
+0 433 433
+0 434 434
+0 435 435 ;V3.00S_GS equ 0x0f ;G dia GT subtotal
+0 436 436 ;V3.00S_GT equ 0x10 ;G * GT total
+0 437 437 ;V3.00S_PRM equ 0x11 ;- % percent minus
+0 438 438 ;V3.00S_PRP equ 0x12 ;+ % percent plus
+0 439 439 ;V3.00S_DLP equ 0x13 ;d + delta plus(for tax+)
+0 440 440 ;V3.00S_DLM equ 0x14 ;d - delta plus(for tax-)
+0 441 441 ;V3.00S_AM equ 0x15 ;A M time print
+0 442 442 ;V3.00S_PM equ 0x16 ;P M time print
+0 443 443 ;V3.00S_CST equ 0xb7;0x17 ;C * cost price
+0 444 444 ;V3.00S_SEL equ 0x26;0x18 ;S * selling price
+0 445 445 ;V3.00S_MAR equ 0xa1;0x19 ;M % margine %
+0 446 446 ;V3.00S_MU equ 0xa2;0x1a ;M _ mark up
+0 447 447 ;V3.00S_MUD equ 0x57;0x1b ;d * delta of mark up
+0 448 448 ;V3.00S_SET equ 0x27;0x1d ;_ * for rate,time set(* only)
+0 449 449 ;V3.00S_SHD equ 0x22;0x1c ;_ _ for #/D print(space)
+0 450 450 ;V3.00S_TLG equ 0x93;0x0a ;G + total key with GT position
+0 451 451 ;==============================================================================
+0 452 452 ;V3.00S_FED equ 0x00 ;fh+' '
+0 453 453 ;V3.00S_PWR equ 0x17 ;'C*'
+0 454 454 ;V3.00S_PLS equ 0x01 ;' +'
+0 455 455 ;V3.00S_MIN equ 0x02 ;' -'
+0 456 456 ;V3.00S_SPC equ 0x00 ;' '
+0 457 457 ;V3.00S_SHP equ 0x26 ;' <>'
+0 458 458 ;V3.00S_TL equ 0x22 ;' *'
+0 459 459 ;V3.00S_TLGT equ 0x3c ;'*+'
+0 460 460 ;V3.00S_TLMGT equ 0x3d ;'*+'
+0 461 461 ;V3.00S_ST equ 0x08 ;' <>'
+0 462 462 ;V3.00S_MUL equ 0x03 ;' X'
+0 463 463 ;V3.00S_DIV equ 0x04 ;' /'
+0 464 464 ;V3.00S_EQU equ 0x05 ;' ='
+0 465 465 ;V3.00S_AST equ 0x22 ;' *'
+0 466 466 ;V3.00S_CLR equ 0x07 ;'c '
+0 467 467 ;V3.00S_MTL equ 0x0e ;'M*'
+0 468 468 ;V3.00S_MST equ 0x0d ;'M<>'
+0 469 469 ;V3.00S_MPL equ 0x0b ;'M+'
+0 470 470 ;V3.00S_MMI equ 0x0c ;'M-'
+0 471 471 ;V3.00S_M2TL equ 0x10 ;'G*'
+0 472 472 ;V3.00S_STASTA equ 0x77 ;'**'
+0 473 473 ;V3.00S_M2ST equ 0x0f ;'G<>'
+0 474 474 ;V3.00S_STAS equ 0x76 ;'*S'
+0 475 475 ;V3.00S_M2PL equ 0x3e ;'G+'
+0 476 476 ;V3.00S_STAPL equ 0x73 ;'*+'
+0 477 477 ;V3.00S_PLSTA equ 0x37 ;'+*'
+0 478 478 ;V3.00S_M2MI equ 0x3f ;'G-'
+0 479 479 ;V3.00S_STAMN equ 0x70 ;'*-'
+0 480 480 ;V3.00S_M2TLV equ 0x97 ;'G*'
+0 481 481 ;V3.00S_M2STV equ 0x96 ;'G<>'
+0 482 482 ;V3.00S_M2PLV equ 0x3e ;'G+'
+0 483 483 ;V3.00S_M2MIV equ 0x3f ;'G-'
+0 484 484 ;V3.00S_PER equ 0x06 ;' %'
+0 485 485 ;V3.00S_STAPER equ 0x71 ;'*%'
+0 486 486 ;V3.00S_PRDS equ 0x01 ;'-%'
+0 487 487 ;V3.00S_PRAD equ 0x31 ;'+%'
+0 488 488 ;V3.00S_DLTAL equ 0x82 ;delta+' '
+0 489 489 ;V3.00S_DLTA equ 0x28 ;' "+delta V1.26
+0 490 490 ;V3.00S_PRDL equ 0x81 ;delta+'%'
+0 491 491 ;V3.00S_DLAS equ 0x87 ;delta+'*'
+0 492 492 ;V3.00S_PRMU equ 0x21 ;' %'
+0 493 493 ;V3.00S_MKUP equ 0xa2 ;'M '
+0 494 494 ;V3.00S_RVS equ 0x22 ;' '
+0 495 495 ;V3.00S_AVR equ 0x27 ;' *'
+0 496 496 ;V3.00S_ROOT equ 0x22 ;' '
+0 497 497 ;V3.00S_TAX equ 0x12 ;'% '
+0 498 498 ;V3.00S_PRN equ 0x62 ;'<> '
+0 499 499 ;V3.00S_EUR equ 0x22 ;' '
+0 500 500 ;V3.00S_EUEQ equ 0xc2 ;'= '
+0 501 501 ;V3.00S_COST equ 0x2b ;' C'
+0 502 502 ;V3.00S_SELL equ 0x26 ;' <>'
+0 503 503 ;V3.00S_M equ 0x2a ;' M'
+0 504 504 ;V3.00S_MARG equ 0xa1 ;'M%'
+0 505 505 ;V3.00S_PERMARG equ 0x1a ;'%M'
+0 506 506 ;V3.00S_TAXA equ 0x27 ;' *'
+0 507 507 ;V3.00S_ICG equ 0x29 ;' G'
+0 508 508 ;V3.00S_ICGV equ 0x29 ;' G'
+0 509 509 ;V3.00S_ICM equ 0x2a ;' M'
+0 510 510 ;V3.00S_ASM equ 0x7a ;'*M'
+0 511 511 ;V3.00S_ASC equ 0x7b ;'*C'
+0 512 512 ;V3.00S_ASDL equ 0x78 ;'*'+delta
+0 513 513 ;V3.00S_MIPL equ 0x03 ;'-+'
+0 514 514 ;V3.00S_MIMI equ 0x00 ;'--'
+0 515 515 ;V3.00S_MIST equ 0x06 ;'-S'
+0 516 516 ;V3.00S_MITL equ 0x07 ;'-T'
+0 517 517 ;V3.00S_EUROS equ 0x29 ;' euro'
+0 518 518 ;V3.00S_G equ 0x9f ;'G '
+0 519 519 ;V3.00S_GPL equ 0x93 ;'G+'
+0 520 520 ;V3.00S_GAST equ 0x97 ;'G*'
+0 521 521 ;==============================================================================
00000020 +0 522 522 P_SPC equ 0x20 ;for print " "
+0 523 523 ;-----------------------------------------------------------
+0 524 524 ;interrupt enable flag set:
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -