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
a4a5f62c43dc396043997f53ff8629c5faf6c9df
312
asm
Assembly
src/sm/config.asm
PJBoy/alttp_sm_combo_randomizer_rom
4f14c87227b512a864d1f298e4a6efe7cbc373b3
[ "MIT" ]
31
2018-05-03T06:43:23.000Z
2021-07-16T13:17:01.000Z
src/sm/config.asm
PJBoy/alttp_sm_combo_randomizer_rom
4f14c87227b512a864d1f298e4a6efe7cbc373b3
[ "MIT" ]
13
2018-05-08T20:15:54.000Z
2022-01-20T21:28:53.000Z
src/sm/config.asm
PJBoy/alttp_sm_combo_randomizer_rom
4f14c87227b512a864d1f298e4a6efe7cbc373b3
[ "MIT" ]
26
2018-05-04T12:25:41.000Z
2022-03-23T20:27:57.000Z
; General Super Metroid randomizer configuration flags org $F47200 ; Number of SM bosses to defeat config_sm_bosses: dw #$0004 ; starting events ; 0001 is zebes awake (default) ; 0400 is Tourian open (AKA Fast MB) ; 03C0 is G4 statues already grey (no animation) config_events: ; F47202 dw #$0001
24
54
0.727564
171a3c451577283dea852c6179c38b0dccebcfa5
27
asm
Assembly
tests/data_simple/33.asm
NullMember/customasm
6e34d6432583a41278e6b3596f1817ae82149531
[ "Apache-2.0" ]
414
2016-10-14T22:39:20.000Z
2022-03-30T07:52:44.000Z
tests/data_simple/33.asm
NullMember/customasm
6e34d6432583a41278e6b3596f1817ae82149531
[ "Apache-2.0" ]
100
2018-03-22T16:12:24.000Z
2022-03-26T09:19:23.000Z
tests/data_simple/33.asm
NullMember/customasm
6e34d6432583a41278e6b3596f1817ae82149531
[ "Apache-2.0" ]
47
2017-06-29T15:12:13.000Z
2022-03-10T04:50:51.000Z
#d8 0x00`16 ; error: larger
27
27
0.703704
5a7849222f6e89d8e5138af990cc0dd261d919a1
3,869
asm
Assembly
dv3/fd/pollmc.asm
olifink/smsqe
c546d882b26566a46d71820d1539bed9ea8af108
[ "BSD-2-Clause" ]
null
null
null
dv3/fd/pollmc.asm
olifink/smsqe
c546d882b26566a46d71820d1539bed9ea8af108
[ "BSD-2-Clause" ]
null
null
null
dv3/fd/pollmc.asm
olifink/smsqe
c546d882b26566a46d71820d1539bed9ea8af108
[ "BSD-2-Clause" ]
null
null
null
; DV3 Standard Floppy Polling Routine (with motor control)  1998 Tony Tebby section dv3 xdef fd_pollmc xref fd_pflush xref fd_start xref fd_deselect include 'dev8_keys_sys' include 'dev8_dv3_keys' include 'dev8_dv3_fd_keys' include 'dev8_mac_assert' ;+++ ; Floppy Polling Interrupt Routine ; ; This provi...
31.455285
77
0.67511
51ecd8639f4148d498874093451644adcf12ede5
257
asm
Assembly
LAB 2/Lab2Task_1.asm
smellycattt/Microprocessor-Programming
9046490ba7f8e97963995a32589de4ea1bdb0ef5
[ "MIT" ]
1
2019-02-15T21:21:24.000Z
2019-02-15T21:21:24.000Z
LAB 2/Lab2Task_1.asm
jyotishmaan/Microprocessor-Programming
7139e9ba0c9fd6f452003ecf07f76b02cb6c1773
[ "MIT" ]
null
null
null
LAB 2/Lab2Task_1.asm
jyotishmaan/Microprocessor-Programming
7139e9ba0c9fd6f452003ecf07f76b02cb6c1773
[ "MIT" ]
4
2017-06-24T11:37:10.000Z
2019-02-05T08:12:56.000Z
.model tiny .486 .data dat1 dd 45678902h,78076788h,9008123ah,345678abh,12345678h max1 dd ? .code .startup lea si,dat1 mov cx,5 lodsd x1: cmp eax,[si] jae x2 mov eax,[si] x2: add si,4 loop x1 mov max1,eax .exit end
14.277778
59
0.614786
3995528508dfdc8ee9cc741159aa6928a4f4ba12
672
asm
Assembly
Tests/test.asm
JustoSenka/8086-16-Bit-Disassembler
40fee13f8099b9795f95a33df71b50ae6d08d413
[ "MIT" ]
null
null
null
Tests/test.asm
JustoSenka/8086-16-Bit-Disassembler
40fee13f8099b9795f95a33df71b50ae6d08d413
[ "MIT" ]
null
null
null
Tests/test.asm
JustoSenka/8086-16-Bit-Disassembler
40fee13f8099b9795f95a33df71b50ae6d08d413
[ "MIT" ]
null
null
null
.MODEL small .STACK 100h .data .code ; proc _memcpy push bp ; Set up the call frame mov bp,sp push es ; Save ES mov cx,[bp+6] ; Set CX = len jcxz done ; If len = 0, return mov si,[bp+4] ; Set SI = src mov di,[bp+2] ; Set DI = dst push ds ; Set ES = DS pop es loop_here: ...
20.363636
46
0.53869
7a18e4cb9216b7071c6b6e97ac04903a0e8182b1
143
asm
Assembly
other.7z/SFC.7z/SFC/ソースデータ/MarioKart/runed.asm
prismotizm/gigaleak
d082854866186a05fec4e2fdf1def0199e7f3098
[ "MIT" ]
null
null
null
other.7z/SFC.7z/SFC/ソースデータ/MarioKart/runed.asm
prismotizm/gigaleak
d082854866186a05fec4e2fdf1def0199e7f3098
[ "MIT" ]
null
null
null
other.7z/SFC.7z/SFC/ソースデータ/MarioKart/runed.asm
prismotizm/gigaleak
d082854866186a05fec4e2fdf1def0199e7f3098
[ "MIT" ]
null
null
null
Name: runed.asm Type: file Size: 55260 Last-Modified: '1992-06-02T15:00:00Z' SHA-1: 44C015A65D2721A7BE597383F86B72436E1AE169 Description: null
20.428571
47
0.811189
9a12b3d3211a61f24de5ee5b3f30666ad6ef0f95
839
asm
Assembly
programs/oeis/146/A146983.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/146/A146983.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
programs/oeis/146/A146983.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
; A146983: a(n) = A002531(n)*A002531(n+1). ; 1,2,10,35,133,494,1846,6887,25705,95930,358018,1336139,4986541,18610022,69453550,259204175,967363153,3610248434,13473630586,50284273907,187663465045,700369586270,2613814880038,9754889933879,36405744855481,135868089488042,507066613096690,1892398362898715,7062526838498173 mov...
19.511628
272
0.537545
1fae25c8a9fbe77af99fbff01bd45acc799be459
581
asm
Assembly
oeis/117/A117794.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/117/A117794.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/117/A117794.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A117794: Hexagonal numbers divisible by 6. ; 0,6,66,120,276,378,630,780,1128,1326,1770,2016,2556,2850,3486,3828,4560,4950,5778,6216,7140,7626,8646,9180,10296,10878,12090,12720,14028,14706,16110,16836,18336,19110,20706,21528,23220,24090,25878,26796,28680,29646,31626,32640,34716,35778,37950,39060,41328,42486,44850,4605...
72.625
498
0.800344
89fea6a37feb27a40b7692e579338d55186e2471
1,776
asm
Assembly
programs/oeis/024/A024015.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/024/A024015.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/024/A024015.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A024015: 2^n-n^5. ; 1,1,-28,-235,-1008,-3093,-7712,-16679,-32512,-58537,-98976,-159003,-244736,-363101,-521440,-726607,-983040,-1288785,-1627424,-1951811,-2151424,-1986949,-959328,1952265,8814592,23788807,55227488,119868821,251225088,516359763,1049441824,2118854497,4261412864,8550799199,17134433760,34307216493,686590...
161.454545
1,688
0.907658
1816e25ec8c22557e6c13adb9fc14b746df80ba3
5,016
asm
Assembly
Transynther/x86/_processed/AVXALIGN/_st_/i7-8650U_0xd2_notsx.log_1931_1229.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/AVXALIGN/_st_/i7-8650U_0xd2_notsx.log_1931_1229.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/AVXALIGN/_st_/i7-8650U_0xd2_notsx.log_1931_1229.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r12 push %r15 push %rax push %rcx push %rdi push %rsi lea addresses_normal_ht+0x64b1, %rsi lea addresses_normal_ht+0xc131, %rdi clflush (%rsi) nop nop nop nop add %r12, %r12 mov $3, %rcx rep movsw nop sub $32480, %rdi lea addresses_WT_ht+0x3bb1, %rsi lea addr...
46.018349
2,999
0.662281
2216af08bb5293d73b4545bf0fb69d1a69f99cab
648
asm
Assembly
oeis/054/A054851.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/054/A054851.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/054/A054851.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A054851: a(n) = 2^(n-7)*binomial(n,7). Number of 7D hypercubes in an n-dimensional hypercube. ; 1,16,144,960,5280,25344,109824,439296,1647360,5857280,19914752,65175552,206389248,635043840,1905131520,5588385792,16066609152,45364543488,126012620800,344876646400,931166945280,2483111854080,6546385797120,17077528166400,44...
64.8
490
0.844136
05eef23f8ddaf73c424407b6b6850a857f5d9f76
13
asm
Assembly
src/test/resources/data/searchtests/test3-expected.asm
cpcitor/mdlz80optimizer
75070d984e1f08474e6d397c7e0eb66d8be0c432
[ "Apache-2.0" ]
36
2020-06-29T06:52:26.000Z
2022-02-10T19:41:58.000Z
src/test/resources/data/searchtests/test3-expected.asm
cpcitor/mdlz80optimizer
75070d984e1f08474e6d397c7e0eb66d8be0c432
[ "Apache-2.0" ]
39
2020-07-02T18:19:34.000Z
2022-03-27T18:08:54.000Z
src/test/resources/data/searchtests/test3-expected.asm
cpcitor/mdlz80optimizer
75070d984e1f08474e6d397c7e0eb66d8be0c432
[ "Apache-2.0" ]
7
2020-07-02T06:00:05.000Z
2021-11-28T17:31:13.000Z
add a, a
6.5
12
0.384615
410e69f7a600bc956fcdce56b877db5fe8ad6f13
507
asm
Assembly
projects/07/MemoryAccess/StaticTest/StaticTest.asm
WuShaoa/Nand2Tetris
1e650b3442aa5c9302837596651cbc66edc629ec
[ "MIT" ]
null
null
null
projects/07/MemoryAccess/StaticTest/StaticTest.asm
WuShaoa/Nand2Tetris
1e650b3442aa5c9302837596651cbc66edc629ec
[ "MIT" ]
null
null
null
projects/07/MemoryAccess/StaticTest/StaticTest.asm
WuShaoa/Nand2Tetris
1e650b3442aa5c9302837596651cbc66edc629ec
[ "MIT" ]
null
null
null
@111 D=A @SP A=M M=D @SP M=M+1 @333 D=A @SP A=M M=D @SP M=M+1 @888 D=A @SP A=M M=D @SP M=M+1 @StaticTest.8 D=A @R15 M=D @SP M=M-1 A=M D=M @R15 A=M M=D @StaticTest.3 D=A @R15 M=D @SP M=M-1 A=M D=M @R15 A=M M=D @StaticTest.1 D=A @R15 M=D @SP M=M-1 A=M D=M @R15 A=M M=D @StaticTest.3 D=M @SP A=M M=D @SP M=M+1 @StaticTest.1...
4.970588
13
0.556213
ab1f0005374866c76007d78d35cd90aa1e3793e2
472
asm
Assembly
oeis/130/A130547.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/130/A130547.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/130/A130547.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A130547: Numerators of 6*((Sum_{k=1..n} 1/binomial(2*k,k)) - 1/3), n >= 1. ; Submitted by Christian Krause ; 1,2,23,167,253,5581,13201,48413,823063,15638407,1117033,89921239,256917887,60848977,134111147453,4157445588203,1385815197541,9700706385439,358926136286437,358926136292897,474708760905697 mov $1,3 lpb $0 add...
21.454545
188
0.67161
72f58a7b2e6b6070a812f01bc373a20187804184
2,997
asm
Assembly
45/runtime/herc/fvars.asm
minblock/msdos
479ffd237d9bb7cc83cb06361db2c4ef42dfbac0
[ "Apache-2.0" ]
null
null
null
45/runtime/herc/fvars.asm
minblock/msdos
479ffd237d9bb7cc83cb06361db2c4ef42dfbac0
[ "Apache-2.0" ]
null
null
null
45/runtime/herc/fvars.asm
minblock/msdos
479ffd237d9bb7cc83cb06361db2c4ef42dfbac0
[ "Apache-2.0" ]
null
null
null
; TITLE FVARS - Global data for MSHERC. ;*** ;FVARS ; ; Copyright <C> 1987, 1988, Microsoft Corporation ; ;Purpose: ; Global data for MSHERC. ; ;****************************************************************************** include hgcdefs.inc code segment para public 'code' assume cs:cod...
24.169355
79
0.727394
62e5a7c0907a70124cbfdc317501552473f10cf2
216
asm
Assembly
programs/oeis/010/A010864.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/010/A010864.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/010/A010864.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A010864: Constant sequence: a(n) = 25. ; 25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25 mov $0,25
43.2
163
0.652778
2f7917a1c9159a1e08a92bac20dc23a1b9f4603e
47,961
asm
Assembly
test_3.asm
Anson-Doan/-CS537-Spring2021-P3b-xv6KernelThreads
1f48674b6c30c9b5bdc66f85708823fa4a261f1a
[ "MIT-0" ]
null
null
null
test_3.asm
Anson-Doan/-CS537-Spring2021-P3b-xv6KernelThreads
1f48674b6c30c9b5bdc66f85708823fa4a261f1a
[ "MIT-0" ]
null
null
null
test_3.asm
Anson-Doan/-CS537-Spring2021-P3b-xv6KernelThreads
1f48674b6c30c9b5bdc66f85708823fa4a261f1a
[ "MIT-0" ]
null
null
null
_test_3: file format elf32-i386 Disassembly of section .text: 00000000 <worker>: free(p); exit(); } void worker(void *arg1, void *arg2) { 0: f3 0f 1e fb endbr32 4: 55 push %ebp 5: 89 e5 mov %esp,%ebp 7: 83 ec 0c sub $0xc,%esp ...
34.257857
82
0.43306
575f57c27899c342f3e1cd42b040b652f269067c
6,217
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_21829_2820.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_21829_2820.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_21829_2820.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r12 push %r15 push %r8 push %rcx push %rdi push %rsi lea addresses_WT_ht+0x1e4ee, %rsi lea addresses_WC_ht+0x1bc66, %rdi xor $58726, %r10 mov $65, %rcx rep movsb nop nop nop nop nop and %r12, %r12 lea addresses_D_ht+0xc8ee, %r15 clflush (%r15) nop xor $58082,...
39.852564
2,999
0.657874
7bed8683dac504fbcafab1c6c2209b6194bb55b2
312
asm
Assembly
programs/oeis/178/A178675.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/178/A178675.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/178/A178675.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A178675: a(n) = 4^n + 4. ; 5,8,20,68,260,1028,4100,16388,65540,262148,1048580,4194308,16777220,67108868,268435460,1073741828,4294967300,17179869188,68719476740,274877906948,1099511627780,4398046511108,17592186044420,70368744177668,281474976710660,1125899906842628,4503599627370500 mov $1,4 pow $1,$0 add $1,4
44.571429
255
0.814103
192916136caa84aaceda883df03d997fe89ae544
3,069
asm
Assembly
programs/oeis/027/A027850.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/027/A027850.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/027/A027850.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A027850: (n+1)*(14*n^3+13*n^2+6*n+1). ; 1,68,531,2056,5645,12636,24703,43856,72441,113140,168971,243288,339781,462476,615735,804256,1033073,1307556,1633411,2016680,2463741,2981308,3576431,4256496,5029225,5902676,6885243,7985656,9212981,10576620,12086311,13752128,15584481,17594116,19792115,22189896,24799213,27632156,3...
65.297872
2,629
0.847833
68d85a3f9c54e126939a3cc0f8fc587317ef5065
8,261
asm
Assembly
MIPS_Course/lab2/simplify.asm
akellermann97/college-dump
5c82d93767038709ad71b8f212fdb6243eeb0aec
[ "MIT" ]
null
null
null
MIPS_Course/lab2/simplify.asm
akellermann97/college-dump
5c82d93767038709ad71b8f212fdb6243eeb0aec
[ "MIT" ]
null
null
null
MIPS_Course/lab2/simplify.asm
akellermann97/college-dump
5c82d93767038709ad71b8f212fdb6243eeb0aec
[ "MIT" ]
null
null
null
# FILE: $File$ # AUTHOR: P. White # CONTRIBUTORS: M. Reek, W. Carithers # Alexander Kellermann Nieves # # DESCRIPTION: # In this experiment, you will write some code in a pair of # functions that are used to simplify a fraction. # # ARGUMENTS: # None # # INPUT: # The numerator and denominator of ...
25.033333
79
0.496913
d91a4b052bc5cb1344c40dbbbf6d042b6c6eb1ab
484
asm
Assembly
programs/oeis/140/A140751.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/140/A140751.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/140/A140751.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A140751: Triangle read by rows, X^n * [1,0,0,0,...] where X = an infinite tridiagonal matrix with (1,0,1,0,1,...) in the main and subdiagonals and (1,1,1,...) in the subsubdiagonal. ; 1,1,1,1,1,1,2,2,1,1,1,3,3,3,3,1,1,1,4,4,6,6,4,4,1,1,1,5,5,10,10,10,10,5,5,1,1,1,6,6,15,15,20,20,15,15,6,6,1,1,1,7,7,21,21,35,35,35,35,...
69.142857
183
0.586777
a6336ed688f981b5b3382e65ac3cc6f9bfa66793
4,205
asm
Assembly
Transynther/x86/_processed/AVXALIGN/_zr_/i9-9900K_12_0xca_notsx.log_21829_668.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/AVXALIGN/_zr_/i9-9900K_12_0xca_notsx.log_21829_668.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/AVXALIGN/_zr_/i9-9900K_12_0xca_notsx.log_21829_668.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 %r9 push %rbx push %rdi push %rdx push %rsi // Store lea addresses_A+0x14736, %r11 nop nop nop and %rdx, %rdx mov $0x5152535455565758, %rsi movq %rsi, (%r11) nop nop nop add $63909, %rdx // Store lea ad...
60.071429
2,999
0.659215
30b5f5d2430913a6358539ec29f82639f3debd4b
844
asm
Assembly
oeis/245/A245864.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/245/A245864.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/245/A245864.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A245864: Number of length n+2 0..2 arrays with some pair in every consecutive three terms totalling exactly 2. ; Submitted by Christian Krause ; 19,45,103,239,553,1281,2967,6873,15921,36881,85435,197911,458463,1062035,2460217,5699123,13202089,30582803,70845443,164114349,380172929,880675315,2040095313,4725906149,10947...
33.76
488
0.774882
b62b831eaa99b1d10708357dfa927f4870051ecd
552
asm
Assembly
helloWorld.asm
jungal01/odds-and-ends
050c4fef9e73748d484a4c8551e48564edf68c86
[ "Unlicense" ]
null
null
null
helloWorld.asm
jungal01/odds-and-ends
050c4fef9e73748d484a4c8551e48564edf68c86
[ "Unlicense" ]
null
null
null
helloWorld.asm
jungal01/odds-and-ends
050c4fef9e73748d484a4c8551e48564edf68c86
[ "Unlicense" ]
null
null
null
; I have a great interest in assembly language for multiple reasons, one of which is Dr. Knuth's MIX and MMIX computers, and ; another for simply the nerd factor. This is my attempt to display 'hello world' in asm in Linux. It compiles, but I have no ; idea if it's even functional, because it doesn't output to the ter...
23
126
0.663043
f1d0aeb8ff1c9a01d1f50f75b717f8e7afc561ae
422
asm
Assembly
oeis/205/A205456.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/205/A205456.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/205/A205456.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A205456: Symmetric matrix by antidiagonals: C(max(i,j),min(i,j)), i>=1, j>=1. ; Submitted by Jon Maiga ; 1,2,2,3,1,3,4,3,3,4,5,6,1,6,5,6,10,4,4,10,6,7,15,10,1,10,15,7,8,21,20,5,5,20,21,8,9,28,35,15,1,15,35,28,9,10,36,56,35,6,6,35,56,36,10,11,45,84,70,21,1,21,70,84,45,11,12,55,120,126,56,7,7,56,126,120 lpb $0 add $...
24.823529
199
0.592417
c8f62c3bb10f86efc8cb0bad9441c61e111168d6
149
asm
Assembly
other.7z/SFC.7z/SFC/ソースデータ/ゼルダの伝説神々のトライフォース/英語_PAL/pal_asm/zel_ending.asm
prismotizm/gigaleak
d082854866186a05fec4e2fdf1def0199e7f3098
[ "MIT" ]
null
null
null
other.7z/SFC.7z/SFC/ソースデータ/ゼルダの伝説神々のトライフォース/英語_PAL/pal_asm/zel_ending.asm
prismotizm/gigaleak
d082854866186a05fec4e2fdf1def0199e7f3098
[ "MIT" ]
null
null
null
other.7z/SFC.7z/SFC/ソースデータ/ゼルダの伝説神々のトライフォース/英語_PAL/pal_asm/zel_ending.asm
prismotizm/gigaleak
d082854866186a05fec4e2fdf1def0199e7f3098
[ "MIT" ]
null
null
null
Name: zel_ending.asm Type: file Size: 100818 Last-Modified: '2016-05-13T04:25:37Z' SHA-1: 9AD2EB9B5B6257EAF509946CEB308A52655A6B9C Description: null
21.285714
47
0.818792
beb0fa1b345804428b6a3b7c8c23f167412b517b
264
asm
Assembly
scripts/CeruleanMart.asm
opiter09/ASM-Machina
75d8e457b3e82cc7a99b8e70ada643ab02863ada
[ "CC0-1.0" ]
1
2022-02-15T00:19:44.000Z
2022-02-15T00:19:44.000Z
scripts/CeruleanMart.asm
opiter09/ASM-Machina
75d8e457b3e82cc7a99b8e70ada643ab02863ada
[ "CC0-1.0" ]
null
null
null
scripts/CeruleanMart.asm
opiter09/ASM-Machina
75d8e457b3e82cc7a99b8e70ada643ab02863ada
[ "CC0-1.0" ]
null
null
null
CeruleanMart_Script: jp EnableAutoTextBoxDrawing CeruleanMart_TextPointers: dw CeruleanCashierText dw CeruleanMartText2 dw CeruleanMartText3 CeruleanMartText2: text_far _CeruleanMartText2 text_end CeruleanMartText3: text_far _CeruleanMartText3 text_end
16.5
28
0.875
3c606e01805105508898374125759c6512485689
336
asm
Assembly
programs/oeis/043/A043641.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/043/A043641.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/043/A043641.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A043641: Numbers whose base-10 representation has exactly 5 runs. ; 10101,10102,10103,10104,10105,10106,10107,10108,10109,10120,10121,10123,10124,10125,10126,10127,10128,10129,10130,10131,10132,10134,10135,10136,10137,10138,10139,10140,10141,10142 seq $0,43639 ; Numbers whose base-10 representation has exactly 3 run...
56
181
0.800595
d4b62f907fc4641d34c894de2d4708a6efa7b1d9
463
asm
Assembly
programs/oeis/282/A282023.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/282/A282023.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
programs/oeis/282/A282023.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
; A282023: Start with 1; multiply alternately by 4 and 3. ; 1,4,12,48,144,576,1728,6912,20736,82944,248832,995328,2985984,11943936,35831808,143327232,429981696,1719926784,5159780352,20639121408,61917364224,247669456896,743008370688,2972033482752,8916100448256,35664401793024,106993205379072,427972821516288,1283918464548...
27.235294
282
0.768898
0b72627728432f20b3e61b01449cebd673d040cc
4,512
asm
Assembly
backend/fr_pack/fr_depacker_x86.asm
mudlord/mupack2
e88afe042bafa86024fe8be64f8b5fa22f43b5c8
[ "Unlicense" ]
1
2019-04-19T05:13:57.000Z
2019-04-19T05:13:57.000Z
backend/fr_pack/fr_depacker_x86.asm
mudlord/mupack2
e88afe042bafa86024fe8be64f8b5fa22f43b5c8
[ "Unlicense" ]
null
null
null
backend/fr_pack/fr_depacker_x86.asm
mudlord/mupack2
e88afe042bafa86024fe8be64f8b5fa22f43b5c8
[ "Unlicense" ]
5
2020-10-09T09:17:47.000Z
2022-01-30T02:19:55.000Z
.686p .model flat, stdcall option casemap:none .code option prologue:none option epilogue:none get_frdepackersize proc export mov eax, unpacker_end - KKrunchyDepacker ret get_frdepackersize endp get_frdepackerptr proc export mov eax, KKrunchyDepacker ret get_frdepackerptr endp unpacker_start: KKru...
22.226601
64
0.541667
77a5b627d39293ba0608699e63852395613307b4
733
asm
Assembly
oeis/154/A154999.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/154/A154999.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/154/A154999.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A154999: a(n) = 7*a(n-1) + 42*a(n-2), n>2; a(0)=1, a(1)=1, a(2)=13. ; Submitted by Stefano Spezia ; 1,1,13,133,1477,15925,173509,1883413,20471269,222402229,2416608901,26257155925,285297665317,3099884206069,33681691385797,365966976355477,3976399872691813,43205412115772725,469446679463465221,5100754065106710997,5542203...
40.722222
501
0.800819
d29f3d3df4c13be02cd9ece051a22a7d7f3204db
1,131
asm
Assembly
src/test/ref/struct-ptr-7.asm
jbrandwood/kickc
d4b68806f84f8650d51b0e3ef254e40f38b0ffad
[ "MIT" ]
2
2022-03-01T02:21:14.000Z
2022-03-01T04:33:35.000Z
src/test/ref/struct-ptr-7.asm
jbrandwood/kickc
d4b68806f84f8650d51b0e3ef254e40f38b0ffad
[ "MIT" ]
null
null
null
src/test/ref/struct-ptr-7.asm
jbrandwood/kickc
d4b68806f84f8650d51b0e3ef254e40f38b0ffad
[ "MIT" ]
null
null
null
// Minimal struct - direct (constant) array access // Commodore 64 PRG executable file .file [name="struct-ptr-7.prg", type="prg", segments="Program"] .segmentdef Program [segments="Basic, Code, Data"] .segmentdef Basic [start=$0801] .segmentdef Code [start=$80d] .segmentdef Data [startAfter="Code"] .segment Basic :B...
25.704545
63
0.657825
a40998ec68ae512e7048992dc09631400d3dc074
549
asm
Assembly
oeis/139/A139191.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/139/A139191.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/139/A139191.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A139191: Natural numbers of the form (prime(n)!-3)/3. ; 1,39,1679,13305599,2075673599,118562476031999,40548366802943999,8617338912961658879999,2947253997913233984847871999999,2740946218059307605908520959999999,4587917697075448348771993193860300799999999,11150842204387935702723354017813583888383999999999,2013842102112...
68.625
435
0.89071
0ee4adeca5a776b6912f4357150a18d7b2debd87
281
asm
Assembly
libsrc/_DEVELOPMENT/temp/sp1/zx/c/sdcc_ix/sp1_GetUpdateStruct_callee.asm
teknoplop/z88dk
bb03fbfd6b2ab0f397a1358559089f9cd3706485
[ "ClArtistic" ]
8
2017-01-18T12:02:17.000Z
2021-06-12T09:40:28.000Z
libsrc/_DEVELOPMENT/temp/sp1/zx/c/sdcc_ix/sp1_GetUpdateStruct_callee.asm
teknoplop/z88dk
bb03fbfd6b2ab0f397a1358559089f9cd3706485
[ "ClArtistic" ]
1
2017-03-06T07:41:56.000Z
2017-03-06T07:41:56.000Z
libsrc/_DEVELOPMENT/temp/sp1/zx/c/sdcc_ix/sp1_GetUpdateStruct_callee.asm
teknoplop/z88dk
bb03fbfd6b2ab0f397a1358559089f9cd3706485
[ "ClArtistic" ]
3
2017-03-07T03:19:40.000Z
2021-09-15T17:59:19.000Z
; struct sp1_update *sp1_GetUpdateStruct(uchar row, uchar col) SECTION code_clib SECTION code_temp_sp1 PUBLIC _sp1_GetUpdateStruct_callee EXTERN asm_sp1_GetUpdateStruct _sp1_GetUpdateStruct: pop af pop hl pop de push af ld d,l jp asm_sp1_GetUpdateStruct
14.789474
62
0.779359
01a8bcda4de016964b8ef2845071f19e50ac77fd
356
asm
Assembly
programs/oeis/057/A057355.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/057/A057355.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/057/A057355.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A057355: a(n) = floor(3*n/5). ; 0,0,1,1,2,3,3,4,4,5,6,6,7,7,8,9,9,10,10,11,12,12,13,13,14,15,15,16,16,17,18,18,19,19,20,21,21,22,22,23,24,24,25,25,26,27,27,28,28,29,30,30,31,31,32,33,33,34,34,35,36,36,37,37,38,39,39,40,40,41,42,42,43,43,44,45,45,46,46,47,48,48,49,49,50,51,51,52,52,53,54,54,55,55,56,57,57,58,58,59 mo...
44.5
284
0.617978
d16faca35f1c72e71bc5ead5b03ad8599b05c378
4,061
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_3121.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_3121.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_3121.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 %r10 push %r14 push %r9 push %rax push %rbp push %rdi push %rdx // Load lea addresses_PSE+0x14a01, %rdi nop nop nop nop and %rdx, %rdx vmovups (%rdi), %ymm0 vextracti128 $0, %ymm0, %xmm0 vpextrq $0, %xmm0, %r10 nop nop cmp ...
68.830508
2,999
0.662152
40731b098e9bcc0ff25833d2a84962c9e82c04b5
9,430
asm
Assembly
asm/block.asm
GSoftwareDevelopment/Mole
419c61a60dc01aa278cc10b9cf40f13524328220
[ "MIT", "Unlicense" ]
2
2021-05-18T19:51:08.000Z
2021-07-23T20:06:14.000Z
asm/block.asm
GSoftwareDevelopment/Mole
419c61a60dc01aa278cc10b9cf40f13524328220
[ "MIT", "Unlicense" ]
null
null
null
asm/block.asm
GSoftwareDevelopment/Mole
419c61a60dc01aa278cc10b9cf40f13524328220
[ "MIT", "Unlicense" ]
null
null
null
fr0L = $70; fr0H = $71; moleX = $72; moleY = $73; XW = $74; // block X postion+Width YH = $75; // block Y postion+Height bm = $76; // number of landslide blocks. 0 means that no blocks have fallen tb = $77; // total blocks on screen Xpos = $78; Ypos = $79; Block = $7a; Color = $7b; BlockW = $7c; BlockH...
16.749556
81
0.507105
f67d40914cd0a14acfb5371000f7139f34c2b837
404
asm
Assembly
oeis/063/A063214.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/063/A063214.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/063/A063214.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A063214: Dimension of the space of weight 2n cuspidal newforms for Gamma_0( 46 ). ; Submitted by Jamie Morken(s2) ; 1,6,10,12,16,22,22,28,32,34,38,44,44,50,54,56,60,66,66,72,76,78,82,88,88,94,98,100,104,110,110,116,120,122,126,132,132,138,142,144,148,154,154,160,164,166,170,176,176,182 mov $1,$0 mul $0,13 mul $1,7 d...
23.764706
172
0.668317
c7ca13f753844d0acc96bba20c3b7c874c30cf6f
7,761
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_890.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_890.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_890.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r13 push %r14 push %r8 push %rbx push %rcx push %rdi push %rsi lea addresses_normal_ht+0x19b5b, %r14 sub %rbx, %rbx mov (%r14), %edi nop nop xor $43834, %r10 lea addresses_D_ht+0xc06b, %rsi clflush (%rsi) nop nop nop cmp $47888, %r13 movups (%rsi), %xmm1 vpex...
34.340708
2,999
0.660997
71c24618739b8ac66a1b80a4f036c801e2d1f179
1,401
asm
Assembly
Documentation/Tutorial/cs50-atoi-1.asm
geoffthorpe/ant-architecture
d85952e3050c352d5d715d9749171a335e6768f7
[ "BSD-3-Clause" ]
null
null
null
Documentation/Tutorial/cs50-atoi-1.asm
geoffthorpe/ant-architecture
d85952e3050c352d5d715d9749171a335e6768f7
[ "BSD-3-Clause" ]
null
null
null
Documentation/Tutorial/cs50-atoi-1.asm
geoffthorpe/ant-architecture
d85952e3050c352d5d715d9749171a335e6768f7
[ "BSD-3-Clause" ]
1
2020-07-15T04:09:05.000Z
2020-07-15T04:09:05.000Z
# Register usage: # r3 - used as scratch space to load each byte into. # r4 - used to hold the sum. # r5 - the address of the next byte to load. # r6 - the location of the end of the main loop. # r7 - used to hold the constant 10. # r8 - used to hold the constant '0'. # r9 - used to hold the constant '\n'. lc ...
37.864865
73
0.461813
c0d8b756498bd32e17eb9832bb418bd427d2ce79
5,229
asm
Assembly
Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0x48.log_21829_2903.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0x48.log_21829_2903.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0x48.log_21829_2903.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 %r15 push %rbp push %rcx push %rdi push %rsi lea addresses_A_ht+0x5830, %rsi lea addresses_D_ht+0x1e270, %rdi clflush (%rsi) nop nop sub %r15, %r15 mov $90, %rcx rep movsq nop and %rbp, %rbp lea addresses_UC_ht+0x169d0, %rsi lea addresses_UC_ht+0x255...
45.077586
2,999
0.661886
d228cd2a1353fc6e095de6274aaf9ac356fca8c8
452
asm
Assembly
oeis/160/A160016.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/160/A160016.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/160/A160016.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A160016: Lodumo_2 transform of A159833. ; Submitted by Jon Maiga ; 0,2,1,4,6,8,3,10,12,14,5,16,18,20,7,22,24,26,9,28,30,32,11,34,36,38,13,40,42,44,15,46,48,50,17,52,54,56,19,58,60,62,21,64,66,68,23,70,72,74,25,76,78,80,27,82,84,86,29,88,90,92,31,94,96,98,33,100,102,104,35,106,108,110,37,112,114,116,39,118,120,122,41,...
37.666667
316
0.670354
cc98eb34229f7a54f6f47f197d8dc4d80fe1a657
445
asm
Assembly
Working Disassembly/General/2P Zone/Map - Position Icons (Unused).asm
TeamASM-Blur/Sonic-3-Blue-Balls-Edition
7e8a2c5df02271615ff4cae529521e6b1560d6b1
[ "Apache-2.0" ]
5
2021-07-09T08:17:56.000Z
2022-02-27T19:57:47.000Z
Working Disassembly/General/2P Zone/Map - Position Icons (Unused).asm
TeamASM-Blur/Sonic-3-Blue-Balls-Edition
7e8a2c5df02271615ff4cae529521e6b1560d6b1
[ "Apache-2.0" ]
null
null
null
Working Disassembly/General/2P Zone/Map - Position Icons (Unused).asm
TeamASM-Blur/Sonic-3-Blue-Balls-Edition
7e8a2c5df02271615ff4cae529521e6b1560d6b1
[ "Apache-2.0" ]
null
null
null
Map_380C6: dc.w word_380D0-Map_380C6 dc.w word_380D8-Map_380C6 dc.w word_380E0-Map_380C6 dc.w word_380E8-Map_380C6 dc.w word_380F0-Map_380C6 word_380D0: dc.w 1 dc.b $FC, 0, 0, 0, $FF, $FC word_380D8: dc.w 1 dc.b $FC, 0, 0, 1, $FF, $FC word_380E0: dc.w 1 dc.b $FC, 0, 0, 2, $F...
27.8125
37
0.559551
fafcc4cf479d00e57373e08df036974e04db07d0
358
asm
Assembly
libsrc/_DEVELOPMENT/adt/wa_priority_queue/c/sccz80/wa_priority_queue_pop.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
libsrc/_DEVELOPMENT/adt/wa_priority_queue/c/sccz80/wa_priority_queue_pop.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
1,600
2017-01-15T16:12:02.000Z
2022-03-31T12:11:12.000Z
libsrc/_DEVELOPMENT/adt/wa_priority_queue/c/sccz80/wa_priority_queue_pop.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
; void *wa_priority_queue_pop(wa_priority_queue_t *q) SECTION code_clib SECTION code_adt_wa_priority_queue PUBLIC wa_priority_queue_pop EXTERN asm_wa_priority_queue_pop defc wa_priority_queue_pop = asm_wa_priority_queue_pop ; SDCC bridge for Classic IF __CLASSIC PUBLIC _wa_priority_queue_pop defc _wa_priority_que...
18.842105
54
0.874302
2785994881f75d0ce419aa6e1494ede305ec8a77
561
asm
Assembly
oeis/017/A017517.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/017/A017517.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/017/A017517.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A017517: a(n) = (11*n + 10)^9. ; 1000000000,794280046581,35184372088832,502592611936843,3904305912313344,20711912837890625,84590643846578176,285544154243029527,833747762130149888,2171893279442309389,5159780352000000000,11361656654439817571,23474432367845903872,45943373101939347033,85821209809770512384,153936794281005...
80.142857
497
0.896613
0c629ee8c9b80aa7f569ce19826f0938350ed848
474
asm
Assembly
programs/oeis/180/A180491.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/180/A180491.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/180/A180491.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A180491: Product of remainders of n mod k, for k = 2,3,4,...,n-1. ; 1,1,1,0,2,0,6,0,0,0,720,0,2160,0,0,0,2419200,0,65318400,0,0,0,754427520000,0,0,0,0,0,32953394073600000,0,311409573995520000,0,0,0,0,0,37269497815783833600000,0,0,0,7890485108998805913600000000,0 add $0,1 mov $1,1 mov $2,2 mov $3,$0 mov $4,$0 lpb $3 ...
19.75
196
0.609705
dbf1f4416bed99326adf7e5534b18cf08f206dc1
550
asm
Assembly
oeis/061/A061167.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/061/A061167.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/061/A061167.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A061167: a(n) = n^5 - n. ; 0,0,30,240,1020,3120,7770,16800,32760,59040,99990,161040,248820,371280,537810,759360,1048560,1419840,1889550,2476080,3199980,4084080,5153610,6436320,7962600,9765600,11881350,14348880,17210340,20511120,24299970,28629120,33554400,39135360,45435390,52521840,60466140,69343920,79235130,90224160,...
78.571429
492
0.832727
4ca1a5bba29acb26eedfdd30c90b52882514b1d6
619
asm
Assembly
oeis/030/A030237.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/030/A030237.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/030/A030237.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A030237: Catalan's triangle with right border removed (n > 0, 0 <= k < n). ; Submitted by Jon Maiga ; 1,1,2,1,3,5,1,4,9,14,1,5,14,28,42,1,6,20,48,90,132,1,7,27,75,165,297,429,1,8,35,110,275,572,1001,1430,1,9,44,154,429,1001,2002,3432,4862,1,10,54,208,637,1638,3640,7072,11934,16796,1,11,65,273,910,2548,6188,13260,2519...
36.411765
400
0.686591
2acc5f05ca13bb98f30bb33bdd50b84ac0f99c81
644
asm
Assembly
base/mvdm/wow16/kernel31/kdataend.asm
npocmaka/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
17
2020-11-13T13:42:52.000Z
2021-09-16T09:13:13.000Z
base/mvdm/wow16/kernel31/kdataend.asm
sancho1952007/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
2
2020-10-19T08:02:06.000Z
2020-10-19T08:23:18.000Z
base/mvdm/wow16/kernel31/kdataend.asm
sancho1952007/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
14
2020-11-14T09:43:20.000Z
2021-08-28T08:59:57.000Z
TITLE KDATAEND - Kernel ending data area ; This file contains the kernel data items that must be at the end of ; their respective segments. This file is last in the link order. include kernel.inc ; The PADDATA segment performs two functions: it provides ginit with ; space to create the ending global h...
28
70
0.734472
32ce07629787002edec85d5ed2cd123c666c7332
404
asm
Assembly
programs/oeis/052/A052938.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/052/A052938.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/052/A052938.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A052938: Expansion of (1 + 2*x - 2*x^2)/( (1+x)*(1-x)^2 ). ; 1,3,2,4,3,5,4,6,5,7,6,8,7,9,8,10,9,11,10,12,11,13,12,14,13,15,14,16,15,17,16,18,17,19,18,20,19,21,20,22,21,23,22,24,23,25,24,26,25,27,26,28,27,29,28,30,29,31,30,32,31,33,32,34,33,35,34,36,35,37,36,38,37,39,38,40,39,41,40,42,41,43,42,44,43,45,44,46,45,47,46,...
40.4
285
0.601485
f327282053778a926d070ce23cc37f7f4430eacb
532
asm
Assembly
oeis/138/A138368.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/138/A138368.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/138/A138368.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A138368: Primes of the form k^2 + 12. ; Submitted by Jon Maiga ; 13,37,61,181,373,541,853,1237,1381,1693,1861,2221,3037,3733,7237,7933,8293,9421,12781,14173,14653,16141,19333,25933,27901,28573,30637,34981,36493,38821,41221,44533,46237,49741,52453,60037,70237,73453,87037 mov $2,332203 mov $5,12 mov $6,1 lpb $2 mov ...
23.130435
207
0.669173
8457346e1ed63dc79a9021af25eaa6a64a6859f7
6,277
asm
Assembly
45/beef/cw/kernel/ldreloc.asm
minblock/msdos
479ffd237d9bb7cc83cb06361db2c4ef42dfbac0
[ "Apache-2.0" ]
null
null
null
45/beef/cw/kernel/ldreloc.asm
minblock/msdos
479ffd237d9bb7cc83cb06361db2c4ef42dfbac0
[ "Apache-2.0" ]
null
null
null
45/beef/cw/kernel/ldreloc.asm
minblock/msdos
479ffd237d9bb7cc83cb06361db2c4ef42dfbac0
[ "Apache-2.0" ]
null
null
null
;* ;* COW : Character Oriented Windows ;* ;* ldreloc.asm : loader relocation ;* * NOTE : non-conforming procedures (DS == psLom) ;* * NOTE : this code cloned from loader/loadrelo.asm TITLE LOADRELOC - RelocSegment procedure .xlist include kernel.inc include rlb.inc ;* relocation info .list sBegin BSS assu...
20.313916
78
0.619723
c18d39c96a537755d628531db8a18fbe3d55818a
1,018
asm
Assembly
programs/oeis/188/A188435.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/188/A188435.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/188/A188435.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A188435: Positions of 1 in A188433; complement of A188434. ; 1,3,4,6,7,8,9,11,12,14,15,16,17,19,20,21,22,24,25,27,28,29,30,32,33,35,36,37,38,40,41,42,43,45,46,48,49,50,51,53,54,55,56,58,59,61,62,63,64,66,67,69,70,71,72,74,75,76,77,79,80,82,83,84,85,87,88,90,91,92,93,95,96,97,98,100,101,103,104,105,106,108,109,110,111...
19.207547
283
0.486248
a01d29bde55ed424619dfe2fdf6c8bf94ca2b1e5
2,183
asm
Assembly
programs/oeis/008/A008412.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/008/A008412.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/008/A008412.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A008412: Coordination sequence for 4-dimensional cubic lattice (points on surface of 4-dimensional cross-polytope). ; 1,8,32,88,192,360,608,952,1408,1992,2720,3608,4672,5928,7392,9080,11008,13192,15648,18392,21440,24808,28512,32568,36992,41800,47008,52632,58688,65192,72160,79608,87552,96008,104992,114520,124608,13527...
145.533333
1,958
0.850206
0cd1e9b9383f7732010096f4139e7e4e0a15431c
275
asm
Assembly
8088/rip_rom/rip_rom.asm
reenigne/reenigne
c3eb8b31d7964e78bbe44908987d4be052a74488
[ "Unlicense" ]
92
2015-04-10T17:45:11.000Z
2022-03-30T17:58:51.000Z
8088/rip_rom/rip_rom.asm
MS-DOS-stuff/reenigne
0a113990aef398550c6f14d1c7a33af1cb091887
[ "Unlicense" ]
2
2017-11-05T07:21:35.000Z
2018-11-04T23:36:13.000Z
8088/rip_rom/rip_rom.asm
MS-DOS-stuff/reenigne
0a113990aef398550c6f14d1c7a33af1cb091887
[ "Unlicense" ]
18
2015-04-11T20:32:44.000Z
2021-11-06T05:19:57.000Z
%include "../defaults_bin.asm" mov ax,0xe000 mov ds,ax mov cx,0 cld loopTop: lodsb cmp al,0 jne notZero printCharacter mov al,0 jmp notEOF notZero: cmp al,26 jne notEOF printCharacter 0 mov al,1 notEOF: printCharacter loop loopTop retf
11
32
0.672727
d72a61585fbe2c1c9e7c411a2e2e4aeb7481fd4a
485
asm
Assembly
programs/oeis/000/A000015.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/000/A000015.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/000/A000015.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A000015: Smallest prime power >= n. ; 1,2,3,4,5,7,7,8,9,11,11,13,13,16,16,16,17,19,19,23,23,23,23,25,25,27,27,29,29,31,31,32,37,37,37,37,37,41,41,41,41,43,43,47,47,47,47,49,49,53,53,53,53,59,59,59,59,59,59,61,61,64,64,64,67,67,67,71,71,71,71,73,73,79,79,79,79,79,79,81,81,83,83,89,89,89,89,89,89,97,97,97,97,97,97,97,9...
37.307692
295
0.635052
a093f6e895066ec39ecac81cb2f41c9945f77d97
850
asm
Assembly
libsrc/gfx/wide/w_fillb_callee.asm
ahjelm/z88dk
c4de367f39a76b41f6390ceeab77737e148178fa
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
libsrc/gfx/wide/w_fillb_callee.asm
C-Chads/z88dk
a4141a8e51205c6414b4ae3263b633c4265778e6
[ "ClArtistic" ]
1,600
2017-01-15T16:12:02.000Z
2022-03-31T12:11:12.000Z
libsrc/gfx/wide/w_fillb_callee.asm
C-Chads/z88dk
a4141a8e51205c6414b4ae3263b633c4265778e6
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
; void fillb(int tlx, int tly, int width, int height) IF !__CPU_INTEL__ && !__CPU_GBZ80__ SECTION code_graphics PUBLIC fillb_callee PUBLIC _fillb_callee PUBLIC asm_fillb EXTERN w_plotpixel EXTERN w_area EXTERN swapgfxbk EXTERN __graphics_end INCLUDE "graphics/gr...
18.085106
105
0.625882
943c8e55d578d67a7454936ff96af573e1259478
445
asm
Assembly
programs/oeis/020/A020544.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/020/A020544.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/020/A020544.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A020544: Second Bernoulli polynomial evaluated at x=n! (multiplied by 6). ; 1,1,13,181,3313,85681,3106081,152379361,9753972481,790089189121,79009114867201,9560105293939201,1376655193941350401,232654728224433715201,45600326738788914892801,10260073516337350497792001,2626578820184244778524672001 seq $0,142 ; Factorial ...
55.625
219
0.804494
b88d4aa717b4b95f29808f726fcece749518e4e9
196
asm
Assembly
libsrc/_DEVELOPMENT/stdio/c/sdcc_iy/feof_unlocked.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
libsrc/_DEVELOPMENT/stdio/c/sdcc_iy/feof_unlocked.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
libsrc/_DEVELOPMENT/stdio/c/sdcc_iy/feof_unlocked.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
; int feof_unlocked(FILE *stream) SECTION code_stdio PUBLIC _feof_unlocked EXTERN asm_feof_unlocked _feof_unlocked: pop af pop ix push hl push af jp asm_feof_unlocked
10.315789
33
0.719388
ae821afb26228efb6e26ab19efa8709f08426e6e
7,166
asm
Assembly
Transynther/x86/_processed/NONE/_xt_sm_/i7-7700_9_0x48_notsx.log_21829_1920.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_0x48_notsx.log_21829_1920.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_0x48_notsx.log_21829_1920.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 %r8 push %rbp push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_D_ht+0x2a3a, %rbx nop nop nop xor $21030, %rbp mov (%rbx), %dx nop nop add $10130, %rcx lea addresses_D_ht+0x2a22, %rsi lea addresses_normal_ht+0x4ca9, %rdi cmp $42467, %r12 mov $104...
35.127451
2,999
0.658526
427e5eb3aca576118227623b4fb2977f5e2b6f5c
84
asm
Assembly
test/asm/if-macro.asm
orbea/rgbds
91889fc14abbf705271bb484e89e349e08f76477
[ "MIT" ]
522
2017-02-25T21:10:13.000Z
2020-09-13T14:26:18.000Z
test/asm/if-macro.asm
orbea/rgbds
91889fc14abbf705271bb484e89e349e08f76477
[ "MIT" ]
405
2017-02-25T21:32:37.000Z
2020-09-13T16:43:29.000Z
test/asm/if-macro.asm
orbea/rgbds
91889fc14abbf705271bb484e89e349e08f76477
[ "MIT" ]
84
2017-02-25T21:10:26.000Z
2020-09-13T14:28:25.000Z
m: macro if 0 WARN "3" else WARN "5" endc endm if 1 m else WARN "12" endc
6
10
0.583333
654f9c2e3f44037d035dbf4c3d18ef3fdd98672e
190
asm
Assembly
sw/552tests/inst_tests/jal_2.asm
JPShen-UWM/ThreadKraken
849c510531f28e36d3469535737b2120bd774935
[ "MIT" ]
1
2022-02-15T16:03:25.000Z
2022-02-15T16:03:25.000Z
sw/552tests/inst_tests/jal_2.asm
JPShen-UWM/ThreadKraken
849c510531f28e36d3469535737b2120bd774935
[ "MIT" ]
null
null
null
sw/552tests/inst_tests/jal_2.asm
JPShen-UWM/ThreadKraken
849c510531f28e36d3469535737b2120bd774935
[ "MIT" ]
null
null
null
// Original test: ./bolanows/hw4/problem6/jal_2.asm // Author: bolanows // Test source code follows //Basically does no jump at all JAL 0 // Should just increment to the next PC Nop Halt
17.272727
51
0.731579
e7fe088f54d2741c5b4d513b076e6f28c94ae7ad
575
asm
Assembly
oeis/126/A126264.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/126/A126264.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/126/A126264.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A126264: a(n) = 5*n^2 + 3*n. ; 8,26,54,92,140,198,266,344,432,530,638,756,884,1022,1170,1328,1496,1674,1862,2060,2268,2486,2714,2952,3200,3458,3726,4004,4292,4590,4898,5216,5544,5882,6230,6588,6956,7334,7722,8120,8528,8946,9374,9812,10260,10718,11186,11664,12152,12650,13158,13676,14204,14742,15290,15848,16416,16994,1...
63.888889
497
0.768696
f3cb04a2b1c646b916a5a973e96fc6fa25d01537
565
asm
Assembly
oeis/350/A350389.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/350/A350389.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/350/A350389.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A350389: a(n) is the largest unitary divisor of n that is an exponentially odd number (A268335). ; Submitted by Simon Strandgaard ; 1,2,3,1,5,6,7,8,1,10,11,3,13,14,15,1,17,2,19,5,21,22,23,24,1,26,27,7,29,30,31,32,33,34,35,1,37,38,39,40,41,42,43,11,5,46,47,3,1,2,51,13,53,54,55,56,57,58,59,15,61,62,7,1,65,66,67,17,69,7...
47.083333
273
0.654867
0d4d1817f9c41e25484b3a61347bb48c22a73b83
332
asm
Assembly
libsrc/oz/ozmisc/ozinitsound.asm
andydansby/z88dk-mk2
51c15f1387293809c496f5eaf7b196f8a0e9b66b
[ "ClArtistic" ]
1
2020-09-15T08:35:49.000Z
2020-09-15T08:35:49.000Z
libsrc/oz/ozmisc/ozinitsound.asm
andydansby/z88dk-MK2
51c15f1387293809c496f5eaf7b196f8a0e9b66b
[ "ClArtistic" ]
null
null
null
libsrc/oz/ozmisc/ozinitsound.asm
andydansby/z88dk-MK2
51c15f1387293809c496f5eaf7b196f8a0e9b66b
[ "ClArtistic" ]
null
null
null
; ; Sharp OZ family functions ; ; ported from the OZ-7xx SDK by by Alexander R. Pruss ; by Stefano Bodrato - Oct. 2003 ; ; ; void ozinitsound(void) ; ; ------ ; $Id: ozinitsound.asm,v 1.1 2003/10/27 17:03:40 stefano Exp $ ; XLIB ozinitsound ozinitsound: ld a,1 out (19h),a ; turn tone mode on...
15.809524
62
0.605422
6305f21b8104ca2252fad46dfdf00d129a78c1e1
8,152
asm
Assembly
x86/Pawn.asm
lantonov/asm
b9ddd4ed9a8c73cbd3600608847769f4690c293c
[ "BSD-3-Clause" ]
150
2016-11-26T05:41:31.000Z
2022-02-09T20:54:53.000Z
x86/Pawn.asm
lantonov/asm
b9ddd4ed9a8c73cbd3600608847769f4690c293c
[ "BSD-3-Clause" ]
199
2016-12-07T22:13:00.000Z
2022-03-22T15:42:18.000Z
x86/Pawn.asm
lantonov/asm
b9ddd4ed9a8c73cbd3600608847769f4690c293c
[ "BSD-3-Clause" ]
95
2016-11-24T22:57:13.000Z
2022-01-24T19:42:10.000Z
macro EvalPawns Us ; in rbp address of Pos struct ; rdi address of pawn table entry ; out esi score local Them, Up, Right, Left local Isolated, Backward, Doubled local NextPiece, AllDone, Done, WritePawnSpan local Neighbours_True, Neighbours_True__Lever_False local Neighbours_True__Lever_False__RelRa...
31.474903
89
0.467983
2744491a1983085bd0e8c4d83f50fa9d2e972086
1,812
asm
Assembly
source/function/pointer.asm
mega65dev/rom-assembler
1670a56a8246dcdcc18e83b345d577eba686cf32
[ "MIT" ]
null
null
null
source/function/pointer.asm
mega65dev/rom-assembler
1670a56a8246dcdcc18e83b345d577eba686cf32
[ "MIT" ]
null
null
null
source/function/pointer.asm
mega65dev/rom-assembler
1670a56a8246dcdcc18e83b345d577eba686cf32
[ "MIT" ]
null
null
null
; ******************************************************************************************** ; ******************************************************************************************** ; ; Name : pointer.asm ; Purpose : .. ; Created : 15th Nov 1991 ; Updated : 4th Jan 2021 ; Authors : Fred Bowen ; ; *...
37.75
94
0.230132
f06a5bf993e882a452f76b8555fa790e26df2dcd
696
asm
Assembly
oeis/099/A099237.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/099/A099237.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/099/A099237.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A099237: a(n) = Sum_{k=0..n} binomial(n*(n-k), k). ; Submitted by Jamie Morken(w2) ; 1,1,3,10,45,251,1624,11908,97545,880660,8664546,92096731,1050304775,12778138842,165033693175,2253204163256,32401745953105,489207829112931,7733130368443057,127664099576228184,2196149923000824756,39288005888532450302,729576586543010269...
43.5
499
0.818966
98c30a957ca94f3241a04b857cd3bf1ed36938e8
646
asm
Assembly
tests/_g_01/_g_01.asm
RL-Bin/RLBin
621305a1c8149728e8b5d6ded75dbd81e00d7037
[ "BSD-3-Clause" ]
null
null
null
tests/_g_01/_g_01.asm
RL-Bin/RLBin
621305a1c8149728e8b5d6ded75dbd81e00d7037
[ "BSD-3-Clause" ]
null
null
null
tests/_g_01/_g_01.asm
RL-Bin/RLBin
621305a1c8149728e8b5d6ded75dbd81e00d7037
[ "BSD-3-Clause" ]
null
null
null
global _main extern _printf ; Uncomment under Windows section .data fmtStr: db 'hello, world',0xA,0 section .text _main: push 5 loop1: sub esp, 4 ; Allocate space on the stack for one 4 byte parameter lea eax, [fmtStr] mov ...
20.83871
86
0.465944
375e3a241a5311e24e24b43ee09eb0425b9e6671
777
asm
Assembly
oeis/119/A119786.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/119/A119786.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/119/A119786.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A119786: Numerator of the product of the n-th triangular number and the n-th harmonic number. ; Submitted by Jon Maiga ; 1,9,11,125,137,1029,363,6849,7129,81191,83711,1118273,1145993,1171733,1195757,41421503,42142223,813635157,275295799,279175675,56574159,439143531,1332950097,33695573875,34052522467,309561680403,3125...
37
493
0.796654
8bebe3933795a242fed0dfc632609ba8b1dc4bce
17,422
asm
Assembly
Project_Metronome/Code/16F648A_MetroKnomeV17.asm
Brian1273/ECE_411
788233d1740659cce4746cd2b96feb9af299b34e
[ "MIT" ]
1
2016-11-23T23:54:00.000Z
2016-11-23T23:54:00.000Z
Project_Metronome/Code/16F648A_MetroKnomeV17.asm
Brian1273/ECE_411
788233d1740659cce4746cd2b96feb9af299b34e
[ "MIT" ]
null
null
null
Project_Metronome/Code/16F648A_MetroKnomeV17.asm
Brian1273/ECE_411
788233d1740659cce4746cd2b96feb9af299b34e
[ "MIT" ]
null
null
null
;******************************************************************************** ; DOES IT WORK? WORKS, BUT, ... SEE VERSION 15 FOR WORKING CODE ; FILENAME: METROKNOME ; VERSION: 17 ; DATE: 01DEC2016 ; FILE SAVED AS: 16F648A_MetroKnomeV17.asm ; MICROCONTROLLER: PIC16F648A ; CLOCK FREQUENCY: 32.768kHz ...
37.147122
135
0.645333
3ee9539bcdaa02ec151b9b501e550ca6a61a035e
814
asm
Assembly
AssemblyLanguage/CS/exp2-2.asm
luocr7/NCEPU-CS-COURSES
355698601f247a2031c8b8afeb661c4cb951a135
[ "Apache-2.0" ]
30
2019-06-22T01:25:14.000Z
2021-12-16T07:24:50.000Z
AssemblyLanguage/CS/exp2-2.asm
luocr7/NCEPU-CS-COURSES
355698601f247a2031c8b8afeb661c4cb951a135
[ "Apache-2.0" ]
4
2020-09-18T04:39:03.000Z
2022-03-25T02:14:33.000Z
AssemblyLanguage/CS/exp2-2.asm
luocr7/NCEPU-CS-COURSES
355698601f247a2031c8b8afeb661c4cb951a135
[ "Apache-2.0" ]
14
2019-06-29T07:06:59.000Z
2020-12-21T14:41:03.000Z
;x,y,z,v是数据段定义的16位有符号数,试写出计算下面表达式的指令序列。 ;(v-(x*y+z-540))/x DATAS SEGMENT V DW 0001H X DW 0002H Y DW 0003H Z DW 0004H DATAS ENDS STACKS SEGMENT STACKS ENDS CODES SEGMENT ASSUME CS:CODES, DS:DATAS, SS:STACKS START: MOV AX, DATAS MOV DS, AX ;HERE WRITE YOUR OWN CODES MOV AX, X IM...
17.695652
56
0.620393
6fc604e6eec1a678d3a6ba8466c73472d48d937f
74
asm
Assembly
tests/integrations/cmake_asm_and_cpp/random.asm
zielinskit/kolejka-judge
571df05b12c5a4748d7a2ca4c217b0042acf6b48
[ "MIT" ]
2
2020-10-29T11:00:03.000Z
2021-03-08T19:27:58.000Z
tests/integrations/cmake_asm_and_cpp/random.asm
zielinskit/kolejka-judge
571df05b12c5a4748d7a2ca4c217b0042acf6b48
[ "MIT" ]
1
2021-09-01T08:10:35.000Z
2021-09-01T10:09:57.000Z
tests/integrations/cmake_asm_and_cpp/random.asm
Raalsky/kolejka-judge
4fa42d9b9a52a94cd8dc57a99218b32d0e8fc18f
[ "MIT" ]
1
2021-10-08T19:32:09.000Z
2021-10-08T19:32:09.000Z
global _Z15getRandomNumberv _Z15getRandomNumberv: mov eax, 4 ret
12.333333
27
0.756757
98420bf2533cf7d8e8e8e9228298a7736ff0ff9b
7,639
asm
Assembly
Transynther/x86/_processed/AVXALIGN/_st_sm_/i9-9900K_12_0xca_notsx.log_21829_853.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/AVXALIGN/_st_sm_/i9-9900K_12_0xca_notsx.log_21829_853.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/AVXALIGN/_st_sm_/i9-9900K_12_0xca_notsx.log_21829_853.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 %r15 push %r9 push %rbp push %rbx push %rcx push %rdi push %rsi lea addresses_WT_ht+0x13edd, %r11 nop cmp $52916, %rcx movb (%r11), %r9b nop nop cmp %r15, %r15 lea addresses_D_ht+0x1e4d, %rbx nop nop nop nop nop xor %rcx, %rcx movb $0x61, (%rbx) nop nop nop an...
32.506383
2,999
0.649561
9b5471117ee38ac6be482057801f27ee74ded90d
912
asm
Assembly
src/kernel/io.asm
JohanLi233/JAHA-OS
4b4bae0b4fc1e494441da28337a31d3c46ff5934
[ "MIT" ]
2
2022-02-15T23:40:48.000Z
2022-02-16T11:58:23.000Z
src/kernel/io.asm
JohanLi233/JAHA-OS
4b4bae0b4fc1e494441da28337a31d3c46ff5934
[ "MIT" ]
null
null
null
src/kernel/io.asm
JohanLi233/JAHA-OS
4b4bae0b4fc1e494441da28337a31d3c46ff5934
[ "MIT" ]
1
2022-02-17T10:03:30.000Z
2022-02-17T10:03:30.000Z
[bits 32] section .text global inb inb: push ebp mov ebp, esp ;保存帧 xor eax, eax mov edx, [ebp + 8] ;port in al, dx ;将端口号dx的8bit输入到ax jmp $+2 jmp $+2 leave ret global outb outb: push ebp mov ebp, esp ;保存帧 mov edx, [ebp ...
14.030769
51
0.448465
a388a04e570c7ec1e1b70c2587d6cdff5ce3ef8c
3,994
asm
Assembly
DEF CON CTF Qualifier 2018/ELF Crumble/7.asm
p-g-krish/CTF-Writeups
05ad6a9ecbc19ceb8890f4581dfee36f16d164aa
[ "MIT" ]
51
2018-06-26T09:49:42.000Z
2019-09-14T00:06:35.000Z
DEF CON CTF Qualifier 2018/ELF Crumble/7.asm
p-g-krish/CTF-Writeups
05ad6a9ecbc19ceb8890f4581dfee36f16d164aa
[ "MIT" ]
1
2018-06-29T18:40:59.000Z
2018-07-09T20:29:41.000Z
DEF CON CTF Qualifier 2018/ELF Crumble/7.asm
p-g-krish/CTF-Writeups
05ad6a9ecbc19ceb8890f4581dfee36f16d164aa
[ "MIT" ]
22
2019-10-03T14:52:43.000Z
2022-01-17T08:55:10.000Z
00000000 0FB612 movzx edx,byte [edx] 00000003 8855FB mov [ebp-0x5],dl 00000006 8B9038000000 mov edx,[eax+0x38] 0000000C 89D1 mov ecx,edx 0000000E 8B5508 mov edx,[ebp+0x8] 00000011 01CA add edx,ecx 00000013 0FB612 movzx edx,byte [edx] 0000...
43.89011
52
0.577867
78f9744985b63c6ddcf0d26d90f756e40b8834d3
355
asm
Assembly
programs/oeis/100/A100037.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/100/A100037.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/100/A100037.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A100037: Positions of occurrences of the natural numbers as a second subsequence in A100035. ; 4,9,18,31,48,69,94,123,156,193,234,279,328,381,438,499,564,633,706,783,864,949,1038,1131,1228,1329,1434,1543,1656,1773,1894,2019,2148,2281,2418,2559,2704,2853,3006,3163,3324,3489,3658,3831,4008,4189,4374,4563 mul $0,2 mov ...
39.444444
210
0.740845
6d645b8c5b15f66ce42bf0e0b853cd1e15f67e21
1,417
asm
Assembly
programs/oeis/001/A001318.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/001/A001318.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/001/A001318.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A001318: Generalized pentagonal numbers: m*(3*m - 1)/2, m = 0, +-1, +-2, +-3, .... ; 0,1,2,5,7,12,15,22,26,35,40,51,57,70,77,92,100,117,126,145,155,176,187,210,222,247,260,287,301,330,345,376,392,425,442,477,495,532,551,590,610,651,672,715,737,782,805,852,876,925,950,1001,1027,1080,1107,1162,1190,1247,1276,1335,1365,...
128.818182
1,266
0.772759
66ab66791a36c68d6820d8e522b060eb5c859d2f
380
asm
Assembly
oeis/160/A160381.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/160/A160381.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/160/A160381.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A160381: Number of 1's in base-4 representation of n. ; Submitted by Christian Krause ; 0,1,0,0,1,2,1,1,0,1,0,0,0,1,0,0,1,2,1,1,2,3,2,2,1,2,1,1,1,2,1,1,0,1,0,0,1,2,1,1,0,1,0,0,0,1,0,0,0,1,0,0,1,2,1,1,0,1,0,0,0,1,0,0,1,2,1,1,2,3,2,2,1,2,1,1,1,2,1,1,2,3,2,2,3,4,3,3,2,3,2,2,2,3,2,2,1,2,1,1 lpb $0 mul $0,2 mov $2,$0...
27.142857
201
0.55
7f975e482e76cd7560c34baea527c0c1f22bb2ed
696
asm
Assembly
oeis/059/A059258.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/059/A059258.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/059/A059258.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A059258: Primes p such that x^53 = 2 has no solution mod p. ; Submitted by Christian Krause ; 107,743,1061,1697,2333,2969,3181,3499,3923,4241,4877,5407,6043,6361,6679,6997,7103,7951,8269,8693,9011,9859,10177,10601,11131,12721,13463,13781,14629,14947,15053,15583,15901,16007,17491,17597,18127,18233,18869,19081,19717,20...
58
499
0.775862
42e586a7d8612d0b2007f6db8aa204e8c4f687c3
390
asm
Assembly
programs/oeis/275/A275015.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/275/A275015.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
programs/oeis/275/A275015.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
; A275015: Number of neighbors of each new term in an isosceles triangle read by rows. ; 0,1,2,1,3,2,1,3,3,2,1,3,3,3,2,1,3,3,3,3,2,1,3,3,3,3,3,2,1,3,3,3,3,3,3,2,1,3,3,3,3,3,3,3,2,1,3,3,3,3,3,3,3,3,2,1,3,3,3,3,3,3,3,3,3,2,1,3,3,3,3,3,3,3,3,3,3,2,1,3,3,3,3,3,3,3,3,3,3,3,2,1,3,3,3,3,3,3,3,3,3,3,3,3,2 lpb $0 add $0,4 ...
30
211
0.551282
1294590393088c0aaa068cfc9a484fea8abc812e
580
asm
Assembly
oeis/000/A000304.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/000/A000304.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/000/A000304.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A000304: a(n) = a(n-1)*a(n-2). ; 2,3,6,18,108,1944,209952,408146688,85691213438976,34974584955819144511488,2997014624388697307377363936018956288,104819342594514896999066634490728502944926883876041385836544,314145102674570244719609791046481277268067088275579791889150033077979390594877693287020648988672,329284831416348...
36.25
427
0.836207
321c877f44e010c0393bc03c68c5657f6c8eac9d
7,859
asm
Assembly
Driver/Font/Nimbus/nimbusRegions.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
504
2018-11-18T03:35:53.000Z
2022-03-29T01:02:51.000Z
Driver/Font/Nimbus/nimbusRegions.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
96
2018-11-19T21:06:50.000Z
2022-03-06T10:26:48.000Z
Driver/Font/Nimbus/nimbusRegions.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
73
2018-11-19T20:46:53.000Z
2022-03-29T00:59:26.000Z
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) GeoWorks 1990 -- All Rights Reserved PROJECT: PC GEOS MODULE: Nimbus/CharMod FILE: nimbusRegions.asm AUTHOR: Gene Anderson, Feb 28, 1990 ROUTINES: Name Description ---- ----------- RegionAlloc Alloc...
34.928889
79
0.610383
f3773c2d625ea2f46aad00eb61d6c20dff184cd4
644
asm
Assembly
oeis/078/A078019.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/078/A078019.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/078/A078019.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A078019: Expansion of (1-x)/(1-x+2*x^2-x^3). ; 1,0,-2,-1,3,3,-4,-7,4,14,-1,-25,-9,40,33,-56,-82,63,171,-37,-316,-71,524,350,-769,-945,943,2064,-767,-3952,-354,6783,3539,-10381,-10676,13625,24596,-13330,-48897,2359,86823,33208,-138079,-117672,191694,288959,-212101,-598325,114836,1099385,271388,-1812546,-1255937,264054...
46
497
0.706522
34f105ae2bc7e287d44122e8b565738bd875b804
1,156
asm
Assembly
programs/oeis/164/A164535.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/164/A164535.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/164/A164535.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A164535: a(n) = 8*a(n-1) - 14*a(n-2) for n > 1; a(0) = 3, a(1) = 20. ; 3,20,118,664,3660,19984,108632,589280,3193392,17297216,93670240,507200896,2746223808,14868977920,80504690048,435871829504,2359908975360,12777066189824,69177803863552,374543504250880,2027858779917312,10979261179826176,59444066519767040,321842875640...
72.25
968
0.870242
d129b8ff04d175ca5350ee3be99ac0aa310b5738
5,572
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_313.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_313.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_313.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 %r15 push %rcx push %rdi push %rsi lea addresses_UC_ht+0x1379a, %rsi lea addresses_normal_ht+0x1811a, %rdi nop nop lfence mov $26, %rcx rep movsq cmp $43910, %r12 lea addresses_D_ht+0x163da, %r15 xor %r12, %r12 mov $0x6162636465666768, %r10...
41.894737
2,999
0.657035
f0c5e43c2cbb82d6645479761f6afd97cb26d253
1,171
asm
Assembly
programs/oeis/298/A298028.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/298/A298028.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/298/A298028.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A298028: Coordination sequence of Dual(3.6.3.6) tiling with respect to a trivalent node. ; 1,3,12,9,24,15,36,21,48,27,60,33,72,39,84,45,96,51,108,57,120,63,132,69,144,75,156,81,168,87,180,93,192,99,204,105,216,111,228,117,240,123,252,129,264,135,276,141,288,147,300,153,312,159,324,165,336,171,348,177,360,183,372,189,...
106.454545
1,013
0.740393
58160c2fb8e7d7d84720d212efa74cc0e46d0908
11,235
asm
Assembly
macros/legacy.asm
chaos-lord/CryEd
d67380ad026ac324290a6c31e20f79c06b8f82a6
[ "MIT" ]
1
2021-03-29T14:15:38.000Z
2021-03-29T14:15:38.000Z
macros/legacy.asm
chaos-lord/CryEd
d67380ad026ac324290a6c31e20f79c06b8f82a6
[ "MIT" ]
4
2021-03-28T17:20:09.000Z
2021-04-27T22:20:31.000Z
macros/legacy.asm
chaos-lord/CryEd
d67380ad026ac324290a6c31e20f79c06b8f82a6
[ "MIT" ]
4
2021-03-30T21:58:20.000Z
2022-03-07T06:08:29.000Z
; Legacy support for old pokecrystal. ; Allows porting scripts with as few edits as possible. ; Legacy support not in this file can be found by looking for the keyword: "LEGACY" ; Define ROM title. romTitle: MACRO .str\@ db \1 .str\@_end rept 15-(.str\@_end-.str\@) db 0 endr endm ; macros/rst.asm callba EQUS ...
28.515228
83
0.719804
eb1581f198e44402593ca5e7063d32fd43619f28
355
asm
Assembly
libsrc/_DEVELOPMENT/l/z80/l_zeroword_hl.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
libsrc/_DEVELOPMENT/l/z80/l_zeroword_hl.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
1,600
2017-01-15T16:12:02.000Z
2022-03-31T12:11:12.000Z
libsrc/_DEVELOPMENT/l/z80/l_zeroword_hl.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
SECTION code_clib SECTION code_l PUBLIC l_zeroword_hl inc hl inc hl inc hl inc hl l_zeroword_hl: ; Common operation to zero word at offset from hl ; ; enter : hl = void *address ; ; exit : hl = void *address ; *address = 0 ; ; uses : none ld (hl),0 inc hl...
11.833333
52
0.546479
2431ff50b3bf33fbd007b2415d2f173b4a187b0c
3,824
asm
Assembly
library_dir_dir/system_library_unbundled/source/pc_mowse_.s.archive/rs232out.asm
dancrossnyc/multics
dc291689edf955c660e57236da694630e2217151
[ "RSA-MD" ]
65
2021-07-27T16:54:21.000Z
2022-03-30T17:50:19.000Z
library_dir_dir/system_library_unbundled/source/pc_mowse_.s.archive/rs232out.asm
dancrossnyc/multics
dc291689edf955c660e57236da694630e2217151
[ "RSA-MD" ]
1
2021-07-29T13:24:12.000Z
2021-07-29T13:28:22.000Z
library_dir_dir/system_library_unbundled/source/pc_mowse_.s.archive/rs232out.asm
dancrossnyc/multics
dc291689edf955c660e57236da694630e2217151
[ "RSA-MD" ]
4
2021-07-27T16:05:31.000Z
2021-12-30T08:38:51.000Z
; *********************************************************** ; * * ; * Copyright, (C) Honeywell Bull Inc., 1987 * ; * * ; * Copyright, (C) Honeywell Information Systems Inc., 1986 * ; * ...
28.969697
75
0.412918
fa1f6e38dab7c041f2bafb9c79619e1ddeb95165
350
asm
Assembly
programs/oeis/208/A208140.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/208/A208140.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
programs/oeis/208/A208140.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
; A208140: Number of n X 6 0..1 arrays avoiding 0 0 1 and 0 1 1 horizontally and 0 0 1 and 1 0 1 vertically. ; 16,256,1600,6400,19600,50176,112896,230400,435600,774400,1308736,2119936,3312400,5017600,7398400,10653696,15023376,20793600,28302400,37945600,50183056,65545216,84640000,108160000,136890000,171714816 mov $1,-4...
43.75
200
0.774286
37bd6bb9435e5a1521b51d1798fe8d9ba451d299
52,880
asm
Assembly
target/cos_117/disasm/iop_overlay1/UFILE.asm
jrrk2/cray-sim
52c9639808d6890517092637b188282c00cce4f7
[ "BSL-1.0" ]
49
2020-10-09T12:29:16.000Z
2022-03-12T02:33:35.000Z
target/cos_117/disasm/iop_overlay1/UFILE.asm
jrrk2/cray-sim
52c9639808d6890517092637b188282c00cce4f7
[ "BSL-1.0" ]
1
2021-12-29T15:59:25.000Z
2021-12-29T15:59:25.000Z
target/cos_117/disasm/iop_overlay1/UFILE.asm
jrrk2/cray-sim
52c9639808d6890517092637b188282c00cce4f7
[ "BSL-1.0" ]
6
2021-04-12T06:10:32.000Z
2022-02-08T23:11:19.000Z
0x0000 (0x000000) 0x7466- f:00072 d: 102 | R = P + 102 (0x0066) 0x0001 (0x000002) 0x1000- f:00010 d: 0 | A = 0 (0x0000) 0x0002 (0x000004) 0x2919- f:00024 d: 281 | OR[281] = A 0x0003 (0x000006) 0x1000- f:00010 d: 0 | A = 0 (0x0000) ...
79.879154
79
0.465809
ca0ee38c35f2d1b81a600fdc2ca81013795d737a
5,353
asm
Assembly
Transynther/x86/_processed/NONE/_xt_sm_/i9-9900K_12_0xca.log_21829_1542.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NONE/_xt_sm_/i9-9900K_12_0xca.log_21829_1542.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NONE/_xt_sm_/i9-9900K_12_0xca.log_21829_1542.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 %r8 push %rcx push %rdi push %rsi lea addresses_UC_ht+0x305b, %rsi lea addresses_WT_ht+0xf1af, %rdi nop inc %r8 mov $55, %rcx rep movsb nop nop nop nop nop add %rdi, %rdi pop %rsi pop %rdi pop %rcx pop %r8 ret .global s_faulty_load s_faulty_load: push %r11 push %r1...
40.55303
2,999
0.658883
589e1d918a08bc575e48ebab5581efb9eb2519f7
6,702
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_639.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_639.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_639.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 %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_D_ht+0x10144, %rsi lea addresses_WT_ht+0xf44, %rdi nop cmp $52837, %r12 mov $11, %rcx rep movsl and %rdx, %rdx lea addresses_normal_ht+0x7de4, %rbx nop nop nop nop nop add %r14, %r14 movl $0x...
38.739884
2,999
0.660251
8cd38acbeae52eb30e39a5971590b03f66b6d0cc
3,887
asm
Assembly
asm_main.asm
CISVVC/cis208-chapter05-arrays-ZackaryBair
5e290c682e7d4d69734cd4d7b2b1c08f208491f5
[ "Unlicense" ]
null
null
null
asm_main.asm
CISVVC/cis208-chapter05-arrays-ZackaryBair
5e290c682e7d4d69734cd4d7b2b1c08f208491f5
[ "Unlicense" ]
null
null
null
asm_main.asm
CISVVC/cis208-chapter05-arrays-ZackaryBair
5e290c682e7d4d69734cd4d7b2b1c08f208491f5
[ "Unlicense" ]
null
null
null
;Assignment: Chapter 5 Arrays ;Zackary Bair ;file: asm_main.asm ; ;Write an assembly language function that will do the following: ;1. provide a function that will take 3 parameters: ;The base address of a word (16 bit) array -> array ;The length of the array ;An integer -- a scalar ;The function will iterate...
22.468208
102
0.647543
8d651e08757911aa8b72dbb0289c5e6fc169a109
2,588
asm
Assembly
loader/bios/bios_call.asm
UltraOS/Hyper
b751b7aaedcc8924b1c3d26923f635c5487fc7dc
[ "Apache-2.0" ]
3
2021-11-05T14:43:56.000Z
2022-01-06T17:01:54.000Z
loader/bios/bios_call.asm
UltraOS/Hyper
b751b7aaedcc8924b1c3d26923f635c5487fc7dc
[ "Apache-2.0" ]
null
null
null
loader/bios/bios_call.asm
UltraOS/Hyper
b751b7aaedcc8924b1c3d26923f635c5487fc7dc
[ "Apache-2.0" ]
3
2022-01-16T11:44:04.000Z
2022-02-23T14:26:17.000Z
extern gdt_ptr PROTECTED_MODE_CODE_SELECTOR: equ 0x08 PROTECTED_MODE_DATA_SELECTOR: equ 0x10 REAL_MODE_CODE_SELECTOR: equ 0x18 REAL_MODE_DATA_SELECTOR: equ 0x20 PROTECTED_MODE_BIT: equ 1 SIZEOF_REGISTER_STATE: equ 40 section .real_code ; NOTE: this function assumes all pointers are located within the first 64K of...
18.225352
94
0.638331
f00f3a2ee7026e8d52e7ddb8e11a34f7ef60f1b2
1,711
asm
Assembly
programs/oeis/058/A058809.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/058/A058809.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/058/A058809.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A058809: The sequence lambda(3,n), where lambda is defined in A055203. Number of ways of placing n identifiable positive intervals with a total of exactly three starting and/or finishing points. ; 0,0,6,24,78,240,726,2184,6558,19680,59046,177144,531438,1594320,4782966,14348904,43046718,129140160,387420486,1162261464,...
213.875
1,474
0.920514
807f8ab8d2089a5f5436f89955a8541a34d7e514
517
asm
Assembly
Test/Exec/Add4.asm
CharlesCarley/ToyVM
57a7f57a1f2ecc84a5358f5f93d1a0148dbd2119
[ "MIT" ]
1
2020-10-04T09:07:03.000Z
2020-10-04T09:07:03.000Z
Test/Exec/Add4.asm
CharlesCarley/ToyVM
57a7f57a1f2ecc84a5358f5f93d1a0148dbd2119
[ "MIT" ]
null
null
null
Test/Exec/Add4.asm
CharlesCarley/ToyVM
57a7f57a1f2ecc84a5358f5f93d1a0148dbd2119
[ "MIT" ]
1
2020-07-06T01:03:57.000Z
2020-07-06T01:03:57.000Z
main: mov x1, ' ' beg: cmp x1, '~' bgt enb mov x0, x1 bl putchar add x1, 1 b beg enb: mov x1, 224 beg1: cmp x1, 253 bgt end1 mov x0, x1 bl putchar add x1, 1 b beg1 end1: mov x0, '\n' bl putchar mov x0, 50 bl putchar mov x0, 252 ...
13.25641
17
0.479691
7db5045732232bd91486e3fbd70efbfec29dc993
689
asm
Assembly
oeis/160/A160140.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/160/A160140.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/160/A160140.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A160140: Numerator of Hermite(n, 13/27). ; Submitted by Jon Maiga ; 1,26,-782,-96148,920620,584671256,8490132856,-4893960693232,-213893273952368,51521932403096480,4146277783283481376,-643386552071776162624,-83226053442166654536512,9092813725551462723320192,1813879773807164800891373440,-138441639646970172285236049664,...
38.277778
484
0.815675