代码搜索:ascii
找到约 10,000 项符合「ascii」的源代码
代码结果 10,000
www.eeworm.com/read/188671/7141057
ascii
;*********************************************************
;由ASCII码表可知,30H~39H为0~9的ASCII码,41H~46H为A~F
;的ASCII码.有这一范围内的ASCII码减30H或37H就可以获得对应的
;十六进制数
;***********************************************
www.eeworm.com/read/131315/5934371
ascii
|000 nul|001 soh|002 stx|003 etx|004 eot|005 enq|006 ack|007 bel|
|010 bs |011 ht |012 nl |013 vt |014 np |015 cr |016 so |017 si |
|020 dle|021 dc1|022 dc2|023 dc3|024 dc4|025 nak|026 syn|027 etb|
|0
www.eeworm.com/read/216502/4890211
ascii
|000 nul|001 soh|002 stx|003 etx|004 eot|005 enq|006 ack|007 bel|
|010 bs |011 ht |012 nl |013 vt |014 np |015 cr |016 so |017 si |
|020 dle|021 dc1|022 dc2|023 dc3|024 dc4|025 nak|026 syn|027 etb|
|0
www.eeworm.com/read/216499/4892137
ascii
|000 nul|001 soh|002 stx|003 etx|004 eot|005 enq|006 ack|007 bel|
|010 bs |011 ht |012 nl |013 vt |014 np |015 cr |016 so |017 si |
|020 dle|021 dc1|022 dc2|023 dc3|024 dc4|025 nak|026 syn|027 etb|
|0
www.eeworm.com/read/317790/3579210
ascii
.notdef
.notdef
.notdef
.notdef
.notdef
.notdef
.notdef
.notdef
.notdef
.notdef
.notdef
.notdef
.notdef
.notdef
.notdef
.notdef
.notdef
.notdef
.notdef
.notdef
.notdef
.notdef
.notdef
.notdef
.notdef
www.eeworm.com/read/351636/3104504
ascii vol-ascii.ascii
0 1 5 9 10 0 1 5 9 10 6 7 11 15 16 13 14 18 22 23 20 21 25 29 30 20 21 25
29 30 0 1 5 9 10 0 1 5 9 10 6 7 11 15 16 13 14 18 22 23 20 21 25 29 30 20
21 25 29 30 8 9 13 17 18 8 9 13 17 18 15 16 20 24
www.eeworm.com/read/176857/9481665
6 ascii 4.6 ascii
ASCTOBCD:
MOV R7,# 06H
MOV R1,# 20H
MOV R0,#20H
ACALL ASCBCD
LOOP:
SJMP LOOP
ASCBCD:
MOV A,@R0
CLR C
CJNE A,#30H,LOOP1
LOOP1:
JC C, LOOP3
CJNE A,#3AH,LOOP2
LOOP2:
www.eeworm.com/read/176857/9481671
2 ascii 4.2 ascii
ASCTOHEX:
MOV R0,#41H
CLR C
MOV A,R0
CJNE A,#30H,LOOP0
LOOP0:
JC C,LOOP4
CJNE A,#47H,LOOP2
LOOP2:
JNC C,LOOP4
CLR C
MOV A,R1
SUBB A,#30H
MOV R0,A
SUBB A,#0AH
JC
www.eeworm.com/read/364815/9892439
ascii conv
www.eeworm.com/read/423958/10514425