代码搜索:Scott

找到约 8,618 项符合「Scott」的源代码

代码结果 8,618
www.eeworm.com/read/177797/9431886

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/177797/9431890

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/177797/9431891

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/177797/9431897

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/177797/9431899

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/177797/9431903

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/177797/9431905

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/177797/9431906

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
www.eeworm.com/read/177797/9431908

txt scott7.txt

6 r1, $1 ;move 1 into r2 6 r5, $11 ;move 11 into r5 25 r5 ;sleep 11 - because we sleep, this program must be launch with another app like idle to take up those sleep cycles 11 r1 1 r1 11 r1 1
www.eeworm.com/read/177797/9431910

txt scott4.txt

6 r1, $99 4 r1 6 r1, $11 4 r1 1 r1 35 r1 6 r3, $252 12 r3 6 r3, $150 36 r3 12 r3 5 $88 5 $77 5 $66 35 r2 11 r2 35 r2 11 r2 35 r2 11 r2 27 ; this is exit.