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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
8b49fe73de8150ad708d694153a2e2e3eab36969 | 474 | asm | Assembly | programs/oeis/161/A161560.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/161/A161560.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/161/A161560.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A161560: a(n) = floor(A000069(n)/2-1/2).
; 0,0,1,3,3,5,6,6,7,9,10,10,12,12,13,15,15,17,18,18,20,20,21,23,24,24,25,27,27,29,30,30,31,33,34,34,36,36,37,39,40,40,41,43,43,45,46,46,48,48,49,51,51,53,54,54,55,57,58,58,60,60,61,63,63,65,66,66,68,68,69,71,72
mov $1,$0
seq $1,10060 ; Thue-Morse sequence: let A_k denote the ... | 52.666667 | 210 | 0.647679 |
eabaa4a02cce8deb211a5045227cb9d071d4dd18 | 397 | asm | Assembly | src/bootlaoder/bootloader.asm | sansoune/MyOs | 8aea2f847bc07d6daead84be0e51394f5c4acbcd | [
"MIT"
] | null | null | null | src/bootlaoder/bootloader.asm | sansoune/MyOs | 8aea2f847bc07d6daead84be0e51394f5c4acbcd | [
"MIT"
] | null | null | null | src/bootlaoder/bootloader.asm | sansoune/MyOs | 8aea2f847bc07d6daead84be0e51394f5c4acbcd | [
"MIT"
] | null | null | null | [bits 16]
[org 0x7c00]
boot:
mov ah, 0x02
mov al, 0x01
mov ch, 0x00
mov cl, 0x02
mov dh, 0x00
mov dl, 0x80
mov bx, 0x1000
mov es, bx
int 0x13
jc disk_error
mov ah, 0x0e
mov al, '$'
mov bh, 0
int 0x10
jmp 0x1000:0x00
disk_error:
mov ah, 0x0e
mov al, '... | 13.233333 | 27 | 0.526448 |
100294eece79a0a0c817d0fc11e106ff6e91ce6e | 2,092 | asm | Assembly | programs/oeis/016/A016964.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/016/A016964.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/016/A016964.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A016964: a(n) = (6*n + 4)^8.
; 65536,100000000,4294967296,54875873536,377801998336,1785793904896,6553600000000,20047612231936,53459728531456,128063081718016,281474976710656,576480100000000,1113034787454976,2044140858654976,3596345248055296,6095689385410816,10000000000000000,15938480745308416,24759631762948096,3758859... | 298.857143 | 2,032 | 0.936424 |
2e30ef64e2c18943b95250a93018eb9d345c7572 | 7,014 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_812.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_812.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_812.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+0x2d7e, %rsi
lea addresses_A_ht+0x978c, %rdi
nop
nop
nop
nop
sub $28468, %r14
mov $52, %rcx
rep movsb
and $60368, %rax
lea addresses_WC_ht+0xb23e, %rsi
lea addresses_UC_ht+0x19... | 37.508021 | 2,999 | 0.657685 |
4c2231664f4b49e9cc568cf2b93b490829dc76d4 | 444 | asm | Assembly | oeis/002/A002677.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/002/A002677.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/002/A002677.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A002677: Denominators of coefficients for central differences M_{3}'^(2*n+1).
; Submitted by Jon Maiga
; 1,4,40,12096,604800,760320,217945728000,697426329600,16937496576000,30964207376793600,187333454629601280000,111407096483020800000,1814811575069725360128000000,10162944820390462016716800000
add $0,1
mul $0,2
mov $... | 22.2 | 190 | 0.734234 |
4fb915b7c42d6118d68430b5ff191dc7a41ccc71 | 2,101 | asm | Assembly | programs/oeis/130/A130884.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/130/A130884.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/130/A130884.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A130884: 3n^3 + 2n^2 + n + 1.
; 1,7,35,103,229,431,727,1135,1673,2359,3211,4247,5485,6943,8639,10591,12817,15335,18163,21319,24821,28687,32935,37583,42649,48151,54107,60535,67453,74879,82831,91327,100385,110023,120259,131111,142597,154735,167543,181039,195241,210167,225835,242263,259469,277471,296287,315935,336433,35... | 150.071429 | 1,972 | 0.850071 |
0d628391f12f0b38371fbc7a02d32dbe14e9f6be | 9,728 | asm | Assembly | PIC/Test.asm | MohammedRashad/DataLogger-Visualizer | 13653f4b02cb07598928df58c3d694485cc69f15 | [
"MIT"
] | 5 | 2018-04-02T00:29:04.000Z | 2021-05-24T05:48:09.000Z | PIC/Test.asm | MohammedRashad/DataLogger-Visualizer | 13653f4b02cb07598928df58c3d694485cc69f15 | [
"MIT"
] | null | null | null | PIC/Test.asm | MohammedRashad/DataLogger-Visualizer | 13653f4b02cb07598928df58c3d694485cc69f15 | [
"MIT"
] | null | null | null |
_StartSignal:
;Test.c,19 :: void StartSignal() {
;Test.c,20 :: TRISD.F2 = 0; //Configure RD2 as output
BCF TRISD+0, 2
;Test.c,21 :: PORTD.F2 = 0; //RD2 sends 0 to the sensor
BCF PORTD+0, 2
;Test.c,22 :: delay_ms(18);
MOVLW 71
MOVWF R12+0
MOVLW 31
MOVWF R13+0... | 23.960591 | 75 | 0.549137 |
00e12f9627ff78255bcf96050f7555f74d28eac9 | 337 | asm | Assembly | programs/oeis/206/A206399.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/206/A206399.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/206/A206399.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A206399: a(0) = 1; for n>0, a(n) = 41*n^2 + 2.
; 1,43,166,371,658,1027,1478,2011,2626,3323,4102,4963,5906,6931,8038,9227,10498,11851,13286,14803,16402,18083,19846,21691,23618,25627,27718,29891,32146,34483,36902,39403,41986,44651,47398,50227,53138,56131,59206,62363
pow $1,$0
gcd $1,2
mov $3,$0
mul $3,$0
mov $2,$3
mul... | 30.636364 | 217 | 0.694362 |
b4080aa0e1cc1592262e00f1b24d7dd5b0f8d577 | 734 | asm | Assembly | oeis/290/A290909.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/290/A290909.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/290/A290909.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A290909: p-INVERT of the positive integers, where p(S) = 1 - 5*S^2.
; Submitted by Christian Krause
; 0,5,20,75,300,1200,4780,19045,75900,302475,1205400,4803680,19143320,76288725,304020900,1211564475,4828248580,19241224720,76678887300,305575754325,1217760780300,4852941691355,19339630115120,77071046136000,307138560414... | 38.631579 | 484 | 0.79564 |
32573965bed7251ef04196ca8ed8c2dc2bc77aeb | 5,971 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_zr_/i7-8650U_0xd2.log_21482_536.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_zr_/i7-8650U_0xd2.log_21482_536.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_zr_/i7-8650U_0xd2.log_21482_536.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 %r9
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0x39e4, %r10
nop
nop
nop
nop
nop
sub $40678, %r14
movups (%r10), %xmm6
vpextrq $1, %xmm6, %r12
nop
nop
nop
nop
nop
sub %r8, %r8
lea addresses_normal_ht+0x139... | 38.031847 | 2,999 | 0.658349 |
43b892876b739fc16c3610de2f5e771a02003bf5 | 726 | asm | Assembly | oeis/128/A128438.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/128/A128438.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/128/A128438.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A128438: a(n) = floor((denominator of H(n))/n), where H(n) = Sum_{k=1..n} 1/k, the n-th harmonic number.
; Submitted by Jon Maiga
; 1,1,2,3,12,3,20,35,280,252,2520,2310,27720,25740,24024,45045,720720,226893,4084080,775975,246341,235144,5173168,14872858,356948592,343219800,2974571600,2868336900,80313433200,77636318760... | 80.666667 | 491 | 0.811295 |
454ffc4e4ef356dcd59d1af81190cbc3e8f70249 | 317 | asm | Assembly | src/entrypoint.asm | ploe/stix | 9a6f1d6fa526763e8fe574cbc9bedb6b3990d40a | [
"0BSD"
] | 1 | 2020-03-25T17:45:26.000Z | 2020-03-25T17:45:26.000Z | src/entrypoint.asm | ploe/pulp | 9a6f1d6fa526763e8fe574cbc9bedb6b3990d40a | [
"0BSD"
] | null | null | null | src/entrypoint.asm | ploe/pulp | 9a6f1d6fa526763e8fe574cbc9bedb6b3990d40a | [
"0BSD"
] | 1 | 2020-02-12T15:33:38.000Z | 2020-02-12T15:33:38.000Z | SECTION "Header", ROM0[$100]
; Gameboy starts reading ROM code from address $100
di ; disable interrupts
call Kernel_Init ; we init everything
jp Kernel_Main ; then we yield control over to the kernel
; rgbfix populates the ROM headers, at these addresses
; so we ensure they're blank
REPT $150 - $104
db 0
ENDR
| 26.416667 | 58 | 0.753943 |
a19b00e3cb56d73d0ddee135329f735dbcca46b6 | 10,826 | asm | Assembly | src/test/ref/deep-nesting.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | 2 | 2022-03-01T02:21:14.000Z | 2022-03-01T04:33:35.000Z | src/test/ref/deep-nesting.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | src/test/ref/deep-nesting.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | // Test that the compiler handles deep nesting well -- mainly a performance issue.
// Commodore 64 PRG executable file
.file [name="deep-nesting.prg", type="prg", segments="Program"]
.segmentdef Program [segments="Basic, Code, Data"]
.segmentdef Basic [start=$0801]
.segmentdef Code [start=$80d]
.segmentdef Data [star... | 13.365432 | 82 | 0.474413 |
994e91bc0ff2468102eea5d8138d7bb2f9375215 | 711 | asm | Assembly | programs/oeis/014/A014729.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/014/A014729.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/014/A014729.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A014729: Squares of even Fibonacci numbers.
; 0,4,64,1156,20736,372100,6677056,119814916,2149991424,38580030724,692290561600,12422650078084,222915410843904,4000054745112196,71778070001175616,1288005205276048900,23112315624967704576,414733676044142633476,7442093853169599697984,133542955681008651930244,2396331108404986... | 101.571429 | 572 | 0.905767 |
58e6d5d424881e7df27ea671e2e59e3d7b43d9a0 | 560 | asm | Assembly | programs/oeis/130/A130257.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/130/A130257.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/130/A130257.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A130257: Partial sums of the 'lower' odd Fibonacci Inverse A130255.
; 1,3,5,7,10,13,16,19,22,25,28,31,35,39,43,47,51,55,59,63,67,71,75,79,83,87,91,95,99,103,107,111,115,120,125,130,135,140,145,150,155,160,165,170,175,180,185,190,195,200,205,210,215,220,225,230,235,240,245,250,255,260,265,270,275,280,285,290,295,300,3... | 35 | 368 | 0.675 |
9d9eb0ef43489a0e2961a3c774b829067e0debdc | 740 | asm | Assembly | oeis/162/A162852.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/162/A162852.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/162/A162852.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A162852: a(n) = 3*a(n-2) for n > 2; a(1) = 3, a(2) = -1.
; 3,-1,9,-3,27,-9,81,-27,243,-81,729,-243,2187,-729,6561,-2187,19683,-6561,59049,-19683,177147,-59049,531441,-177147,1594323,-531441,4782969,-1594323,14348907,-4782969,43046721,-14348907,129140163,-43046721,387420489,-129140163,1162261467,-387420489,3486784401,... | 33.636364 | 501 | 0.710811 |
f7ab69ffe2e33b59ca13924fcede2e693b4f7efd | 5,215 | asm | Assembly | Working Disassembly/Levels/ICZ/Misc Object Data/Map - Collapsing Bridge.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/Levels/ICZ/Misc Object Data/Map - Collapsing Bridge.asm | TeamASM-Blur/Sonic-3-Blue-Balls-Edition | 7e8a2c5df02271615ff4cae529521e6b1560d6b1 | [
"Apache-2.0"
] | null | null | null | Working Disassembly/Levels/ICZ/Misc Object Data/Map - Collapsing Bridge.asm | TeamASM-Blur/Sonic-3-Blue-Balls-Edition | 7e8a2c5df02271615ff4cae529521e6b1560d6b1 | [
"Apache-2.0"
] | null | null | null | Map_21F2F2: dc.w Frame_21F2FE-Map_21F2F2 ; ...
dc.w Frame_21F360-Map_21F2F2
dc.w Frame_21F360-Map_21F2F2
dc.w Frame_21F422-Map_21F2F2
dc.w Frame_21F4A8-Map_21F2F2
dc.w Frame_21F5B2-Map_21F2F2
Frame_21F2FE: dc.w $10
dc.b $D0, $D, 0, 0,$FF,$D0
dc.b $D0, $D, 0, 8,$FF,$F0
dc.b $D0, $D, 0,$10, 0,$10
... | 30.676471 | 46 | 0.412656 |
9465e4d69f4d6b0211bf48a6541c6509a0fea2ea | 224 | asm | Assembly | ShellcodeBuilder/shellcode32.asm | nnamon/ctfcode | a7e8d2c531f44b5f99d9654249af553da7a2ccf8 | [
"MIT"
] | 36 | 2015-01-22T13:03:55.000Z | 2021-10-07T18:12:11.000Z | ShellcodeBuilder/shellcode32.asm | kitctf/ctfcode | fbdfa4cdd92e8d275f9d9057f823649b269b46e5 | [
"MIT"
] | null | null | null | ShellcodeBuilder/shellcode32.asm | kitctf/ctfcode | fbdfa4cdd92e8d275f9d9057f823649b269b46e5 | [
"MIT"
] | 10 | 2015-01-06T15:37:49.000Z | 2020-05-09T15:58:28.000Z | section .text
; http://shell-storm.org/shellcode/files/shellcode-752.php
xor ecx, ecx
mul ecx
push ecx
push 0x68732f2f ;; hs//
push 0x6e69622f ;; nib/
mov ebx, esp
mov al, 11
int 0x80
| 20.363636 | 62 | 0.602679 |
b71ee3ee2d91060da4363c47aff78e1f08ce3d98 | 1,377 | asm | Assembly | lb_ext2.asm | goshhhy/liteboot | 8a62ebdccc6cbaff73ce8f310bc6e72da5f27b19 | [
"MIT"
] | null | null | null | lb_ext2.asm | goshhhy/liteboot | 8a62ebdccc6cbaff73ce8f310bc6e72da5f27b19 | [
"MIT"
] | null | null | null | lb_ext2.asm | goshhhy/liteboot | 8a62ebdccc6cbaff73ce8f310bc6e72da5f27b19 | [
"MIT"
] | null | null | null | format binary
use16
org $7c00
jmp short init
nop
bpb:
bpb_oem: db "liteboot"
bpb_bps: dw 512
bpb_spc: db 1
bpb_res: dw 1
bpb_nfat: db 1
bpb_ndir: dw 224
bpb_nsec: dw 2880
bpb_mtype: db 0xf0
bpb_spf: dw 9
bpb_spt: dw 18
bpb_nhead: dw 2
bpb_nhide: dq 0
bpb_lsec: dq 0
ebr:
ebr_drv: db 0
ebr_flags: db 0... | 13.77 | 49 | 0.59695 |
3f8ce9842c3b4e112a112e7741ba17b08498f601 | 216 | asm | Assembly | gfx/pokemon/mew/anim.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 28 | 2019-11-08T07:19:00.000Z | 2021-12-20T10:17:54.000Z | gfx/pokemon/mew/anim.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 13 | 2020-01-11T17:00:40.000Z | 2021-09-14T01:27:38.000Z | gfx/pokemon/mew/anim.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 22 | 2020-05-28T17:31:38.000Z | 2022-03-07T20:49:35.000Z | frame 1, 07
frame 2, 07
frame 3, 06
frame 2, 06
frame 3, 05
frame 2, 05
setrepeat 3
frame 3, 03
frame 2, 03
dorepeat 7
setrepeat 2
frame 3, 25
frame 2, 20
dorepeat 11
frame 0, 15
frame 4, 15
endanim
| 12 | 12 | 0.657407 |
350a06b3539fc90b16bd2e0f6b9ef0f4a2a49e72 | 6,731 | asm | Assembly | Driver/Printer/DotMatrix/Canon48/canon48execjetInfo.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 504 | 2018-11-18T03:35:53.000Z | 2022-03-29T01:02:51.000Z | Driver/Printer/DotMatrix/Canon48/canon48execjetInfo.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 96 | 2018-11-19T21:06:50.000Z | 2022-03-06T10:26:48.000Z | Driver/Printer/DotMatrix/Canon48/canon48execjetInfo.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: Canon BJ-130 48-jet driver
FILE: canon48execjetInfo.asm
AUTHOR: Dave Durran
REVISION HISTORY:
Name Date Description
---- ---- ---... | 41.549383 | 80 | 0.389095 |
8f5e7bbd3a3397f1af406d61990bc27a850156bf | 302 | asm | Assembly | libsrc/_DEVELOPMENT/adt/wv_stack/c/sccz80/wv_stack_init.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/adt/wv_stack/c/sccz80/wv_stack_init.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/adt/wv_stack/c/sccz80/wv_stack_init.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
; wv_stack_t *wv_stack_init(void *p, size_t capacity, size_t max_size)
SECTION code_clib
SECTION code_adt_wv_stack
PUBLIC wv_stack_init
EXTERN w_vector_init
defc wv_stack_init = w_vector_init
; SDCC bridge for Classic
IF __CLASSIC
PUBLIC _wv_stack_init
defc _wv_stack_init = wv_stack_init
ENDIF
| 15.894737 | 70 | 0.831126 |
67678619733f52b4b143c0278d40ab0ad98bc484 | 688 | asm | Assembly | roms/test/apu/test_apu_timers/square_pitch.asm | drewying/Nintendoish | 585ff4b2abbb20d679687f5565118db6898673fd | [
"Apache-2.0"
] | 15 | 2018-06-16T04:11:24.000Z | 2021-08-31T20:55:52.000Z | rustnes-dev/test_roms/test_apu_timers/square_pitch.asm | w1n5t0n99/rustnes | 2d03cc0c5dcc33d6f4ca35a009b2aee9c0d096d4 | [
"MIT"
] | null | null | null | rustnes-dev/test_roms/test_apu_timers/square_pitch.asm | w1n5t0n99/rustnes | 2d03cc0c5dcc33d6f4ca35a009b2aee9c0d096d4 | [
"MIT"
] | 1 | 2018-10-07T01:09:54.000Z | 2018-10-07T01:09:54.000Z |
; NES APU Square Pitch Test
; Tests square's frequency timer. A tone of unchanging timbre
; should play; if it continually shifts, check timer period
; handling, then CPU instruction timing.
; Shay Green <mail.com@blargg>
main:
sei
ldx #0 ; wait for hardware
hw_delay:
dey
bne hw_delay
dex
bne hw_delay
l... | 12.740741 | 61 | 0.675872 |
1e3c17bed2b255eaddd8a12cf959ea1e1682b138 | 2,350 | asm | Assembly | musPlayer/playerSongs.asm | a0r10n/MML6-compiler | f5877b4180cf59572877e2c5b8dcf329780d228e | [
"MIT"
] | 1 | 2020-06-26T21:25:02.000Z | 2020-06-26T21:25:02.000Z | musPlayer/playerSongs.asm | a0r10n/MML6-compiler | f5877b4180cf59572877e2c5b8dcf329780d228e | [
"MIT"
] | null | null | null | musPlayer/playerSongs.asm | a0r10n/MML6-compiler | f5877b4180cf59572877e2c5b8dcf329780d228e | [
"MIT"
] | null | null | null | ;Songs file
;See game engine file for formats.
.SECTION "song" FREE
Song:
.incbin "Song.mcs"
.ENDS
.SECTION "notepitches" FREE
;Channel pitches
Channel1Pitch:
Channel2Pitch:
;Octaves 3 - 8 available
.dw $FFF,$FFF,$FFF,$FFF,$FFF,$FFF,$FFF,$FFF,$FFF,$FFF,$FFF,$FFF
Channel3Pitch:
;Octaves 2 - 7 availa... | 36.153846 | 77 | 0.581277 |
91d83dd9c887a3668335ad4e9113cfc304a42043 | 5,590 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_ht_zr_un_/i3-7100_9_0x84_notsx.log_21829_1325.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_ht_zr_un_/i3-7100_9_0x84_notsx.log_21829_1325.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_ht_zr_un_/i3-7100_9_0x84_notsx.log_21829_1325.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 %r14
push %r15
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x211a, %r14
nop
nop
add %r11, %r11
mov (%r14), %si
nop
nop
nop
nop
nop
xor %r15, %r15
lea addresses_A_ht+0x17e5a, %rsi
lea addresses_WC_ht+0x781a, %rdi
nop
cmp $40263, %rax
mov $84, %r... | 38.551724 | 2,999 | 0.656887 |
bd56fe8595d8fa59b732b600db72de6fe59a9aaf | 3,760 | asm | Assembly | InitTmr.asm | qynvi/laserturret | ca93024826c6ea4b5efecf7d2f353f3214d1a78d | [
"MIT"
] | null | null | null | InitTmr.asm | qynvi/laserturret | ca93024826c6ea4b5efecf7d2f353f3214d1a78d | [
"MIT"
] | null | null | null | InitTmr.asm | qynvi/laserturret | ca93024826c6ea4b5efecf7d2f353f3214d1a78d | [
"MIT"
] | null | null | null | NAME InitTimers
;----------------------------------------------------------------------------------------------------------------------------------------
; 80188 Timer Initialization
;
; Writes various initial values into the control and count registers of the 188 timers.
;
; InitTimer - Writes to control and... | 22.650602 | 140 | 0.611702 |
22ad032bef4b6b360109d6b201d04c2a6e6fc25d | 373 | asm | Assembly | data/wildPokemon/mansion1.asm | AmateurPanda92/pokemon-rby-dx | f7ba1cc50b22d93ed176571e074a52d73360da93 | [
"MIT"
] | 9 | 2020-07-12T19:44:21.000Z | 2022-03-03T23:32:40.000Z | data/wildPokemon/mansion1.asm | JStar-debug2020/pokemon-rby-dx | c2fdd8145d96683addbd8d9075f946a68d1527a1 | [
"MIT"
] | 7 | 2020-07-16T10:48:52.000Z | 2021-01-28T18:32:02.000Z | data/wildPokemon/mansion1.asm | JStar-debug2020/pokemon-rby-dx | c2fdd8145d96683addbd8d9075f946a68d1527a1 | [
"MIT"
] | 2 | 2021-03-28T18:33:43.000Z | 2021-05-06T13:12:09.000Z | MansionMons1:
db $0A
IF DEF(_RED)
db 32,KOFFING
db 30,KOFFING
db 34,PONYTA
db 30,PONYTA
db 34,GROWLITHE
db 32,PONYTA
db 30,GRIMER
db 28,PONYTA
db 37,WEEZING
db 39,MUK
ENDC
IF DEF(_BLUE)
db 32,GRIMER
db 30,GRIMER
db 34,PONYTA
db 30,PONYTA
db 34,VULPIX
db 32,PONYTA
db 30,KOFFING
db... | 13.321429 | 17 | 0.66756 |
577ad97f1ad03684b2790e5a2f09b24ca873d782 | 1,674 | asm | Assembly | programs/oeis/187/A187338.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/187/A187338.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/187/A187338.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A187338: a(n) = 3*n + floor(sqrt(2)*n), complement of A187328.
; 4,8,13,17,22,26,30,35,39,44,48,52,57,61,66,70,75,79,83,88,92,97,101,105,110,114,119,123,128,132,136,141,145,150,154,158,163,167,172,176,180,185,189,194,198,203,207,211,216,220,225,229,233,238,242,247,251,256,260,264,269,273,278,282,286,291,295,300,304,3... | 31.584906 | 1,001 | 0.609319 |
f29205704d3fc8918c274890464dc0904e5ff8b8 | 391 | asm | Assembly | programs/oeis/066/A066370.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/066/A066370.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/066/A066370.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A066370: Quadruply triangular numbers.
; 0,1,231,26796,1186570,26357430,359026206,3413156131,24666759216,143717956515,703974775735,2989908659661,11270904497931,38398515291136,119929709686710,347357071281165,941718655098991,2408309883851256,5847191602173306,13551450210950905
mov $2,$0
mov $0,3
mov $1,$2
lpb $0,1
su... | 24.4375 | 235 | 0.780051 |
59094c5b4bd493aa4ce5d8c16edaf44627cbde8a | 541 | asm | Assembly | oeis/296/A296058.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/296/A296058.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/296/A296058.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A296058: Numbers k such that floor((3*k - 1)/2) is prime.
; Submitted by Jamie Morken(s1)
; 2,4,5,8,9,12,13,16,20,21,25,28,29,32,36,40,41,45,48,49,53,56,60,65,68,69,72,73,76,85,88,92,93,100,101,105,109,112,116,120,121,128,129,132,133,141,149,152,153,156,160,161,168,172,176,180,181,185,188,189,196,205,208,209,212,221,... | 60.111111 | 363 | 0.704251 |
1e9160e4204c00db5dd9ed297bc80cb6106b5bef | 791 | asm | Assembly | libsrc/_DEVELOPMENT/target/yaz180/device/asci/z180/asm_asci1_flush_Tx.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/target/yaz180/device/asci/z180/asm_asci1_flush_Tx.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/target/yaz180/device/asci/z180/asm_asci1_flush_Tx.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
SECTION code_driver
SECTION code_driver_character_output
PUBLIC asm_asci1_flush_Tx_di
PUBLIC asm_asci1_flush_Tx
EXTERN asm_z180_push_di, asm_z180_pop_ei
EXTERN asci1TxCount, asci1TxIn, asci1TxOut, asci1TxBuffer
asm_asci1_flush_Tx_di:
push af
push hl
call asm_z18... | 19.292683 | 66 | 0.596713 |
fe47343aef6247aa803017cdc4167037ba0eec2f | 610 | asm | Assembly | oeis/052/A052386.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/052/A052386.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/052/A052386.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A052386: Number of integers from 1 to 10^n-1 that lack 0 as a digit.
; 0,9,90,819,7380,66429,597870,5380839,48427560,435848049,3922632450,35303692059,317733228540,2859599056869,25736391511830,231627523606479,2084647712458320,18761829412124889,168856464709124010,1519708182382116099,13677373641439044900,123096362772951... | 67.777778 | 490 | 0.87541 |
1c2dc869378142f9c11a8fb1c958c33728bff49b | 1,211 | asm | Assembly | src/00/crc.asm | Willem3141/kernel | c7b72f75b78a9b23e66432801f8d8df1727637ed | [
"MIT"
] | null | null | null | src/00/crc.asm | Willem3141/kernel | c7b72f75b78a9b23e66432801f8d8df1727637ed | [
"MIT"
] | null | null | null | src/00/crc.asm | Willem3141/kernel | c7b72f75b78a9b23e66432801f8d8df1727637ed | [
"MIT"
] | null | null | null | ;; crc16_init [Maths]
;; Initializes a Cyclic Redundancy Check.
;; Outputs:
;; DE: Fresh CRC value
crc16_init:
ld de, 0xffff
ret
;; crc16_updateByte [Maths]
;; Updates the current CRC16 with the CRC16 of a single byte.
;; Inputs:
;; A: byte to process
;; DE: Current CRC16
;; Outputs:
;; DE: Updated C... | 19.532258 | 71 | 0.539224 |
846b1e0e240ca0680b0424287446ef938b782fb1 | 8,854 | asm | Assembly | Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48.log_1864_972.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48.log_1864_972.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48.log_1864_972.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 %rax
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x1609c, %rdi
clflush (%rdi)
nop
nop
xor %rbx, %rbx
movups (%rdi), %xmm5
vpextrq $0, %xmm5, %r12
nop
nop
nop
nop
nop
sub %rax, %rax
lea addresses_D_ht+0xbf28, %rsi
lea address... | 30.850174 | 2,999 | 0.653264 |
f17130d39679a46c08aabfa309d3d49b43141d37 | 8,466 | asm | Assembly | Transynther/x86/_processed/NONE/_st_xt_sm_/i3-7100_9_0xca_notsx.log_21829_1717.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_st_xt_sm_/i3-7100_9_0xca_notsx.log_21829_1717.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_st_xt_sm_/i3-7100_9_0xca_notsx.log_21829_1717.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_D_ht+0xb4a7, %rsi
lea addresses_D_ht+0x15d4b, %rdi
clflush (%rsi)
clflush (%rdi)
sub $42907, %r12
mov $126, %rcx
rep movsb
nop
nop
nop
nop
nop
sub $1749, %rdx
lea addresses_WC_ht+0x... | 33.330709 | 2,999 | 0.656272 |
a6cabaff33c47862ab546b5e1ac91a41101920f8 | 619 | asm | Assembly | oeis/087/A087413.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/087/A087413.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/087/A087413.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A087413: a(n) = Sum_{k=1..n} C(3*k,k)/3.
; 1,6,34,199,1200,7388,46148,291305,1853580,11868585,76380825,493606725,3201081873,20821158233,135776966761,887393271310,5811082966885,38119865826420,250447855600320,1647729357535485,10854207824989830,71581930485576630,472560922429972950,3122648143126315650,2065216385684261352... | 44.214286 | 474 | 0.820679 |
161591990c1c4534f0116e170afdfe61e3756e36 | 2,372 | asm | Assembly | scripts/museum2f.asm | longlostsoul/EvoYellow | fe5d0d372c4e90d384c4005a93f19d7968f2ff13 | [
"Unlicense"
] | 16 | 2018-08-28T21:47:01.000Z | 2022-02-20T20:29:59.000Z | scripts/museum2f.asm | longlostsoul/EvoYellow | fe5d0d372c4e90d384c4005a93f19d7968f2ff13 | [
"Unlicense"
] | 5 | 2019-04-03T19:53:11.000Z | 2022-03-11T22:49:34.000Z | scripts/museum2f.asm | longlostsoul/EvoYellow | fe5d0d372c4e90d384c4005a93f19d7968f2ff13 | [
"Unlicense"
] | 2 | 2019-12-09T19:46:02.000Z | 2020-12-05T21:36:30.000Z | Museum2FScript:
call EnableAutoTextBoxDrawing
ret
Museum2FTextPointers:
dw Museum2FText1
dw Museum2FText2
dw Museum2FText3
dw Museum2FText4
dw Museum2FText5
dw Museum2FText6
dw Museum2FText7
Museum2FText1:
TX_ASM
call ManualTextScroll
ld hl, MuseumChallenge
call PrintText
call YesNoChoice ;prompt a ye... | 16.942857 | 55 | 0.755902 |
c93a5650de6f57db58320794c31a36ef67c58ce2 | 63,479 | asm | Assembly | T7/AssemblyT7_TOP.asm | cggewehr/Projeto-De-Processadores | a7e0735342b83b3524152060162330423b3672c5 | [
"CC0-1.0"
] | null | null | null | T7/AssemblyT7_TOP.asm | cggewehr/Projeto-De-Processadores | a7e0735342b83b3524152060162330423b3672c5 | [
"CC0-1.0"
] | null | null | null | T7/AssemblyT7_TOP.asm | cggewehr/Projeto-De-Processadores | a7e0735342b83b3524152060162330423b3672c5 | [
"CC0-1.0"
] | null | null | null |
; PROJETO DE PROCESSADORES - ELC 1094 - PROF. CARARA
; PROCESSADOR R8
; CARLOS GEWEHR E EMILIO FERREIRA
; DESCRIÇÃO:
; PROCESSADOR R8 COM SUPORTE A INTERRUPÇÕES DE I/O VIA PIC OU TIMER E TRAPS
; APLICAÇÃO ATUAL:
; BUBBLE SORT COM INPUT VIA UART E CONTADORES
; CHANGELOG:
;
; TODO:
;
; OBSERVAÇÕES:
; - Respeit... | 24.748148 | 829 | 0.585784 |
911965128ae0d4be4f3b682f63ed105a9d4a8a8b | 9,304 | asm | Assembly | Transynther/x86/_processed/NC/_st_zr_4k_/i3-7100_9_0x84_notsx.log_21829_1330.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NC/_st_zr_4k_/i3-7100_9_0x84_notsx.log_21829_1330.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NC/_st_zr_4k_/i3-7100_9_0x84_notsx.log_21829_1330.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 %r14
push %r15
push %r8
push %r9
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WC_ht+0xbf40, %r14
nop
nop
add %r15, %r15
mov (%r14), %ebx
nop
sub %r8, %r8
lea addresses_WT_ht+0x6f40, %rdx
nop
nop
add $15466, %rdi
mov $0x6162636465666768, %r15
movq %r15... | 29.443038 | 2,999 | 0.649613 |
7510842fde705ed0b5055e07f523679e45a478db | 160 | asm | Assembly | audio/sfx/59_3.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | 1 | 2022-02-15T00:19:44.000Z | 2022-02-15T00:19:44.000Z | audio/sfx/59_3.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | null | null | null | audio/sfx/59_3.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | null | null | null | SFX_59_3_Ch5:
duty_cycle 2
square_note 4, 15, 1, 1920
sound_ret
SFX_59_3_Ch6:
duty_cycle 2
square_note 1, 0, 8, 0
square_note 4, 10, 1, 1889
sound_ret
| 13.333333 | 27 | 0.73125 |
8f19d3f228dcb4cb115822552828daf7583cb223 | 692 | asm | Assembly | oeis/005/A005910.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/005/A005910.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/005/A005910.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A005910: Truncated octahedral numbers: 16*n^3 - 33*n^2 + 24*n - 6.
; Submitted by Jamie Morken(s1)
; 1,38,201,586,1289,2406,4033,6266,9201,12934,17561,23178,29881,37766,46929,57466,69473,83046,98281,115274,134121,154918,177761,202746,229969,259526,291513,326026,363161,403014,445681,491258,539841,591526,646409,704586,... | 46.133333 | 494 | 0.781792 |
c0165c46385222e39555a336f87a8e2aac4ff8ae | 669 | asm | Assembly | oeis/036/A036246.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/036/A036246.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/036/A036246.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A036246: CONTINUANT transform of squares 1, 4, 9, ...
; Submitted by Jon Maiga
; 1,5,46,741,18571,669297,32814124,2100773233,170195445997,17021645372933,2059789285570890,296626678767581093,50131968501006775607,9826162452876095600065,2210936683865622516790232,566009617232052240393899457,163578990316746963096353733305,... | 41.8125 | 476 | 0.838565 |
8d504eef57a5d4f1ece9150e81be963607f6b968 | 497 | asm | Assembly | data/maps/objects/PokemonMansion2F.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | 1 | 2022-02-15T00:19:44.000Z | 2022-02-15T00:19:44.000Z | data/maps/objects/PokemonMansion2F.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | null | null | null | data/maps/objects/PokemonMansion2F.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | null | null | null | PokemonMansion2F_Object:
db $1 ; border block
def_warps
warp 5, 10, 4, POKEMON_MANSION_1F
warp 7, 10, 0, POKEMON_MANSION_3F
warp 25, 14, 2, POKEMON_MANSION_3F
warp 6, 1, 1, POKEMON_MANSION_3F
def_signs
def_objects
object SPRITE_SUPER_NERD, 3, 17, WALK, LEFT_RIGHT, 1, OPP_BURGLAR, 7
object SPRITE_POKE_B... | 26.157895 | 69 | 0.744467 |
bf010b4387e2b3764457b6338dcebefaf50adc5f | 664 | asm | Assembly | oeis/042/A042457.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/042/A042457.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/042/A042457.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A042457: Denominators of continued fraction convergents to sqrt(756).
; Submitted by Jon Maiga
; 1,2,109,220,11989,24198,1318681,2661560,145042921,292747402,15953402629,32199552660,1754729246269,3541658045198,193004263686961,389550185419120,21228714276319441,42846978738058002,2334965566131451549,4712778111000961100,2... | 94.857143 | 481 | 0.89006 |
9fa40502544f322269d11103d756fff7722d16be | 590 | asm | Assembly | oeis/158/A158595.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/158/A158595.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/158/A158595.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A158595: a(n) = 361*n^2 - 19.
; 342,1425,3230,5757,9006,12977,17670,23085,29222,36081,43662,51965,60990,70737,81206,92397,104310,116945,130302,144381,159182,174705,190950,207917,225606,244017,263150,283005,303582,324881,346902,369645,393110,417297,442206,467837,494190,521265,549062,577581,606822,636785,667470,698877,... | 59 | 495 | 0.801695 |
9171d92c410d76caaeffa4581ebdb2430002a4bd | 1,745 | asm | Assembly | tools/assembler/forth/base.asm | Darkstrumn/HCTM | 9c5f4d614eb7af91dec06400a658b0c6eb9fb656 | [
"MIT"
] | 4 | 2020-06-15T14:14:36.000Z | 2021-09-15T04:14:35.000Z | tools/assembler/forth/base.asm | Darkstrumn/HCTM | 9c5f4d614eb7af91dec06400a658b0c6eb9fb656 | [
"MIT"
] | 7 | 2020-05-01T17:43:10.000Z | 2021-09-20T18:25:16.000Z | tools/assembler/forth/base.asm | Darkstrumn/HCTM | 9c5f4d614eb7af91dec06400a658b0c6eb9fb656 | [
"MIT"
] | 1 | 2020-08-29T20:30:04.000Z | 2020-08-29T20:30:04.000Z | dcode DOCOL,5,,
nxt
dcode DOVAR,5,,
tix
phx
rli
nxt
dcode DOCON,5,,
nxa
pha
rli
nxt
dcode EXIT,4,,
rli
nxt
dcode LIT,3,,
nxa
pha
nxt
dconst 0,1,,ZERO,0
dconst 1,1,,ONE,1
dconst TRUE,4,,,_F_TRUE
dconst FALSE,5,,,_F_FALSE
dcode TICK,4,,
wai
nxt
dcode TICKS,5,,
pla
TICKS... | 13.120301 | 54 | 0.553582 |
4ac51c640be10c19d36c7c66c07a471f5b70870a | 634 | asm | Assembly | Library/Kernel/Graphics/graphicsPatternBitmap.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 504 | 2018-11-18T03:35:53.000Z | 2022-03-29T01:02:51.000Z | Library/Kernel/Graphics/graphicsPatternBitmap.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 96 | 2018-11-19T21:06:50.000Z | 2022-03-06T10:26:48.000Z | Library/Kernel/Graphics/graphicsPatternBitmap.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: PC GEOS
MODULE: Kernel/Graphics
FILE: graphicsPatternBitmap.asm
AUTHOR: Don Reeves, Mar 19, 1992
REVISION HISTORY:
Name Date Description
---- ---- ----------... | 26.416667 | 79 | 0.531546 |
1543c44d6a59c062168327220765b418736e4ca5 | 5,999 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_ht_zr_/i7-7700_9_0xca_notsx.log_21829_1814.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_ht_zr_/i7-7700_9_0xca_notsx.log_21829_1814.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_ht_zr_/i7-7700_9_0xca_notsx.log_21829_1814.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 %r9
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0xd9e, %rsi
lea addresses_D_ht+0x17a9e, %rdi
nop
nop
nop
xor %r9, %r9
mov $63, %rcx
rep movsb
nop
nop
nop
sub %r11, %r11
lea addresses_UC_ht+0x13f1e, %rsi
lea addresses_WC_ht+0x... | 38.703226 | 2,999 | 0.659277 |
c272f4f8cfe209b4604e2e58ef4302830c221b9e | 436 | asm | Assembly | oeis/025/A025863.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/025/A025863.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/025/A025863.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A025863: Expansion of 1/((1-x^4)(1-x^5)(1-x^11)).
; 1,0,0,0,1,1,0,0,1,1,1,1,1,1,1,2,2,1,1,2,3,2,2,2,3,3,3,3,3,3,4,4,4,4,4,5,5,5,5,5,6,6,6,6,7,7,7,7,8,8,8,8,9,9,9,10,10,10,10,11,12,11,11,12,13,13,13,13,14,14,15,15,15
mov $3,$0
mov $4,2
lpb $4
mov $0,$3
sub $4,1
add $0,$4
trn $0,1
seq $0,29068 ; Expansion of... | 21.8 | 165 | 0.516055 |
6c720b5a89128e98a7935286a8968cbde8b01d90 | 373 | asm | Assembly | test/novm_jmp_movsem.asm | kspalaiologos/asmbf | c98a51d61724a46855de291a27d68a49a034810b | [
"MIT"
] | 67 | 2020-08-03T06:26:35.000Z | 2022-03-24T19:50:51.000Z | test/novm_jmp_movsem.asm | pyautogui/asmbf | 37c54a8a62df2fc4bab28bdeb43237b4905cbecd | [
"MIT"
] | 55 | 2019-10-02T19:37:08.000Z | 2020-06-12T19:40:53.000Z | test/novm_jmp_movsem.asm | pyautogui/asmbf | 37c54a8a62df2fc4bab28bdeb43237b4905cbecd | [
"MIT"
] | 9 | 2019-05-18T11:59:41.000Z | 2020-06-21T20:40:25.000Z |
mov r4, .0
mov r5, .1
mov r1, 3
mov r2, 5
^lt r1, r2
^jnz r1, %ok
out r4
@ok
out r5
mov r1, 5
mov r2, 8
^gt r1, r2
^jz r1, %ok2
out r4
@ok2
out r5
mov r1, 8
mov r2, 5
lt r1, r2
^jnz r1, %bad
out r5
mov r1, 8
^gt r1, r2
^jz r1, %bad
ou... | 11.30303 | 17 | 0.44504 |
d56c53c21d968d0b19223a9ddd0864c1535e6677 | 599,909 | asm | Assembly | kernel.asm | Darshit-git/xv6-lab1 | 5a7c86bab1e98261238592aae69ec58c345e3fd6 | [
"MIT-0"
] | null | null | null | kernel.asm | Darshit-git/xv6-lab1 | 5a7c86bab1e98261238592aae69ec58c345e3fd6 | [
"MIT-0"
] | null | null | null | kernel.asm | Darshit-git/xv6-lab1 | 5a7c86bab1e98261238592aae69ec58c345e3fd6 | [
"MIT-0"
] | null | null | null |
kernel: file format elf32-i386
Disassembly of section .text:
80100000 <multiboot_header>:
80100000: 02 b0 ad 1b 00 00 add 0x1bad(%eax),%dh
80100006: 00 00 add %al,(%eax)
80100008: fe 4f 52 decb 0x52(%edi)
8010000b: e4 .byte 0xe4
8010000c <entry>:
# E... | 38.266824 | 74 | 0.523279 |
bf75b011f867823563373d0a2f9787d0100a1084 | 139,447 | asm | Assembly | src/x86/mc.asm | cgisquet/dav1d | aebc10147d4bbb9d97826c6d0865ff9a64b0f370 | [
"BSD-2-Clause"
] | null | null | null | src/x86/mc.asm | cgisquet/dav1d | aebc10147d4bbb9d97826c6d0865ff9a64b0f370 | [
"BSD-2-Clause"
] | null | null | null | src/x86/mc.asm | cgisquet/dav1d | aebc10147d4bbb9d97826c6d0865ff9a64b0f370 | [
"BSD-2-Clause"
] | null | null | null | ; Copyright © 2018, VideoLAN and dav1d authors
; Copyright © 2018, Two Orioles, LLC
; All rights reserved.
;
; Redistribution and use in source and binary forms, with or without
; modification, are permitted provided that the following conditions are met:
;
; 1. Redistributions of source code must retain the above copy... | 33.666586 | 82 | 0.419607 |
33e494dc73dc4691cfcfb6523083f1b696441158 | 234 | asm | Assembly | libsrc/osca/flos_version.asm | andydansby/z88dk-mk2 | 51c15f1387293809c496f5eaf7b196f8a0e9b66b | [
"ClArtistic"
] | 1 | 2020-09-15T08:35:49.000Z | 2020-09-15T08:35:49.000Z | libsrc/osca/flos_version.asm | andydansby/z88dk-MK2 | 51c15f1387293809c496f5eaf7b196f8a0e9b66b | [
"ClArtistic"
] | null | null | null | libsrc/osca/flos_version.asm | andydansby/z88dk-MK2 | 51c15f1387293809c496f5eaf7b196f8a0e9b66b | [
"ClArtistic"
] | null | null | null | ;
; Get the FLOS version number
; by Stefano Bodrato, 2011
;
; int flos_version();
;
;
; $Id: flos_version.asm,v 1.2 2011/08/03 08:13:40 stefano Exp $
;
INCLUDE "flos.def"
XLIB flos_version
flos_version:
jp kjt_get_version
| 13.764706 | 63 | 0.688034 |
64d1d6b7932e112e1e51b142a25ad75b9640b990 | 617 | asm | Assembly | oeis/242/A242962.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/242/A242962.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/242/A242962.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A242962: a(1) = a(2) = 0; for n >= 3: a(n) = (n*(n+1)/2) mod antisigma(n) = A000217(n) mod A024816(n).
; Submitted by Jamie Morken(s3.)
; 0,0,0,1,6,3,8,15,13,18,12,28,14,24,24,31,18,39,20,42,32,36,24,60,31,42,40,56,30,72,32,63,48,54,48,91,38,60,56,90,42,96,44,84,78,72,48,124,57,93,72,98,54,120,72,120,80,90,60,168,62,... | 30.85 | 326 | 0.6094 |
52e648d926e06f8c84a3366b4fb779b8f0a44170 | 1,137 | asm | Assembly | programs/oeis/228/A228176.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/228/A228176.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/228/A228176.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A228176: Floor(n*(sqrt(10)+sqrt(3))).
; 0,4,9,14,19,24,29,34,39,44,48,53,58,63,68,73,78,83,88,92,97,102,107,112,117,122,127,132,137,141,146,151,156,161,166,171,176,181,185,190,195,200,205,210,215,220,225,230,234,239,244,249,254,259,264,269,274,278,283,288,293,298,303,308,313,318,323,327,332,337,342,347,352,357,362,36... | 126.333333 | 1,022 | 0.744943 |
c9d5653beba8bdca489f5484566be456fb443b3f | 703 | asm | Assembly | libsrc/_DEVELOPMENT/arch/zx/bifrost_l/c/sdcc/BIFROSTL_drawTileL.asm | teknoplop/z88dk | bb03fbfd6b2ab0f397a1358559089f9cd3706485 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/arch/zx/bifrost_l/c/sdcc/BIFROSTL_drawTileL.asm | teknoplop/z88dk | bb03fbfd6b2ab0f397a1358559089f9cd3706485 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/arch/zx/bifrost_l/c/sdcc/BIFROSTL_drawTileL.asm | teknoplop/z88dk | bb03fbfd6b2ab0f397a1358559089f9cd3706485 | [
"ClArtistic"
] | 1 | 2019-12-03T23:57:48.000Z | 2019-12-03T23:57:48.000Z | ; ----------------------------------------------------------------
; Z88DK INTERFACE LIBRARY FOR THE BIFROST* ENGINE - RELEASE 1.2/L
;
; See "bifrost_l.h" for further details
; ----------------------------------------------------------------
; void BIFROSTL_drawTileL(unsigned int row, unsigned int col, unsigned int ti... | 24.241379 | 80 | 0.503556 |
9488532e75558d4ee42dca5fdb9c44fcd9437936 | 297 | asm | Assembly | programs/oeis/014/A014987.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/014/A014987.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/014/A014987.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A014987: a(n) = (1 - (-6)^n)/7.
; 1,-5,31,-185,1111,-6665,39991,-239945,1439671,-8638025,51828151,-310968905,1865813431,-11194880585,67169283511,-403015701065,2418094206391,-14508565238345,87051391430071,-522308348580425,3133850091482551
mov $1,-6
pow $1,$0
sub $1,1
div $1,7
mul $1,6
add $1,1
| 29.7 | 205 | 0.727273 |
d61de359054e977af5eb294187934d7ec4267493 | 158 | asm | Assembly | libsrc/_DEVELOPMENT/string/c/sccz80/stricmp_callee.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/string/c/sccz80/stricmp_callee.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/string/c/sccz80/stricmp_callee.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null |
; int stricmp(const char *s1, const char *s2)
SECTION code_string
PUBLIC stricmp_callee
EXTERN strcasecmp_callee
defc stricmp_callee = strcasecmp_callee
| 14.363636 | 45 | 0.810127 |
c66d31a2b8415f28d45d4c78f965aaff91dab1cc | 637 | asm | Assembly | libsrc/_DEVELOPMENT/math/float/math48/z80/am48_exp2.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/math/float/math48/z80/am48_exp2.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/math/float/math48/z80/am48_exp2.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
; double exp2(double x)
SECTION code_clib
SECTION code_fp_math48
PUBLIC am48_exp2
EXTERN am48_dconst_ln2, am48_dmul, am48_exp, am48_dpopret
am48_exp2:
; compute 2^x
;
; enter : AC' = double x
;
; exit : success
;
; AC' = 2^x
; carry reset
;
; fail if ov... | 15.536585 | 57 | 0.503925 |
85155e17df1a3d1b77c30477c8d67b8c171b1a6a | 829 | asm | Assembly | oeis/274/A274202.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/274/A274202.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/274/A274202.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A274202: Primes congruent to 31 mod 65.
; Submitted by Jon Maiga
; 31,421,811,941,1201,1721,2111,2371,3541,3671,3931,4451,5101,5231,5881,6011,6271,6661,6791,8221,8741,9001,9391,9521,9781,10301,10691,11471,11731,12251,12511,12641,13291,13421,13681,14071,14461,14591,14851,15241,15761,16411,16931,17191,17321,17581,17971... | 34.541667 | 499 | 0.731001 |
470f21e8720c9a5418ec6dfb92a60de35a9e73a0 | 146 | asm | Assembly | other.7z/SFC.7z/SFC/ソースデータ/ヨッシーアイランド/日本_Ver0/chip/ys_chip4.asm | prismotizm/gigaleak | d082854866186a05fec4e2fdf1def0199e7f3098 | [
"MIT"
] | null | null | null | other.7z/SFC.7z/SFC/ソースデータ/ヨッシーアイランド/日本_Ver0/chip/ys_chip4.asm | prismotizm/gigaleak | d082854866186a05fec4e2fdf1def0199e7f3098 | [
"MIT"
] | null | null | null | other.7z/SFC.7z/SFC/ソースデータ/ヨッシーアイランド/日本_Ver0/chip/ys_chip4.asm | prismotizm/gigaleak | d082854866186a05fec4e2fdf1def0199e7f3098 | [
"MIT"
] | null | null | null | Name: ys_chip4.asm
Type: file
Size: 38373
Last-Modified: '2016-05-13T04:50:33Z'
SHA-1: 068480E5C21F467E01C61E0CFDBBE2A3EA3B78C2
Description: null
| 20.857143 | 47 | 0.815068 |
9a0e053d7bcf1124a1308a1f718f0892582136ce | 564 | asm | Assembly | oeis/046/A046974.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/046/A046974.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/046/A046974.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A046974: Partial sums of digits of decimal expansion of Pi.
; 3,4,8,9,14,23,25,31,36,39,44,52,61,68,77,80,82,85,93,97,103,105,111,115,118,121,129,132,134,141,150,155,155,157,165,173,177,178,187,194,195,201,210,213,222,231,234,241,246,247,247,252,260,262,262,271,278,282,291,295,299,304,313,315,318,318,325,333,334,340,... | 47 | 377 | 0.700355 |
6231c561a18f743c923a5b3cf5985777196c63f5 | 2,571 | asm | Assembly | boot/setup.asm | Littledarren/os_exp | 5dda8050cb97c0ec940a3bdb88465d24249f490a | [
"MIT"
] | null | null | null | boot/setup.asm | Littledarren/os_exp | 5dda8050cb97c0ec940a3bdb88465d24249f490a | [
"MIT"
] | null | null | null | boot/setup.asm | Littledarren/os_exp | 5dda8050cb97c0ec940a3bdb88465d24249f490a | [
"MIT"
] | null | null | null |
;保存系统的基本信息
BOOTINFO equ 0x7c00
;init.c可能会用
;初始化
mov ax,0
mov ss,ax
mov ds,ax
mov es,ax
mov sp,0x7c00
;这部分代码源于linux的0.11版setup.s
mov ah, 0x03
xor bh, bh
int 0x10
mov [BOOTINFO], dx ;光标信息
mov ah, 0x88
int 0x15
mov [BOOTINFO + 2], ax ;扩展内存大小KB,即... | 17.854167 | 69 | 0.498639 |
acc441a1ded2095fab97102d097dfcca41116e4f | 310 | asm | Assembly | programs/oeis/021/A021576.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/021/A021576.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/021/A021576.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A021576: Decimal expansion of 1/572.
; 0,0,1,7,4,8,2,5,1,7,4,8,2,5,1,7,4,8,2,5,1,7,4,8,2,5,1,7,4,8,2,5,1,7,4,8,2,5,1,7,4,8,2,5,1,7,4,8,2,5,1,7,4,8,2,5,1,7,4,8,2,5,1,7,4,8,2,5,1,7,4,8,2,5,1,7,4,8,2,5,1,7,4,8,2,5,1,7,4,8,2,5,1,7,4,8,2,5,1
add $0,1
mov $1,10
pow $1,$0
mul $1,2
div $1,1144
mod $1,10
mov $0,$1
| 28.181818 | 199 | 0.541935 |
1553432221586c81260f718820af4764114d508d | 2,559 | asm | Assembly | src/drums_song9.6502.asm | mrpopogod/nes-fun | 80e6af809874f2de89bd52f05f04c451dc29b333 | [
"MIT"
] | null | null | null | src/drums_song9.6502.asm | mrpopogod/nes-fun | 80e6af809874f2de89bd52f05f04c451dc29b333 | [
"MIT"
] | null | null | null | src/drums_song9.6502.asm | mrpopogod/nes-fun | 80e6af809874f2de89bd52f05f04c451dc29b333 | [
"MIT"
] | null | null | null | song9_header:
.byte $04 ;4 streams
.byte MUSIC_SQ1 ;which stream
.byte $01 ;status byte (stream enabled)
.byte SQUARE_1 ;which channel
.byte $B0 ;initial duty (10)
.byte ve_short_staccato ;volume envelope
.word song9_square1 ;po... | 36.042254 | 130 | 0.560766 |
b27f64f5a89b34473dcfd7a2bf0041374483aec8 | 4,021 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_st_/i7-7700_9_0xca.log_21829_1688.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_st_/i7-7700_9_0xca.log_21829_1688.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_st_/i7-7700_9_0xca.log_21829_1688.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 %r8
push %rbp
push %rdi
lea addresses_WC_ht+0x6ddb, %rbp
nop
nop
nop
cmp $24741, %r8
movups (%rbp), %xmm7
vpextrq $1, %xmm7, %r10
nop
nop
nop
nop
add $36339, %rdi
pop %rdi
pop %rbp
pop %r8
pop %r10
ret
.global s_faulty_load
s_faulty_load:
push %r10
push %... | 62.828125 | 2,999 | 0.662273 |
e2398b9896fd0011f7f89a1776724c4572cea596 | 382 | asm | Assembly | oeis/245/A245909.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/245/A245909.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/245/A245909.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A245909: The number of distinct prime factors of prime(n)^3-1.
; 1,2,2,3,4,3,2,3,4,4,4,4,3,4,4,4,3,5,5,4,3,5,4,3,3,3,4,5,4,4,4,4,5,5,5,5,4,5,3,3,4,5,6,4,4,4,7,4,4,5,4,5,4,4,3,5,5,4,6,5,5,3,5,5,4,4,6,5,5,5,4,5,5,6,5,3,4,5,4,4,5,5,6,4,5,5,4,5,5,6,4,4,4,5,5,4,4,5,5,5
seq $0,153481 ; a(n) = prime(n)^3 - 2.
seq $0,1221 ;... | 63.666667 | 201 | 0.58377 |
4b73762c75d5603c1a5126ab965fc4873b60fa10 | 532 | asm | Assembly | libsrc/target/zx/opus/opus_6116.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/target/zx/opus/opus_6116.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/target/zx/opus/opus_6116.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z | ;
; ZX Spectrum OPUS DISCOVERY specific routines
;
; Stefano Bodrato - Jun. 2006
;
; This routine checks if the 6116 memory expansion is present.
;
; $Id: opus_6116.asm,v 1.5 2016-06-27 19:16:34 dom Exp $
;
SECTION code_clib
PUBLIC opus_6116
PUBLIC _opus_6116
EXTERN opus_rommap
.opus_6116
._opus_6116
cal... | 15.2 | 63 | 0.674812 |
2540460b920316a380bdb84b0982755fd8d6192d | 509 | asm | Assembly | libsrc/_DEVELOPMENT/math/float/math48/c/sdcc_iy/cm48_sdcciyp_slonglong2ds_callee.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/math/float/math48/c/sdcc_iy/cm48_sdcciyp_slonglong2ds_callee.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/math/float/math48/c/sdcc_iy/cm48_sdcciyp_slonglong2ds_callee.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
; float __slonglong2fs (signed long long sl)
SECTION code_clib
SECTION code_fp_math48
PUBLIC cm48_sdcciyp_slonglong2ds_callee
EXTERN cm48_sdcciyp_dcallee3, am48_double64, cm48_sdcciyp_m482d
cm48_sdcciyp_slonglong2ds_callee:
; signed long long to double
;
; enter : stack = signed long long sl, ret
;
... | 19.576923 | 63 | 0.719057 |
69f65de12030584f86683cd7823183b6c6c49aa3 | 5,585 | asm | Assembly | dynamorio/core/arch/pre_inject_asm.asm | andre-motta/Project3Compilers | fa366d93ec8d49768fbc86f0c1431391822baf12 | [
"MIT"
] | 107 | 2021-08-28T20:08:42.000Z | 2022-03-22T08:02:16.000Z | dynamorio/core/arch/pre_inject_asm.asm | andre-motta/Project3Compilers | fa366d93ec8d49768fbc86f0c1431391822baf12 | [
"MIT"
] | 1 | 2021-06-01T12:10:25.000Z | 2021-06-01T12:10:25.000Z | dynamorio/core/arch/pre_inject_asm.asm | andre-motta/Project3Compilers | fa366d93ec8d49768fbc86f0c1431391822baf12 | [
"MIT"
] | 16 | 2021-08-30T06:57:36.000Z | 2022-03-22T08:05:52.000Z | /* **********************************************************
* Copyright (c) 2013-2015 Google, Inc. All rights reserved.
* Copyright (c) 2007-2009 VMware, Inc. All rights reserved.
* ********************************************************** */
/*
* Redistribution and use in source and binary forms, with or wit... | 41.37037 | 83 | 0.670367 |
52289d2e050885dbc0217c990152f97883ee1b51 | 99,512 | asm | Assembly | xv6-o/sh.asm | xsuler/osPlayground | da1b828540b178fd9dc154539616af7f3431da45 | [
"MIT"
] | null | null | null | xv6-o/sh.asm | xsuler/osPlayground | da1b828540b178fd9dc154539616af7f3431da45 | [
"MIT"
] | null | null | null | xv6-o/sh.asm | xsuler/osPlayground | da1b828540b178fd9dc154539616af7f3431da45 | [
"MIT"
] | null | null | null |
_sh: file format elf32-i386
Disassembly of section .text:
00000000 <main>:
return 0;
}
int
main(void)
{
0: 8d 4c 24 04 lea 0x4(%esp),%ecx
4: 83 e4 f0 and $0xfffffff0,%esp
7: ff 71 fc pushl -0x4(%ecx)
a: 55 push %ebp
... | 38.406793 | 71 | 0.395621 |
0a0dccb01c818a5dd24c27bd7ef97e138af3b0da | 404 | asm | Assembly | programs/oeis/245/A245343.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/245/A245343.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/245/A245343.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A245343: Sum of digits of n written in fractional base 5/3.
; 0,1,2,3,4,3,4,5,6,7,4,5,6,7,8,7,8,9,10,11,6,7,8,9,10,7,8,9,10,11,10,11,12,13,14,7,8,9,10,11,10,11,12,13,14,9,10,11,12,13,10,11,12,13,14,13,14,15,16,17,8,9,10,11,12,11,12,13,14,15
lpb $0,1
mul $0,2
mov $2,$0
mod $2,10
mov $3,1
add $3,$2
sub $0,... | 21.263158 | 180 | 0.569307 |
26507fc7ff4247f025fbd87d8a59815896c9e1b3 | 1,582 | asm | Assembly | testsuite/ubivm/expected/expr9.asm | alexgarzao/UOP | 12460841ff2b9991d2f7f461635b1f551413823f | [
"MIT"
] | null | null | null | testsuite/ubivm/expected/expr9.asm | alexgarzao/UOP | 12460841ff2b9991d2f7f461635b1f551413823f | [
"MIT"
] | null | null | null | testsuite/ubivm/expected/expr9.asm | alexgarzao/UOP | 12460841ff2b9991d2f7f461635b1f551413823f | [
"MIT"
] | null | null | null | Entity start
No options
Constants
0 S start
1 S 2 - 1=
2 I 2
3 I 1
4 S io.writeln
5 S 2 * 7=
6 I 7
7 S 2 * 8 - 5=
8 I 8
9 I 5
10 S 2 - 8 * 5=
11 S (2 - 8) * 5=
12 S (2 * (8 - 18 / 9 * (7 * 8 - 4 + 5 * 7) - 6) * (49 / 7 - 3))=
13 I 18
14 I 9
15 I 4
16 I 6
17 I 49
18 I 3
End
Vali... | 16.309278 | 79 | 0.470291 |
659bfc1982df708132553408346e67495422c209 | 245,838 | asm | Assembly | Code/EhBASIC/basic.asm | QuinnPainter/6502Computer | 2dfd19499bb230caf7a6afb460a54b007692f764 | [
"Unlicense"
] | null | null | null | Code/EhBASIC/basic.asm | QuinnPainter/6502Computer | 2dfd19499bb230caf7a6afb460a54b007692f764 | [
"Unlicense"
] | null | null | null | Code/EhBASIC/basic.asm | QuinnPainter/6502Computer | 2dfd19499bb230caf7a6afb460a54b007692f764 | [
"Unlicense"
] | null | null | null |
; Enhanced BASIC to assemble under 6502 simulator, $ver 2.09
; $E7E1 $E7CF $E7C6 $E7D3 $E7D1 $E7D5 $E7D3
; 2.00 new revision numbers start here
; 2.01 fixed LCASE$() and UCASE$()
; 2.02 new get value routine done
; 2.03 changed RND() to Galois method
; 2.04 fixed SPC()
; 2.05 new get value routine fixed
; 2.06 chang... | 28.685881 | 89 | 0.692647 |
d5fa3d2a86a3d28201a0bca12a03ba89fa127db4 | 289 | asm | Assembly | programs/oeis/131/A131532.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/131/A131532.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/131/A131532.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A131532: Period 6: repeat [0, 0, 0, 0, 1, 1].
; 0,0,0,0,1,1,0,0,0,0,1,1,0,0,0,0,1,1,0,0,0,0,1,1,0,0,0,0,1,1,0,0,0,0,1,1,0,0,0,0,1,1,0,0,0,0,1,1,0,0,0,0,1,1,0,0,0,0,1,1,0,0,0,0,1,1,0,0,0,0,1,1,0,0,0,0,1,1,0,0,0,0,1,1,0,0,0,0,1,1,0,0,0,0,1,1,0,0,0,0,1,1,0,0,0
mov $1,$0
mod $1,6
div $1,4
| 41.285714 | 211 | 0.50519 |
0143aa47c4b6b6a5e653b0a2bfa7f4cebc7fac69 | 405 | asm | Assembly | test/br3392392.asm | km2m/nasm | 4c3798b7e6a1258122722d55d85ecd820721db5d | [
"BSD-2-Clause"
] | 2,219 | 2018-03-26T02:57:34.000Z | 2022-03-31T00:27:59.000Z | test/br3392392.asm | km2m/nasm | 4c3798b7e6a1258122722d55d85ecd820721db5d | [
"BSD-2-Clause"
] | 395 | 2020-04-18T08:22:18.000Z | 2021-12-08T13:04:49.000Z | test/br3392392.asm | km2m/nasm | 4c3798b7e6a1258122722d55d85ecd820721db5d | [
"BSD-2-Clause"
] | 473 | 2019-03-24T16:34:23.000Z | 2022-03-31T02:01:05.000Z | bits 64
vpaddd zmm0, zmm0, [rax]{1to16}
vpaddd zmm2{k3}, zmm0, zmm1
vpaddd zmm2 {k3}, zmm0, zmm1
vpaddd zmm0{k1}, zmm0, [rax]{1to16}
vmovdqa32 [rsi]{k1}, zmm1
vmovdqa32 [rsi]{z}, zmm1
vmovdqa32 [rsi]{k1}{z}, zmm1
vmovdqa32 [rsi]{z}{k1}, zmm1
%ifdef ERROR
vmovdqa32 [rsi]{z}{1to16}, zmm1
vmovdqa32 [rsi]{z}{k1}... | 23.823529 | 36 | 0.661728 |
5198de33c1da2b8285299002b55aadf8defdd639 | 368 | asm | Assembly | src/boot_sect_print_hex.asm | thinkreed/tinyos | 1dbfe7fae0028bdaa3b5c30970bce8716484c949 | [
"MIT"
] | null | null | null | src/boot_sect_print_hex.asm | thinkreed/tinyos | 1dbfe7fae0028bdaa3b5c30970bce8716484c949 | [
"MIT"
] | null | null | null | src/boot_sect_print_hex.asm | thinkreed/tinyos | 1dbfe7fae0028bdaa3b5c30970bce8716484c949 | [
"MIT"
] | null | null | null | print_hex:
pusha
mov cx, 0
hex_loop:
cmp cx, 4
je end
mov ax, dx
and ax, 0x000f
add al, 0x30
cmp al, 0x39
jle step2
add al, 7
step2:
mov bx, HEX_OUT + 5
sub bx, cx
mov [bx], al
ror dx, 4
add cx, 1
jmp hex_loop
end:
mov bx, HEX_OUT
call prin... | 10.222222 | 23 | 0.519022 |
f76572fbb563750c43f00990aa54e937b1b79f05 | 25,596 | asm | Assembly | forktest.asm | Nakazona/operating_systems | 4d9f477c11b5490e52f30c82400d3bd80ac98441 | [
"MIT-0"
] | null | null | null | forktest.asm | Nakazona/operating_systems | 4d9f477c11b5490e52f30c82400d3bd80ac98441 | [
"MIT-0"
] | null | null | null | forktest.asm | Nakazona/operating_systems | 4d9f477c11b5490e52f30c82400d3bd80ac98441 | [
"MIT-0"
] | null | null | null |
_forktest: file format elf32-i386
Disassembly of section .text:
00000000 <printf>:
#define N 1000
void
printf(int fd, char *s, ...)
{
0: 55 push %ebp
1: 89 e5 mov %esp,%ebp
3: 83 ec 08 sub $0x8,%esp
write(fd, s, strlen(s));
6: 83 ec 0c ... | 31.522167 | 53 | 0.41483 |
1673f14e0045aff8bcc3417da3f172738a42fbbf | 1,363 | asm | Assembly | programs/oeis/138/A138985.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/138/A138985.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/138/A138985.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A138985: a(n) = Frobenius number for 5 successive numbers = F(n+1,n+2,n+3,n+4,n+5).
; 1,2,3,4,11,13,15,17,29,32,35,38,55,59,63,67,89,94,99,104,131,137,143,149,181,188,195,202,239,247,255,263,305,314,323,332,379,389,399,409,461,472,483,494,551,563,575,587,649,662,675,688,755,769,783,797,869,884,899,914,991,1007,1023,1... | 136.3 | 1,218 | 0.772561 |
5eec00d75760226c41244e4fc4e2a5cefc2d6ad0 | 308 | asm | Assembly | pwnlib/shellcraft/templates/mips/linux/readv.asm | IMULMUL/python3-pwntools | 61210a68cd88e9084c72292d3119c38c44f07966 | [
"MIT"
] | 325 | 2016-01-25T08:38:06.000Z | 2022-03-30T14:31:50.000Z | pwnlib/shellcraft/templates/mips/linux/readv.asm | IMULMUL/python3-pwntools | 61210a68cd88e9084c72292d3119c38c44f07966 | [
"MIT"
] | 8 | 2016-08-23T10:15:27.000Z | 2019-01-16T02:49:34.000Z | pwnlib/shellcraft/templates/mips/linux/readv.asm | IMULMUL/python3-pwntools | 61210a68cd88e9084c72292d3119c38c44f07966 | [
"MIT"
] | 71 | 2016-07-13T10:03:52.000Z | 2022-01-10T11:57:34.000Z | <%
from pwnlib.shellcraft.mips.linux import syscall
%>
<%page args="fd, iovec, count"/>
<%docstring>
Invokes the syscall readv. See 'man 2 readv' for more information.
Arguments:
fd(int): fd
iovec(iovec): iovec
count(int): count
</%docstring>
${syscall('SYS_readv', fd, iovec, count)}
| 20.533333 | 67 | 0.662338 |
51cb45981d2944e80b499ab40e5061032773e705 | 1,301 | asm | Assembly | programs/oeis/293/A293543.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/293/A293543.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/293/A293543.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A293543: a(n) is the least integer k such that k/Fibonacci(n) > 1/3.
; 0,1,1,1,1,2,3,5,7,12,19,30,48,78,126,204,329,533,862,1394,2255,3649,5904,9553,15456,25009,40465,65473,105937,171410,277347,448757,726103,1174860,1900963,3075822,4976784,8052606,13029390,21081996,34111385,55193381,89304766,144498146,233802911,37830... | 28.911111 | 737 | 0.704074 |
8ea27bcd8369ea0bff46a43f2e4a2a14a8226cc3 | 377 | asm | Assembly | programs/oeis/084/A084326.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/084/A084326.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/084/A084326.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A084326: a(0)=0, a(1)=1; for n>1, a(n) = 6*a(n-1)-4*a(n-2).
; 0,1,6,32,168,880,4608,24128,126336,661504,3463680,18136064,94961664,497225728,2603507712,13632143360,71378829312,373744402432,1956951097344,10246728974336,53652569456640,280928500842496,1470960727228416,7702050360000512
mov $3,1
lpb $0,1
sub $0,1
add ... | 29 | 221 | 0.708223 |
46d7b582b08de10f58d57782ace56b9dd025af9a | 257 | asm | Assembly | test/programs/test-009_includer.asm | jfrech/Joy-Assembler | d5b689d21c51f839660fb6305a6ff98298d99f29 | [
"MIT"
] | null | null | null | test/programs/test-009_includer.asm | jfrech/Joy-Assembler | d5b689d21c51f839660fb6305a6ff98298d99f29 | [
"MIT"
] | null | null | null | test/programs/test-009_includer.asm | jfrech/Joy-Assembler | d5b689d21c51f839660fb6305a6ff98298d99f29 | [
"MIT"
] | null | null | null | jmp @main
include "test-011_include-me.asm"
main:
mov 5
psh
cal @f
pop
swp
mov 8
sub
jnz @err
mov 's'
ptc
mov '\n'
ptc
hlt
err:
mov 'E'
ptc
mov '\n'
ptc
hlt
stack:
data [0xff]
| 8.566667 | 33 | 0.459144 |
c11e90ed3d0f2ed6ad966ee832c235d47b535839 | 31 | asm | Assembly | src/main/fragment/mos6502-common/vwum1=vbuaa_word_pbuc1_derefidx_vbuxx.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | 2 | 2022-03-01T02:21:14.000Z | 2022-03-01T04:33:35.000Z | src/main/fragment/mos6502-common/vwum1=vbuaa_word_pbuc1_derefidx_vbuxx.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | src/main/fragment/mos6502-common/vwum1=vbuaa_word_pbuc1_derefidx_vbuxx.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | sta {m1}+1
lda {c1},x
sta {m1}
| 7.75 | 10 | 0.548387 |
b21677a626e59a1e402d5d7e7da10a2821d8a064 | 667 | asm | Assembly | libsrc/stdio/kc/generic_console_ioctl.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | null | null | null | libsrc/stdio/kc/generic_console_ioctl.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | null | null | null | libsrc/stdio/kc/generic_console_ioctl.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1 | 2019-12-03T23:28:20.000Z | 2019-12-03T23:28:20.000Z |
MODULE generic_console_ioctl
PUBLIC generic_console_ioctl
SECTION code_clib
EXTERN generic_console_cls
EXTERN __console_h
EXTERN __console_w
EXTERN generic_console_font32
EXTERN generic_console_udg32
INCLUDE "ioctl.def"
; a = ioctl
; de = arg
generic_console_ioctl:
ex de,hl
ld c,(hl) ;bc = where we poi... | 18.027027 | 43 | 0.665667 |
e9b6c632b6922739e443e35b0e90db706ff0f24d | 4,686 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_ht_/i3-7100_9_0xca_notsx.log_16673_54.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_ht_/i3-7100_9_0xca_notsx.log_16673_54.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_ht_/i3-7100_9_0xca_notsx.log_16673_54.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 %rax
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x184c9, %rsi
lea addresses_UC_ht+0x13bf9, %rdi
nop
nop
nop
nop
nop
add %r15, %r15
mov $3, %rcx
rep movsq
nop
nop
nop
cmp %rsi, %rsi
lea addresses_WT_ht+0x11971, %rcx
and $18302, %rsi
m... | 53.25 | 2,999 | 0.662399 |
05aa993986ef0281704d6c4f6485a2e018fc433a | 6,010 | asm | Assembly | Transynther/x86/_processed/NC/_zr_/i7-7700_9_0xca.log_21829_1422.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NC/_zr_/i7-7700_9_0xca.log_21829_1422.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NC/_zr_/i7-7700_9_0xca.log_21829_1422.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 %rax
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x1ef0f, %r15
nop
nop
inc %rsi
movw $0x6162, (%r15)
nop
nop
add %rsi, %rsi
lea addresses_WC_ht+0x141d7, %rbx
nop
and %r8, %r8
mov (%rbx), %r15w
inc %rbx
lea addresses_UC_ht+0x1... | 40.608108 | 2,999 | 0.653577 |
56a37d744b3cc113ff8bb45581e0f4b00e30f4c1 | 120 | asm | Assembly | libsrc/_DEVELOPMENT/network/arpa/c/sdcc_iy/ntohs.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/network/arpa/c/sdcc_iy/ntohs.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/network/arpa/c/sdcc_iy/ntohs.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
; uint16_t ntohs(uint16_t)
SECTION code_clib
SECTION code_network
PUBLIC _ntohs
EXTERN _htons
defc _ntohs = _htons
| 10 | 26 | 0.8 |
fffb494b6b3d57b2db5f260331b8e05d9c96587c | 680 | asm | Assembly | oeis/349/A349126.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/349/A349126.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/349/A349126.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A349126: Sum of A064989 and its Dirichlet inverse, where A064989 is multiplicative with a(2^e) = 1 and a(p^e) = prevprime(p)^e for odd primes p.
; Submitted by Jon Maiga
; 2,0,0,1,0,4,0,1,4,6,0,2,0,10,12,1,0,4,0,3,20,14,0,2,9,22,8,5,0,0,0,1,28,26,30,4,0,34,44,3,0,0,0,7,12,38,0,2,25,9,52,11,0,8,42,5,68,46,0,6,0,58,20,... | 68 | 245 | 0.639706 |
16c6cd03e57ef284df30a7f2809202c3158f8f35 | 198 | asm | Assembly | solutions/33 - Data Backup Day/size-8_speed-4.asm | behrmann/7billionhumans | 36d53daf278ef4f3729bc5cba2f2398d5411bd6d | [
"MIT"
] | 45 | 2018-09-05T04:56:59.000Z | 2021-11-22T08:57:26.000Z | solutions/33 - Data Backup Day/size-8_speed-4.asm | behrmann/7billionhumans | 36d53daf278ef4f3729bc5cba2f2398d5411bd6d | [
"MIT"
] | 36 | 2018-09-01T11:34:26.000Z | 2021-05-19T23:20:49.000Z | solutions/33 - Data Backup Day/size-8_speed-4.asm | behrmann/7billionhumans | 36d53daf278ef4f3729bc5cba2f2398d5411bd6d | [
"MIT"
] | 36 | 2018-09-01T07:44:19.000Z | 2021-09-10T19:07:35.000Z | -- 7 Billion Humans (2053) --
-- 33: Data Backup Day --
-- Author: soerface
-- Size: 8
-- Speed: 4
mem1 = set w
mem2 = set e
if w > e:
mem1 = set e
mem2 = set w
endif
pickup mem2
write mem1
drop | 12.375 | 29 | 0.616162 |
84357df95bac6b886e3da63b88b48a76c1d09cc1 | 39,935 | asm | Assembly | user/echo.asm | liyanxp/Xv6-labs | 404e9a376cc55089fa810a2235503bb6eda89359 | [
"MIT-0"
] | null | null | null | user/echo.asm | liyanxp/Xv6-labs | 404e9a376cc55089fa810a2235503bb6eda89359 | [
"MIT-0"
] | null | null | null | user/echo.asm | liyanxp/Xv6-labs | 404e9a376cc55089fa810a2235503bb6eda89359 | [
"MIT-0"
] | null | null | null |
user/_echo: file format elf64-littleriscv
Disassembly of section .text:
0000000000000000 <main>:
#include "kernel/stat.h"
#include "user/user.h"
int
main(int argc, char *argv[])
{
0: 7179 addi sp,sp,-48
2: f406 sd ra,40(sp)
4: f022 sd s0,32(sp)
6: ec2... | 29.647365 | 60 | 0.458996 |
d31e672b4ee42df4adf3ff05e1007d5b5e600efe | 291 | asm | Assembly | libsrc/z80_crt0s/z80/sccz80/l_div_u.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 38 | 2021-06-18T12:56:15.000Z | 2022-03-12T20:38:40.000Z | libsrc/z80_crt0s/z80/sccz80/l_div_u.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 2 | 2021-06-20T16:28:12.000Z | 2021-11-17T21:33:56.000Z | libsrc/z80_crt0s/z80/sccz80/l_div_u.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 6 | 2021-06-18T18:18:36.000Z | 2021-12-22T08:01:32.000Z | ;
; Z88 Runtime library
;
; Moved from z88_crt0.asm to library function
;
; This is the unsigned routine...disregards signs and just does it..
SECTION code_crt0_sccz80
PUBLIC l_div_u
EXTERN l_divu_16_16x16
; unsigned division
; hl = de/hl, de = de%hl
defc l_div_u = l_divu_16_16x16 - 1
| 16.166667 | 68 | 0.749141 |
e68f098957c52001cc2a31116e330e6a8fd8ef01 | 5,170 | asm | Assembly | boot/64bit-switch.asm | Menotdan/DripOSfailures | c325e219de0f654e8af7bebb8c011a6811915916 | [
"MIT"
] | null | null | null | boot/64bit-switch.asm | Menotdan/DripOSfailures | c325e219de0f654e8af7bebb8c011a6811915916 | [
"MIT"
] | null | null | null | boot/64bit-switch.asm | Menotdan/DripOSfailures | c325e219de0f654e8af7bebb8c011a6811915916 | [
"MIT"
] | null | null | null | load64:
[bits 32]
;TESTING IF LONG MODE WORKS
; Check if CPUID is supported by attempting to flip the ID bit (bit 21) in
; the FLAGS register. If we can flip it, CPUID is available.
; Copy FLAGS in to EAX via stack
pushfd
pop eax
; Copy to ECX as well for comparing later on
mov e... | 43.813559 | 95 | 0.531141 |
2048e109c89dc59f26ca5ce6d648e71383a91664 | 536 | asm | Assembly | cs61/lab4/lab04_ex1.asm | bmoya217/ucr | 16a1b24b40845b9b98c6e93b8e1bf24a9f090f4b | [
"Apache-2.0"
] | null | null | null | cs61/lab4/lab04_ex1.asm | bmoya217/ucr | 16a1b24b40845b9b98c6e93b8e1bf24a9f090f4b | [
"Apache-2.0"
] | null | null | null | cs61/lab4/lab04_ex1.asm | bmoya217/ucr | 16a1b24b40845b9b98c6e93b8e1bf24a9f090f4b | [
"Apache-2.0"
] | null | null | null | ;=================================================
; Name: Moya, Branden
; Username: bmoya001@ucr.edu
;
; Lab: lab 1
; Lab section: 021
; TA: Bryan Marsh
;
;=================================================
.Orig x3000
;Instructions
AND R1,R1,#0
LD R1, POINTER
LD R2, COUNTER
LD R3, CHECKER
LOOP_DE_LOOP
STR R2, R1,... | 12.181818 | 50 | 0.548507 |
14614dbd48ffa72e384635e527a9841eb6d9bc37 | 2,136 | asm | Assembly | programs/oeis/005/A005945.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/005/A005945.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/005/A005945.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A005945: Number of n-step mappings with 4 inputs.
; 0,1,15,60,154,315,561,910,1380,1989,2755,3696,4830,6175,7749,9570,11656,14025,16695,19684,23010,26691,30745,35190,40044,45325,51051,57240,63910,71079,78765,86986,95760,105105,115039,125580,136746,148555,161025,174174,188020,202581,217875,233920,250734,268335,286741,... | 142.4 | 1,968 | 0.846442 |
ab9434ed42459ee7ec26dc3a0ecb606f72c04f8b | 12,848 | asm | Assembly | src/hiscore.asm | gbcompo21/shock-lobster | 28e7fb19c671b9086c07eabfb96dff4945e5ceac | [
"Zlib"
] | 7 | 2021-11-20T12:41:42.000Z | 2021-12-07T21:16:58.000Z | src/hiscore.asm | gbcompo21/shock-lobster | 28e7fb19c671b9086c07eabfb96dff4945e5ceac | [
"Zlib"
] | 1 | 2021-11-22T05:59:40.000Z | 2021-11-22T05:59:40.000Z | src/hiscore.asm | gbcompo21/shock-lobster | 28e7fb19c671b9086c07eabfb96dff4945e5ceac | [
"Zlib"
] | 1 | 2021-10-02T17:49:19.000Z | 2021-10-02T17:49:19.000Z | ;********************************************************************
;* *
;* HISCORE.Z80 *
;* *
;* Version... | 36.089888 | 101 | 0.274673 |
bd31fca891f747a024652f012e2466dbbe6b3ae3 | 38,039 | asm | Assembly | Lab3/Worksheet7/worksheet_07.asm | gabemgem/LITEC | 42679504cbd28425b3f33c09f50492bb60f827bb | [
"Unlicense"
] | null | null | null | Lab3/Worksheet7/worksheet_07.asm | gabemgem/LITEC | 42679504cbd28425b3f33c09f50492bb60f827bb | [
"Unlicense"
] | null | null | null | Lab3/Worksheet7/worksheet_07.asm | gabemgem/LITEC | 42679504cbd28425b3f33c09f50492bb60f827bb | [
"Unlicense"
] | null | null | null | ;--------------------------------------------------------
; File Created by SDCC : free open source ANSI-C Compiler
; Version 3.6.0 #9615 (MINGW64)
;--------------------------------------------------------
.module worksheet_07
.optsdcc -mmcs51 --model-small
;--------------------------------------------------------
... | 24.01452 | 142 | 0.593759 |
b241cbb05401f8eee799ce8f8f12be2f06baef4e | 667 | asm | Assembly | oeis/027/A027578.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/027/A027578.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/027/A027578.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A027578: Sums of five consecutive squares: a(n) = n^2 + (n+1)^2 + (n+2)^2 + (n+3)^2 + (n+4)^2.
; Submitted by Christian Krause
; 30,55,90,135,190,255,330,415,510,615,730,855,990,1135,1290,1455,1630,1815,2010,2215,2430,2655,2890,3135,3390,3655,3930,4215,4510,4815,5130,5455,5790,6135,6490,6855,7230,7615,8010,8415,8830,... | 74.111111 | 500 | 0.754123 |
e90be249f507428a64086624912e13e1216a65d7 | 278,815 | asm | Assembly | usertests.asm | vishal-pathare/xv6-public | 257a840c8c3b8aab8244b69a3a17765ac0d685a5 | [
"MIT-0"
] | null | null | null | usertests.asm | vishal-pathare/xv6-public | 257a840c8c3b8aab8244b69a3a17765ac0d685a5 | [
"MIT-0"
] | null | null | null | usertests.asm | vishal-pathare/xv6-public | 257a840c8c3b8aab8244b69a3a17765ac0d685a5 | [
"MIT-0"
] | null | null | null |
_usertests: file format elf32-i386
Disassembly of section .text:
00000000 <main>:
return randstate;
}
int
main(int argc, char *argv[])
{
0: 8d 4c 24 04 lea 0x4(%esp),%ecx
4: 83 e4 f0 and $0xfffffff0,%esp
7: ff 71 fc pushl -0x4(%ecx)
a: 55... | 41.895567 | 240 | 0.430978 |
5b92a048579102e5ae013eb3d79b19cae7732b4f | 211 | asm | Assembly | 05-bootsector-functions-strings/boot_sect_print.asm | XHS-12302/OS-test-project | 3f1977fe5735136e7f68a4c8fc84f85e123497c5 | [
"MIT"
] | null | null | null | 05-bootsector-functions-strings/boot_sect_print.asm | XHS-12302/OS-test-project | 3f1977fe5735136e7f68a4c8fc84f85e123497c5 | [
"MIT"
] | null | null | null | 05-bootsector-functions-strings/boot_sect_print.asm | XHS-12302/OS-test-project | 3f1977fe5735136e7f68a4c8fc84f85e123497c5 | [
"MIT"
] | null | null | null | print:
pusha
start:
mov al, [bx]
cmp al, 0
je done
mov ah, 0x0e
int 10h
add bx,1
jmp start
done:
popa
ret
print_nl:
pusha
mov ah,0x0e
mov al,0x0A
int 10h
mov al,0x0D
int 10h
jmp done
| 6.59375 | 13 | 0.630332 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.