hexsha stringlengths 40 40 | size int64 6 1.05M | ext stringclasses 3
values | lang stringclasses 1
value | max_stars_repo_path stringlengths 4 232 | max_stars_repo_name stringlengths 7 106 | max_stars_repo_head_hexsha stringlengths 40 40 | max_stars_repo_licenses listlengths 1 7 | max_stars_count int64 1 33.5k ⌀ | max_stars_repo_stars_event_min_datetime stringlengths 24 24 ⌀ | max_stars_repo_stars_event_max_datetime stringlengths 24 24 ⌀ | max_issues_repo_path stringlengths 4 232 | max_issues_repo_name stringlengths 7 106 | max_issues_repo_head_hexsha stringlengths 40 40 | max_issues_repo_licenses listlengths 1 7 | max_issues_count int64 1 37.5k ⌀ | max_issues_repo_issues_event_min_datetime stringlengths 24 24 ⌀ | max_issues_repo_issues_event_max_datetime stringlengths 24 24 ⌀ | max_forks_repo_path stringlengths 4 232 | max_forks_repo_name stringlengths 7 106 | max_forks_repo_head_hexsha stringlengths 40 40 | max_forks_repo_licenses listlengths 1 7 | max_forks_count int64 1 12.6k ⌀ | max_forks_repo_forks_event_min_datetime stringlengths 24 24 ⌀ | max_forks_repo_forks_event_max_datetime stringlengths 24 24 ⌀ | content stringlengths 6 1.05M | avg_line_length float64 1.16 19.7k | max_line_length int64 2 938k | alphanum_fraction float64 0 1 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
a32580454c61566afe81cab723f680b823097901 | 345 | asm | Assembly | 8085_programming/YT/factorial.asm | SayanGhoshBDA/code-backup | 8b6135facc0e598e9686b2e8eb2d69dd68198b80 | [
"MIT"
] | 16 | 2018-11-26T08:39:42.000Z | 2019-05-08T10:09:52.000Z | 8085_programming/YT/factorial.asm | SayanGhoshBDA/code-backup | 8b6135facc0e598e9686b2e8eb2d69dd68198b80 | [
"MIT"
] | 8 | 2020-05-04T06:29:26.000Z | 2022-02-12T05:33:16.000Z | 8085_programming/YT/factorial.asm | SayanGhoshBDA/code-backup | 8b6135facc0e598e9686b2e8eb2d69dd68198b80 | [
"MIT"
] | 5 | 2020-02-11T16:02:21.000Z | 2021-02-05T07:48:30.000Z | LXI H,2060
MOV A,M
MOV E,M
MOV D,M
DCR D
JZ L3 // FOR 1
DCR D
JZ L4 // FOR 2
MOV B,D
MOV C,D
L1: ADD E
DCR C
JNZ L1
DCR B
JNZ L2
STA 2070
HLT
L2: MOV C,B
MOV E,A
JMP L1
L3: MVI A,01
STA 2070
HLT
L4: MVI A,02
STA 2070
... | 10.454545 | 18 | 0.452174 |
60d48c4bb3c70229cd14af0c212929a2e0564576 | 2,275 | asm | Assembly | ASM_x86/LinuxAPI_14_nice.asm | XlogicX/Learn | 96e4b13bbc8c2589d6bf41e24e6d0857c172e3e6 | [
"MIT"
] | 43 | 2015-06-05T19:14:46.000Z | 2022-01-31T20:25:46.000Z | ASM_x86/LinuxAPI_14_nice.asm | tuxxy/Learn | 96e4b13bbc8c2589d6bf41e24e6d0857c172e3e6 | [
"MIT"
] | null | null | null | ASM_x86/LinuxAPI_14_nice.asm | tuxxy/Learn | 96e4b13bbc8c2589d6bf41e24e6d0857c172e3e6 | [
"MIT"
] | 9 | 2015-09-07T18:31:41.000Z | 2022-02-02T06:39:06.000Z | ;Example reading and setting 'nice' values with the set/getpriority API. API calls found in this example program:
; getpriority, setpriority, write, exit
; High level description of what theis example program does:
; Set the priority really high
; Do some pointless work
; Set the priority really low
; Do some pointles... | 29.934211 | 113 | 0.504615 |
33cc89cee0828987c9896551fbf4f1f843a0cd9f | 704 | asm | Assembly | programs/oeis/340/A340631.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/340/A340631.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/340/A340631.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A340631: a(n) is the minimum number of pebbles such that any assignment of those pebbles on a complete graph with n vertices is a next-player winning game in the two-player impartial pebbling game.
; 7,23,7,13,9,15,11,17,13,19,15,21,17,23,19,25,21,27,23,29,25,31,27,33,29,35,31,37,33,39,35,41,37,43,39,45,41,47,43,49,4... | 20.705882 | 199 | 0.605114 |
9eed75381db07fd0bd8c68be8561abc965720b10 | 598 | asm | Assembly | oeis/154/A154286.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/154/A154286.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/154/A154286.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A154286: a(n) = E(k)*C(n+k,k) = Euler(k)*binomial(n+k,k) for k=4.
; 5,25,75,175,350,630,1050,1650,2475,3575,5005,6825,9100,11900,15300,19380,24225,29925,36575,44275,53130,63250,74750,87750,102375,118755,137025,157325,179800,204600,231880,261800,294525,330225,369075,411255,456950,506350,559650,617050,678755,744975,815... | 85.428571 | 501 | 0.799331 |
e191c8cfdf928f13345a872a1554fb3d0c5596b5 | 1,286 | asm | Assembly | programs/oeis/328/A328984.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/328/A328984.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/328/A328984.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A328984: If n is even, a(n)=floor((5t+1)/2) where t=n/2; if n==1 (mod 4) then a(n)=10t+1 where t=(n-1)/4; and if n==3 (mod 4) then a(n)=10t+7 where t=(n-3)/4.
; 1,3,7,5,11,8,17,10,21,13,27,15,31,18,37,20,41,23,47,25,51,28,57,30,61,33,67,35,71,38,77,40,81,43,87,45,91,48,97,50,101,53,107,55,111,58,117,60,121,63,127,65,... | 53.583333 | 937 | 0.680404 |
0fab62e83624ece1d41b6e88894d1285d8c9fafc | 343 | asm | Assembly | programs/oeis/177/A177964.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/177/A177964.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/177/A177964.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A177964: Indices m for which A177961(m) = 4.
; 2,13,17,28,32,43,47,58,62,73,77,88,92,103,107,118,122,133,137,148,152,163,167,178,182,193,197,208,212,223,227,238,242,253,257,268,272,283,287,298,302,313,317,328,332,343,347,358,362,373,377,388,392,403,407,418,422
mov $1,32
add $1,$0
div $0,2
mul $0,7
mul $1,11
sub $1,$... | 28.583333 | 215 | 0.6793 |
0d77d790472826f9afec567f8a1af23e64c1f9e5 | 404 | asm | Assembly | demos/circle.asm | adrian154/tvm | bf20079cb053de5eae39d267e786ab1f8f09dfa2 | [
"MIT"
] | 11 | 2020-10-03T18:42:45.000Z | 2021-06-26T15:21:04.000Z | demos/circle.asm | adrian154/tvm | bf20079cb053de5eae39d267e786ab1f8f09dfa2 | [
"MIT"
] | 11 | 2020-10-03T16:54:00.000Z | 2021-09-12T20:34:05.000Z | demos/circle.asm | adrian154/tvm | bf20079cb053de5eae39d267e786ab1f8f09dfa2 | [
"MIT"
] | 4 | 2020-10-03T08:19:13.000Z | 2021-06-24T05:47:39.000Z | ; contributed by adrian
; draws a circle
mov 0, r1
yloop:
mov 0, r0
xloop:
sub r0, 16, r2
sub r1, 16, r3
imul r2, r2, rc, r4
imul r3, r3, rc, r5
add r4, r5, r4
cf.
ifl r4, 100 sf.
iff. out '#'
ifnf. out '.'
ifeq r0, 32
mov exitxloop, rf
add r0, 1, r0
mov xloop, rf
exitxloop:
... | 12.242424 | 23 | 0.571782 |
78b422cb8dd907301d4d6fbaba1dcb0970bcefb7 | 1,241 | asm | Assembly | programs/oeis/001/A001823.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/001/A001823.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/001/A001823.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A001823: Central factorial numbers: column 2 in triangle A008956.
; 0,9,259,1974,8778,28743,77077,179452,375972,725781,1312311,2249170,3686670,5818995,8892009,13211704,19153288,27170913,37808043,51708462,69627922,92446431,121181181,157000116,201236140,255401965,321205599,400566474,495632214,608796043,742714833,900327... | 95.461538 | 1,087 | 0.874295 |
b3963ae8974c3503093636f086ea13b4384a4e99 | 332 | asm | Assembly | oeis/021/A021915.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/021/A021915.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/021/A021915.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A021915: Decimal expansion of 1/911.
; Submitted by Jamie Morken(s2)
; 0,0,1,0,9,7,6,9,4,8,4,0,8,3,4,2,4,8,0,7,9,0,3,4,0,2,8,5,4,0,0,6,5,8,6,1,6,9,0,4,5,0,0,5,4,8,8,4,7,4,2,0,4,1,7,1,2,4,0,3,9,5,1,7,0,1,4,2,7,0,0,3,2,9,3,0,8,4,5,2,2,5,0,2,7,4,4,2,3,7,1,0,2,0,8,5,6,2,0
add $0,1
mov $1,10
pow $1,$0
div $1,911
mod $1,1... | 30.181818 | 199 | 0.560241 |
97837a740cac8473076546d048848f57b6013c36 | 441 | asm | Assembly | oeis/098/A098152.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/098/A098152.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/098/A098152.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A098152: a(n) = a(n-1)^2 + n, with a(0)=0.
; Submitted by Christian Krause
; 0,1,3,12,148,21909,480004287,230404115538378376,53086056457022411804685755744397384,2818129390158170901506703075470572449397357853477615482257305306043465,79418532596732642323826884720574597647720148037704144322059167712452849907440029200486... | 36.75 | 296 | 0.823129 |
0fc1fd192b28b502aaf82a88beaf1ff0f81e25c7 | 628 | asm | Assembly | programs/oeis/001/A001720.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/001/A001720.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/001/A001720.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A001720: a(n) = n!/24.
; 1,5,30,210,1680,15120,151200,1663200,19958400,259459200,3632428800,54486432000,871782912000,14820309504000,266765571072000,5068545850368000,101370917007360000,2128789257154560000,46833363657400320000,1077167364120207360000,25852016738884976640000,646300418472124416000000,168038108802752348160... | 52.333333 | 529 | 0.872611 |
f3579f410b19afa152a6afaee57f26738fa4750f | 307 | asm | Assembly | programs/oeis/155/A155610.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/155/A155610.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/155/A155610.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A155610: 5^n - 3^n + 1.
; 1,3,17,99,545,2883,14897,75939,384065,1933443,9706577,48650979,243609185,1219108803,6098732657,30503229219,152544843905,762810312963,3814309845137,19072324066659,95363944856225,476826697849923
mov $1,5
pow $1,$0
mov $2,3
pow $2,$0
sub $1,$2
div $1,2
mul $1,2
add $1,1
mov $0,$1
| 23.615385 | 194 | 0.742671 |
2f06a45c644d994c1fa24d85c26aa3608829fad3 | 6,511 | asm | Assembly | src/fx/plasma.asm | bitshifters/teletextr | 1bbf9ae4ca8a9c9601be3fe3fff2ed151814e615 | [
"MIT"
] | 8 | 2016-12-26T19:33:13.000Z | 2021-02-19T21:01:07.000Z | src/fx/plasma.asm | bitshifters/teletextr | 1bbf9ae4ca8a9c9601be3fe3fff2ed151814e615 | [
"MIT"
] | 9 | 2016-11-25T00:58:44.000Z | 2017-06-26T15:22:10.000Z | src/fx/plasma.asm | bitshifters/teletextr | 1bbf9ae4ca8a9c9601be3fe3fff2ed151814e615 | [
"MIT"
] | null | null | null |
.start_fx_plasma
; cheezy plasma demo
; achieves single-colour-character "pixels" by abusing hold graphics
; doesn't seem to work in jsbeeb for some reason
IF 1
SCREEN_W = 40
SCREEN_H = 25
ELSE
; puts mode7 into 32x32 screen mode with 2/3 height pixels (producting square characters effectively)
; decided to leave th... | 19.494012 | 1,187 | 0.685148 |
b2f8558d2dbc7ad69dd85bd753d5f774054b856b | 4,836 | asm | Assembly | Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xca.log_21829_1529.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xca.log_21829_1529.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xca.log_21829_1529.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r13
push %rax
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_D_ht+0xe9b7, %rsi
lea addresses_D_ht+0xdeef, %rdi
nop
nop
nop
nop
inc %rax
mov $124, %rcx
rep movsq
nop
nop
nop
nop
nop
xor %r13, %r13
lea addresses_D_ht+0x11def, %rdx
nop
nop
nop
nop
nop
inc... | 47.411765 | 2,999 | 0.66129 |
f8426415c3a8ffa6be18a23dc1d4b65d01f23660 | 4,888 | asm | Assembly | nasm assembly/to submit/assignment 2/question_4.asm | AI-Factor-y/NASM-library | 5141901352a47b73e716e27d628bb719f1891092 | [
"Apache-2.0"
] | null | null | null | nasm assembly/to submit/assignment 2/question_4.asm | AI-Factor-y/NASM-library | 5141901352a47b73e716e27d628bb719f1891092 | [
"Apache-2.0"
] | null | null | null | nasm assembly/to submit/assignment 2/question_4.asm | AI-Factor-y/NASM-library | 5141901352a47b73e716e27d628bb719f1891092 | [
"Apache-2.0"
] | null | null | null | section .data
msg1 : db 'debug here --',10
l1 : equ $-msg1
msg2 : db 'highest occuring :'
l2 : equ $-msg2
msg3 : db 'lowest occuring :'
l3 : equ $-msg3
msg4 : db 'enter number of elements : '
l4: equ $-msg4
msg5 : db 'enter the elements : ',10
l5: equ $-msg5
debug :db '----- debugger -----',10
debu... | 13.428571 | 98 | 0.650982 |
a2700fc42364010199834690b922c3cd418201ca | 614 | asm | Assembly | klc3-manual/examples/zjui_ece220_fa18/mp3/examples/klc3-out-tingkai/test2/test2-extra.asm | liuzikai/klc3 | 0c7c1504158f1cce3e6bff32f69b4cb3067cffff | [
"NCSA"
] | null | null | null | klc3-manual/examples/zjui_ece220_fa18/mp3/examples/klc3-out-tingkai/test2/test2-extra.asm | liuzikai/klc3 | 0c7c1504158f1cce3e6bff32f69b4cb3067cffff | [
"NCSA"
] | null | null | null | klc3-manual/examples/zjui_ece220_fa18/mp3/examples/klc3-out-tingkai/test2/test2-extra.asm | liuzikai/klc3 | 0c7c1504158f1cce3e6bff32f69b4cb3067cffff | [
"NCSA"
] | null | null | null | ; Test case generated by KLC3
; Extra event input of the test case.
; Note that this file may contains additional things after the end of extra list.
; lease carefully identify the end of the extra list.
.ORIG x6000
.FILL x600A ; EXTRA1_NAME_PTR
.FILL x0010 ; EXTRA1_WEEKDAY_BV
.FILL x0002 ; EXTRA1_SLOT_BV
.FILL x... | 17.055556 | 81 | 0.758958 |
21c1a34e4c0eee801326b5f18c776966b4fa72f6 | 673 | asm | Assembly | programs/oeis/216/A216243.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/216/A216243.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/216/A216243.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A216243: Partial sums of the squares of Lucas numbers (A000032).
; 4,5,14,30,79,200,524,1365,3574,9350,24479,64080,167764,439205,1149854,3010350,7881199,20633240,54018524,141422325,370248454,969323030,2537720639,6643838880,17393796004,45537549125,119218851374,312119004990,817138163599,2139295485800
mov $2,$0
add $2,... | 18.189189 | 234 | 0.61367 |
bdcecd6c1a9dd79d9744dcbd53201de82dfbbe20 | 299 | asm | Assembly | programs/oeis/062/A062153.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/062/A062153.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/062/A062153.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A062153: a(n) = floor(log_3(n)).
; 0,0,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4
add $0,1
lpb $0
div $0,3
add $1,1
lpe
sub $1,1
mov $0,$1
| 27.181818 | 201 | 0.508361 |
0a7724947a0f4a6f1d37027bca4800f6d7474ce5 | 532 | asm | Assembly | 002-assembly/common-print-arr.asm | dingjingmaster/learn-kernel | befb4ef7ff56145d268e79fe1d18a5c11433c11a | [
"MIT"
] | null | null | null | 002-assembly/common-print-arr.asm | dingjingmaster/learn-kernel | befb4ef7ff56145d268e79fe1d18a5c11433c11a | [
"MIT"
] | null | null | null | 002-assembly/common-print-arr.asm | dingjingmaster/learn-kernel | befb4ef7ff56145d268e79fe1d18a5c11433c11a | [
"MIT"
] | null | null | null | .data
arr: .int 3, 2, 1, 4, 5, 6
arr_len: .int 6
.extern print_arr_int
.text
.global _start
_start:
pushq %rbp
movq %rsp, %rbp
# 参数需要压栈
subq $16, %rsp
movl %edi, -4(%rbp)
movq %rsi, -16(%rbp)
# 参数传递顺序: RID RSI RDX RCX R8 R9 XMM0-7
movl arr_len(%rip), %eax
movl %eax... | 16.121212 | 62 | 0.537594 |
65250ddf052a0a1838ee3be254fc7caa6fb4398f | 10,453 | asm | Assembly | kernel/nano_core/src/boot/arch_x86_64/boot.asm | jianding17/Theseus | 4a124f4aedd5449e067b677c88ac3b71bce7b123 | [
"MIT"
] | null | null | null | kernel/nano_core/src/boot/arch_x86_64/boot.asm | jianding17/Theseus | 4a124f4aedd5449e067b677c88ac3b71bce7b123 | [
"MIT"
] | null | null | null | kernel/nano_core/src/boot/arch_x86_64/boot.asm | jianding17/Theseus | 4a124f4aedd5449e067b677c88ac3b71bce7b123 | [
"MIT"
] | null | null | null | ; Copyright 2016 Phillip Oppermann, Calvin Lee and JJ Garzella.
; See the README.md file at the top-level directory of this
; distribution.
;
; Licensed under the MIT license <LICENSE or
; http://opensource.org/licenses/MIT>, at your option.
; This file may not be copied, modified, or distributed
; except according to ... | 25.683047 | 101 | 0.704678 |
dd0f9e5aebd6d733c28684d44ab49dade896f5f7 | 535 | asm | Assembly | programs/oeis/111/A111285.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/111/A111285.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/111/A111285.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A111285: Number of permutations avoiding the patterns {2431, 3421, 4231, 4321, 24513, 42513, 34512, 43512}; number of strong sorting class based on 2431.
; 1,2,6,20,66,216,706,2308,7546,24672,80666,263740,862306,2819336,9217906,30138228,98537866,322172592,1053353226,3443970860,11260168946,36815469656,120369313506,393... | 44.583333 | 297 | 0.786916 |
adf9c5749bf9cedd7693d616f70925e4c1d3cdd7 | 20,880 | asm | Assembly | dev/emm386/util.asm | minblock/msdos | 479ffd237d9bb7cc83cb06361db2c4ef42dfbac0 | [
"Apache-2.0"
] | null | null | null | dev/emm386/util.asm | minblock/msdos | 479ffd237d9bb7cc83cb06361db2c4ef42dfbac0 | [
"Apache-2.0"
] | null | null | null | dev/emm386/util.asm | minblock/msdos | 479ffd237d9bb7cc83cb06361db2c4ef42dfbac0 | [
"Apache-2.0"
] | null | null | null | .386p
;******************************************************************************
title UTIL - general CEMM utilities
;******************************************************************************
;
; (C) Copyright MICROSOFT Corp. 1986-1991
; (C) Copyright COMPAQ Computer Corp. 1986-1991
;
; Title: EMM38... | 22.5 | 80 | 0.570498 |
a6e3ad0fe532c734526914da3ed91b44dc3db7ae | 4,055 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_1565.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_1565.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_1565.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r13
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0x7b56, %rsi
lea addresses_WC_ht+0x17cbf, %rdi
xor $40427, %r13
mov $98, %rcx
rep movsl
nop
dec %rax
pop %rsi
pop %rdi
pop %rcx
pop %rax
pop %r13
ret
.global s_faulty_load
s_faulty_load:
push %r12
pus... | 66.47541 | 2,999 | 0.663625 |
c51880a4e4b4ae2b7213400475f129c7696f6cea | 856 | asm | Assembly | src/intel/tools/tests/gen6/dp3.asm | SoftReaper/Mesa-Renoir-deb | 8d1de1f66058d62b41fe55d36522efea2bdf996d | [
"MIT"
] | null | null | null | src/intel/tools/tests/gen6/dp3.asm | SoftReaper/Mesa-Renoir-deb | 8d1de1f66058d62b41fe55d36522efea2bdf996d | [
"MIT"
] | null | null | null | src/intel/tools/tests/gen6/dp3.asm | SoftReaper/Mesa-Renoir-deb | 8d1de1f66058d62b41fe55d36522efea2bdf996d | [
"MIT"
] | null | null | null | dp3(8) m4<1>.xF g3<0>.xyzzF g6<4>.xyzzF { align16 NoDDClr 1Q };
dp3(8) m4<1>.yF g3.4<0>.xyzzF g6<4>.xyzzF { align16 NoDDClr,NoDDChk 1Q };
dp3(8) g70<1>F g67<4>.xyzzF g67<4>.xyzzF { align16 1Q };
dp3(8) m4<1>.xF g4<4>.xyzzF g5<4>.xy... | 77.818182 | 95 | 0.483645 |
ceaf464544c3e4e0e3228ec869b23a6763f9d934 | 357 | asm | Assembly | programs/oeis/212/A212974.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/212/A212974.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/212/A212974.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A212974: Number of (w,x,y) with all terms in {0,...,n} and w>floor((x+y)/3)).
; 0,4,15,37,75,132,212,320,459,633,847,1104,1408,1764,2175,2645,3179,3780,4452,5200,6027,6937,7935,9024,10208,11492,12879,14373,15979,17700,19540,21504,23595,25817,28175,30672,33312,36100,39039,42133
add $0,1
mov $1,2
mul $1,$0
bin $1,2
mu... | 29.75 | 199 | 0.686275 |
8ec5676790ec6ffc90f0250df3595c1c96efaf61 | 11,912 | asm | Assembly | x64/iat_hook.asm | EgeBalci/Hook_API | ecf9e2ad368ca753bd313a142dd2b3a9efc48a81 | [
"MIT"
] | 55 | 2018-10-19T15:58:58.000Z | 2022-02-01T12:38:02.000Z | x64/iat_hook.asm | invokethreatguy/Hook_API | ecf9e2ad368ca753bd313a142dd2b3a9efc48a81 | [
"MIT"
] | null | null | null | x64/iat_hook.asm | invokethreatguy/Hook_API | ecf9e2ad368ca753bd313a142dd2b3a9efc48a81 | [
"MIT"
] | 8 | 2020-09-29T04:23:50.000Z | 2021-09-25T08:52:27.000Z | ;-----------------------------------------------------------------------------;
; Author: Ege Balcı (ege.balci[at]invictuseurope[dot]com)
; Compatible: Windows 7, 2003
; Architecture: x64
; Size: 454 bytes
;-----------------------------------------------------------------------------;
[BITS 64]
; Windows x64 calling ... | 53.178571 | 139 | 0.638432 |
39d89bcc083b0a594709cd1b6dff388981d1274b | 4,071 | asm | Assembly | src/asm/x86_64/trampoline.asm | bill-zxy/redox-kernel | ad6035c7de5ccc1cb4c7cc99b3fe4b3751c6a8de | [
"MIT"
] | 684 | 2016-08-13T22:18:35.000Z | 2022-03-05T10:29:18.000Z | src/asm/x86_64/trampoline.asm | bill-zxy/redox-kernel | ad6035c7de5ccc1cb4c7cc99b3fe4b3751c6a8de | [
"MIT"
] | 76 | 2016-09-08T20:27:45.000Z | 2018-05-29T19:16:45.000Z | src/asm/x86_64/trampoline.asm | bill-zxy/redox-kernel | ad6035c7de5ccc1cb4c7cc99b3fe4b3751c6a8de | [
"MIT"
] | 124 | 2016-08-25T16:00:37.000Z | 2022-03-16T18:12:03.000Z | ; trampoline for bringing up APs
; compiled with nasm by build.rs, and included in src/acpi/madt.rs
ORG 0x8000
SECTION .text
USE16
trampoline:
jmp short startup_ap
times 8 - ($ - trampoline) nop
.ready: dq 0
.cpu_id: dq 0
.page_table: dq 0
.stack_start: dq 0
.stack_end: dq 0
.code: dq ... | 23.262857 | 138 | 0.562515 |
6bc2463d2e2e29daf16c5e06f0d0d461be43398d | 5,428 | asm | Assembly | Transynther/x86/_processed/NONE/_zr_/i7-8650U_0xd2_notsx.log_2496_157.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_zr_/i7-8650U_0xd2_notsx.log_2496_157.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_zr_/i7-8650U_0xd2_notsx.log_2496_157.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r13
push %r14
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0x1871e, %r10
nop
nop
nop
nop
nop
and $39859, %rsi
mov $0x6162636465666768, %rbp
movq %rbp, (%r10)
nop
nop
nop
nop
nop
add $43408, %r14
lea addresses_WC_ht+0x7dce, %r13
xor %rdi, %r... | 39.333333 | 2,999 | 0.65899 |
cb829be5d9487a59ade656c34c3f47a494608f56 | 756 | asm | Assembly | oeis/241/A241684.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/241/A241684.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/241/A241684.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A241684: The total number of rectangles appearing in the Thue-Morse sequence logical matrices after n stages.
; Submitted by Jamie Morken(s1.)
; 0,0,4,8,32,120,464,1848,7312,29240,116624,466488,1864592,7458360,29827984,119311928,477225872,1908903480,7635526544,30542106168,122168075152,488672300600,1954687804304,78187... | 44.470588 | 495 | 0.832011 |
376a1b7575586d85192cc3908dee7d171a087dea | 3,721 | asm | Assembly | Driver/Printer/DotMatrix/Eprx9/eprx9Manager.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 504 | 2018-11-18T03:35:53.000Z | 2022-03-29T01:02:51.000Z | Driver/Printer/DotMatrix/Eprx9/eprx9Manager.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 96 | 2018-11-19T21:06:50.000Z | 2022-03-06T10:26:48.000Z | Driver/Printer/DotMatrix/Eprx9/eprx9Manager.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 73 | 2018-11-19T20:46:53.000Z | 2022-03-29T00:59:26.000Z | COMMENT }%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) Berkeley Softworks 1990 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: Epson 9-pin printer driver
FILE: epson9Manager.asm
AUTHOR: Jim DeFrisco, 26 Feb 1990
REVISION HISTORY:
Name Date Description
---- ---... | 35.103774 | 80 | 0.53319 |
689fadd4382a05a3aa02985449714bae5dfc5638 | 79 | asm | Assembly | www/example_programs/example2.asm | AntoonBeres/wasm-register-processor | 5f55477033fd53b03a1d27b219a4569880ceca71 | [
"Apache-2.0",
"MIT"
] | 1 | 2021-11-11T21:38:35.000Z | 2021-11-11T21:38:35.000Z | www/example_programs/example2.asm | AntoonBeres/wasm-register-processor | 5f55477033fd53b03a1d27b219a4569880ceca71 | [
"Apache-2.0",
"MIT"
] | null | null | null | www/example_programs/example2.asm | AntoonBeres/wasm-register-processor | 5f55477033fd53b03a1d27b219a4569880ceca71 | [
"Apache-2.0",
"MIT"
] | null | null | null | ADI,D1,8
ADI,D2,4
ADD,D1,D2 // this is a comment
ADD,D5,D1
SUB,D1,D2
MUL,D5,D1
| 11.285714 | 30 | 0.683544 |
0ac9e9b2beb4e4941f92c4735d918e75c315332f | 165 | asm | Assembly | libsrc/graphics/generic_console/getmaxy6.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/graphics/generic_console/getmaxy6.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/graphics/generic_console/getmaxy6.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
SECTION code_clib
PUBLIC getmaxy
PUBLIC _getmaxy
EXTERN __console_h
getmaxy:
_getmaxy:
ld a,(__console_h)
ld l,a
add a
add l
dec a
ld l,a
ld h,0
ret
| 8.684211 | 19 | 0.70303 |
0990b6c983b82fc06e8c97074a5100d686ab5747 | 300 | asm | Assembly | oeis/021/A021746.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/021/A021746.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/021/A021746.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A021746: Decimal expansion of 1/742.
; 0,0,1,3,4,7,7,0,8,8,9,4,8,7,8,7,0,6,1,9,9,4,6,0,9,1,6,4,4,2,0,4,8,5,1,7,5,2,0,2,1,5,6,3,3,4,2,3,1,8,0,5,9,2,9,9,1,9,1,3,7,4,6,6,3,0,7,2,7,7,6,2,8,0,3,2,3,4,5,0,1,3,4,7,7,0,8,8,9,4,8,7,8,7,0,6,1,9,9
add $0,1
mov $2,10
pow $2,$0
mov $0,$2
div $0,742
mod $0,10
| 30 | 199 | 0.54 |
a9934e4832ad06d239efc78ad75ed564866cd7df | 563 | asm | Assembly | oeis/196/A196525.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/196/A196525.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/196/A196525.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A196525: Decimal expansion of log(1+sqrt(2))/sqrt(2).
; Submitted by Jon Maiga
; 6,2,3,2,2,5,2,4,0,1,4,0,2,3,0,5,1,3,3,9,4,0,2,0,0,8,0,2,5,0,5,6,8,0,0,2,6,5,0,6,9,5,3,1,2,3,4,6,5,6,7,2,5,2,8,9,8,7,1,4,7,7,6,0,9,6,1,7,0,0,0,4,5,4,7,0,1,4,1,8,0,4,6,7,6,6,9,0,7,3,2,3,5,6,2,6,6,2,8,0
mov $1,1
mov $2,1
mov $3,$0
mul $3,4... | 17.59375 | 201 | 0.520426 |
f366742bc74c1e46095a421a43a0842e5807ec31 | 762 | asm | Assembly | oeis/293/A293362.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/293/A293362.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/293/A293362.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A293362: Greatest integer k such that k/2^n < log 2.
; Submitted by Jon Maiga
; 0,1,2,5,11,22,44,88,177,354,709,1419,2839,5678,11356,22713,45426,90852,181704,363408,726817,1453634,2907269,5814539,11629079,23258159,46516319,93032639,186065279,372130558,744261117,1488522235,2977044471,5954088943,11908177887,23816355774... | 31.75 | 487 | 0.76378 |
2ae48c6c99ebce2010dc939c20461c95371ab6b0 | 34,087 | asm | Assembly | Library/ConView/SendControl/sendcontrolControl.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 504 | 2018-11-18T03:35:53.000Z | 2022-03-29T01:02:51.000Z | Library/ConView/SendControl/sendcontrolControl.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 96 | 2018-11-19T21:06:50.000Z | 2022-03-06T10:26:48.000Z | Library/ConView/SendControl/sendcontrolControl.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 73 | 2018-11-19T20:46:53.000Z | 2022-03-29T00:59:26.000Z | COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) Geoworks 1994 -- All Rights Reserved
PROJECT: Condo viewer
MODULE: send controller
FILE: sendcontrolControl.asm
AUTHOR: Tom Lester, Aug 23, 1994
METHODS:
Name Description
---- -----------
MSG_GEN_CONT... | 27.533926 | 80 | 0.64925 |
5f4b4ca96a0e745fefba65f0dc2be542c873acef | 768 | asm | Assembly | src/mouse_isr_gqueue.asm | carlosmccosta/Arkanoid | c6f0521e1e936d6b1e4173dd6cbcbf6bdd5d0f63 | [
"MIT"
] | null | null | null | src/mouse_isr_gqueue.asm | carlosmccosta/Arkanoid | c6f0521e1e936d6b1e4173dd6cbcbf6bdd5d0f63 | [
"MIT"
] | null | null | null | src/mouse_isr_gqueue.asm | carlosmccosta/Arkanoid | c6f0521e1e936d6b1e4173dd6cbcbf6bdd5d0f63 | [
"MIT"
] | null | null | null | CPU 686
BITS 32
%define DATA_REG 0x60
%define EOI 0x20
%define PIC1_CMD 0x20
%define PIC2_CMD 0xA0
global _mouse_isr_gqueue
global _mouse_isr_gqueue_end
extern _mouse_queue
extern _putGQueue
section .data
next_byte dd 1
package db 0, 0, 0
section .text
_mouse_isr_gqueue:
push eax
push ecx
xor eax, eax
in... | 11.815385 | 28 | 0.726563 |
0d321c276a6a6ffc2e815436d55966ff9715d301 | 8,125 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_1292.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_1292.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_1292.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r15
push %r8
push %r9
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0x1e87c, %r8
nop
nop
nop
lfence
mov (%r8), %di
nop
nop
nop
nop
nop
inc %r15
lea addresses_WC_ht+0x38f9, %rax
nop
and %r8, %r8
mov $0x6162636465666768, %rsi
movq %rsi, (%rax)
nop
... | 32.630522 | 2,999 | 0.658708 |
8bb3346bf482c01f55d7bc8afd53c37cdde89b6d | 2,490 | asm | Assembly | rom/blink.asm | nullobject/de0-nano-matrix | 719b290edcfe099d485aa32364b3f9e9017dc85a | [
"MIT"
] | 2 | 2020-05-08T08:02:22.000Z | 2022-03-15T23:08:37.000Z | rom/blink.asm | nullobject/de0-nano-matrix | 719b290edcfe099d485aa32364b3f9e9017dc85a | [
"MIT"
] | null | null | null | rom/blink.asm | nullobject/de0-nano-matrix | 719b290edcfe099d485aa32364b3f9e9017dc85a | [
"MIT"
] | null | null | null | ; __ __ __ __ __ __
; /\ "-.\ \ /\ \/\ \ /\ \ /\ \
; \ \ \-. \ \ \ \_\ \ \ \ \____ \ \ \____
; \ \_\\"\_\ \ \_____\ \ \_____\ \ \_____\
; \/_/ \/_/ \/_____/ \/_____/ \/_____/
; ______ ______ __ ______ ______ ______
; /\ __ \ /\ == \ /\ ... | 28.62069 | 80 | 0.63494 |
719700b0637c4a746430de16054426ce1db3e595 | 579 | asm | Assembly | Computer_Ogranisation_Lab/assignments/MIPS/saveRegStack.asm | avi-dak-hyd/CSE-Sem5 | 486a7191d148bdd24133637b990d0483be2b58fb | [
"MIT"
] | null | null | null | Computer_Ogranisation_Lab/assignments/MIPS/saveRegStack.asm | avi-dak-hyd/CSE-Sem5 | 486a7191d148bdd24133637b990d0483be2b58fb | [
"MIT"
] | null | null | null | Computer_Ogranisation_Lab/assignments/MIPS/saveRegStack.asm | avi-dak-hyd/CSE-Sem5 | 486a7191d148bdd24133637b990d0483be2b58fb | [
"MIT"
] | 1 | 2021-09-13T06:26:07.000Z | 2021-09-13T06:26:07.000Z | .data
newLine: .ascii "\n"
.text
main:
addi $s0, $zero, 10
jal printTheVal
li $v0, 4
la $a0, newLine
syscall
jal increseMyRegister
li $v0, 4
la $a0, newLine
syscall
jal printTheVal
# Exiting the Programme
li $v0, 10
syscall
increseMyRegister:
addi $sp, $sp, -8
... | 10.722222 | 31 | 0.53886 |
f82dfc11fca9661c07749ae1adf7936538fc711d | 1,325 | asm | Assembly | _build/dispatcher/jmp_ippsGFpxMethod_binom2_epid2_9510b76b.asm | zyktrcn/ippcp | b0bbe9bbb750a7cf4af5914dd8e6776a8d544466 | [
"Apache-2.0"
] | 1 | 2021-10-04T10:21:54.000Z | 2021-10-04T10:21:54.000Z | _build/dispatcher/jmp_ippsGFpxMethod_binom2_epid2_9510b76b.asm | zyktrcn/ippcp | b0bbe9bbb750a7cf4af5914dd8e6776a8d544466 | [
"Apache-2.0"
] | null | null | null | _build/dispatcher/jmp_ippsGFpxMethod_binom2_epid2_9510b76b.asm | zyktrcn/ippcp | b0bbe9bbb750a7cf4af5914dd8e6776a8d544466 | [
"Apache-2.0"
] | null | null | null | extern m7_ippsGFpxMethod_binom2_epid2:function
extern n8_ippsGFpxMethod_binom2_epid2:function
extern y8_ippsGFpxMethod_binom2_epid2:function
extern e9_ippsGFpxMethod_binom2_epid2:function
extern l9_ippsGFpxMethod_binom2_epid2:function
extern n0_ippsGFpxMethod_binom2_epid2:function
extern k0_ippsGFpxMethod_binom2_epid2:... | 33.974359 | 135 | 0.833962 |
0688a9a6a604b7d97d94fda52035b065d61f2728 | 2,854 | asm | Assembly | programs/oeis/259/A259108.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/259/A259108.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/259/A259108.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A259108: a(n) = 2 * A000538(n).
; 0,2,34,196,708,1958,4550,9352,17544,30666,50666,79948,121420,178542,255374,356624,487696,654738,864690,1125332,1445332,1834294,2302806,2862488,3526040,4307290,5221242,6284124,7513436,8927998,10547998,12395040,14492192,16864034,19536706,22537956,25897188,29645510,33815782,38442664,435... | 237.833333 | 2,738 | 0.89103 |
702ea47052b28265367bda3948244228cbb0eefd | 1,368 | asm | Assembly | PRG/levels/Under/BigQ8.asm | narfman0/smb3_pp1 | 38a58adafff67a403591e38875e9fae943a5fe76 | [
"Unlicense"
] | null | null | null | PRG/levels/Under/BigQ8.asm | narfman0/smb3_pp1 | 38a58adafff67a403591e38875e9fae943a5fe76 | [
"Unlicense"
] | null | null | null | PRG/levels/Under/BigQ8.asm | narfman0/smb3_pp1 | 38a58adafff67a403591e38875e9fae943a5fe76 | [
"Unlicense"
] | null | null | null | ; Original address was $B65B
; World 8's Big [?] block area
.word $0000 ; Alternate level layout
.word $0000 ; Alternate object layout
.byte LEVEL1_SIZE_08 | LEVEL1_YSTART_170
.byte LEVEL2_BGPAL_07 | LEVEL2_OBJPAL_08 | LEVEL2_XSTART_18
.byte LEVEL3_TILESET_03 | LEVEL3_VSCROLL_FREE
.byte LEVEL4_BGBANK_INDEX(3) | L... | 59.478261 | 85 | 0.527047 |
cb6df755897af2f2791440141ea9ff9690f0c9e2 | 6,747 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_917.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_917.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_917.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r15
push %r8
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0x1e0b0, %rsi
lea addresses_A_ht+0xf170, %rdi
nop
sub %r12, %r12
mov $94, %rcx
rep movsw
nop
nop
add $176, %r10
lea addresses_normal_ht+0x12ab0, %rsi
lea addresses_UC_ht+0x1d2b0, %rdi
nop... | 35.698413 | 2,999 | 0.657626 |
7f6fc3f9433b40104ed292c657b8bb1c8de1022b | 650 | asm | Assembly | oeis/004/A004688.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/004/A004688.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/004/A004688.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A004688: Fibonacci numbers written in base 5.
; 0,1,1,2,3,10,13,23,41,114,210,324,1034,1413,3002,4420,12422,22342,40314,113211,204030,322241,1031321,1404112,2440433,4400100,12341033,22241133,40132221,112423404,203111130,321040034,1024201214,1400241303,2424443022,4330234330,12310232402,22141022232,40001310134,11214233... | 108.333333 | 485 | 0.818462 |
116f4ae04a405a27e2c4612f3265478d8e2b70fc | 8,900 | asm | Assembly | TrabajoIntegrado/Pic_SIMON/PIC_SIMON.asm | nicopassaglia/Simon_digitales | 3b1df2fbc7ba49d69eaabaae9d0cb8217f1ca355 | [
"MIT"
] | null | null | null | TrabajoIntegrado/Pic_SIMON/PIC_SIMON.asm | nicopassaglia/Simon_digitales | 3b1df2fbc7ba49d69eaabaae9d0cb8217f1ca355 | [
"MIT"
] | null | null | null | TrabajoIntegrado/Pic_SIMON/PIC_SIMON.asm | nicopassaglia/Simon_digitales | 3b1df2fbc7ba49d69eaabaae9d0cb8217f1ca355 | [
"MIT"
] | null | null | null | list p=16f887
INCLUDE "p16F887.inc"
__CONFIG _CONFIG1, _LVP_OFF & _FCMEN_ON & _IESO_OFF & _BOR_OFF & _CPD_OFF & _CP_OFF & _MCLRE_OFF & _PWRTE_OFF & _WDT_OFF & _XT_OSC
__CONFIG _CONFIG2, _WRT_OFF & _BOR21V
CBLOCK 0x21
SCORE
Numero_de_valores_de_secuencia
Contador
Contador_Aux
DELAY1
DELAY2
Random
P... | 20.554273 | 133 | 0.722697 |
7d79b40c4c5cb7629f224c4ba588af31b460ee5e | 7,942 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_sm_/i7-7700_9_0xca_notsx.log_21829_232.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_sm_/i7-7700_9_0xca_notsx.log_21829_232.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_sm_/i7-7700_9_0xca_notsx.log_21829_232.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r12
push %r14
push %r8
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x1de20, %r10
nop
and $7891, %r8
mov (%r10), %di
nop
add $55227, %r14
lea addresses_WC_ht+0x1e220, %r11
nop
nop
sub $41415, %r12
mov (%r11), %rbx
nop
nop
nop
nop
nop
... | 31.641434 | 2,999 | 0.652355 |
6025d141f1a700491ba5ae4005fe1216c4165eb8 | 687 | asm | Assembly | oeis/041/A041264.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/041/A041264.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/041/A041264.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A041264: Numerators of continued fraction convergents to sqrt(145).
; Submitted by Jon Maiga
; 12,289,6948,167041,4015932,96549409,2321201748,55805391361,1341650594412,32255419657249,775471722368388,18643576756498561,448221313878333852,10775955109836511009,259071143949954598068,6228483409908746864641,1497426729817598... | 42.9375 | 480 | 0.847162 |
9ecb55dc5fafcb5fdfb174b4696e0f86491f66ee | 199 | asm | Assembly | Old Programmes/8085/Grey to Binary/grey2bin.asm | illuminati-inc-2020/school | f22d640abd5505889bcfa9f7880c90a1b6e79635 | [
"CC0-1.0"
] | null | null | null | Old Programmes/8085/Grey to Binary/grey2bin.asm | illuminati-inc-2020/school | f22d640abd5505889bcfa9f7880c90a1b6e79635 | [
"CC0-1.0"
] | null | null | null | Old Programmes/8085/Grey to Binary/grey2bin.asm | illuminati-inc-2020/school | f22d640abd5505889bcfa9f7880c90a1b6e79635 | [
"CC0-1.0"
] | null | null | null | LDA 00A0H
MOV B,A
RAR ;4 bit right shift
RAR
RAR
RAR
ANI 0FH
XRA B
MOV B,A
RAR ;2 bit right shift
RAR
ANI 3FH
XRA B
MOV B,A
RAR ;1 bit right shift
ANI 7FH
XRA B
STA 00B0H
HLT | 10.473684 | 25 | 0.638191 |
0d90bc465b66ee6ab7b480f09327594f683a22a6 | 8,984 | asm | Assembly | dino.asm | franeklubi/dino | 9afbfc284e2728ba9cb0f3b267ffa2834322c21b | [
"MIT"
] | 85 | 2020-05-07T11:15:08.000Z | 2022-03-17T08:06:10.000Z | dino.asm | franeklubi/dino | 9afbfc284e2728ba9cb0f3b267ffa2834322c21b | [
"MIT"
] | 6 | 2020-05-10T18:22:24.000Z | 2021-08-21T14:21:24.000Z | dino.asm | franeklubi/dino | 9afbfc284e2728ba9cb0f3b267ffa2834322c21b | [
"MIT"
] | 7 | 2020-05-10T23:33:38.000Z | 2022-03-19T11:34:59.000Z | %define VAR_BASE 0xfa00
%define @(name) [bp+(name)-VAR_BASE]
[org 0x7c00]
cpu 8086
use16
_start:
mov ax, 0x0013
int 0x10 ; set video 320x200x256 mode
mov ax, 0xa000 ; 0xa000 video segment
mov es, ax ; setup extended segment
mov bp, VAR_BASE
; init screen
mov al, 0x0f
mov cx, screen_width*screen_height
... | 19.530435 | 77 | 0.70748 |
a9c65621755d637493a7c95e426dd88e074878ac | 347 | asm | Assembly | libsrc/gfx/common/pen_down.asm | ahjelm/z88dk | c4de367f39a76b41f6390ceeab77737e148178fa | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/gfx/common/pen_down.asm | C-Chads/z88dk | a4141a8e51205c6414b4ae3263b633c4265778e6 | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/gfx/common/pen_down.asm | C-Chads/z88dk | a4141a8e51205c6414b4ae3263b633c4265778e6 | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z | ;
; Turtle graphics library
; Stefano - 11/2017
;
; $Id: pen_down.asm $
;
SECTION code_graphics
PUBLIC pen_down
PUBLIC _pen_down
.pen_down
._pen_down
ld hl,__pen
ld a,128
or (hl)
ld (hl),a
ret
SECTION bss_graphics
PUBLIC __pen
__pen: defb 0 ; ... | 12.851852 | 48 | 0.576369 |
53f3d4f2d6dfe3bdcbbe9e8b3b7d7e993cb5379f | 4,887 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca.log_21829_389.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca.log_21829_389.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca.log_21829_389.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %r15
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_normal_ht+0x567f, %rsi
lea addresses_normal_ht+0x1660f, %rdi
nop
sub %rdx, %rdx
mov $68, %rcx
rep movsb
nop
inc %rbp
lea addresses_A_ht+0x190f, %rdx
add %r15, %r15
movb (%rdx), %r11... | 45.672897 | 2,999 | 0.662983 |
660702d49b25919089cbadf4628c530fa7e7ee22 | 609 | asm | Assembly | programs/oeis/007/A007095.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/007/A007095.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/007/A007095.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A007095: Numbers in base 9.
; Coded manually 2021-05-07 by Simon Strandgaard, https://github.com/neoneye
; 0,1,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,20,21,22,23,24,25,26,27,28,30,31,32,33,34,35,36,37,38,40,41,42,43,44,45,46,47,48,50,51,52,53,54,55,56,57,58,60,61,62,63,64,65,66,67,68,70,71,72,73,74,75,76,77,78,80,8... | 40.6 | 223 | 0.669951 |
1beeedb6f6ffb81d1cbcbe3e6e3428b21621991a | 326 | asm | Assembly | libsrc/ctype/asm_isxdigit.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/ctype/asm_isxdigit.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/ctype/asm_isxdigit.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | ; asm_isxdigit
PUBLIC asm_isxdigit
; determine whether ascii char is a hexadecimal digit
; enter : a = char
; exit : carry = not a hex digit
; uses : f
.asm_isxdigit
cp '0'
ret c
cp '9'+1
ccf
ret nc
cp 'A'
ret c
cp 'F'+1
ccf
ret nc
cp 'a'
ret c
cp 'f'+1
ccf
... | 10.516129 | 53 | 0.542945 |
96a6506993e7205a6522d00711bbb251f53e056a | 4,990 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_st_un_4k_sm_/i7-8650U_0xd2.log_66_1154.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_st_un_4k_sm_/i7-8650U_0xd2.log_66_1154.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_st_un_4k_sm_/i7-8650U_0xd2.log_66_1154.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r13
push %r15
push %r9
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0xe945, %rbx
cmp %r10, %r10
movups (%rbx), %xmm0
vpextrq $0, %xmm0, %r15
nop
nop
nop
nop
xor %r15, %r15
lea addresses_A_ht+0x15d45, %rcx
nop
nop
nop
nop
nop
add %rbp,... | 20.202429 | 197 | 0.644689 |
0430023325808856233262c9c9a64695cf6e67ed | 914 | asm | Assembly | programs/oeis/194/A194115.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/194/A194115.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/194/A194115.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A194115: Sum{floor(j*sqrt(12) : 1<=j<=n}; n-th partial sum of Beatty sequence for sqrt(12).
; 3,9,19,32,49,69,93,120,151,185,223,264,309,357,408,463,521,583,648,717,789,865,944,1027,1113,1203,1296,1392,1492,1595,1702,1812,1926,2043,2164,2288,2416,2547,2682,2820,2962,3107,3255,3407,3562,3721
mov $18,$0
mov $20,$0
add... | 18.28 | 199 | 0.513129 |
7ee2ea1fc624bdfbf1f2e37b4657349af16a1867 | 365 | asm | Assembly | programs/oeis/100/A100230.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/100/A100230.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/100/A100230.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A100230: Main diagonal of triangle A100229.
; 1,2,10,35,118,392,1297,4286,14158,46763,154450,510116,1684801,5564522,18378370,60699635,200477278,662131472,2186871697,7222746566,23855111398,78788080763,260219353690,859446141836,2838557779201
mov $1,3
lpb $0
sub $0,1
add $3,$1
add $1,$3
sub $1,2
mov $2,$3
a... | 22.8125 | 195 | 0.717808 |
ee34238270485ba9406ed9d86c91ecf9672fe941 | 667 | asm | Assembly | oeis/053/A053123.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/053/A053123.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/053/A053123.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A053123: Triangle of coefficients of shifted Chebyshev's S(n,x-2)= U(n,x/2-1) polynomials (exponents of x in decreasing order).
; Submitted by Jon Maiga
; 1,1,-2,1,-4,3,1,-6,10,-4,1,-8,21,-20,5,1,-10,36,-56,35,-6,1,-12,55,-120,126,-56,7,1,-14,78,-220,330,-252,84,-8,1,-16,105,-364,715,-792,462,-120,9,1,-18,136,-560,13... | 44.466667 | 414 | 0.644678 |
23d9583cb5031d99fd167a517c01d4d72fa4eea1 | 271 | asm | Assembly | Working Disassembly/General/Sprites/Animals/Map - Animals 3.asm | TeamASM-Blur/Sonic-3-Blue-Balls-Edition | 7e8a2c5df02271615ff4cae529521e6b1560d6b1 | [
"Apache-2.0"
] | 5 | 2021-07-09T08:17:56.000Z | 2022-02-27T19:57:47.000Z | Working Disassembly/General/Sprites/Animals/Map - Animals 3.asm | TeamASM-Blur/Sonic-3-Blue-Balls-Edition | 7e8a2c5df02271615ff4cae529521e6b1560d6b1 | [
"Apache-2.0"
] | null | null | null | Working Disassembly/General/Sprites/Animals/Map - Animals 3.asm | TeamASM-Blur/Sonic-3-Blue-Balls-Edition | 7e8a2c5df02271615ff4cae529521e6b1560d6b1 | [
"Apache-2.0"
] | null | null | null | Map_2CEF6: dc.w word_2CF04-Map_2CEF6
dc.w word_2CF0C-Map_2CEF6
dc.w word_2CEFC-Map_2CEF6
word_2CEFC: dc.w 1
dc.b $F4, 6, 0, 0, $FF, $F8
word_2CF04: dc.w 1
dc.b $F8, 9, 0, 6, $FF, $F4
word_2CF0C: dc.w 1
dc.b $F8, 9, 0, $C, $FF, $F4
| 27.1 | 37 | 0.564576 |
4f701b2973ce44d87a6d6ef6eddd5b2c8726b190 | 699 | asm | Assembly | ASM/src/boot.asm | deralex/Better-OoT | e8ed08ddd81f4921b6d1dd35cdad31e2ad9a3b7d | [
"MIT"
] | 289 | 2018-04-22T15:57:39.000Z | 2022-02-24T02:25:22.000Z | ASM/src/boot.asm | deralex/Better-OoT | e8ed08ddd81f4921b6d1dd35cdad31e2ad9a3b7d | [
"MIT"
] | 197 | 2018-04-29T19:31:28.000Z | 2022-01-23T09:11:43.000Z | ASM/src/boot.asm | deralex/Better-OoT | e8ed08ddd81f4921b6d1dd35cdad31e2ad9a3b7d | [
"MIT"
] | 161 | 2018-03-29T20:53:51.000Z | 2022-03-28T02:28:11.000Z | ; Update CRC
.org 0x10
.word 0x9345AE5B, 0x97DB4131
; Add dmatable entries for new code
.org 0xD260
.word 0x03480000, 0x03485000, 0x03480000, 0
.word 0x034B3000, 0x034BE000, 0x034B3000, 0
; Load new code from ROM
; Replaces:
; lui v0, 0x8012
; addiu v0, v0, 0xD2A0
; sw ra, 0x001C (sp)
; ... | 21.84375 | 47 | 0.58226 |
4fb076fefcf52c81ff22f166755627315739964e | 712 | asm | Assembly | programs/oeis/070/A070414.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/070/A070414.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/070/A070414.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A070414: a(n) = 7^n mod 30.
; 1,7,19,13,1,7,19,13,1,7,19,13,1,7,19,13,1,7,19,13,1,7,19,13,1,7,19,13,1,7,19,13,1,7,19,13,1,7,19,13,1,7,19,13,1,7,19,13,1,7,19,13,1,7,19,13,1,7,19,13,1,7,19,13,1,7,19,13,1,7,19,13,1,7,19,13,1,7,19,13,1,7,19,13,1,7,19,13,1,7,19,13,1,7,19,13,1,7,19,13,1,7,19,13,1,7,19,13,1,7,19,13,1,7,19,1... | 71.2 | 625 | 0.589888 |
862fd2a090a378548169b8be8e32f0b9f3fd1bd4 | 1,717 | asm | Assembly | libsrc/sdcard/osca/sd_read_sector_main.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/sdcard/osca/sd_read_sector_main.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/sdcard/osca/sd_read_sector_main.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z | ;
; Old School Computer Architecture - SD Card driver
; Taken from the OSCA Bootcode by Phil Ruston 2011
; Port by Stefano Bodrato, 2012
;
; set HL to ptr to buffer location, sd card addres must be requested already.
;
; $Id: sd_read_sector_main.asm,v 1.4 2015-01-19 01:33:07 pauloscustodio Exp $
;
PUBLIC sd_read_sect... | 27.253968 | 100 | 0.525335 |
cb66be58c0bf14c98cede5b1c0985ba197b5cbbf | 3,445 | asm | Assembly | decrunch/dzx7_turbo.asm | lgblgblgb/rasm | 75d4ea80db43831f7b283579a21eba033de97dbb | [
"MIT"
] | null | null | null | decrunch/dzx7_turbo.asm | lgblgblgb/rasm | 75d4ea80db43831f7b283579a21eba033de97dbb | [
"MIT"
] | null | null | null | decrunch/dzx7_turbo.asm | lgblgblgb/rasm | 75d4ea80db43831f7b283579a21eba033de97dbb | [
"MIT"
] | 1 | 2021-05-29T22:15:30.000Z | 2021-05-29T22:15:30.000Z | ; -----------------------------------------------------------------------------
; ZX7 decoder by Einar Saukas & Urusergi
; "Turbo" version (88 bytes, 25% faster)
; -----------------------------------------------------------------------------
; Parameters:
; HL: source address (compressed data)
; DE: destinati... | 42.530864 | 98 | 0.423803 |
778e42c593c7296f7da1e1aa15584329a18a46cd | 1,407 | asm | Assembly | game/data/characters/characters-common-logic.asm | benoitryder/super-tilt-bro | 8d5035f54e906a401d0808c2e104d32fa1fadd7f | [
"WTFPL"
] | 2 | 2020-09-29T16:43:35.000Z | 2021-08-24T16:41:22.000Z | game/data/characters/characters-common-logic.asm | pompshuffle/super-tilt-bro | d0f836290223085d7794c445c696e1c644c674d2 | [
"WTFPL"
] | null | null | null | game/data/characters/characters-common-logic.asm | pompshuffle/super-tilt-bro | d0f836290223085d7794c445c696e1c644c674d2 | [
"WTFPL"
] | null | null | null | ; Start a new animation for the player
; X - Player number
; tmpfield13 - Animation's data vector (low byte)
; tmpfield14 - Animation's data vector (high byte)
; Overwrites register A, register Y, tmpfield11, tmpfield12, tmpfield13, tmpfield14 and tmpfield16
; Outputs - tmpfield11+tmpfield12 is a vector to the playe... | 32.72093 | 194 | 0.763326 |
cb3d5816816879d2a99a7eb44228d7c4756940eb | 291 | asm | Assembly | programs/oeis/171/A171463.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/171/A171463.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/171/A171463.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A171463: The natural numbers excluding 2 and 3.
; 1,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74
pow $1,$0
add $0,3
gcd $1,$0
| 41.571429 | 210 | 0.652921 |
024a4331d6722fd5fc89d6405e85185111c01627 | 301 | asm | Assembly | programs/oeis/280/A280237.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/280/A280237.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/280/A280237.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A280237: Period length 8 sequence [0, 1, 0, 1, -1, 1, 0, 1, ...].
; 0,1,0,1,-1,1,0,1,0,1,0,1,-1,1,0,1,0,1,0,1,-1,1,0,1,0,1,0,1,-1,1,0,1,0,1,0,1,-1,1,0,1,0,1,0,1,-1,1,0,1,0,1,0,1,-1,1,0,1,0,1,0,1,-1,1,0,1,0,1,0,1,-1,1,0,1,0,1,0,1,-1,1,0,1,0,1,0,1
gcd $0,8
lpb $0
mod $0,3
sub $0,2
lpe
mov $1,$0
| 30.1 | 179 | 0.488372 |
78170fd7e5add33293a562ba30b4453d19b72643 | 196 | asm | Assembly | libsrc/_DEVELOPMENT/adt/w_array/c/sdcc_iy/w_array_back.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/adt/w_array/c/sdcc_iy/w_array_back.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/adt/w_array/c/sdcc_iy/w_array_back.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null |
; void *w_array_back(w_array_t *a)
SECTION code_adt_w_array
PUBLIC _w_array_back
EXTERN asm_w_array_back
_w_array_back:
pop af
pop hl
push hl
push af
jp asm_w_array_back
| 10.315789 | 34 | 0.729592 |
bc625c537ccf8ac1526644016856afa81ab7d875 | 13,752 | asm | Assembly | _incObj/sub PlaySound.asm | kodishmediacenter/msu-md-sonic | 3aa7c5e8add9660df2cd0eceaa214e7d59f2415c | [
"CC0-1.0"
] | 9 | 2021-01-15T13:47:53.000Z | 2022-01-17T15:33:55.000Z | _incObj/sub PlaySound.asm | kodishmediacenter/msu-md-sonic | 3aa7c5e8add9660df2cd0eceaa214e7d59f2415c | [
"CC0-1.0"
] | 7 | 2021-01-14T02:18:48.000Z | 2021-03-24T15:44:30.000Z | _incObj/sub PlaySound.asm | kodishmediacenter/msu-md-sonic | 3aa7c5e8add9660df2cd0eceaa214e7d59f2415c | [
"CC0-1.0"
] | 2 | 2021-01-14T13:14:26.000Z | 2021-01-29T17:46:04.000Z | ; ---------------------------------------------------------------------------
; Subroutine to play a music track
; input:
; d0 = track to play
; ---------------------------------------------------------------------------
; ||||||||||||||| S U B R O U T I N E |||||||||||||||||||||||||||||||||||||||
PlaySound:
;mov... | 34.466165 | 79 | 0.480366 |
6125a9d19f35ada328b916328829219ff3cf9d20 | 4,037 | asm | Assembly | util/gut/fexnm.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | util/gut/fexnm.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | util/gut/fexnm.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | * Execute code from a file with name v0.02 Apr 1988 J.R.Oakley QJUMP
* Jun 1988 Tony Tebby QJUMP
*
* 2005-25-10 0.01 Added home directory thing compatibility (MK)
* 2005-11-15 0.02 Fixed race condition (MK)
*
section gen_util
*
include 'dev8_keys_err'
include 'dev8_keys_hdr'
include 'dev8_keys_... | 22.9375 | 75 | 0.681694 |
2df8d817bcd6dc921fd9097f0e9d5c2e066ce327 | 726 | asm | Assembly | oeis/273/A273321.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/273/A273321.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/273/A273321.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A273321: Wiener index of graph of b.c.c. unit cells in a line = Sum of distances in a b.c.c. row graph.
; Submitted by Jamie Morken(s1)
; 64,206,488,960,1672,2674,4016,5748,7920,10582,13784,17576,22008,27130,32992,39644,47136,55518,64840,75152,86504,98946,112528,127300,143312,160614,179256,199288,220760,243722,268224... | 51.857143 | 501 | 0.786501 |
11a0b3e675f0e0059a717ff95ffea642dcb1720f | 2,424 | asm | Assembly | maps/Route10Pokecenter1F.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 28 | 2019-11-08T07:19:00.000Z | 2021-12-20T10:17:54.000Z | maps/Route10Pokecenter1F.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 13 | 2020-01-11T17:00:40.000Z | 2021-09-14T01:27:38.000Z | maps/Route10Pokecenter1F.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 22 | 2020-05-28T17:31:38.000Z | 2022-03-07T20:49:35.000Z | object_const_def ; object_event constants
const ROUTE10POKECENTER1F_NURSE
const ROUTE10POKECENTER1F_GENTLEMAN
const ROUTE10POKECENTER1F_GYM_GUY
const ROUTE10POKECENTER1F_COOLTRAINER_F
Route10Pokecenter1F_MapScripts:
db 0 ; scene scripts
db 0 ; callbacks
Route10Pokecenter1FNurseScript:
jumpstd pokecenternurse... | 24.734694 | 159 | 0.792079 |
8b8133edb562128e5c7b376fc9b5ab24c28a26fd | 518 | asm | Assembly | src/fix_mission_restart_difficulty_bug.asm | mvdhout1992/ts-patches | a426970abeb6993eea6703d1a756fd74489ffed2 | [
"MIT"
] | 33 | 2016-07-30T14:17:28.000Z | 2021-12-19T15:45:19.000Z | src/fix_mission_restart_difficulty_bug.asm | A-Productions/ts-patches | 326db731f7226d9e803feab475777c730688634e | [
"MIT"
] | 73 | 2018-08-17T00:25:19.000Z | 2021-05-10T08:31:15.000Z | src/fix_mission_restart_difficulty_bug.asm | A-Productions/ts-patches | 326db731f7226d9e803feab475777c730688634e | [
"MIT"
] | 18 | 2017-05-16T11:28:06.000Z | 2022-03-20T20:41:03.000Z | %include "macros/patch.inc"
; Fix for difficulty getting reset on singleplayer mission restart
; Author: Rampastring
; When the user restarted the first mission of a campaign (or a single
; non-campaign mission) through Options -> Abort Mission -> Restart,
; their difficulty level got reseted to Normal from whatever... | 37 | 75 | 0.777992 |
d85d9fbedaa2d517b2a813a7e21b18d0752f1565 | 6,822 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_sm_/i9-9900K_12_0xca_notsx.log_21829_1164.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_sm_/i9-9900K_12_0xca_notsx.log_21829_1164.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_sm_/i9-9900K_12_0xca_notsx.log_21829_1164.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r14
push %r8
push %rax
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x27c6, %rcx
clflush (%rcx)
nop
nop
nop
nop
sub %rax, %rax
mov (%rcx), %rsi
nop
nop
nop
nop
add $12566, %r12
lea addresses_normal_ht+0x5972, %r14
nop
nop
cmp $18030, %rbp
movw ... | 33.772277 | 2,999 | 0.656259 |
a9d8cafacf3247a655f175a7a44722562fe254a6 | 391 | asm | Assembly | programs/oeis/019/A019485.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/019/A019485.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/019/A019485.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A019485: a(n) = 2*a(n-1) + 2*a(n-2) - 3*a(n-3).
; 2,5,12,28,65,150,346,797,1836,4228,9737,22422,51634,118901,273804,630508,1451921,3343446,7699210,17729549,40827180,94015828,216497369,498544854,1148036962,2643671525,6087782412,14018796988
add $0,2
seq $0,162740 ; Number of reduced words of length n in Coxeter group ... | 55.857143 | 190 | 0.731458 |
2e3da8e216e2acd2173bed54f31e59736afc7431 | 6,003 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca.log_21829_1097.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca.log_21829_1097.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca.log_21829_1097.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r15
push %r8
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_UC_ht+0x1544a, %rbp
nop
nop
xor %rcx, %rcx
mov $0x6162636465666768, %r15
movq %r15, (%rbp)
nop
nop
cmp %rdx, %rdx
lea addresses_normal_ht+0x62de, %rdi
clflush (%rdi)
nop
and $29658, ... | 40.836735 | 2,999 | 0.659337 |
1276924f7cc05348f9de00733c2ed85e1a80cd82 | 324 | asm | Assembly | maps/unused/EarlsPokemonAcademy.asm | zavytar/pokecolorless | 5fa4930f9f90acaff7ae62367e3d9feae0404464 | [
"blessing"
] | null | null | null | maps/unused/EarlsPokemonAcademy.asm | zavytar/pokecolorless | 5fa4930f9f90acaff7ae62367e3d9feae0404464 | [
"blessing"
] | null | null | null | maps/unused/EarlsPokemonAcademy.asm | zavytar/pokecolorless | 5fa4930f9f90acaff7ae62367e3d9feae0404464 | [
"blessing"
] | null | null | null | object_const_def ; object_event constants
EarlsPokemonAcademy_MapScripts:
db 0 ; scene scripts
db 0 ; callbacks
EarlsPokemonAcademy_MapEvents:
db 0, 0 ; filler
db 2 ; warp events
warp_event 3, 15, VIOLET_CITY, 3
warp_event 4, 15, VIOLET_CITY, 3
db 0 ; coord events
db 0 ; bg events
db 0 ; object eve... | 14.727273 | 42 | 0.728395 |
80f3e951f886b02d4c0c50f23f7cd149b396dddf | 1,122 | asm | Assembly | programs/oeis/266/A266797.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/266/A266797.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/266/A266797.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A266797: a(n) = (6^n + 4^n + 3*2^n)/8.
; 2,8,38,200,1112,6368,37088,218240,1292672,7689728,45874688,274196480,1640978432,9829081088,58907353088,353175633920,2117979963392,12703584616448,76204327436288,457157244354560,2742668586647552,16454912005111808,98725073977868288,592332851668582400,3553926741242150912,213232789... | 51 | 907 | 0.85918 |
0de28acb35c46748d4721c1c810dbe4b849b25b2 | 577 | asm | Assembly | pwnlib/shellcraft/templates/arm/push.asm | DrKeineLust/pwntools | 415f11bba7096b7d68fe144f5b3432b9c12a4f0a | [
"MIT"
] | 8,966 | 2015-01-02T11:58:14.000Z | 2022-03-31T21:19:56.000Z | pwnlib/shellcraft/templates/arm/push.asm | DrKeineLust/pwntools | 415f11bba7096b7d68fe144f5b3432b9c12a4f0a | [
"MIT"
] | 1,401 | 2015-01-01T00:56:22.000Z | 2022-03-31T16:19:53.000Z | pwnlib/shellcraft/templates/arm/push.asm | DrKeineLust/pwntools | 415f11bba7096b7d68fe144f5b3432b9c12a4f0a | [
"MIT"
] | 1,844 | 2015-01-07T04:38:06.000Z | 2022-03-30T03:54:46.000Z | <% from pwnlib import constants %>
<% from pwnlib.util import lists, packing, fiddling %>
<% from pwnlib.shellcraft.arm import mov %>
<%page args="word, register='r12'"/>
<%docstring>
Pushes a 32-bit integer onto the stack. Uses r12 as a temporary register.
r12 is defined as the inter-procedural scartch register ($ip... | 28.85 | 74 | 0.684575 |
0b3dec02e48fe8b03eba1b4dfab3da8460fd48b5 | 373 | asm | Assembly | libsrc/_DEVELOPMENT/adt/ba_priority_queue/c/sccz80/ba_priority_queue_clear.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/adt/ba_priority_queue/c/sccz80/ba_priority_queue_clear.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/adt/ba_priority_queue/c/sccz80/ba_priority_queue_clear.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
; void ba_priority_queue_clear(ba_priority_queue_t *q)
SECTION code_clib
SECTION code_adt_ba_priority_queue
PUBLIC ba_priority_queue_clear
EXTERN asm_ba_priority_queue_clear
defc ba_priority_queue_clear = asm_ba_priority_queue_clear
; SDCC bridge for Classic
IF __CLASSIC
PUBLIC _ba_priority_queue_clear
defc _ba_p... | 19.631579 | 58 | 0.882038 |
ca351a1c442752f9c1c050211e531e183332caf6 | 7,317 | asm | Assembly | vp8/encoder/arm/neon/fastfdct8x4_neon.asm | CM-Archive/android_external_libvpx | 76e0247ec867fcc232fc79f21e9bf85d3c3a5a3f | [
"BSD-3-Clause"
] | null | null | null | vp8/encoder/arm/neon/fastfdct8x4_neon.asm | CM-Archive/android_external_libvpx | 76e0247ec867fcc232fc79f21e9bf85d3c3a5a3f | [
"BSD-3-Clause"
] | null | null | null | vp8/encoder/arm/neon/fastfdct8x4_neon.asm | CM-Archive/android_external_libvpx | 76e0247ec867fcc232fc79f21e9bf85d3c3a5a3f | [
"BSD-3-Clause"
] | null | null | null | ;
; Copyright (c) 2010 The WebM project authors. All Rights Reserved.
;
; Use of this source code is governed by a BSD-style license
; that can be found in the LICENSE file in the root of the source
; tree. An additional intellectual property rights grant can be found
; in the file PATENTS. All contributing proje... | 40.425414 | 116 | 0.494465 |
0f21b4510dcdfbadacb89cdca1ffb98f46544657 | 848 | asm | Assembly | src/switch_to_pm.asm | 9176324/WriteYourOwnOS | dd5856302f73e8b5de19c20ce18e04aa7a970d7b | [
"MIT"
] | 17 | 2015-05-29T08:59:30.000Z | 2020-09-22T11:19:15.000Z | src/switch_to_pm.asm | geekskool/WriteYourOwnOS | dd5856302f73e8b5de19c20ce18e04aa7a970d7b | [
"MIT"
] | null | null | null | src/switch_to_pm.asm | geekskool/WriteYourOwnOS | dd5856302f73e8b5de19c20ce18e04aa7a970d7b | [
"MIT"
] | 5 | 2016-05-29T19:17:20.000Z | 2019-11-13T09:58:19.000Z | [bits 16]
switch_to_pm:
cli ; We must switch off interrupts until we have
; set -up the protected mode interrupt vector
; otherwise interrupts will run riot.
lgdt [gdt_descriptor]
mov eax, cr0 ; see we are using 32 register (eax) here in 16 bit, we can do that
or eax, 0x1 ; set the first bit of CR0, a co... | 28.266667 | 97 | 0.674528 |
7ca60575e332b115e1f8a64fd244a82c3794d6a3 | 1,120 | asm | Assembly | AlgorithmsFromTheBook/encryption.asm | MateoParrado/AlgorithmsFromTheBook | 7062cfea0822070970c1ab373a34fb56b1f54a2b | [
"MIT"
] | null | null | null | AlgorithmsFromTheBook/encryption.asm | MateoParrado/AlgorithmsFromTheBook | 7062cfea0822070970c1ab373a34fb56b1f54a2b | [
"MIT"
] | null | null | null | AlgorithmsFromTheBook/encryption.asm | MateoParrado/AlgorithmsFromTheBook | 7062cfea0822070970c1ab373a34fb56b1f54a2b | [
"MIT"
] | 1 | 2020-06-08T22:02:25.000Z | 2020-06-08T22:02:25.000Z | PUBLIC asm_rot_encrypt
.386
.model flat, c
.data
key BYTE -2, 4, 1, 0, 3, 5, 2, 4, 4, 6
.code
;--------------------------------------------------------
asm_rot_encrypt PROC
;
; Encrypts a null terminated string of any length
; by rotating every charachter in it according to the
; key above.
;
; Receives:
; pointe... | 15.135135 | 80 | 0.617857 |
b433874f28ded1fcec6253787d72033826f3bca6 | 6,972 | asm | Assembly | vpx_dsp/x86/fwd_txfm_ssse3_x86_64.asm | clear39/avcode-libvpx | f4653c1efc0a8d758195572de34ae05271453d93 | [
"BSD-3-Clause"
] | 582 | 2017-02-14T02:02:17.000Z | 2022-03-17T09:22:41.000Z | vpx_dsp/x86/fwd_txfm_ssse3_x86_64.asm | clear39/avcode-libvpx | f4653c1efc0a8d758195572de34ae05271453d93 | [
"BSD-3-Clause"
] | 5 | 2017-02-26T19:48:30.000Z | 2019-10-06T16:23:38.000Z | vpx_dsp/x86/fwd_txfm_ssse3_x86_64.asm | clear39/avcode-libvpx | f4653c1efc0a8d758195572de34ae05271453d93 | [
"BSD-3-Clause"
] | 21 | 2017-02-14T02:39:27.000Z | 2021-08-11T23:44:12.000Z | ;
; Copyright (c) 2015 The WebM project authors. All Rights Reserved.
;
; Use of this source code is governed by a BSD-style license
; that can be found in the LICENSE file in the root of the source
; tree. An additional intellectual property rights grant can be found
; in the file PATENTS. All contributing proje... | 19.259669 | 70 | 0.603557 |
428f8e8fce5f6939711678a4d9f186caae9a336a | 743 | asm | Assembly | Rectangle/Rectangle.asm | officialhory/uni_masm | 086d539dbb2aeee2036a1d9bb1a24008f9f77b69 | [
"MIT"
] | null | null | null | Rectangle/Rectangle.asm | officialhory/uni_masm | 086d539dbb2aeee2036a1d9bb1a24008f9f77b69 | [
"MIT"
] | null | null | null | Rectangle/Rectangle.asm | officialhory/uni_masm | 086d539dbb2aeee2036a1d9bb1a24008f9f77b69 | [
"MIT"
] | null | null | null |
Code Segment
assume CS:Code, DS:Data, SS:Stack
Start:
MOV AX, Code
MOV DS, AX
mov ax,3
int 10h
MOV DH, 0 ; SOR
MOV DL, 8 ; OSZLOP
XOR BX, BX
MOV AH, 02
MOV CX, 10 ; CIKLUS VÁLTOZÓ
; INT 10h ; KURZOR POZÍCIÓ
; INT 21h ; KARAKTER KIÍRÁS DL-BŐL
MOV BL, 10
MOV BH, 0
top:
PUSH DX
INT 10h
MOV DL, "... | 9.525641 | 35 | 0.636608 |
7c2b85463f6f796b0cb2959c9fdae7d23ec7326c | 918 | asm | Assembly | programs/oeis/223/A223577.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/223/A223577.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/223/A223577.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A223577: Positive integers n for which there is exactly one negative integer m such that -n = floor(cot(pi/(2m))).
; 1,2,3,5,8,10,12,15,17,19,22,24,26,29,31,33,35,38,40,42,45,47,49,52,54,56,59,61,63,66,68,70,73,75,77,80,82,84,87,89,91,94,96,98,101,103,105,108,110,112,115,117,119,122,124,126,129,131,133,136,138
mov $... | 18 | 196 | 0.497821 |
7cd2b23c64d7d9e1570b942379f0392da3aa03c6 | 325 | asm | Assembly | oeis/021/A021975.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/021/A021975.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/021/A021975.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A021975: Decimal expansion of 1/971.
; Submitted by Jon Maiga
; 0,0,1,0,2,9,8,6,6,1,1,7,4,0,4,7,3,7,3,8,4,1,4,0,0,6,1,7,9,1,9,6,7,0,4,4,2,8,4,2,4,3,0,4,8,4,0,3,7,0,7,5,1,8,0,2,2,6,5,7,0,5,4,5,8,2,9,0,4,2,2,2,4,5,1,0,8,1,3,5,9,4,2,3,2,7,4,9,7,4,2,5,3,3,4,7,0,6,4
add $0,1
mov $1,10
pow $1,$0
div $1,971
mov $0,$1
mod $... | 29.545455 | 199 | 0.556923 |
a9e9675c4d7ce67be371a7d430c27e0d7f8c928a | 726 | asm | Assembly | oeis/013/A013170.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/013/A013170.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/013/A013170.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A013170: Expansion of e.g.f.: exp(arctanh(x)+arcsin(x)).
; Submitted by Christian Krause
; 1,2,4,11,40,185,1030,6785,51160,438425,4176250,44098925,507867100,6375156125,86130937750,1253044612625,19429666282000,321457635604625,5626346310003250,104323833636303125,2034312191276462500,41784590833455153125,8982792846862853... | 40.333333 | 499 | 0.816804 |
8b918aa8a984cb599ea116bb0e7e3cebaffd0181 | 814 | asm | Assembly | programs/oeis/099/A099270.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/099/A099270.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/099/A099270.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A099270: Unsigned member r=-12 of the family of Chebyshev sequences S_r(n) defined in A092184.
; 0,1,12,169,2352,32761,456300,6355441,88519872,1232922769,17172398892,239180661721,3331356865200,46399815451081,646266059449932,9001325016847969,125372284176421632,1746210653453054881,24321576864166346700,33875586544487579... | 90.444444 | 617 | 0.861179 |
83daead9e9b28884fb1a5ccc36db51ed10dadca3 | 4,216 | asm | Assembly | 06/part2.asm | SupernaviX/AdventOfCode2020 | 061e0508f124b9b49a0acee6411c00b91d1bfcc2 | [
"MIT"
] | 2 | 2020-12-02T04:06:36.000Z | 2022-03-19T22:37:42.000Z | 06/part2.asm | SupernaviX/AdventOfCode2020 | 061e0508f124b9b49a0acee6411c00b91d1bfcc2 | [
"MIT"
] | null | null | null | 06/part2.asm | SupernaviX/AdventOfCode2020 | 061e0508f124b9b49a0acee6411c00b91d1bfcc2 | [
"MIT"
] | null | null | null | ; file descriptors
%define STDIN 0
%define STDOUT 1
; syscalls
%define SYS_READ 0
%define SYS_WRITE 1
%define SYS_MMAP 9
%define SYS_MUNMAP 11
%define SYS_EXIT 60
; dedicating a register to the buffer
%define buffer r15
%define max_buffer_len 5000h
%define LETTER_START 97
%define LETTER_END 122
sect... | 18.990991 | 100 | 0.671015 |
a96da6d0b02dc2a260a2651d0dfbc0932f168f19 | 119 | asm | Assembly | src/asm/hazardo.asm | ivanvig/MIPS | be825ce89a11f6aecf9aacf10b9b615628815c03 | [
"MIT"
] | 1 | 2021-01-21T22:38:50.000Z | 2021-01-21T22:38:50.000Z | src/asm/hazardo.asm | ivanvig/MIPS | be825ce89a11f6aecf9aacf10b9b615628815c03 | [
"MIT"
] | null | null | null | src/asm/hazardo.asm | ivanvig/MIPS | be825ce89a11f6aecf9aacf10b9b615628815c03 | [
"MIT"
] | null | null | null | OR $t3, $0, $0
ORI $t2, $0, 14
SW $t2, 0($t3)
LW $t0, 0($t3)
ADDU $t1, $t0, $t2
OR $0, $0, $0
| 17 | 21 | 0.361345 |
9bc7564d174ffc31b559ebd35d7932327a0b40c3 | 8,227 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_st_4k_sm_/i9-9900K_12_0xca_notsx.log_21829_1880.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_st_4k_sm_/i9-9900K_12_0xca_notsx.log_21829_1880.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_st_4k_sm_/i9-9900K_12_0xca_notsx.log_21829_1880.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r12
push %r8
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_normal_ht+0xac44, %r10
nop
and %r8, %r8
movl $0x61626364, (%r10)
nop
nop
cmp $35153, %r11
lea addresses_normal_ht+0xd8a0, %rsi
nop
add %rbx, %rbx
vmovups (%rsi), %ymm4
vext... | 33.040161 | 2,999 | 0.653215 |
c74f22f45fee0a7433a6762b332c1e740f2cb34f | 346 | asm | Assembly | programs/oeis/090/A090988.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/090/A090988.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/090/A090988.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A090988: a(n) = 2^A004736(n).
; 2,4,2,8,4,2,16,8,4,2,32,16,8,4,2,64,32,16,8,4,2,128,64,32,16,8,4,2,256,128,64,32,16,8,4,2,512,256,128,64,32,16,8,4,2,1024,512,256,128,64,32,16,8,4,2,2048,1024,512,256,128,64,32,16,8,4,2,4096,2048,1024,512,256
cal $0,25676 ; Exponent of 8 (value of i) in n-th number of form 8^i*9^j.
mo... | 43.25 | 210 | 0.635838 |
11a9fcc5ce807efbc6982bd27efcce8577c68e68 | 465 | asm | Assembly | programs/oeis/092/A092517.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/092/A092517.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/092/A092517.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A092517: Product of tau-values for consecutive integers.
; 2,4,6,6,8,8,8,12,12,8,12,12,8,16,20,10,12,12,12,24,16,8,16,24,12,16,24,12,16,16,12,24,16,16,36,18,8,16,32,16,16,16,12,36,24,8,20,30,18,24,24,12,16,32,32,32,16,8,24,24,8,24,42,28,32,16,12,24,32,16,24,24,8,24,36,24,32,16,20,50,20,8,24,48,16,16,32,16,24,48,24,24... | 51.666667 | 285 | 0.653763 |
ba4505fbdb6f57d8bcec4f43c167a74e826ce1b3 | 12,424 | asm | Assembly | firmware/glyphs/glyphs1.asm | ddomurad/avrVideoCard | 7722eb594e7ce289b65d97793411e8a3b33482a0 | [
"MIT"
] | null | null | null | firmware/glyphs/glyphs1.asm | ddomurad/avrVideoCard | 7722eb594e7ce289b65d97793411e8a3b33482a0 | [
"MIT"
] | null | null | null | firmware/glyphs/glyphs1.asm | ddomurad/avrVideoCard | 7722eb594e7ce289b65d97793411e8a3b33482a0 | [
"MIT"
] | null | null | null | .org 0x1000
glyphs:
.db 0x0, 0x3c, 0x3c, 0x0, 0x10, 0x38, 0x10, 0x0, 0xff, 0x0
.db 0xff, 0x0, 0x1c, 0x1c, 0x3e, 0x92, 0xc0, 0x3, 0x18, 0x28
.db 0x3e, 0x1c, 0x0, 0x18, 0x18, 0x18, 0x0, 0x0, 0x0, 0x0
.db 0x18, 0xff, 0x0, 0x10, 0x24, 0x24, 0x10, 0x0, 0x10, 0x8
.db 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2, 0x38, 0x30
.db 0x3... | 55.217778 | 62 | 0.650918 |
541dc0fa3a58377f313d398f0dc9dd5df32ea3cb | 620 | asm | Assembly | oeis/224/A224330.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/224/A224330.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/224/A224330.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A224330: Number of idempotent n X n 0..5 matrices of rank n-1.
; 1,22,213,1724,12955,93306,653177,4478968,30233079,201553910,1330255861,8707129332,56596340723,365699432434,2350924922865,15045919506416,95917736853487,609359740010478,3859278353399789,24374389600419820,153558654482644971,965225828176625642,6054598376744... | 51.666667 | 479 | 0.858065 |
fded5b379926a4384924d62090316cbade5f11ec | 42,725 | asm | Assembly | lib/avx512/aes_docsis_dec_avx512.asm | dalekzhangdong/intel-ipsec-mb | 33323ac995f273cd6a66d0a5df2210331baabb06 | [
"BSD-3-Clause"
] | 1 | 2021-03-15T09:26:31.000Z | 2021-03-15T09:26:31.000Z | lib/avx512/aes_docsis_dec_avx512.asm | dalekzhangdong/intel-ipsec-mb | 33323ac995f273cd6a66d0a5df2210331baabb06 | [
"BSD-3-Clause"
] | null | null | null | lib/avx512/aes_docsis_dec_avx512.asm | dalekzhangdong/intel-ipsec-mb | 33323ac995f273cd6a66d0a5df2210331baabb06 | [
"BSD-3-Clause"
] | null | null | null | ;;
;; Copyright (c) 2019-2020, Intel Corporation
;;
;; Redistribution and use in source and binary forms, with or without
;; modification, are permitted provided that the following conditions are met:
;;
;; * Redistributions of source code must retain the above copyright notice,
;; this list of conditions and... | 39.487061 | 108 | 0.526717 |
60f1d4ae3f03ad3a485bf97dac2c3cab4e158dd1 | 305 | asm | Assembly | programs/oeis/084/A084311.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/084/A084311.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/084/A084311.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A084311: a(n) = gcd(prime(n)-1,n-1).
; 1,1,2,3,2,1,2,1,2,1,10,1,4,1,2,1,2,1,6,1,4,3,2,1,24,25,2,1,4,1,6,1,8,3,2,5,12,1,2,1,2,1,2,1,4,9,2,1,2,1,2,17,4,1,2,1,4,3,2,1,6,1,2,1,8,1,66,1,2,3,2,1,6,1,2,1,4,11,2,1,2,3,2,1,6,17,2,3,4,1,2,1,2,1,2,1,4,1,2,9
mov $1,$0
seq $1,6093 ; a(n) = prime(n) - 1.
gcd $0,$1
| 43.571429 | 209 | 0.511475 |
409036f7fa8d04d97392dec47f4471b0fe136891 | 665 | asm | Assembly | A01.asm | Sahilsinggh/MPL | 4ad326354a5c4d08093f16d9d9753bc05634bcd0 | [
"MIT"
] | null | null | null | A01.asm | Sahilsinggh/MPL | 4ad326354a5c4d08093f16d9d9753bc05634bcd0 | [
"MIT"
] | null | null | null | A01.asm | Sahilsinggh/MPL | 4ad326354a5c4d08093f16d9d9753bc05634bcd0 | [
"MIT"
] | null | null | null | %include "macro.asm"
%include "TextConversion.asm"
section .data
msg: db "positive count: "
lenMsg: equ $-msg
msg2: db "negative count: "
lenMsg2: equ $-msg2
arr : db 10,15,-5,43,46,-7
n : equ 6
section .bss
inAscii : resb 16
outAscii: resb 16
section .text
global _start
_start:
mov rsi,arr
mov rcx,6
... | 11.083333 | 29 | 0.655639 |
93d5ccbc6c37dbe3daed178daed5c26c64cda4ee | 267 | asm | Assembly | libsrc/_DEVELOPMENT/stdio/c/sdcc_iy/getline_unlocked_callee.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/stdio/c/sdcc_iy/getline_unlocked_callee.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/stdio/c/sdcc_iy/getline_unlocked_callee.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null |
; size_t getline_unlocked_callee(char **lineptr, size_t *n, FILE *stream)
SECTION code_stdio
PUBLIC _getline_unlocked_callee
EXTERN asm_getline_unlocked
_getline_unlocked_callee:
pop af
pop hl
pop de
pop ix
push af
jp asm_getline_unlocked
| 14.052632 | 73 | 0.756554 |
beb45ea6ea0760b8ade3888812dd3847f6ddd89e | 1,285 | asm | Assembly | Appl/GeoDex/Impex/impexManager.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 504 | 2018-11-18T03:35:53.000Z | 2022-03-29T01:02:51.000Z | Appl/GeoDex/Impex/impexManager.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 96 | 2018-11-19T21:06:50.000Z | 2022-03-06T10:26:48.000Z | Appl/GeoDex/Impex/impexManager.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 73 | 2018-11-19T20:46:53.000Z | 2022-03-29T00:59:26.000Z | COMMENT @----------------------------------------------------------------------
Copyright (c) GeoWorks 1992 -- All Rights Reserved
PROJECT: GeoDex
MODULE: Impex
FILE: impexManager.asm
REVISION HISTORY:
Name Date Description
---- ---- -----------
ted 3/3/92 Initial version
DESCRIPTION:
This f... | 27.340426 | 80 | 0.355642 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.