代码搜索:Scott
找到约 8,618 项符合「Scott」的源代码
代码结果 8,618
www.eeworm.com/read/178760/5313633
c scott-arrays.c
/*
*/
#include
unsigned int aint0 = 0;
unsigned int aint1 = 0;
unsigned char achar0 = 0;
unsigned char achar1 = 0;
void
bool_or1 (void)
{
ASSERT (!((achar0 > 0) || (achar1 > 0)));
}
www.eeworm.com/read/405161/2294665
txt scott6.txt
6 r1, $1 ;move 1 into r2
11 r1
1 r1
11 r1
1 r1
11 r1
1 r1
11 r1
6 r2, $43 ;jump 43 bytes forward
19 r2
1 r1
11 r1
6 r3, $150 ;move 150 into r3
6 r4, $11 ;move 11 into r4
9 r3, r4 ;mo
www.eeworm.com/read/405161/2294666
txt scott11.txt
6 r1, $1 ;move 1 into r1
29 r1, r2 ;map shared mem region #r1, return addr inr2
11 r2 ;print r2 (the memory address)
7 r3, r2 ;copy the memory address into r3 (we might need it)
6 r4, $1 ;loc
www.eeworm.com/read/405161/2294667
txt scott5.txt
6 r2, $255 ;move 255 into r2
6 r1, $244 ;move 244 into r1
9 r1, r2 ;move contents of r2 into memory pointed to by r1 (now address 244)
12 r1 ;print memory pointed to by r1
10 r2, r1 ;move memo
www.eeworm.com/read/405161/2294668
txt scott9.txt
6 r1, $1 ;move 1 into r1
6 r2, $22 ;move 22 into r2
6 r3, $33 ;move 33 into r3
6 r4, $44 ;move 44 into r4
6 r5, $55 ;move 55 into r5
6 r6, $66 ;move 66 into r6
6 r1, $1 ;move 1 into r1
3
www.eeworm.com/read/405161/2294671
txt scott13.txt
6 r4, $4 ;we'll need 4 bytes
22 r4, r5 ;ask for 4 bytes
7 r2, r5 ;save address in r2
6 r4, $33 ;we'll need 12 bytes
22 r4, r5 ;ask for 12 bytes
7 r1, r5 ;save address in r1
28 r2 ;release
www.eeworm.com/read/405161/2294672
txt scott2.txt
1 r1 ;incr r1
2 r6, $16 ;add $16 to r6
26 r6 ;set priority to 26
2 r2, $5 ;increment r2 by 5
3 r1, r2 ;add 1 and 2 and the result goes in 1
2 r2, $5 ;increment r2 by 5
www.eeworm.com/read/405161/2294674
txt scott12.txt
6 r1, $1 ;move 1 into r1
29 r1, r2 ;map shared mem region #r1, return addr inr2
11 r2 ;print r2
6 r5, $1 ;event 1
31 r5 ;wait on 1
12 r2 ;print out shared mem
2 r2, $4 ;add 4
12 r2
2 r2
www.eeworm.com/read/405161/2294675
txt scott10.txt
6 r1, $1 ;move 1 into r1
31 r1 ;wait on r1
6 r1, $1 ;move 1 into r1
6 r2, $22 ;move 22 into r2
6 r3, $33 ;move 33 into r3
6 r4, $44 ;move 44 into r4
6 r5, $55 ;move 55 into r5
6 r6, $66
www.eeworm.com/read/405161/2294676
txt scott3.txt
6 r1, $99 ;move 99 into r1
4 r1 ;push r1 onto the stack
6 r1, $11 ;move 11 into r1
4 r1 ;push r1 onto the stack
1 r1 ;incr r1
35 r1 ;pop off the stack into r1
6 r3, $252 ;move 252 into r3