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
7e6e1df4922f404ea336984cd57b94532d484ffc
2,839
asm
Assembly
testcases/add32.asm
Asintoerr/A-Sin-To-Err
daae36051f8c2a4ce1033631d86a4a3adf8e20f7
[ "MIT" ]
null
null
null
testcases/add32.asm
Asintoerr/A-Sin-To-Err
daae36051f8c2a4ce1033631d86a4a3adf8e20f7
[ "MIT" ]
null
null
null
testcases/add32.asm
Asintoerr/A-Sin-To-Err
daae36051f8c2a4ce1033631d86a4a3adf8e20f7
[ "MIT" ]
null
null
null
; 32 bit addition test case #define FIRST_OPERAND $0 ; 32 bits = 8 nibbles #define SECOND_OPERAND $8 #define OPERATION_RESULT $10 ; Variable initialization lit #$6 st FIRST_OPERAND+0 lit #$2 st FIRST_OPERAND+1 lit #$3 st FIRST_OPERAND+2 lit #$b st FIRST_OPERAND+3 ...
22.712
77
0.49454
ae42b81419ed3e81b3bac6934a3a417da73a3690
346
asm
Assembly
data/wildPokemon/route21.asm
adhi-thirumala/EvoYellow
6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c
[ "Unlicense" ]
null
null
null
data/wildPokemon/route21.asm
adhi-thirumala/EvoYellow
6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c
[ "Unlicense" ]
null
null
null
data/wildPokemon/route21.asm
adhi-thirumala/EvoYellow
6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c
[ "Unlicense" ]
null
null
null
Route21Mons: db $19 db 15,MURKROW db 13,TAUROS db 13,SKARMORY db 11,TANGELA db 17,SKARMORY db 15,PIDGEY db 15,RATICATE db 17,TANGELA db 20,NOCTOWL db 15,PIDGEOTTO db $05 db 5,CHINCHOU db 10,CHINCHOU db 15,CHINCHOU db 5,TENTACOOL db 10,TENTACOOL db 15,TENTACOOL db 20,TENTACOOL db 30,LANTURN db 35,L...
13.307692
17
0.734104
73c05143ea222671a4012ae3466ec9decb2a25db
2,048
asm
Assembly
templates/amd64-386/gmdls.asm
going-digital/sointu
60e45182301be0c1cdcca48a0100133f63000e7d
[ "MIT" ]
76
2020-07-15T04:33:30.000Z
2022-03-21T02:51:31.000Z
templates/amd64-386/gmdls.asm
going-digital/sointu
60e45182301be0c1cdcca48a0100133f63000e7d
[ "MIT" ]
85
2020-05-26T06:28:50.000Z
2022-03-23T16:20:14.000Z
templates/amd64-386/gmdls.asm
going-digital/sointu
60e45182301be0c1cdcca48a0100133f63000e7d
[ "MIT" ]
3
2020-10-16T21:26:48.000Z
2021-05-17T11:18:58.000Z
{{- if .SupportsParamValue "oscillator" "type" .Sample}} {{- if eq .OS "windows"}} {{.ExportFunc "su_load_gmdls"}} {{- if .Amd64}} extern OpenFile ; requires windows extern ReadFile ; requires windows ; Win64 ABI: RCX, RDX, R8, and R9 sub rsp, 40 ; Win64 ABI requires "shadow space" +...
40.156863
135
0.597168
a9a0fb9fdf7c5c258faad7f8284d3d0ab129022b
370
asm
Assembly
programs/oeis/127/A127648.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/127/A127648.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/127/A127648.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A127648: Triangle read by rows: row n consists of n zeros followed by n+1. ; 1,0,2,0,0,3,0,0,0,4,0,0,0,0,5,0,0,0,0,0,6,0,0,0,0,0,0,7,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0 mov $1,1 lpb $0 add $1,1 sub $0,...
26.428571
205
0.554054
c3fac8d500c797424b9a08910dc85fff1e58bfa0
706
asm
Assembly
oeis/060/A060946.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/060/A060946.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/060/A060946.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A060946: Trace of Vandermonde matrix of numbers 1,2,...,n, i.e., the matrix A with A[i,j] = i^(j-1), 1 <= i <= n, 1 <= j <= n. ; 1,3,12,76,701,8477,126126,2223278,45269999,1045269999,26982694600,769991065288,24068076187769,817782849441913,30010708874832538,1182932213481679514,49844124089148547995,22357556838278450799...
50.428571
477
0.803116
7ecc44dfa8ae076c68e106ec9ccda1e31d08dbf7
5,155
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2.log_21829_1824.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2.log_21829_1824.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2.log_21829_1824.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 %rbp push %rcx push %rdi push %rdx push %rsi lea addresses_WT_ht+0x18a17, %rbp clflush (%rbp) nop nop nop and %rdx, %rdx mov $0x6162636465666768, %r15 movq %r15, %xmm2 movups %xmm2, (%rbp) nop xor %r14, %r14 lea addresses_A_ht+0x18fd7, %rcx...
47.293578
2,999
0.660912
dccf34bb4656a38bc295f87bf9d081c42273c3c7
7,476
asm
Assembly
source/phase_vertex_cc.asm
stanford-mast/Grazelle-PPoPP18
5c95c1d498a3935a6e40202c34d5f32653132c1c
[ "BSD-3-Clause" ]
19
2018-02-27T14:00:28.000Z
2022-01-14T02:53:50.000Z
source/phase_vertex_cc.asm
stanford-mast/Grazelle-PPoPP18
5c95c1d498a3935a6e40202c34d5f32653132c1c
[ "BSD-3-Clause" ]
4
2018-03-02T13:59:05.000Z
2022-01-19T12:20:50.000Z
source/phase_vertex_cc.asm
stanford-mast/Grazelle-PPoPP18
5c95c1d498a3935a6e40202c34d5f32653132c1c
[ "BSD-3-Clause" ]
1
2019-04-10T18:20:47.000Z
2019-04-10T18:20:47.000Z
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; Grazelle ; High performance, hardware-optimized graph processing engine. ; Targets a single machine with one or more x86-based sockets. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; Authored b...
42.237288
139
0.490637
88f6a37a8b9af0f3725b54530e7a1a22bab718c8
6,570
asm
Assembly
Transynther/x86/_processed/AVXALIGN/_st_/i9-9900K_12_0xa0.log_21829_699.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/AVXALIGN/_st_/i9-9900K_12_0xa0.log_21829_699.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/AVXALIGN/_st_/i9-9900K_12_0xa0.log_21829_699.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 %r13 push %r14 push %rcx push %rdi push %rdx push %rsi lea addresses_WC_ht+0x631a, %rdi clflush (%rdi) nop nop and $52329, %rdx movb $0x61, (%rdi) nop nop dec %r11 lea addresses_UC_ht+0x11b5a, %r13 nop nop nop inc %r14 vmovups (%r13), %ymm0...
35.513514
2,999
0.656621
13b6d5a99ca70f0e0dd236d4e6f4d1766860d24a
29
asm
Assembly
test/same-dest.asm
kspalaiologos/asmbf
c98a51d61724a46855de291a27d68a49a034810b
[ "MIT" ]
67
2020-08-03T06:26:35.000Z
2022-03-24T19:50:51.000Z
test/same-dest.asm
pyautogui/asmbf
37c54a8a62df2fc4bab28bdeb43237b4905cbecd
[ "MIT" ]
55
2019-10-02T19:37:08.000Z
2020-06-12T19:40:53.000Z
test/same-dest.asm
pyautogui/asmbf
37c54a8a62df2fc4bab28bdeb43237b4905cbecd
[ "MIT" ]
9
2019-05-18T11:59:41.000Z
2020-06-21T20:40:25.000Z
txt "abcd" rcl r1, r1 out r1
7.25
10
0.655172
7f2eca38046a8c5f454d8141010d540c495c0db8
8,059
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca.log_21829_665.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_665.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_665.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 %r8 push %r9 push %rax push %rcx push %rdi push %rsi lea addresses_WT_ht+0x1df7c, %rdi nop nop nop nop nop dec %rax mov $0x6162636465666768, %r14 movq %r14, %xmm1 movups %xmm1, (%rdi) nop and $16504, %r9 lea addresses_WT_ht+0x3958, %rsi lea addresses_UC_ht+0xd...
31.357977
2,999
0.653679
f6648c4e971c53f3b3d34fa2f6ed92754f6c1794
830
asm
Assembly
oeis/142/A142674.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/142/A142674.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/142/A142674.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A142674: Primes congruent to 14 mod 57. ; Submitted by Jon Maiga ; 71,641,983,1097,1439,1553,1667,2237,2351,2579,2693,3491,3719,3833,3947,4289,4517,4973,5087,5657,6113,6569,6911,7253,7481,7823,7937,8849,8963,9419,9533,10103,10331,10559,11243,11471,11699,11813,11927,12041,12269,12497,12611,12953,13523,13751,14207,1432...
34.583333
500
0.73012
f5bb544e04ca47bedbddcc4eddcee68fa954138e
3,451
asm
Assembly
45/runtime/rt/hexoct.asm
minblock/msdos
479ffd237d9bb7cc83cb06361db2c4ef42dfbac0
[ "Apache-2.0" ]
null
null
null
45/runtime/rt/hexoct.asm
minblock/msdos
479ffd237d9bb7cc83cb06361db2c4ef42dfbac0
[ "Apache-2.0" ]
null
null
null
45/runtime/rt/hexoct.asm
minblock/msdos
479ffd237d9bb7cc83cb06361db2c4ef42dfbac0
[ "Apache-2.0" ]
null
null
null
TITLE HEXOCT - OCT, HEX functions ;*** ; HEXOCT - OCT, HEX functions ; ; Copyright <C> 1986, Microsoft Corporation ; ;Purpose: ; ; BASIC Syntax mapping to included runtime entry points: ; ; ; - HEX$ Function - calls B$FHEX with 4-byte integer parm. ; ; v$ = HEX$(n) ; | ; B$FHEX ; ; ; - OCT$ Function - calls...
24.475177
79
0.692843
13cc29c87f5efce63246ead2875f6444c523d88c
513
asm
Assembly
programs/oeis/280/A280098.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/280/A280098.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/280/A280098.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A280098: The sum of the divisors of 24*n - 1, divided by 24. ; 1,2,3,5,6,7,7,8,11,10,11,14,13,17,15,16,19,18,28,20,21,24,25,31,25,30,27,31,35,30,31,35,38,41,35,36,37,38,54,46,41,45,43,53,49,46,57,48,62,55,51,55,56,76,55,60,57,63,71,60,80,62,63,77,65,66,67,78,83,74,77,79,78,93,86,76,77,78,95,85,85,94,91,112,85,86,87,8...
42.75
300
0.649123
50a0b630c3e13432551088549002cd7cb814db33
9,507
asm
Assembly
audit/monitor-routines.asm
zellyn/a2audit
b5bb6fa18dfab8f3e96432d799f9e772f4a7824b
[ "MIT" ]
22
2016-11-13T04:56:49.000Z
2021-12-04T20:04:49.000Z
audit/monitor-routines.asm
cbeust/a2audit
5c377d6bd06294a4326a590caa5ffdb290068903
[ "MIT" ]
11
2017-02-24T20:48:59.000Z
2020-09-21T18:15:19.000Z
audit/monitor-routines.asm
cbeust/a2audit
5c377d6bd06294a4326a590caa5ffdb290068903
[ "MIT" ]
3
2017-02-24T17:43:39.000Z
2021-01-09T16:55:20.000Z
!zone monitor { .LOC0 = $00 .LOC1 = $01 .WNDLFT = $20 .WNDWDTH = $21 .WNDTOP = $22 .WNDBTM = $23 .CH = $24 .CV = $25 .GBASL = $26 .GBASH = $27 .BASL = $28 .BASH = $29 .BAS2L = $2A .BAS2H = $2B .V2 = $2D .MASK = $2E .COLOR = $...
31.273026
57
0.4503
dfbec421e8ac24a43c19170236fb5fb5e6bf61ad
7,926
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_452.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_0xa0_notsx.log_21829_452.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_0xa0_notsx.log_21829_452.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 %rax push %rbp push %rcx push %rdi push %rdx push %rsi lea addresses_A_ht+0xefba, %r15 nop and $22501, %r14 mov (%r15), %esi nop nop nop nop nop and %rcx, %rcx lea addresses_normal_ht+0x186fa, %rax dec %rbp mov (%rax), %dx nop nop nop nop add $7719, ...
34.611354
2,999
0.656826
50921879bc683625635bae3594720fae197ab99f
1,404
asm
Assembly
chap18/ex6/blend_avx512.asm
JamesType/optimization-manual
61cdcebb16e0768a6ab7e85ed535e64e9d8cc31a
[ "0BSD" ]
374
2021-06-08T10:42:01.000Z
2022-03-29T14:21:45.000Z
chap18/ex6/blend_avx512.asm
JamesType/optimization-manual
61cdcebb16e0768a6ab7e85ed535e64e9d8cc31a
[ "0BSD" ]
1
2021-06-11T20:24:02.000Z
2021-06-11T20:24:02.000Z
chap18/ex6/blend_avx512.asm
JamesType/optimization-manual
61cdcebb16e0768a6ab7e85ed535e64e9d8cc31a
[ "0BSD" ]
39
2021-06-08T11:25:29.000Z
2022-03-05T05:14:17.000Z
; ; Copyright (C) 2021 by Intel Corporation ; ; Permission to use, copy, modify, and/or distribute this software for any ; purpose with or without fee is hereby granted. ; ; THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH ; REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHA...
25.527273
79
0.687322
e38b06bc3330ae64977389253bb658baa300f652
10,711
asm
Assembly
src/uart.asm
maziac/dezogif
e92f6a0e21ac6b465349e193417e3f19721f763d
[ "MIT" ]
2
2020-05-25T09:25:46.000Z
2020-12-30T10:43:58.000Z
src/uart.asm
maziac/dezogif
e92f6a0e21ac6b465349e193417e3f19721f763d
[ "MIT" ]
null
null
null
src/uart.asm
maziac/dezogif
e92f6a0e21ac6b465349e193417e3f19721f763d
[ "MIT" ]
null
null
null
;=========================================================================== ; uart.asm ; ; Routines for the lowel handling of the UART. ; I.e. ; - Check the port for received byte. ; - Get received byte. ; - Send one byte. ; ; Speed: ; The routine runs at 28MHz. I.e. 7MHz for 4 T-States. ; Or 7 million simple instruct...
25.025701
102
0.524227
6b4b01a664f89e091d028f4afcf5745f18b67469
732
asm
Assembly
programs/oeis/061/A061547.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/061/A061547.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/061/A061547.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A061547: Number of 132 and 213-avoiding derangements of {1,2,...,n}. ; 0,1,2,6,10,26,42,106,170,426,682,1706,2730,6826,10922,27306,43690,109226,174762,436906,699050,1747626,2796202,6990506,11184810,27962026,44739242,111848106,178956970,447392426,715827882,1789569706,2863311530,7158278826,11453246122,28633115306,45812...
40.666667
509
0.777322
06dcffdebf4ea1e72cf435d5e1cb1562939093e7
676
asm
Assembly
oeis/208/A208950.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/208/A208950.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/208/A208950.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A208950: a(4*n) = n*(16*n^2-1)/3, a(2*n+1) = n*(n+1)*(2*n+1)/6, a(4*n+2) = (4*n+1)*(4*n+2)*(4*n+3)/6. ; 0,0,1,1,5,5,35,14,42,30,165,55,143,91,455,140,340,204,969,285,665,385,1771,506,1150,650,2925,819,1827,1015,4495,1240,2728,1496,6545,1785,3885,2109,9139,2470,5330,2870,12341,3311,7095,3795,16215,4324,9212,4900,20825...
56.333333
495
0.707101
4295668bdb040e931e5ebe172ae183d544b1e476
502
asm
Assembly
oeis/079/A079777.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/079/A079777.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/079/A079777.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A079777: a(0) = 0, a(1) = 1; for n > 1, a(n) = (a(n-1) + a(n-2)) (mod n). ; Submitted by Jamie Morken(s4) ; 0,1,1,2,3,0,3,3,6,0,6,6,0,6,6,12,2,14,16,11,7,18,3,21,0,21,21,15,8,23,1,24,25,16,7,23,30,16,8,24,32,15,5,20,25,0,25,25,2,27,29,5,34,39,19,3,22,25,47,13,0,13,13,26,39,0,39,39,10,49,59,37,24,61,11,72,7,2,9,11,20,...
27.888889
263
0.553785
36eba7745beed8ccae794a407e3ab6b9d45158ee
679
asm
Assembly
oeis/066/A066098.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/066/A066098.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/066/A066098.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A066098: Sum of digits of primorial(n) (A002110). ; Submitted by Jamie Morken(w1) ; 2,6,3,3,6,6,12,48,33,48,30,48,42,51,93,87,75,111,111,132,114,141,156,150,150,156,183,213,240,201,210,222,192,210,258,249,312,267,282,348,300,336,375,312,372,390,381,363,366,411,363,366,375,399,447,516,501,501,492,534,579,519,555,561,6...
67.9
379
0.717231
a1affc8774cefbedea9f0b2e44a5f68572cbbcea
38,767
asm
Assembly
src/root/src/api/segmented/ops/kind.asm
0xCM/z0
b157d3354cfff4630aa83c52ac0faf983ee4aafd
[ "BSD-3-Clause" ]
null
null
null
src/root/src/api/segmented/ops/kind.asm
0xCM/z0
b157d3354cfff4630aa83c52ac0faf983ee4aafd
[ "BSD-3-Clause" ]
null
null
null
src/root/src/api/segmented/ops/kind.asm
0xCM/z0
b157d3354cfff4630aa83c52ac0faf983ee4aafd
[ "BSD-3-Clause" ]
null
null
null
0000h nop dword ptr [rax+rax] ; NOP r/m32 | o32 0F 1F /0 | 5 | 0f 1f 44 00 00 0005h movzx eax,cx ; MOVZX r32, r/m16 | o32 0F B7 /r | 3 | 0f b7 c1 0008h cmp eax,40h ; ...
135.076655
141
0.304589
530d077d91f9e2564cf12061d2414b4a030d82dc
1,418
asm
Assembly
y2s2/csa/practicals/revision/ex-5.asm
ouldevloper/university
4bb4a7e86912b46aa625900d2985b4d1e436cf4e
[ "MIT" ]
8
2019-06-22T14:29:51.000Z
2021-09-22T16:58:12.000Z
y2s2/csa/practicals/revision/ex-5.asm
ouldevloper/university
4bb4a7e86912b46aa625900d2985b4d1e436cf4e
[ "MIT" ]
1
2020-06-30T06:38:00.000Z
2020-07-08T06:37:57.000Z
y2s2/csa/practicals/revision/ex-5.asm
ouldevloper/university
4bb4a7e86912b46aa625900d2985b4d1e436cf4e
[ "MIT" ]
9
2020-04-04T12:59:50.000Z
2022-03-27T22:44:58.000Z
; ex-5.asm (loop, array, jump) ; find largest value from list ; prompt for 5 digits ; accept 5 digits (assume will only enter 5 digits) ; find largest value ; display largest value on screen .MODEL SMALL .STACK 100 .DATA STR LABEL BYTE maxn DB 6 actn DB ? actstr DB 6 dup('$') ...
15.932584
51
0.51622
cacc1f4544e15d922c40d70fc136ce1ecb90a08b
403
asm
Assembly
y2s2/csa/tutorials/t10-code/t10-challenge-1.2-HOT-TOPIC.asm
ouldevloper/university
4bb4a7e86912b46aa625900d2985b4d1e436cf4e
[ "MIT" ]
8
2019-06-22T14:29:51.000Z
2021-09-22T16:58:12.000Z
y2s2/csa/tutorials/t10-code/t10-challenge-1.2-HOT-TOPIC.asm
ouldevloper/university
4bb4a7e86912b46aa625900d2985b4d1e436cf4e
[ "MIT" ]
1
2020-06-30T06:38:00.000Z
2020-07-08T06:37:57.000Z
y2s2/csa/tutorials/t10-code/t10-challenge-1.2-HOT-TOPIC.asm
ouldevloper/university
4bb4a7e86912b46aa625900d2985b4d1e436cf4e
[ "MIT" ]
9
2020-04-04T12:59:50.000Z
2022-03-27T22:44:58.000Z
; t10-challenge-1.2-HOT-TOPIC.asm ; Write a program to determine the number of positive & ; negative numbers in a list ; The number 0 is used to end the list, which means ; the size of the integer list is not fixed LIST DB 12, 29, -9, 5, -48, 20 MOV SI, 0 L1: CMP LIST[SI], 0 JE Display JG L3 INC CNTN...
19.190476
55
0.620347
0498707e6ad5d624792e1501b44510c0382d383e
1,831
asm
Assembly
programs/oeis/060/A060787.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/060/A060787.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/060/A060787.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A060787: a(n) = 18*(n-2)*(2*n-5). ; 0,18,108,270,504,810,1188,1638,2160,2754,3420,4158,4968,5850,6804,7830,8928,10098,11340,12654,14040,15498,17028,18630,20304,22050,23868,25758,27720,29754,31860,34038,36288,38610,41004,43470,46008,48618,51300,54054,56880,59778,62748,65790,68904,72090,75348,78678,82080,85554,89100,92...
228.875
1,755
0.841617
8817c8a8c9ba4ed7308f2c7baefc91f904f7692a
487
asm
Assembly
oeis/331/A331022.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/331/A331022.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/331/A331022.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A331022: Numbers k such that the number of strict integer partitions of k is a power of 2. ; Submitted by Jon Maiga ; 0,1,2,3,4,6,9,16,20,29,34,45 mov $4,$0 mov $6,$0 lpb $4 mov $0,$6 mov $1,0 sub $4,1 sub $0,$4 mov $2,$0 add $0,1 div $0,2 lpb $0 sub $0,1 mov $3,$2 sub $3,$0 sub $3,1 ...
14.323529
92
0.498973
a31e83b9f78d041ac2d5533ad3d42e068cf90604
259
asm
Assembly
Linux/addWithoutCarry/addWithoutCarry.asm
shikhar-scs/Assembly-with-MacOS
6690d5da758d614fd5af452f86ad5153fb7466f0
[ "Apache-2.0" ]
19
2018-04-20T04:41:23.000Z
2021-11-14T15:58:24.000Z
Linux/addWithoutCarry/addWithoutCarry.asm
shikhar-scs/Assembly-with-MacOS
6690d5da758d614fd5af452f86ad5153fb7466f0
[ "Apache-2.0" ]
1
2018-04-20T02:01:17.000Z
2018-04-20T11:47:22.000Z
Linux/addWithoutCarry/addWithoutCarry.asm
shikhar-scs/Assembly-with-MacOS
6690d5da758d614fd5af452f86ad5153fb7466f0
[ "Apache-2.0" ]
7
2018-04-19T20:05:30.000Z
2020-06-24T03:12:40.000Z
data SEGMENT n1 DB 03h n2 DB 07h data ENDS code SEGMENT assume CS:code, DS:data start: MOV AX,data MOV DS,AX MOV AL,n1 ADD AL,n2 ADD AL,30h ; decimal to ascii MOV DL,AL MOV AH,02h ; character output INT 21h MOV AH,4ch ;exit INT 21h code ENDS END start
9.592593
29
0.72973
405db914c36ce8ce3246481a9e4d4c0a3d80650a
5,911
asm
Assembly
Transynther/x86/_processed/US/_zr_/i3-7100_9_0xca_notsx.log_410_1470.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/US/_zr_/i3-7100_9_0xca_notsx.log_410_1470.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/US/_zr_/i3-7100_9_0xca_notsx.log_410_1470.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 %r9 push %rax push %rcx push %rdi push %rsi lea addresses_D_ht+0x1c230, %rsi lea addresses_WT_ht+0xcc04, %rdi nop nop nop nop nop cmp $53795, %rax mov $95, %rcx rep movsl nop cmp $61926, %r9 lea addresses_WC_ht+0x14664, %rsi lea addresses_WC_ht+0x5fb...
26.271111
1,229
0.653527
4c1bfc0519dfd21f8bd04042711df508be678c10
396
asm
Assembly
oeis/347/A347365.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/347/A347365.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/347/A347365.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A347365: a(n) = n * (2-(-1)^n), or zero together with first differences of even triangular numbers halved (A074378). ; Submitted by Simon Strandgaard ; 0,3,2,9,4,15,6,21,8,27,10,33,12,39,14,45,16,51,18,57,20,63,22,69,24,75,26,81,28,87,30,93,32,99,34,105,36,111,38,117,40,123,42,129,44,135,46,141,48,147,50,153,52,159,5...
44
204
0.676768
7c7f995995c1d2dd47fe8d79b1d4c6575203deaa
166,364
asm
Assembly
src/test/resources/asm/dhrystoneO3C.asm
cbrune/VexRiscv
4824827b7ed6331acfda1c2b0dd8c9fb7361cb96
[ "MIT" ]
1,524
2017-03-23T19:56:30.000Z
2022-03-31T10:23:27.000Z
src/test/resources/asm/dhrystoneO3C.asm
cbrune/VexRiscv
4824827b7ed6331acfda1c2b0dd8c9fb7361cb96
[ "MIT" ]
234
2017-08-05T16:39:01.000Z
2022-03-25T09:57:00.000Z
src/test/resources/asm/dhrystoneO3C.asm
cbrune/VexRiscv
4824827b7ed6331acfda1c2b0dd8c9fb7361cb96
[ "MIT" ]
283
2017-03-13T18:59:22.000Z
2022-03-31T11:19:31.000Z
build/dhrystone.elf: file format elf32-littleriscv Disassembly of section .vector: 80000000 <crtStart>: .global crtStart .global main .global irqCallback crtStart: j crtInit 80000000: a8ad j 8000007a <crtInit> nop 80000002: 0001 nop nop 80000004: 0001 nop ...
43.357832
82
0.599306
a1472c2266a71a7fb628d6e1876e2d480215aadd
412
asm
Assembly
programs/oeis/162/A162609.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/162/A162609.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/162/A162609.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A162609: Triangle read by rows in which row n lists n terms, starting with 1, with gaps = n-2 between successive terms. ; 1,1,1,1,2,3,1,3,5,7,1,4,7,10,13,1,5,9,13,17,21,1,6,11,16,21,26,31,1,7,13,19,25,31,37,43,1,8,15,22,29,36,43,50,57,1,9,17,25,33,41,49,57,65,73,1,10,19,28,37,46,55,64,73,82,91,1,11,21,31,41,51,61,71,...
31.692308
200
0.626214
c988fa7dfd8618b89bf11212fadaf417dbfce069
415
asm
Assembly
oeis/321/A321663.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/321/A321663.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/321/A321663.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A321663: a(n) = prime(n)^prime(n+2). ; Submitted by Christian Krause ; 32,2187,48828125,96889010407,505447028499293771,1461920290375446110677,19967568900859523802559065713,12129821994589221844500501021364910179,1635170022196481349560959748587682926364327,1284475787728524720826927656893473276744000042113841709 mov $2...
37.727273
241
0.819277
879a1cd6cceb3832e099cde332f2b4f77677c0b4
2,573
asm
Assembly
Source/Levels/L0901.asm
AbePralle/FGB
52f004b8d9d4091a2a242a012dc8c1f90d4c160d
[ "MIT" ]
null
null
null
Source/Levels/L0901.asm
AbePralle/FGB
52f004b8d9d4091a2a242a012dc8c1f90d4c160d
[ "MIT" ]
null
null
null
Source/Levels/L0901.asm
AbePralle/FGB
52f004b8d9d4091a2a242a012dc8c1f90d4c160d
[ "MIT" ]
null
null
null
; L0901.asm ; Generated 01.03.1980 by mlevel ; Modified 01.03.1980 by Abe Pralle INCLUDE "Source/Defs.inc" INCLUDE "Source/Levels.inc" HFENCE_INDEX EQU 35 VFENCE_INDEX EQU 39 VAR_HFENCE EQU 0 VAR_VFENCE EQU 1 ;--------------------------------------------------------------------- SECTION "Level0901Section",ROMX ;---...
26.802083
70
0.448892
f999dc75151352cb2cc590688ce5111ba4eae170
5,174
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_1260.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_1260.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_1260.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 %r14 push %rax push %rcx push %rdi push %rdx push %rsi lea addresses_D_ht+0x1d33a, %rax inc %r13 vmovups (%rax), %ymm2 vextracti128 $0, %ymm2, %xmm2 vpextrq $1, %xmm2, %rsi nop nop nop nop xor $5477, %rdx lea addresses_D_ht+0x9b3a, %r14 add %r13, %r13 mov (%r1...
47.036364
2,999
0.660224
c6e76e88b9b4502706ea33f355472b1184d5c64c
383
asm
Assembly
programs/oeis/176/A176849.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/176/A176849.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/176/A176849.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A176849: Triangle read by rows which contains the (6n)-th row of the Pascal triangle in row n. ; 1,1,6,15,20,15,6,1,1,12,66,220,495,792,924,792,495,220,66,12,1,1,18,153,816,3060,8568,18564,31824,43758,48620,43758,31824,18564,8568,3060,816,153,18,1,1,24,276,2024,10626,42504,134596,346104,735471,1307504 lpb $0 sub $...
31.916667
207
0.694517
f9dcb7d7064a8f0eea5a6554c5a9731100e30047
26,836
asm
Assembly
PRACT0/SO1HPUB/asm/c2c.asm
so1h/SO1H
7163aa1907b7f7ab70ab022012036c4fa0482e17
[ "BSD-2-Clause" ]
null
null
null
PRACT0/SO1HPUB/asm/c2c.asm
so1h/SO1H
7163aa1907b7f7ab70ab022012036c4fa0482e17
[ "BSD-2-Clause" ]
null
null
null
PRACT0/SO1HPUB/asm/c2c.asm
so1h/SO1H
7163aa1907b7f7ab70ab022012036c4fa0482e17
[ "BSD-2-Clause" ]
null
null
null
bits 16 ; glb intptr_t : int ; glb uintptr_t : unsigned ; glb intmax_t : int ; glb uintmax_t : unsigned ; glb int8_t : signed char ; glb int_least8_t : signed char ; glb int_fast8_t : signed char ; glb uint8_t : unsigned char ; glb uint_least8_t : unsigned char ; glb uint_fast8_t : unsigned char ; glb int16_t : short ...
23.727675
92
0.546318
bfcd8c4411b8ba9859add29766afca3bf096d02d
341
asm
Assembly
programs/oeis/131/A131820.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/131/A131820.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/131/A131820.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A131820: Row sums of triangle A131819. ; 1,6,16,33,59,96,146,211,293,394,516,661,831,1028,1254,1511,1801,2126,2488,2889,3331,3816,4346,4923,5549,6226,6956,7741,8583,9484,10446,11471,12561,13718,14944,16241,17611,19056,20578,22179,23861,25626 mov $1,$0 mul $1,2 mul $0,$1 add $1,7 add $0,$1 add $0,5 mul $0,$1 sub $0,8...
24.357143
202
0.709677
52a3b9b17e1beebebeacbbb1d35541824ac0554f
542
asm
Assembly
programs/oeis/261/A261695.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/261/A261695.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/261/A261695.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A261695: First differences of A256534. ; 0,4,12,12,36,12,36,60,84,12,36,60,84,108,132,156,180,12,36,60,84,108,132,156,180,204,228,252,276,300,324,348,372,12,36,60,84,108,132,156,180,204,228,252,276,300,324,348,372,396,420,444,468,492,516,540,564,588,612,636,660,684,708,732,756,12,36,60,84,108 lpb $0 mov $1,$0 mi...
41.692308
254
0.697417
a03487153646d24eaf9677cc272b45ae88915229
753
asm
Assembly
oeis/041/A041257.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/041/A041257.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/041/A041257.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A041257: Denominators of continued fraction convergents to sqrt(140). ; Submitted by Jon Maiga ; 1,1,5,6,137,143,709,852,19453,20305,100673,120978,2762189,2883167,14294857,17178024,392211385,409389409,2029769021,2439158430,55691254481,58130412911,288212906125,346343319036,7907765924917,8254109243953,40924202900729,49...
35.857143
488
0.798141
c66cbdcaea2e07c5e0358fd22a6bac8302d1f0f0
882
asm
Assembly
runtime/linux64/linux64.asm
pedroreissantos/compact
90c99b75fb86979e72d47d69dcbd7f7558b50adf
[ "BSD-3-Clause" ]
4
2021-07-23T01:17:41.000Z
2021-12-10T21:28:37.000Z
runtime/linux64/linux64.asm
pedroreissantos/compact
90c99b75fb86979e72d47d69dcbd7f7558b50adf
[ "BSD-3-Clause" ]
null
null
null
runtime/linux64/linux64.asm
pedroreissantos/compact
90c99b75fb86979e72d47d69dcbd7f7558b50adf
[ "BSD-3-Clause" ]
16
2019-03-16T20:21:50.000Z
2020-05-22T15:18:07.000Z
section .bss $buf2 resb 2 section .text global _prints, _readb, _exit, _start extern _env, _strlen, _main _prints: push qword [rsp+8] ; pushd 'prints' first argument call _strlen mov rdx, rax ; strlen pop rsi ; string mov edi, 1 ; stdout mov eax, 1 ; SYS_write syscall ret _readb: push rdi push rsi ...
15.206897
52
0.656463
76aaa8dc602e2dda712763606a1f8846036b4cba
320
asm
Assembly
8bitsum2.asm
adey99/8085asmcodes
8049bbf4cc698f5ac9309fee2c5b827680acc8de
[ "MIT" ]
null
null
null
8bitsum2.asm
adey99/8085asmcodes
8049bbf4cc698f5ac9309fee2c5b827680acc8de
[ "MIT" ]
null
null
null
8bitsum2.asm
adey99/8085asmcodes
8049bbf4cc698f5ac9309fee2c5b827680acc8de
[ "MIT" ]
null
null
null
// ADDITION OF TWO 8 BIT NUMBERS // Manually strore 1st no in the memory location C050 // Manually store 2nd no in the memory location C051 // Result is stored in C053 LXI H,C050 MOV A,M INX H ADD M STA C052 HLT // EXAMPLE-> C050 = 55H, C051 =66H // ANSWER -> C052 = BBH # ORG C050 # DB 55H,66H
20
53
0.646875
564bb7503e5e2432762f22454fd8a4efd8fdf525
1,050
asm
Assembly
data/pokemon/base_stats/blaziken.asm
AtmaBuster/pokeplat-gen2
fa83b2e75575949b8f72cb2c48f7a1042e97f70f
[ "blessing" ]
6
2021-06-19T06:41:19.000Z
2022-02-15T17:12:33.000Z
data/pokemon/base_stats/blaziken.asm
AtmaBuster/pokeplat-gen2-old
01e42c55db5408d72d89133dc84a46c699d849ad
[ "blessing" ]
null
null
null
data/pokemon/base_stats/blaziken.asm
AtmaBuster/pokeplat-gen2-old
01e42c55db5408d72d89133dc84a46c699d849ad
[ "blessing" ]
2
2021-08-11T19:47:07.000Z
2022-01-01T07:07:56.000Z
db 0 ; species ID placeholder db 80, 120, 70, 80, 110, 70 ; hp atk def spd sat sdf db FIRE, FIRE ; type db 45 ; catch rate db 209 ; base exp db NO_ITEM, NO_ITEM ; items db GENDER_F12_5 ; gender ratio db 20 ; step cycles to hatch INCBIN "gfx/pokemon/blaziken/front.dimensions" db GROWTH_MEDIUM_SLO...
52.5
628
0.764762
16446bc8bcc10a2bc00d2abec1240b3fee3ee532
398
asm
Assembly
programs/oeis/213/A213397.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/213/A213397.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/213/A213397.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A213397: Number of (w,x,y) with all terms in {0,...,n} and 2*w >= |x+y-z|. ; 1,5,18,43,83,144,229,341,486,667,887,1152,1465,1829,2250,2731,3275,3888,4573,5333,6174,7099,8111,9216,10417,11717,13122,14635,16259,18000,19861,21845,23958,26203,28583,31104,33769,36581,39546,42667,45947,49392,53005,56789,60750 add $0,1 pow...
28.428571
229
0.68593
3af4ea49c400ba70108cd867f161c01986c4c17a
7,721
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2.log_21829_1612.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2.log_21829_1612.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2.log_21829_1612.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 %r13 push %r14 push %r8 push %r9 push %rbx push %rcx push %rdi push %rsi lea addresses_WC_ht+0x11ac0, %r10 nop nop nop and %r12, %r12 movb $0x61, (%r10) nop nop nop nop nop add %r13, %r13 lea addresses_A_ht+0x94f0, %r13 nop nop sub %r8, %r8 vmovups (...
35.255708
2,999
0.655615
b5e856e5e7b09ed83a16005c6f0731d1cae72e66
5,563
asm
Assembly
target/asm/flat12864test1.asm
chriscamacho/emu68k
5fc9e79e42b2023277dfa49e7faa7898d0d8ed96
[ "MIT" ]
8
2020-08-29T21:17:23.000Z
2021-12-28T19:35:59.000Z
target/asm/flat12864test1.asm
chriscamacho/emu68k
5fc9e79e42b2023277dfa49e7faa7898d0d8ed96
[ "MIT" ]
null
null
null
target/asm/flat12864test1.asm
chriscamacho/emu68k
5fc9e79e42b2023277dfa49e7faa7898d0d8ed96
[ "MIT" ]
1
2021-11-02T20:46:48.000Z
2021-11-02T20:46:48.000Z
dc.l end+1024 ; start up SP dc.l start ; start up PC ; demonstrates the 128x64 frame buffer display and the VBL plugin ; this got a bit out of hand and some sections of code rely ; on certain registers not getting changed... not terribly good practice! rorg $400 frame: ...
26.874396
73
0.465576
e93e7d2be66621e44922732608d461c60e977438
1,174
asm
Assembly
programs/oeis/277/A277722.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/277/A277722.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
programs/oeis/277/A277722.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
; A277722: a(n) = floor(n*tau^2) where tau is the tribonacci constant (A058265). ; 0,3,6,10,13,16,20,23,27,30,33,37,40,43,47,50,54,57,60,64,67,71,74,77,81,84,87,91,94,98,101,104,108,111,115,118,121,125,128,131,135,138,142,145,148,152,155,158,162,165,169,172,175,179,182,186,189,192,196,199,202,206,209,213,216,219,223,22...
69.058824
968
0.713799
87eb70807d4bf9b111529b374bde5e4961bee0ce
8,408
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_687.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_0x84_notsx.log_21829_687.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_0x84_notsx.log_21829_687.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 %r9 push %rax push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_A_ht+0x1e10, %rdx nop nop nop cmp %rax, %rax and $0xffffffffffffffc0, %rdx vmovntdqa (%rdx), %ymm4 vextracti128 $1, %ymm4, %xmm4 vpextrq $0, %xmm4, %rbx nop nop nop and $24822, %r9 l...
31.969582
2,999
0.658183
ef7905b02466fa64900f0fa2637b7237ebd94cee
266
asm
Assembly
data/mapHeaders/viridianforest.asm
adhi-thirumala/EvoYellow
6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c
[ "Unlicense" ]
16
2018-08-28T21:47:01.000Z
2022-02-20T20:29:59.000Z
data/mapHeaders/viridianforest.asm
adhi-thirumala/EvoYellow
6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c
[ "Unlicense" ]
5
2019-04-03T19:53:11.000Z
2022-03-11T22:49:34.000Z
data/mapHeaders/viridianforest.asm
adhi-thirumala/EvoYellow
6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c
[ "Unlicense" ]
2
2019-12-09T19:46:02.000Z
2020-12-05T21:36:30.000Z
ViridianForest_h: db FOREST ; tileset db VIRIDIAN_FOREST_HEIGHT, VIRIDIAN_FOREST_WIDTH ; dimensions (y, x) dw ViridianForestBlocks, ViridianForestTextPointers, ViridianForestScript ; blocks, texts, scripts db $00 ; connections dw ViridianForestObject ; objects
38
99
0.819549
c5a7e6a9644ac31120c47080a70fdc65629751af
1,432
asm
Assembly
libsrc/spectrum/if1_init_file.asm
dex4er/deb-z88dk
9ee4f23444fa6f6043462332a1bff7ae20a8504b
[ "ClArtistic" ]
1
2018-09-04T23:07:24.000Z
2018-09-04T23:07:24.000Z
libsrc/spectrum/if1_init_file.asm
dex4er/deb-z88dk
9ee4f23444fa6f6043462332a1bff7ae20a8504b
[ "ClArtistic" ]
null
null
null
libsrc/spectrum/if1_init_file.asm
dex4er/deb-z88dk
9ee4f23444fa6f6043462332a1bff7ae20a8504b
[ "ClArtistic" ]
null
null
null
; ; ZX IF1 & Microdrive functions ; ; int if1_init_file (int drive, int name, struct M_CHAN buffer); ; ; This is the original BASIC structure with no added values/flags. ; ; ; Open a file for writing ; ; $Id: if1_init_file.asm,v 1.1 2006/05/23 21:47:25 stefano Exp $ ; XLIB if1_init_file LIB i...
17.253012
67
0.613128
41d572e67e89bf5cfe7967b2a29cc58d21e53974
28,719
asm
Assembly
MSDOS/Virus.MSDOS.Unknown.vcomm.asm
fengjixuchui/Family
2abe167082817d70ff2fd6567104ce4bcf0fe304
[ "MIT" ]
3
2021-05-15T15:57:13.000Z
2022-03-16T09:11:05.000Z
MSDOS/Virus.MSDOS.Unknown.vcomm.asm
fengjixuchui/Family
2abe167082817d70ff2fd6567104ce4bcf0fe304
[ "MIT" ]
null
null
null
MSDOS/Virus.MSDOS.Unknown.vcomm.asm
fengjixuchui/Family
2abe167082817d70ff2fd6567104ce4bcf0fe304
[ "MIT" ]
3
2021-05-15T15:57:15.000Z
2022-01-08T20:51:04.000Z
;--------------------------------------------------------------------; ; ; ; EXE virus, with resident part ; ; ; ; ---- infecting p...
39.667127
81
0.453846
79123d8f4d285e90bc6f8eca5f22583f3c74eec9
8,099
asm
Assembly
tools/asmx2/test/8051.asm
retro16/blastsdk
572bd8489e6a2c1cc638120aa62241c99badc2e5
[ "MIT" ]
10
2017-01-14T16:22:58.000Z
2021-02-16T21:41:48.000Z
tools/asmx2/test/8051.asm
retro16/blastsdk
572bd8489e6a2c1cc638120aa62241c99badc2e5
[ "MIT" ]
3
2016-09-15T21:45:34.000Z
2016-09-17T08:06:06.000Z
tools/asmx2/test/8051.asm
retro16/blastsdk
572bd8489e6a2c1cc638120aa62241c99badc2e5
[ "MIT" ]
2
2016-09-15T22:09:38.000Z
2018-05-21T15:26:30.000Z
; 8051.ASM dir equ 'D' imm equ 'I' bit equ 0x28 b equ 0x02 ad16 equ $1234 NOP ; 00 AJMP $0001 ; 01 xx LJMP ad16 ; 02 xxxx RR A ; 03 INC A ; 04 INC dir ; 05 dir INC @...
28.925
38
0.328436
153e7702cf378610d4d902af0923cb9e23e52bf2
431
asm
Assembly
programs/oeis/165/A165478.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/165/A165478.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/165/A165478.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A165478: Positions of zeros in A165477. ; 0,131070,131071,262141,262142,393212,393213,524283,524284,655354,655355,786425,786426,917496,917497,1048567,1048568,1179638,1179639,1310709,1310710,1441780,1441781,1572851,1572852,1703922,1703923 mov $2,$0 sub $4,$0 mul $0,2 div $0,4 mov $1,$0 mov $0,5 mov $3,$1 mov $1,13106...
18.73913
197
0.705336
afcfaea1bd2bb6f570505a9f46f412a2f93ca543
483
asm
Assembly
programs/oeis/053/A053645.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/053/A053645.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/053/A053645.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A053645: Distance to largest power of 2 less than or equal to n; write n in binary, change the first digit to zero, and convert back to decimal. ; 0,0,1,0,1,2,3,0,1,2,3,4,5,6,7,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,0,1,2,3,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,0,1,2,3,4,5,6,7,8...
40.25
256
0.6294
f45773694e2f894a48e88409e122e46e8b6e3252
588
asm
Assembly
oeis/092/A092557.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/092/A092557.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/092/A092557.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A092557: Triangle read by rows: T(1,1) = 1; for n>=2, write the first n^2 integers in an n X n array beginning with 1 in the upper left proceeding left to right and top to bottom; then T(n,k) is the last prime in the k-th row. ; 1,2,3,3,5,7,3,7,11,13,5,7,13,19,23,5,11,17,23,29,31,7,13,19,23,31,41,47,7,13,23,31,37,47,...
98
228
0.670068
269195406450c24b3a3afb014dafcbc7dc6044f9
1,230
asm
Assembly
engine/battle/move_effects/spikes.asm
AtmaBuster/pokeplat-gen2
fa83b2e75575949b8f72cb2c48f7a1042e97f70f
[ "blessing" ]
6
2021-06-19T06:41:19.000Z
2022-02-15T17:12:33.000Z
engine/battle/move_effects/spikes.asm
AtmaBuster/pokeplat-gen2-old
01e42c55db5408d72d89133dc84a46c699d849ad
[ "blessing" ]
null
null
null
engine/battle/move_effects/spikes.asm
AtmaBuster/pokeplat-gen2-old
01e42c55db5408d72d89133dc84a46c699d849ad
[ "blessing" ]
3
2021-01-15T18:45:40.000Z
2021-10-16T03:35:27.000Z
BattleCommand_spikes: ; spikes ld hl, wEnemyScreens ldh a, [hBattleTurn] and a jr z, .asm_3768e ld hl, wPlayerScreens .asm_3768e ; Fails if 3 layers of spikes are already down ld a, [hl] and MASK_SPIKES cp SPIKES_3 jr z, .failed ; Nothing else stops it from working. inc [hl] call AnimateCurrentMove2 ...
14.302326
52
0.749593
683cbac3f02f0f1a26a865c59aed76f94fc05c49
279
asm
Assembly
programs/oeis/053/A053796.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/053/A053796.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/053/A053796.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A053796: n^2+n modulo 5. ; 0,2,1,2,0,0,2,1,2,0,0,2,1,2,0,0,2,1,2,0,0,2,1,2,0,0,2,1,2,0,0,2,1,2,0,0,2,1,2,0,0,2,1,2,0,0,2,1,2,0,0,2,1,2,0,0,2,1,2,0,0,2,1,2,0,0,2,1,2,0,0,2,1,2,0,0,2,1,2,0,0,2,1,2,0,0,2,1,2,0,0,2,1,2,0,0,2,1,2,0,0,2,1,2,0 mov $1,$0 mul $1,$0 add $1,$0 mod $1,5
34.875
211
0.508961
aaeeb925d6d5d064b6b68e24db4f319e40e27a12
9,458
asm
Assembly
Transynther/x86/_processed/US/_ht_zr_/i9-9900K_12_0xca_notsx.log_21829_1951.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/US/_ht_zr_/i9-9900K_12_0xca_notsx.log_21829_1951.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/US/_ht_zr_/i9-9900K_12_0xca_notsx.log_21829_1951.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 %r14 push %r8 push %rbx push %rcx push %rdi push %rsi lea addresses_A_ht+0x14b36, %r8 nop nop add %r14, %r14 movups (%r8), %xmm2 vpextrq $0, %xmm2, %rbx nop nop nop nop nop cmp $5740, %r11 lea addresses_A_ht+0x87d8, %rsi lea addresses_WC_ht+0x1c02e, ...
29.835962
2,999
0.654261
6c4fedd80277785042f3ff8b38514efe7a4f789a
1,105
asm
Assembly
boot/16bit/pm/switch_to_pm.asm
DanielEliad/os
1ff0259a35ceb172eab5774bf4af6d671b6a9b38
[ "MIT" ]
null
null
null
boot/16bit/pm/switch_to_pm.asm
DanielEliad/os
1ff0259a35ceb172eab5774bf4af6d671b6a9b38
[ "MIT" ]
null
null
null
boot/16bit/pm/switch_to_pm.asm
DanielEliad/os
1ff0259a35ceb172eab5774bf4af6d671b6a9b38
[ "MIT" ]
null
null
null
[bits 16] ; Switch to protected mode switch_to_pm: cli ; We must switch of interrupts until we have ; set -up the protected mode interrupt vector ; otherwise interrupts will run riot. lgdt [gdt_descriptor] ; Load our global descriptor table , which defines ; the protected mode segments ( e.g. for code and data ) mov e...
38.103448
80
0.728507
f8c8524a698817ad4cf85a9697429c0be8d17eca
559,857
asm
Assembly
test/filters-cases/clanglib-bug2898.asm
OfekShilon/compiler-explorer
7ee2ab17f29470575443bd67e5685ac54ce76158
[ "BSD-2-Clause" ]
4,668
2017-01-02T19:35:10.000Z
2020-05-16T03:18:45.000Z
test/filters-cases/clanglib-bug2898.asm
OfekShilon/compiler-explorer
7ee2ab17f29470575443bd67e5685ac54ce76158
[ "BSD-2-Clause" ]
1,750
2017-01-02T19:37:06.000Z
2020-05-16T14:54:29.000Z
test/filters-cases/clanglib-bug2898.asm
OfekShilon/compiler-explorer
7ee2ab17f29470575443bd67e5685ac54ce76158
[ "BSD-2-Clause" ]
620
2017-01-03T00:29:17.000Z
2020-05-14T09:27:47.000Z
.text .intel_syntax noprefix .file "example.cpp" .file 1 "/opt/compiler-explorer/libs/eve/trunk/include/eve/function" "convert.hpp" .file 2 "/opt/compiler-explorer/libs/eve/trunk/include/eve/detail/function" "bit_cast.hpp" .file 3 "/usr/include/x86_64-linux-gnu/bits" "types.h" .file 4 "/usr/include/x86_64-linux-...
59.730823
187
0.436274
8d184cafbb48480b0276c38cc794eefc9af58174
744
asm
Assembly
library/02_functions_batch1/GetRawData4Read.asm
SamantazFox/dds140-reverse-engineering
4c8c286ffc20f2ee07061c83b0a0a68204d90148
[ "Unlicense" ]
1
2021-06-05T23:41:15.000Z
2021-06-05T23:41:15.000Z
library/02_functions_batch1/GetRawData4Read.asm
SamantazFox/dds140-reverse-engineering
4c8c286ffc20f2ee07061c83b0a0a68204d90148
[ "Unlicense" ]
null
null
null
library/02_functions_batch1/GetRawData4Read.asm
SamantazFox/dds140-reverse-engineering
4c8c286ffc20f2ee07061c83b0a0a68204d90148
[ "Unlicense" ]
null
null
null
10001200: 83 7c 24 04 00 cmp DWORD PTR [esp+0x4],0x0 10001205: b8 10 10 01 10 mov eax,0x10011010 1000120a: 74 05 je 0x10001211 1000120c: b8 10 32 01 10 mov eax,0x10013210 10001211: c2 04 00 ret 0x4 10001214: cc int3 10001215: cc ...
41.333333
62
0.427419
65a2f1098d86f7e9ab6019fb2c1c5d43456d5a6d
680
asm
Assembly
oeis/064/A064335.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/064/A064335.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/064/A064335.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A064335: a(n) = 6*(2*n)!/(n+2). ; Submitted by Jon Maiga ; 3,4,36,864,40320,3110400,359251200,58118860800,12553673932800,3492203839488000,1216451004088320000,518769566666588160000,265906457885674045440000,161316584450642254233600000,114333129229392697688064000000,93618656404302726577520640000000,877102789778978433890...
61.818182
452
0.839706
aa82f8dcd2315684ebfd8524a4c0b8e9063e61a6
287
asm
Assembly
libsrc/rs232/cpc/sti/rs232_init.asm
andydansby/z88dk-mk2
51c15f1387293809c496f5eaf7b196f8a0e9b66b
[ "ClArtistic" ]
1
2020-09-15T08:35:49.000Z
2020-09-15T08:35:49.000Z
libsrc/rs232/cpc/sti/rs232_init.asm
andydansby/z88dk-MK2
51c15f1387293809c496f5eaf7b196f8a0e9b66b
[ "ClArtistic" ]
null
null
null
libsrc/rs232/cpc/sti/rs232_init.asm
andydansby/z88dk-MK2
51c15f1387293809c496f5eaf7b196f8a0e9b66b
[ "ClArtistic" ]
null
null
null
; ; z88dk RS232 Function ; ; Amstrad CPC (STI) version ; ; unsigned char rs232_init() ; ; $Id: rs232_init.asm,v 1.2 2008/06/05 14:31:24 stefano Exp $ XLIB rs232_init rs232_init: ld hl,0 ;RS_ERR_OK; ret
17.9375
67
0.498258
09fb431435e83a8b76236eb11bbb67de916ca728
12,476
asm
Assembly
engine/pokemon/party_menu.asm
AtmaBuster/pokeplat-gen2
fa83b2e75575949b8f72cb2c48f7a1042e97f70f
[ "blessing" ]
6
2021-06-19T06:41:19.000Z
2022-02-15T17:12:33.000Z
engine/pokemon/party_menu.asm
AtmaBuster/pokeplat-gen2-old
01e42c55db5408d72d89133dc84a46c699d849ad
[ "blessing" ]
null
null
null
engine/pokemon/party_menu.asm
AtmaBuster/pokeplat-gen2-old
01e42c55db5408d72d89133dc84a46c699d849ad
[ "blessing" ]
3
2021-01-15T18:45:40.000Z
2021-10-16T03:35:27.000Z
SelectMonFromParty: call DisableSpriteUpdates xor a ld [wPartyMenuActionText], a call ClearBGPalettes call InitPartyMenuLayout call WaitBGMap call SetPalettes call DelayFrame call PartyMenuSelect call ReturnToMapWithSpeechTextbox ret SelectTradeOrDayCareMon: ld a, b ld [wPartyMenuActionText], a call Disa...
14.473318
66
0.71345
09f14aeea1c984e8bad1d952403cc41efc02c683
3,424
asm
Assembly
45/beef/drv/kbd/src/tables5.asm
minblock/msdos
479ffd237d9bb7cc83cb06361db2c4ef42dfbac0
[ "Apache-2.0" ]
null
null
null
45/beef/drv/kbd/src/tables5.asm
minblock/msdos
479ffd237d9bb7cc83cb06361db2c4ef42dfbac0
[ "Apache-2.0" ]
null
null
null
45/beef/drv/kbd/src/tables5.asm
minblock/msdos
479ffd237d9bb7cc83cb06361db2c4ef42dfbac0
[ "Apache-2.0" ]
null
null
null
;* ;* CW : Character Windows Drivers ;* ;* tables5.asm : OS/2 tables for key lookup ;***************************************************************************** ;* Adapted from PM "atvkey.asm" ;* Copyright (C) 1987 by Microsoft Inc. ;* Adaptations include: ;* change to old windows VK names ;* compact everything ...
26.137405
78
0.642815
d587f5645a73a9f7b6c4c1b7739b1b7113d35c51
326
asm
Assembly
oeis/083/A083426.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/083/A083426.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/083/A083426.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A083426: (4*7^n+2^n)/5. ; Submitted by Jamie Morken(s1) ; 1,6,40,276,1924,13452,94132,658860,4611892,32282988,225980404,1581861804,11073030580,77511209964,542578461556,3798049214508,26586344468788,186104411215980,1302730878380788,9119116148403372 mov $1,7 pow $1,$0 mul $1,4 mov $2,2 pow $2,$0 add $1,$2 mov $0,$1 div...
25.076923
190
0.754601
a59e8a3a15406009e40d0fb64ee50f175d839fb5
416
asm
Assembly
oeis/205/A205184.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/205/A205184.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/205/A205184.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A205184: Period 12: repeat (1, 8, 4, 9, 7, 8, 7, 9, 4, 8, 1, 9). ; Submitted by Jamie Morken(s3) ; 1,8,4,9,7,8,7,9,4,8,1,9,1,8,4,9,7,8,7,9,4,8,1,9,1,8,4,9,7,8,7,9,4,8,1,9,1,8,4,9,7,8,7,9,4,8,1,9,1,8,4,9,7,8,7,9,4,8,1,9,1,8,4,9,7,8,7,9,4,8,1,9,1,8,4,9,7,8,7,9,4,8,1,9,1,8 seq $0,115598 ; Consider all Pythagorean tripl...
46.222222
173
0.584135
ceba6f12b5e26ce90571808c68feedb86e005eef
304
asm
Assembly
programs/oeis/051/A051067.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/051/A051067.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/051/A051067.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A051067: A051066 read mod 2. ; 0,1,1,1,0,0,0,1,1,0,0,1,0,0,1,0,0,1,1,0,0,0,1,1,1,0,0,0,1,1,1,0,0,0,1,1,0,0,1,0,0,1,0,0,1,1,0,0,0,1,1,1,0,0,0,1,1,1,0,0,0,1,1,0,0,1,0,0,1,0,0,1,1,0,0,0,1,1,1,0,0,1,1,0,1,1,0,1,1,0,0,1,1,1,0,0,0,1,1,0,0,1,0,0,1 cal $0,122250 ; Partial sums of A004128. mod $0,2 mov $1,$0
43.428571
211
0.549342
7a05eedd72179082a15cfeebbb371cddecca344e
9,245
asm
Assembly
Transynther/x86/_processed/NC/_st_zr_4k_sm_/i3-7100_9_0x84_notsx.log_21829_2010.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_sm_/i3-7100_9_0x84_notsx.log_21829_2010.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_sm_/i3-7100_9_0x84_notsx.log_21829_2010.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 %r14 push %r15 push %rax push %rcx push %rdi push %rdx push %rsi lea addresses_A_ht+0xf57f, %rsi lea addresses_UC_ht+0x9ecf, %rdi nop nop nop nop inc %r14 mov $101, %rcx rep movsb and $1978, %rax lea addresses_WC_ht+0x1157f, %r15 nop nop nop nop nop add $16515...
30.411184
2,999
0.653759
bbbc8cda22976932411d8092be90c938f12eeeb6
378
asm
Assembly
programs/oeis/130/A130238.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/130/A130238.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/130/A130238.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A130238: Partial sums of A130237. ; 0,2,8,20,36,61,91,126,174,228,288,354,426,517,615,720,832,951,1077,1210,1350,1518,1694,1878,2070,2270,2478,2694,2918,3150,3390,3638,3894,4158,4464,4779,5103,5436,5778,6129,6489,6858,7236,7623,8019,8424,8838 lpb $0 mov $2,$0 sub $0,1 seq $2,130237 ; The 'lower' Fibonacci Inve...
34.363636
208
0.71164
6f9dd87599f81d5f60251ea035a1b33fd6cd96a9
2,476
asm
Assembly
utils/pointless.asm
ring00/NaiveCPU
3b719799ec1351e221bf242e4c5fc1f500322f5d
[ "MIT" ]
null
null
null
utils/pointless.asm
ring00/NaiveCPU
3b719799ec1351e221bf242e4c5fc1f500322f5d
[ "MIT" ]
null
null
null
utils/pointless.asm
ring00/NaiveCPU
3b719799ec1351e221bf242e4c5fc1f500322f5d
[ "MIT" ]
null
null
null
; // A slide consists 80 * 30 = 2400 character ; // we will use 0x0100~0xBC7F to store at most 20 slides ; short* ptr; ; void print_to_screen() { ; short* current_ptr = ptr; ; short* current_mem = 0xF000; ; for (int i = 0; i < 0x1E; i++) { // 0x1E = 30 ; for (int j = 0; j < 0x50; j++) { // 0x50 = 80 ; ...
17.81295
57
0.516559
bd80208a219fdb717a9ae8a7f4798247043ed07a
7,384
asm
Assembly
Transynther/x86/_processed/AVXALIGN/_st_/i7-7700_9_0xca.log_21829_355.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_355.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_355.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 %r13 push %r15 push %r8 push %rcx push %rdi push %rdx push %rsi lea addresses_WT_ht+0x1923f, %r13 nop nop nop nop nop inc %r15 mov (%r13), %r11 nop xor $56523, %r13 lea addresses_D_ht+0xcbef, %rdx nop and $54509, %r8 mov (%rdx), %r12w nop and %r13, %...
34.02765
2,999
0.654659
9debfa6167eb03bef89637fa48728e46eba297ea
148
asm
Assembly
libsrc/_DEVELOPMENT/arch/ts2068/display/c/sdcc/tshc_py2saddr.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
libsrc/_DEVELOPMENT/arch/ts2068/display/c/sdcc/tshc_py2saddr.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
1,600
2017-01-15T16:12:02.000Z
2022-03-31T12:11:12.000Z
libsrc/_DEVELOPMENT/arch/ts2068/display/c/sdcc/tshc_py2saddr.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
; void *tshc_py2saddr(uchar y) SECTION code_clib SECTION code_arch PUBLIC _tshc_py2saddr EXTERN _zx_py2saddr defc _tshc_py2saddr = _zx_py2saddr
13.454545
34
0.831081
6426fd46016ca362d8fe1cdefa08eb58d4e81455
401
asm
Assembly
oeis/204/A204030.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/204/A204030.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/204/A204030.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A204030: Symmetric matrix based on f(i,j) = gcd(i+1, j+1), by antidiagonals. ; Submitted by Jon Maiga ; 2,1,1,2,3,2,1,1,1,1,2,1,4,1,2,1,3,1,1,3,1,2,1,2,5,2,1,2,1,1,1,1,1,1,1,1,2,3,4,1,6,1,4,3,2,1,1,1,1,1,1,1,1,1,1,2,1,2,1,2,7,2,1,2,1,2,1,3,1,5,3,1,1,3,5,1,3,1,2,1,4,1,2,1,8,1,2,1,4,1,2,1,1,1,1,1,1,1,1 lpb $0 add $1...
26.733333
199
0.546135
89240f2a1bd0a469efbe9c3165a897aba172a3e5
401
asm
Assembly
oeis/192/A192338.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/192/A192338.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/192/A192338.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A192338: Constant term of the reduction of n-th polynomial at A157751 by x^2->x+2. ; Submitted by Christian Krause ; 1,2,6,18,54,166,514,1610,5078,16118,51394,164474,527798,1697254,5466498,17627370,56892246,183742358 mov $1,1 lpb $0 sub $0,1 mov $2,$1 add $1,$4 mul $3,2 sub $3,$4 mov $4,$2 mov $2,$3 ...
18.227273
101
0.630923
d9904366ad84147952c9940ba9880abd7216cbb4
6,290
asm
Assembly
Games/banchorce/source/bancsav.asm
CiaranGruber/Ti-84-Calculator
96742a4a2b9e21aa9d675575dc7e4f26365430c0
[ "MIT" ]
1
2019-03-31T11:49:12.000Z
2019-03-31T11:49:12.000Z
Games/banchorce/source/bancsav.asm
CiaranGruber/Ti-84-Calculator
96742a4a2b9e21aa9d675575dc7e4f26365430c0
[ "MIT" ]
null
null
null
Games/banchorce/source/bancsav.asm
CiaranGruber/Ti-84-Calculator
96742a4a2b9e21aa9d675575dc7e4f26365430c0
[ "MIT" ]
1
2020-03-09T13:21:19.000Z
2020-03-09T13:21:19.000Z
;---------------------------------------------------------------; ; ; ; Banchor ; ; Save Game File ; ; ...
78.625
147
0.412878
2d90e034918ec7469def3e13e386fddf0ef8f5d0
2,516
asm
Assembly
leds_demo/leds_demo.asm
k12a-cpu/example-programs
e081c2eb439698bd32c7fbfc677bddb2e4e138c8
[ "MIT" ]
null
null
null
leds_demo/leds_demo.asm
k12a-cpu/example-programs
e081c2eb439698bd32c7fbfc677bddb2e4e138c8
[ "MIT" ]
2
2016-05-29T17:36:12.000Z
2016-05-29T17:36:58.000Z
leds_demo/leds_demo.asm
k12a-cpu/programs
e081c2eb439698bd32c7fbfc677bddb2e4e138c8
[ "MIT" ]
null
null
null
; Simple demo to display a pattern on the LEDs attached to digital output port 0. ; The I/O port connected to the digital outputs. .define LEDS_PORT 0 start: ; Initialise stack pointer. movi C, 0x90 movi D, 0x00 putsp ; Initialise A. movi A, 0x01 ; Update LEDs to contents of A. out L...
26.765957
125
0.598172
464730dba19ea836974c1300e4396237e22f5d25
332
asm
Assembly
programs/oeis/166/A166496.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/166/A166496.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/166/A166496.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A166496: Prime plus the next composite. ; 6,7,11,15,23,27,35,39,47,59,63,75,83,87,95,107,119,123,135,143,147,159,167,179,195,203,207,215,219,227,255,263,275,279,299,303,315,327,335,347,359,363,383,387,395,399,423,447,455,459,467,479,483,503,515,527 seq $0,6005 ; The odd prime numbers together with 1. mul $0,2 max $0...
41.5
208
0.713855
18b4185b553e657f75f1df113294adbab00cee62
6,259
asm
Assembly
Transynther/x86/_processed/NONE/_xt_sm_/i7-7700_9_0xca.log_21829_1744.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.log_21829_1744.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.log_21829_1744.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 %r9 push %rcx push %rdi push %rdx push %rsi lea addresses_WT_ht+0x1b305, %r8 cmp %r10, %r10 vmovups (%r8), %ymm6 vextracti128 $1, %ymm6, %xmm6 vpextrq $0, %xmm6, %rsi and $63720, %rdx lea addresses_WT_ht+0x10d05, %rsi lea addresses_A_ht+0xb245, %rdi c...
38.875776
2,999
0.652021
56a88fe71dbbe830942f999c8e32dc82b14acc42
20,049
asm
Assembly
code/boot/loader.asm
yishiyu/YishiOS
f447cd8c16eaa63088e360929ec45143ed0359d4
[ "MIT" ]
1
2022-01-17T10:10:58.000Z
2022-01-17T10:10:58.000Z
code/boot/loader.asm
yishiyu/YishiOS
f447cd8c16eaa63088e360929ec45143ed0359d4
[ "MIT" ]
null
null
null
code/boot/loader.asm
yishiyu/YishiOS
f447cd8c16eaa63088e360929ec45143ed0359d4
[ "MIT" ]
null
null
null
;======================================= ; loader 程序 ; 1. 获取内存的信息 ; 2. 搜索并加载 kernel.bin ; 3. 进入保护模式(由于保护模式下仅根据偏移就能寻址 4G 的空间,所以不再在内核中划分不同的段) ; 4. 启动分页机制(根据得到的内存信息, 部分初始化页表) ; 5. 重新放置 kernel (kernel 文件为 elf 格式文件,与引导扇区一样,现在麻烦点可以给以后积累很多可以用的代码) ; 6. 跳转进入 kernel ; ; 代码布局: ; 数据定义 ; 实模式代码 ; 实模式函数定义 ; 保护模式代码 ; 保护模式函数定义 ;==...
22.808874
167
0.572048
a426ffdb3e49df1fcbe9776071dee21669317fd5
1,836
asm
Assembly
uti/lintasc.asm
olifink/smsqe
c546d882b26566a46d71820d1539bed9ea8af108
[ "BSD-2-Clause" ]
null
null
null
uti/lintasc.asm
olifink/smsqe
c546d882b26566a46d71820d1539bed9ea8af108
[ "BSD-2-Clause" ]
null
null
null
uti/lintasc.asm
olifink/smsqe
c546d882b26566a46d71820d1539bed9ea8af108
[ "BSD-2-Clause" ]
null
null
null
; Convert a long integer to ASCII into a buffer 1993 Jochen Merz section utility xdef ut_lintasc ;+++ ; Convert a long integer to ASCII into a buffer. The maximum value ; is 999.999.999. A dirty way of doing it, but very quick. ; ; Entry Exit ; ...
29.142857
73
0.441176
38b135268896aeeebc035c9b173f17eaad273895
176
asm
Assembly
sbsext/ut/errbp.asm
olifink/smsqe
c546d882b26566a46d71820d1539bed9ea8af108
[ "BSD-2-Clause" ]
null
null
null
sbsext/ut/errbp.asm
olifink/smsqe
c546d882b26566a46d71820d1539bed9ea8af108
[ "BSD-2-Clause" ]
null
null
null
sbsext/ut/errbp.asm
olifink/smsqe
c546d882b26566a46d71820d1539bed9ea8af108
[ "BSD-2-Clause" ]
null
null
null
* set error - Bad parameter * section utils * xdef err_bp * include dev8_sbsext_ext_keys * err_bp moveq #err.bp,d0 rts end
13.538462
36
0.528409
7c0e725a9904869a06c78637521fab90d392c772
2,309
asm
Assembly
main.asm
microwave89-hv/te-sound-barrier
e73fd1f26b093dbcd0d4eef7539f4fbfd589b26a
[ "Apache-2.0" ]
null
null
null
main.asm
microwave89-hv/te-sound-barrier
e73fd1f26b093dbcd0d4eef7539f4fbfd589b26a
[ "Apache-2.0" ]
null
null
null
main.asm
microwave89-hv/te-sound-barrier
e73fd1f26b093dbcd0d4eef7539f4fbfd589b26a
[ "Apache-2.0" ]
null
null
null
; Copyright (c) 2020 microwave89-hv ; ; Licensed under the Apache License, Version 2.0 (the "License"); ; you may not use this file except in compliance with the License. ; You may obtain a copy of the License at ; ; http://www.apache.org/licenses/LICENSE-2.0 ; ; Unless required by applicable law or agree...
48.104167
149
0.716761
f2e9917a38c5335bb4d5c733cf3ef163dce29695
373
asm
Assembly
programs/oeis/176/A176835.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/176/A176835.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/176/A176835.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A176835: Number of positive integers k for which k^2 - n*k is a square. ; 1,1,2,1,2,2,2,2,3,2,2,2,2,2,5,3,2,3,2,2,5,2,2,5,3,2,4,2,2,5,2,4,5,2,5,3,2,2,5,5,2,5,2,2,8,2,2,8,3,3,5,2,2,4,5,5,5,2,2,5,2,2,8,5,5,5,2,2,5,5,2,8,2,2,8,2,5,5,2,8,5,2,2,5,5,2,5,5,2,8,5,2,5,2,5,11,2,3,8,3 add $0,1 dif $0,2 sub $0,1 seq $0,46079 ; ...
41.444444
202
0.587131
621c5d7c8a65b9e53aef08fabde2b2335fe0890c
519
asm
Assembly
oeis/140/A140525.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/140/A140525.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/140/A140525.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A140525: a(1)=2. For n >=2, a(n) = the least integer >= a(n-1) that is not coprime to both a(n-1)+1 and a(n-1). ; Submitted by Jon Maiga ; 2,6,14,18,38,42,86,90,98,102,206,210,422,426,434,438,878,882,1766,1770,1778,1782,3566,3570,7142,7146,7154,7158,14318,14322,28646,28650,28658,28662,57326,57330,114662,114666,114674...
24.714286
209
0.626204
ef0cdd9ea049790d3f24844c0266e96872f26430
215
asm
Assembly
Lab Assessment Submission/Lab 2/lab2,1620106042.asm
Rupak95/CSE331L-Section-10-Fall20-NSU
b7182cb9aff02feb3d9eec9e24c25630ba29716d
[ "MIT" ]
null
null
null
Lab Assessment Submission/Lab 2/lab2,1620106042.asm
Rupak95/CSE331L-Section-10-Fall20-NSU
b7182cb9aff02feb3d9eec9e24c25630ba29716d
[ "MIT" ]
null
null
null
Lab Assessment Submission/Lab 2/lab2,1620106042.asm
Rupak95/CSE331L-Section-10-Fall20-NSU
b7182cb9aff02feb3d9eec9e24c25630ba29716d
[ "MIT" ]
null
null
null
; You may customize this and other start-up templates; ; The location of this template is c:\emu8086\inc\0_com_template.txt org 100h K1 EQU 6 K2 EQU 5 K3 EQU 5 MOV AX, K1 ADD AX, K2 ADD AX, K3 ADD BX,AX ret
11.315789
68
0.716279
b981e78bda37473315141e7718ac54c6cfee9815
6,690
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_1489.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_0xa0_notsx.log_21829_1489.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_0xa0_notsx.log_21829_1489.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 %r9 push %rcx push %rdi push %rsi lea addresses_WT_ht+0x1ec39, %r12 and $5392, %r9 movb $0x61, (%r12) nop nop xor %r11, %r11 lea addresses_D_ht+0xb679, %rdi nop sub %rsi, %rsi mov (%rdi), %r12d nop nop nop inc %rdi lea addresses_A_...
33.118812
2,999
0.653961
9d4a8db4ad7760650da0b72e9dbfe091a3240d5d
5,212
asm
Assembly
Transynther/x86/_processed/NC/_zr_/i3-7100_9_0x84_notsx.log_21829_2472.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NC/_zr_/i3-7100_9_0x84_notsx.log_21829_2472.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NC/_zr_/i3-7100_9_0x84_notsx.log_21829_2472.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: ret .global s_faulty_load s_faulty_load: push %r11 push %r14 push %r8 push %rbp push %rbx push %rdi push %rsi // Load lea addresses_D+0x348c, %r14 nop nop dec %r8 mov (%r14), %rsi nop nop nop sub $34009, %r11 // Load lea addresses_UC+0x16cd0, %rdi clflush (%rdi) nop n...
44.931034
2,999
0.652149
286bfe4ab37ae9fb013d2795c06e9c9a2806b87f
180
asm
Assembly
uw2/call-eop-slidePanel.asm
JohnGlassmyer/UltimaHacks
f9a114e00c4a1edf1ac7792b465feff2c9b88ced
[ "MIT" ]
68
2018-03-04T22:34:22.000Z
2022-03-10T15:18:32.000Z
uw2/call-eop-slidePanel.asm
ptrie/UltimaHacks
2c3557a86d94ad8b54b26bc395b9aed1604f8be1
[ "MIT" ]
19
2018-11-20T04:06:49.000Z
2021-11-08T16:37:10.000Z
uw2/call-eop-slidePanel.asm
ptrie/UltimaHacks
2c3557a86d94ad8b54b26bc395b9aed1604f8be1
[ "MIT" ]
4
2020-09-01T17:57:36.000Z
2022-01-04T20:51:11.000Z
%include "../UltimaPatcher.asm" %include "include/uw2.asm" %include "include/uw2-eop.asm" defineAddress 39, 0x0A30, animateSlidingPanel %include "../uw1/call-eop-slidePanel.asm"
22.5
45
0.755556
d3ccc421afa562a640ff79682ab5fbb597628c3f
415
asm
Assembly
oeis/139/A139108.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/139/A139108.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/139/A139108.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A139108: Bisection of A139102. ; Submitted by Jamie Morken(s4) ; 2,37,2397,153437,157119967,40222711647,2574253545437,2636035630527967,674825121415159677,691020924329123509751,176901356628255618496351,181146989187333753340263903,741978067711319053681720948727 mul $0,2 add $0,1 seq $0,6093 ; a(n) = prime(n) - 1. seq ...
41.5
196
0.756627
018df8e9c4cc1b220fdf633af1cd5f7814a2851d
7,258
asm
Assembly
Driver/Printer/HP/Pcl4/pcl4DriverInfo.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
504
2018-11-18T03:35:53.000Z
2022-03-29T01:02:51.000Z
Driver/Printer/HP/Pcl4/pcl4DriverInfo.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
96
2018-11-19T21:06:50.000Z
2022-03-06T10:26:48.000Z
Driver/Printer/HP/Pcl4/pcl4DriverInfo.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: LaserJet printer driver FILE: pcl4DriverInfo.asm AUTHOR: Dave Durran REVISION HISTORY: Name Date Description ---- ---- ---------...
45.080745
80
0.67553
d3fffe4ba2e5c6ccdb7d59a1457e34eb28210e61
2,585
asm
Assembly
src/asm/rs232OLD.asm
javierquevedo/open-iroom
b4e6a5b1e1024d4baaf26c90c6df53898414f410
[ "MIT" ]
null
null
null
src/asm/rs232OLD.asm
javierquevedo/open-iroom
b4e6a5b1e1024d4baaf26c90c6df53898414f410
[ "MIT" ]
null
null
null
src/asm/rs232OLD.asm
javierquevedo/open-iroom
b4e6a5b1e1024d4baaf26c90c6df53898414f410
[ "MIT" ]
null
null
null
TRANS_READY BIT 01H ORDEN_PEND BIT 02H BUFER EQU 030H BUFERP EQU 03AH TEMP EQU 03BH LED EQU P2.0 ORG 0000H LJMP START org 0023H LJMP RTI_RS232 ORG 0100H ENCENDER_LED: CLR LED RET APAGAR_LED: SETB LED RET SAY_HELLO: MOV DPH,#HIGH STR_HELLO MOV DPL,#LOW STR_HELLO LCALL WRITE_STRING ...
12.548544
65
0.707157
d70594c4b371b66671de311730f142f57aac694b
1,668
asm
Assembly
programs/oeis/157/A157914.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/157/A157914.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/157/A157914.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A157914: a(n) = 8*n^2 - 1. ; 7,31,71,127,199,287,391,511,647,799,967,1151,1351,1567,1799,2047,2311,2591,2887,3199,3527,3871,4231,4607,4999,5407,5831,6271,6727,7199,7687,8191,8711,9247,9799,10367,10951,11551,12167,12799,13447,14111,14791,15487,16199,16927,17671,18431,19207,19999,20807,21631,22471,23327,24199,25087,259...
185.333333
1,590
0.82554
c4d78f63256bcf869cd6ad86580f49f87477b73a
729
asm
Assembly
oeis/100/A100449.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/100/A100449.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/100/A100449.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A100449: Number of ordered pairs (i,j) with |i| + |j| <= n and gcd(i,j) <= 1. ; Submitted by Jon Maiga ; 1,5,9,17,25,41,49,73,89,113,129,169,185,233,257,289,321,385,409,481,513,561,601,689,721,801,849,921,969,1081,1113,1233,1297,1377,1441,1537,1585,1729,1801,1897,1961,2121,2169,2337,2417,2513,2601,2785,2849,3017,3097...
48.6
469
0.705075
aa248c164863321e78219385bfea1610b99f0e7d
503
asm
Assembly
oeis/192/A192803.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/192/A192803.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/192/A192803.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A192803: Coefficient of x^2 in the reduction of the polynomial (x+2)^n by x^3->x^2+x+1. ; Submitted by Christian Krause ; 0,0,1,7,34,144,575,2239,8632,33164,127297,488571,1875346,7199124,27637959,106107659,407374592,1564024808,6004739025,23053921567,88510638482,339817775144,1304657986015,5008956298247,19230819824088,...
23.952381
212
0.695825
4bab5fd83471bf7484256d273d2975337d557b9b
1,287
asm
Assembly
gcd&lcm.asm
skhasibulalam/asm-intro-8086
d5252600e0f7487e59230e082833230794c803eb
[ "MIT" ]
null
null
null
gcd&lcm.asm
skhasibulalam/asm-intro-8086
d5252600e0f7487e59230e082833230794c803eb
[ "MIT" ]
null
null
null
gcd&lcm.asm
skhasibulalam/asm-intro-8086
d5252600e0f7487e59230e082833230794c803eb
[ "MIT" ]
null
null
null
CODE SEGMENT ASSUME CS:CODE,DS:CODE ORG 100H MAIN: MOV AX,CS MOV DS,AX MOV AX,VAR1; GCD (a,b,c) MOV BX,VAR2 MOV CX,VAR3 MOV DX,0 MOV EXT,AX CALL FUN MOV GCDALL,CX; GCD (a,b,c) ends MOV AX,VAR1; GCD (a,b) MOV BX,VAR2 MOV CX,VAR2 MOV DX,0 MOV EXT,AX CALL...
14.965116
77
0.578089
67a0db241eb6c0d16606a3e31d5064c72662b8aa
421
asm
Assembly
programs/oeis/269/A269232.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/269/A269232.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/269/A269232.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A269232: a(n) = (n + 1)*(6*n^2 + 15*n + 4)/2. ; 2,25,87,206,400,687,1085,1612,2286,3125,4147,5370,6812,8491,10425,12632,15130,17937,21071,24550,28392,32615,37237,42276,47750,53677,60075,66962,74356,82275,90737,99760,109362,119561,130375,141822,153920,166687,180141 mov $2,$0 add $2,1 mov $3,$0 lpb $2 mov $0,$3 su...
22.157895
218
0.638955
79228979819c42f8398d45e3963f4b1fd178f92f
443
asm
Assembly
programs/oeis/209/A209529.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/209/A209529.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/209/A209529.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A209529: Half the number of (n+1)X(n+1) 0..2 arrays with every 2X2 subblock having exactly two distinct clockwise edge differences ; 5,25,257,6145,262145,25165825,4294967297,1649267441665,1125899906842625,1729382256910270465,4722366482869645213697,29014219670751100192948225,316912650057057350374175801345,778844528780...
44.3
209
0.781038
e515d6580d7e9973b7b7d60a2a7f0f5783d1cc66
26,003
asm
Assembly
dos/dev.asm
minblock/msdos
479ffd237d9bb7cc83cb06361db2c4ef42dfbac0
[ "Apache-2.0" ]
null
null
null
dos/dev.asm
minblock/msdos
479ffd237d9bb7cc83cb06361db2c4ef42dfbac0
[ "Apache-2.0" ]
null
null
null
dos/dev.asm
minblock/msdos
479ffd237d9bb7cc83cb06361db2c4ef42dfbac0
[ "Apache-2.0" ]
null
null
null
TITLE DEV - Device call routines NAME Dev ; ; Microsoft Confidential ; Copyright (C) Microsoft Corporation 1991 ; All Rights Reserved. ; ;** Misc Routines to do 1-12 low level I/O and call devices ; ; IOFUNC ; DEVIOCALL ; SETREAD ; SETWRITE ; DEVIOCALL2 ; DEV_OPEN_SFT ; DEV_CLOSE_SFT ; RW_SC ; IN_SC ; INVALIDATE_S...
26.533673
85
0.624236
170beb2ba0732bc68db223ec335da865afcaa4c4
1,545
asm
Assembly
PRG/levels/Giant/4-2.asm
narfman0/smb3_pp1
38a58adafff67a403591e38875e9fae943a5fe76
[ "Unlicense" ]
null
null
null
PRG/levels/Giant/4-2.asm
narfman0/smb3_pp1
38a58adafff67a403591e38875e9fae943a5fe76
[ "Unlicense" ]
null
null
null
PRG/levels/Giant/4-2.asm
narfman0/smb3_pp1
38a58adafff67a403591e38875e9fae943a5fe76
[ "Unlicense" ]
null
null
null
; Original address was $B067 ; 4-2 .word W504_EndL ; Alternate level layout .word W504_EndO ; Alternate object layout .byte LEVEL1_SIZE_08 | LEVEL1_YSTART_140 .byte LEVEL2_BGPAL_00 | LEVEL2_OBJPAL_08 | LEVEL2_XSTART_18 | LEVEL2_UNUSEDFLAG .byte LEVEL3_TILESET_11 | LEVEL3_VSCROLL_LOCKLOW | LEVEL3_PIPENOTEXIT .byte...
61.8
85
0.526861
c189b68749d17c8acd05d58a311a1d1f6d33c799
347
asm
Assembly
programs/oeis/267/A267942.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/267/A267942.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/267/A267942.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A267942: Interleave (n-1)^2 + 2 and (n+1)^2 + 2. ; 3,3,2,6,3,11,6,18,11,27,18,38,27,51,38,66,51,83,66,102,83,123,102,146,123,171,146,198,171,227,198,258,227,291,258,326,291,363,326,402,363,443,402,486,443,531,486,578,531,627,578,678,627,731,678,786,731 mov $1,$0 add $0,1 mov $2,$1 lpb $2 sub $0,3 sub $2,1 trn ...
24.785714
203
0.634006