代码搜索:Loop
找到约 10,000 项符合「Loop」的源代码
代码结果 10,000
www.eeworm.com/read/279052/10474318
s movstest3.s
# movstest3.s - An example of moving an entire string
.section .data
value1:
.ascii "This is a test string.\n"
.section .bss
.lcomm output, 23
.section .text
.globl _start
_start:
nop
leal
www.eeworm.com/read/279052/10474433
s cfunctest.s
# cfunctest.s - An example of using C functions */
.section .data
output:
.asciz "This is a test\n"
.section .text
.globl _start
_start:
movl $10, %ecx
loop1:
pushl %ecx
pushl $output
c
www.eeworm.com/read/279050/10474909
s convert.s
# convert.s - A function to convert lower case letters to upper case
.section .text
.type convert, @function
.globl convert
convert:
pushl %ebp
movl %esp, %ebp
pushl %esi
pushl %edi
mo
www.eeworm.com/read/279050/10474919
s readtest2.s
# readtest2.s - A more complicated example of reading data from a file
.section .bss
.lcomm buffer, 10
.lcomm filehandle, 4
.section .text
.globl _start
_start:
nop
movl %esp, %ebp
movl
www.eeworm.com/read/279050/10474942
s convert.s
# convert.s - Converting lower to upper case
.section .data
string1:
.asciz "This is a TEST, of the conversion program!\n"
length:
.int 43
.section .text
.globl _start
_start:
nop
leal str
www.eeworm.com/read/279050/10474961
s movstest3.s
# movstest3.s - An example of moving an entire string
.section .data
value1:
.ascii "This is a test string.\n"
.section .bss
.lcomm output, 23
.section .text
.globl _start
_start:
nop
leal
www.eeworm.com/read/279046/10475297
s paramtest2.s
# paramtest2.s - Listing system environment variables
.section .data
output:
.asciz "%s\n"
.section .text
.globl _start
_start:
movl %esp, %ebp
addl $12, %ebp
loop1:
cmpl $0, (%ebp)
je
www.eeworm.com/read/279046/10475320
s cfunctest.s
# cfunctest.s - An example of using C functions */
.section .data
output:
.asciz "This is a test\n"
.section .text
.globl _start
_start:
movl $10, %ecx
loop1:
pushl %ecx
pushl $output
c
www.eeworm.com/read/353043/10476578
asm 3-6.asm
.mmregs
SWCR .set 002BH ;定义SWCR寄存器
OUTDATA1 .set 0000H ;定义DA输出数值1
OUTDATA2 .set 07FFH ;定义DA输出数值2
K_IPTR .set 000111000B
www.eeworm.com/read/424143/10487562
sdi test.sdi
0000,C2 90,LOOP,LOOP:CLR P1.0
0002,12 00 19,,CALL DELAY
0005,12 00 19,,CALL DELAY
0008,12 00 19,,CALL DELAY
000B,D2 90,,SETB P1.0
000D,12 00 19,,CALL DELAY
0010,12 00 19,,CALL DELAY
0013,12 00