代码搜索:9F
找到约 650 项符合「9F」的源代码
代码结果 650
www.eeworm.com/read/281401/9157401
s jumptbl.s
! This program shows a "dispatch table"
! which can be used when the program has
! to choose from many altenatives like in
! the "switch" statement of the C language.
! See text section 9.8.6.
www.eeworm.com/read/281401/9157814
s jumptbl.s
#include "../syscalnr.h" ! 1
.SECT .TEXT ! 2
jumpstrt: ! 3
PUSH strt ! 4
MOV BP,SP ! 5
PUSH _PRINTF ! 6
SYS ! 7
PUSH _GETCHAR ! 8
1: SYS ! 9
CMP AX,5 ! 10
JL 8f ! 11
www.eeworm.com/read/281401/9158151
s jumptbl.s
! This program shows a "dispatch table"
! which can be used when the program has
! to choose from many altenatives like in
! the "switch" statement of the C language.
! See text section 9.8.6.
#inclu
www.eeworm.com/read/281401/9157864
$ jumptbl.$
_EXIT = 1 ! seven system call numbers
_READ = 3
_WRITE = 4
_OPEN = 5
_CLOSE = 6
_CREAT = 8
_LSEEK = 19
_GETCHAR = 117 ! five system subroutine numbers
_SPRINTF
www.eeworm.com/read/281401/9158174
$ jumptbl.$
_EXIT = 1 ! seven system call numbers
_READ = 3
_WRITE = 4
_OPEN = 5
_CLOSE = 6
_CREAT = 8
_LSEEK = 19
_GETCHAR = 117 ! five system subroutine numbers
_SPRINTF
www.eeworm.com/read/198623/7919938
s unary.s
.globl succ
.globl .ng,.nt,.cm
/ !
.nt:
tst (sp)
beq 1f
clr (sp)
br 9f
1:
mov $1,(sp)
br 9f
/unary -
.ng:
neg (sp)
br 9f
/ ~
.cm:
com (sp)
9:
jmp succ
www.eeworm.com/read/198623/7920011
s infix.s
.globl .p,sprv
.globl .a,.s,.o,.n,.x
/ +
.a:
jsr pc,sprv
add (sp),4(sp)
br 9f
/ -
.s:
jsr pc,sprv
sub (sp),4(sp)
br 9f
/ |
.o:
jsr pc,sprv
bis (sp),4(sp)
br 9f
/ &
.n:
jsr pc,sprv
com (
www.eeworm.com/read/198623/7920154
s times.s
/ C library -- times
.globl _times
times = 43.
_times:
mov r5,-(sp)
mov sp,r5
mov 4(r5),0f
sys 0; 9f
mov (sp)+,r5
rts pc
.data
9:
sys times; 0:..
www.eeworm.com/read/103194/15742124
cgi verifynum.cgi
#!/usr/bin/perl
#############################################################
# LeoBoard ver.5000 / LB5000 / 雷傲超级论坛 ver.5000
#
# 版权所有: 雷傲工作室(原蓝宝石软件工作室)
#
# 制作人 : 山鹰糊 (Shining Hu)
#
www.eeworm.com/read/103393/15735188
asp igetcodejs.asp
NumCodeJS();
function GetNO(num){
var NumArray=[
["0","0","0","3c","66","66","66","66","66","66","66","66","3c","0","0","0"],