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
cb6ef93f9c80bbd3ccf62ae179883e0ac1d2afdb
21,033
asm
Assembly
Engine/Graphics/CheckSpritesRefresh.asm
wide-dot/thomson-to8-game-engine
f305368ff28fba6e6bd03d0138a36ff5ea67e925
[ "Apache-2.0" ]
11
2021-09-07T18:45:06.000Z
2022-02-15T06:36:19.000Z
Engine/Graphics/CheckSpritesRefresh.asm
dougmasten/thomson-to8-game-engine
b1f29e3b650e2296a5058570173e1c9068bccbe4
[ "Apache-2.0" ]
null
null
null
Engine/Graphics/CheckSpritesRefresh.asm
dougmasten/thomson-to8-game-engine
b1f29e3b650e2296a5058570173e1c9068bccbe4
[ "Apache-2.0" ]
1
2021-11-22T08:43:52.000Z
2021-11-22T08:43:52.000Z
* --------------------------------------------------------------------------- * CheckSpritesRefresh * ------------------- * Subroutine to determine if sprites are gonna be erased and/or drawn * Read Display Priority Structure (back to front) * priority: 0 - unregistred * priority: 1 - register non moving overlay sprite...
39.610169
188
0.590786
77295e962a2928cca7ff7659e2db3b93f9971520
287
asm
Assembly
programs/oeis/010/A010961.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/010/A010961.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
programs/oeis/010/A010961.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
; A010961: Binomial coefficient C(45,n). ; 1,45,990,14190,148995,1221759,8145060,45379620,215553195,886163135,3190187286,10150595910,28760021745,73006209045,166871334960,344867425584,646626422970,1103068603890,1715884494940,2438362177020,3169870830126,3773655750150 mov $1,45 bin $1,$0
47.833333
224
0.843206
8052e244449b90377a15eb92337ab7ab092115f1
9,879
asm
Assembly
skeleton/libtest.asm
Candy-Crusher/Code-Generation-for-an-LC-3-Compiler
35731033cbce9167ce95f94f14eeb83597b6dbaa
[ "MIT" ]
null
null
null
skeleton/libtest.asm
Candy-Crusher/Code-Generation-for-an-LC-3-Compiler
35731033cbce9167ce95f94f14eeb83597b6dbaa
[ "MIT" ]
1
2021-04-26T10:50:25.000Z
2021-04-26T10:50:25.000Z
mp11/skeleton/libtest.asm
Candy-Crusher/ece220
18001a82a46711b0451d37b3dd2c747f85abad69
[ "MIT" ]
null
null
null
; tests for C compiler and library functions... .ORIG x3000 ; initialize registers in odd ways... LD R2,ODDBITS ADD R3,R2,R2 ADD R4,R3,R3 ADD R5,R4,R4 LD R6,ST_PTR ; tests for MULTIPLY (R0 <- R0 * R1) LD R2,MPTR NOT R2,R2 ADD R2,R2,#1 ST R2,MINV AND R0,R0,#0 ADD R1,R0,#0 LD R2,MPTR JSRR R2 ; 0 x 0...
14.23487
126
0.677903
f3850ce47cf6fb4dd9171220d4a9ee7106aed884
358
asm
Assembly
programs/oeis/224/A224317.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/224/A224317.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
programs/oeis/224/A224317.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
; A224317: a(n) = a(n-1) + 3 - a(n-1)!. ; 1,3,0,2,3,0,2,3,0,2,3,0,2,3,0,2,3,0,2,3,0,2,3,0,2,3,0,2,3,0,2,3,0,2,3,0,2,3,0,2,3,0,2,3,0,2,3,0,2,3,0,2,3,0,2,3,0,2,3,0,2,3,0,2,3,0,2,3,0,2,3,0,2,3,0,2,3,0,2,3,0,2 lpb $$3 mov $4,$$1 trn $$1,3 lpe add $2,$4 add $4,$2 mov $$1,3 add $$3,$$2 sub $0,2 mov $3,$$4 add $3,2 mov $...
18.842105
165
0.47486
a3541f8db9591a2e03f36d4ee1e14860b4a9a1fa
219
asm
Assembly
libsrc/_DEVELOPMENT/drivers/terminal/console_01/output/console_01_output_terminal_fdriver.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
libsrc/_DEVELOPMENT/drivers/terminal/console_01/output/console_01_output_terminal_fdriver.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
1,600
2017-01-15T16:12:02.000Z
2022-03-31T12:11:12.000Z
libsrc/_DEVELOPMENT/drivers/terminal/console_01/output/console_01_output_terminal_fdriver.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
SECTION code_driver SECTION code_driver_terminal_output PUBLIC console_01_output_terminal_fdriver EXTERN console_01_input_terminal_fdriver defc console_01_output_terminal_fdriver = console_01_input_terminal_fdriver
21.9
75
0.922374
27353c3388f8d5442137e0a99d1025db2dd6b9ab
519
asm
Assembly
programs/oeis/078/A078881.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/078/A078881.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
programs/oeis/078/A078881.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
; A078881: Size of the largest subset S of {1,2,3,...,n} with the property that if i and j are distinct elements of S then i XOR j is not in S, where XOR is the bitwise exclusive-OR operator. ; 1,2,2,3,4,4,4,5,6,7,8,8,8,8,8,9,10,11,12,13,14,15,16,16,16,16,16,16,16,16,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,3...
32.4375
210
0.631985
74a00ed7cb3fe050e13d880069c91f0c7d8eb7e2
826
asm
Assembly
code_snippets/file/write.asm
smirzaei/systems-programming-class
f63c9ccc5305a26a0388e6cb6b374cb93a17a30c
[ "MIT" ]
null
null
null
code_snippets/file/write.asm
smirzaei/systems-programming-class
f63c9ccc5305a26a0388e6cb6b374cb93a17a30c
[ "MIT" ]
null
null
null
code_snippets/file/write.asm
smirzaei/systems-programming-class
f63c9ccc5305a26a0388e6cb6b374cb93a17a30c
[ "MIT" ]
null
null
null
; Stack stk segment dw 64 dup(?) stk ends ; Data dts segment msg db 'Hello, World!' msg_size 13 f_handle dw ? fw_smsg db 'SUCCESSFULLY WRITTEN TO THE FILE',10,13, '$' fw_fmsg db 'FAILED TO WRITE TO THE FILE',10,13, '$' dts ends ; Code cds segment assume cs:cds,ss:stk,ds:dts mai...
17.574468
56
0.546005
bcc15528d322013df48abf42913b6d1f7636a1ac
2,297
asm
Assembly
unittests/ASM/OpSize/66_F6.asm
cobalt2727/FEX
13087f8425aeaad28dc81bed46a83e1d72ff0db8
[ "MIT" ]
628
2020-03-06T14:01:32.000Z
2022-03-31T06:35:14.000Z
unittests/ASM/OpSize/66_F6.asm
cobalt2727/FEX
13087f8425aeaad28dc81bed46a83e1d72ff0db8
[ "MIT" ]
576
2020-03-06T08:25:12.000Z
2022-03-30T04:05:29.000Z
unittests/ASM/OpSize/66_F6.asm
cobalt2727/FEX
13087f8425aeaad28dc81bed46a83e1d72ff0db8
[ "MIT" ]
38
2020-03-07T06:10:00.000Z
2022-03-29T09:27:36.000Z
%ifdef CONFIG { "RegData": { "XMM0": ["0x100", "0x100"], "XMM1": ["0xC5", "0x88"], "XMM2": ["0x66", "0x5A"], "XMM3": ["0x6B", "0x68"], "XMM4": ["0x60", "0x68"], "XMM5": ["0x65", "0x65"], "XMM6": ["0x33", "0x57"], "XMM7": ["0x38", "0x5C"], "XMM8": ["0x3B", "0x6D"] }, "MemoryRegi...
29.448718
69
0.63387
f89575cfece494b2ffa414effff075f235a0e2e5
372
asm
Assembly
programs/oeis/095/A095827.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/095/A095827.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/095/A095827.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A095827: a(n) is the smallest k such that ((A007953)^k)(9n)=9. ; 0,1,1,1,1,1,1,1,1,1,2,1,1,1,1,1,1,1,1,1,2,2,1,1,1,1,1,1,1,1,2,2,2,1,1,1,1,1,1,1,2,2,2,2,1,1,1,1,1,1,2,2,2,2,2,1,1,1,1,1,2,2,2,2,2,2,1,1,1,1,2,2,2,2,2,2,2,1,1,1,2,2,2,2,2,2,2,2,1,1,2,2,2,2,2,2,2,2,2,1 lpb $0 sub $0,$3 add $1,1 mov $2,$0 div $0,1...
26.571429
201
0.516129
a818d8229439ad572989531a6954c1fe993daeb1
1,705
asm
Assembly
test/fixtures/add-enter-exit.asm
majacQ/retroputer
807fef1c17feeaf54dcc0f8b0d5c79f5fcdfe2c4
[ "MIT" ]
58
2017-11-16T18:53:24.000Z
2021-11-02T18:14:10.000Z
test/fixtures/add-enter-exit.asm
kerrishotts/retroputer
807fef1c17feeaf54dcc0f8b0d5c79f5fcdfe2c4
[ "MIT" ]
28
2019-05-23T12:21:44.000Z
2022-02-12T22:40:37.000Z
test/fixtures/add-enter-exit.asm
majacQ/retroputer
807fef1c17feeaf54dcc0f8b0d5c79f5fcdfe2c4
[ "MIT" ]
4
2021-01-02T18:49:55.000Z
2021-04-24T23:54:22.000Z
# code.regs: A=0x0357 .segment code 0x02000 { ld a, 0x123 push a # arg a, bp + 8 ld a, 0x234 push a # arg b, bp + 6 ld a, 0x000 push a # return, bp + 4 call proc-add pop a ...
32.169811
89
0.407625
58ea7d39ffacf1b331367f43e2499845dee85d4c
697
asm
Assembly
swap.asm
danielzy95/x86-funz
67763837b7ed236379359f51ab87d8200d141bd6
[ "MIT" ]
null
null
null
swap.asm
danielzy95/x86-funz
67763837b7ed236379359f51ab87d8200d141bd6
[ "MIT" ]
null
null
null
swap.asm
danielzy95/x86-funz
67763837b7ed236379359f51ab87d8200d141bd6
[ "MIT" ]
null
null
null
main: push ebp mov ebp, esp push 47 ; int x = 47 push 50 ; int y = 50 mov eax, ebp mov ebx, ebp sub eax, 4 ; eax = &x sub ebx, 8 ; ebx = &y push ebx push eax call swap mov eax, dword [ ebp - 4 ] #show eax ; Print x mov eax, dword [ ebp - 8 ] #show eax ; Print y jmp end swap: push eb...
13.666667
36
0.553802
54f714a3f5c1fe66e95be36c343b6804a6c57ee7
428
asm
Assembly
Source/Kernel/Assembly/InstallGdt.asm
jorgy343/RustyOS
2d41f620165a991370754803fb2fcecb50fff3ef
[ "MIT" ]
null
null
null
Source/Kernel/Assembly/InstallGdt.asm
jorgy343/RustyOS
2d41f620165a991370754803fb2fcecb50fff3ef
[ "MIT" ]
null
null
null
Source/Kernel/Assembly/InstallGdt.asm
jorgy343/RustyOS
2d41f620165a991370754803fb2fcecb50fff3ef
[ "MIT" ]
null
null
null
[bits 32] global InstallGdt InstallGdt: mov eax,[esp + 4] lgdt [eax] ; Set the segments to use the new GDT. ; Force a far jump to load the cs segment register with our new code segment. jmp 0x08:ProtectedMode ProtectedMode: ; Set all other segments to the data segment descri...
19.454545
82
0.61215
82e5c778a701fd5ddbb028e726c56282ff7a85c4
152
asm
Assembly
test/demangle-cases/bug-515.asm
OfekShilon/compiler-explorer
7ee2ab17f29470575443bd67e5685ac54ce76158
[ "BSD-2-Clause" ]
4,668
2017-01-02T19:35:10.000Z
2020-05-16T03:18:45.000Z
test/demangle-cases/bug-515.asm
OfekShilon/compiler-explorer
7ee2ab17f29470575443bd67e5685ac54ce76158
[ "BSD-2-Clause" ]
1,750
2017-01-02T19:37:06.000Z
2020-05-16T14:54:29.000Z
test/demangle-cases/bug-515.asm
OfekShilon/compiler-explorer
7ee2ab17f29470575443bd67e5685ac54ce76158
[ "BSD-2-Clause" ]
620
2017-01-03T00:29:17.000Z
2020-05-14T09:27:47.000Z
_Z3barv: movl $_ZL3foo, %eax ret _Z4bar2v: movl $foo2, %eax ret foo2: .long 1 _ZL3foo: .long 2
15.2
30
0.440789
ff3dbbef99fbdfb1e98367c24b0c2d1b15487b95
153
asm
Assembly
libsrc/_DEVELOPMENT/threads/context/__thread_critical_section_end.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
libsrc/_DEVELOPMENT/threads/context/__thread_critical_section_end.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
1,600
2017-01-15T16:12:02.000Z
2022-03-31T12:11:12.000Z
libsrc/_DEVELOPMENT/threads/context/__thread_critical_section_end.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
SECTION code_clib SECTION code_threads PUBLIC __thread_critical_section_end EXTERN asm_cpu_pop_ei defc __thread_critical_section_end = asm_cpu_pop_ei
17
51
0.895425
abdc98615689fef30aa1593139506bc97b179f54
72,269
asm
Assembly
sw/552tests/rand_mem/t_5_mem.asm
JPShen-UWM/ThreadKraken
849c510531f28e36d3469535737b2120bd774935
[ "MIT" ]
1
2022-02-15T16:03:25.000Z
2022-02-15T16:03:25.000Z
sw/552tests/rand_mem/t_5_mem.asm
JPShen-UWM/ThreadKraken
849c510531f28e36d3469535737b2120bd774935
[ "MIT" ]
null
null
null
sw/552tests/rand_mem/t_5_mem.asm
JPShen-UWM/ThreadKraken
849c510531f28e36d3469535737b2120bd774935
[ "MIT" ]
null
null
null
// seed 5 lbi r0, 128 // icount 0 slbi r0, 0 // icount 1 lbi r1, 128 // icount 2 slbi r1, 0 // icount 3 lbi r2, 128 // icount 4 slbi r2, 0 // icount 5 lbi r3, 128 // icount 6 slbi r3, 0 // icount 7 lbi r4, 128 // icount 8 slbi r4, 0 // icount 9 lbi r5, 128 // icount 10 slbi r5, 0 // icount 11 lbi r6, 128 // icount 12 s...
31.710838
53
0.674065
853cbd61aa20ea180a79fd270affdb85250f402d
6,517
asm
Assembly
Transynther/x86/_processed/NONE/_xt_sm_/i3-7100_9_0xca_notsx.log_21829_358.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NONE/_xt_sm_/i3-7100_9_0xca_notsx.log_21829_358.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NONE/_xt_sm_/i3-7100_9_0xca_notsx.log_21829_358.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 %r8 push %rcx push %rdi push %rdx push %rsi lea addresses_WT_ht+0xd7a3, %rdi clflush (%rdi) and $770, %r10 movl $0x61626364, (%rdi) nop dec %r8 lea addresses_D_ht+0x4f63, %rsi lea addresses_WC_ht+0xd6e3, %rdi clflush (%rsi) nop nop nop nop cmp $58858...
33.592784
2,999
0.655977
f8e56410474f201c605b844003d90489f5f68fb2
753
asm
Assembly
src/print_string.asm
Bigsby/boot-sector
29d072e0446a5f5ab1fe1683d240fefe9f2f2b79
[ "Unlicense" ]
null
null
null
src/print_string.asm
Bigsby/boot-sector
29d072e0446a5f5ab1fe1683d240fefe9f2f2b79
[ "Unlicense" ]
null
null
null
src/print_string.asm
Bigsby/boot-sector
29d072e0446a5f5ab1fe1683d240fefe9f2f2b79
[ "Unlicense" ]
null
null
null
print_string: pusha mov ah, 0x0e ; set scrolling teletype print_string_start_loop: mov al, [bx] ; set al to the value in bx address cmp al, 0 ; compare the value al address to 0 to test for end of string je pri...
30.12
98
0.478088
cefcfdcfb892b0483293dc9ee5bf93469edb6bbd
5,166
asm
Assembly
source/main.asm
IbrahimHindawi/masm64-init
6e63fab2c7fc0989f1d253b451d646d1a1d5cd44
[ "MIT" ]
null
null
null
source/main.asm
IbrahimHindawi/masm64-init
6e63fab2c7fc0989f1d253b451d646d1a1d5cd44
[ "MIT" ]
null
null
null
source/main.asm
IbrahimHindawi/masm64-init
6e63fab2c7fc0989f1d253b451d646d1a1d5cd44
[ "MIT" ]
null
null
null
;-----------------------------------------------------------------------------------------------; ; ; ; start project ; ;-------------------------...
70.767123
135
0.158149
2febebd14e5c5c84f1ae6b1931def291f2444698
730
asm
Assembly
programs/oeis/114/A114562.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/114/A114562.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/114/A114562.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A114562: The first occurrence of n in A111701. ; 1,4,3,8,5,36,7,16,9,20,11,72,13,28,15,32,17,108,19,40,21,44,23,144,25,52,27,56,29,900,31,64,33,68,35,216,37,76,39,80,41,252,43,88,45,92,47,288,49,100,51,104,53,324,55,112,57,116,59,1800,61,124,63,128,65,396,67,136,69,140,71,432,73,148,75,152,77,468,79,160,81,164,83,504...
20.277778
328
0.568493
fb45e9adfc05ad5493490f55af398076402cdc62
296
asm
Assembly
libsrc/_DEVELOPMENT/alloc/obstack/c/sdcc_iy/obstack_int_grow_fast_callee.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
libsrc/_DEVELOPMENT/alloc/obstack/c/sdcc_iy/obstack_int_grow_fast_callee.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
1,600
2017-01-15T16:12:02.000Z
2022-03-31T12:11:12.000Z
libsrc/_DEVELOPMENT/alloc/obstack/c/sdcc_iy/obstack_int_grow_fast_callee.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
; void *obstack_int_grow_fast_callee(struct obstack *ob, int data) SECTION code_clib SECTION code_alloc_obstack PUBLIC _obstack_int_grow_fast_callee EXTERN asm_obstack_int_grow_fast _obstack_int_grow_fast_callee: pop af pop hl pop bc push af jp asm_obstack_int_grow_fast
15.578947
66
0.804054
210ff781174850b1e4e402731ea8409098298154
369
asm
Assembly
programs/oeis/089/A089607.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/089/A089607.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
programs/oeis/089/A089607.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
; A089607: a(n)=((-1)^(n+1)*A002425(n)) modulo 4. ; 1,3,1,3,3,1,1,3,3,3,1,1,3,1,1,3,3,3,1,3,3,1,1,1,3,3,1,1,3,1,1,3,3,3,1,3,3,1,1,3,3,3,1,1,3,1,1,1,3,3,1,3,3,1,1,1,3,3,1,1,3,1,1,3,3,3,1,3,3,1,1,3,3,3,1,1,3,1,1,3,3,3,1,3,3,1,1,1,3,3,1,1,3,1,1,1,3,3,1,3,3,1,1,3,3 lpb $0 add $0,1 mov $1,$0 add $1,1 div $1,2 gcd...
24.6
211
0.498645
afd45f606a6d6f5fa5e3235a3222e8ef28804105
969
asm
Assembly
MIPS_CPU/P2/matrixNotZero.asm
CPUmaker/ComputerOrganizationDesign
30c078a4f284845c68899be417028d704293a52b
[ "MIT" ]
1
2021-01-13T09:21:45.000Z
2021-01-13T09:21:45.000Z
MIPS_CPU/P2/matrixNotZero.asm
CPUmaker/ComputerOrganizationDesign
30c078a4f284845c68899be417028d704293a52b
[ "MIT" ]
null
null
null
MIPS_CPU/P2/matrixNotZero.asm
CPUmaker/ComputerOrganizationDesign
30c078a4f284845c68899be417028d704293a52b
[ "MIT" ]
null
null
null
.data matrix: .space 10000 str_space: .asciiz " " str_enter: .asciiz "\n" .text li $v0, 5 syscall move $s0, $v0 li $v0, 5 syscall move $s1, $v0 li $t0, 0 loop_1_begin: beq $t0, $s0, loop_1_end li $t1, 0 loop_2_begin: beq $t1, $s1, loop_2_end mulu $t2, $s1, $t0 addu $t2, $t2, $t1 sll $t2, $t2, 2 li $v0, 5 syscall sw...
11.674699
24
0.641899
46e5567c40130ca5ce45c7d6e65184f8d606d428
7,901
asm
Assembly
Transynther/x86/_processed/NONE/_zr_xt_/i7-7700_9_0xca_notsx.log_21829_616.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NONE/_zr_xt_/i7-7700_9_0xca_notsx.log_21829_616.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NONE/_zr_xt_/i7-7700_9_0xca_notsx.log_21829_616.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 %r8 push %rax push %rbp push %rdx push %rsi lea addresses_normal_ht+0x75d7, %rbp nop and %r8, %r8 mov $0x6162636465666768, %rsi movq %rsi, %xmm5 vmovups %ymm5, (%rbp) nop nop nop nop nop xor $27112, %rax lea addresses_UC_ht+0x1a8c7, %r11 dec %rdx mov...
31.730924
2,999
0.652955
28e5193c83e499c095f1e5a3c9092f4f48dec247
1,130
asm
Assembly
s2/sfx-original/DB - Pre-Arrow Firing.asm
Cancer52/flamedriver
9ee6cf02c137dcd63e85a559907284283421e7ba
[ "0BSD" ]
9
2017-10-09T20:28:45.000Z
2021-06-29T21:19:20.000Z
s2/sfx-original/DB - Pre-Arrow Firing.asm
Cancer52/flamedriver
9ee6cf02c137dcd63e85a559907284283421e7ba
[ "0BSD" ]
12
2018-08-01T13:52:20.000Z
2022-02-21T02:19:37.000Z
s2/sfx-original/DB - Pre-Arrow Firing.asm
Cancer52/flamedriver
9ee6cf02c137dcd63e85a559907284283421e7ba
[ "0BSD" ]
2
2018-02-17T19:50:36.000Z
2019-10-30T19:28:06.000Z
Sound5B_PreArrowFiring_Header: smpsHeaderStartSong 2 smpsHeaderVoice Sound5B_PreArrowFiring_Voices smpsHeaderTempoSFX $01 smpsHeaderChanSFX $01 smpsHeaderSFXChannel cFM5, Sound5B_PreArrowFiring_FM5, $00, $00 ; FM5 Data Sound5B_PreArrowFiring_FM5: smpsSetvoice $00 dc.b nRst, $02, nC3, $01, smpsNoA...
28.974359
64
0.652212
f99c5da24f44379e07a1b23b26cebff31d05fd6d
3,376
asm
Assembly
src/starfield.asm
fjpena/genesis-zx
78ec682415f51179e928fe37bd75c6f1e75d987a
[ "MIT" ]
3
2019-04-08T06:33:11.000Z
2022-01-08T09:19:49.000Z
src/starfield.asm
fjpena/genesis-zx
78ec682415f51179e928fe37bd75c6f1e75d987a
[ "MIT" ]
null
null
null
src/starfield.asm
fjpena/genesis-zx
78ec682415f51179e928fe37bd75c6f1e75d987a
[ "MIT" ]
null
null
null
NSTARS EQU 24 ; number of stars per plane starshl_slow ds NSTARS*2 ; we will hold the address (dw) directly starshl_medium ds NSTARS*2 ;stars_pixels_slow ds NSTARS ;stars_pixels_medium ds NSTARS stars_pixels_slow EQU $8A57 stars_pixels_medium EQU $8A57+NSTARS ; the starfield will be randomly gene...
18.549451
77
0.605746
945708ffad95fed459913d1e6d2c5580a1e97b55
365
asm
Assembly
oeis/098/A098260.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/098/A098260.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/098/A098260.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A098260: Chebyshev polynomials S(n,627). ; Submitted by Jamie Morken(s2) ; 1,627,393128,246490629,154549231255,96902121506256,60757475635191257,38094840321143411883,23885404123881284059384,14976110290833243961821885,9389997266948320082778262511 add $0,1 mul $0,2 mov $3,1 lpb $0 sub $0,1 add $2,$3 mov $3,$1 m...
21.470588
171
0.750685
412188762c57e993157c3dde8f932752749eddf0
5,648
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_727.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_727.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_727.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 %r8 push %rax push %rbp push %rcx push %rdi push %rsi lea addresses_WC_ht+0xf925, %rsi lea addresses_WC_ht+0x67a5, %rdi nop nop inc %rbp mov $21, %rcx rep movsw xor %rcx, %rcx lea addresses_WT_ht+0xbe2d, %rsi lea addresses_WC_ht+0x1c65, %rdi nop xor ...
40.342857
2,999
0.663067
9dcdd6a406ad1bc223afcc084e4c8a958a0ee8e7
1,148
asm
Assembly
external/source/shellcode/linux/ia32/stager_sock_bind_udp.asm
madhavarao-yejarla/VoIP
3f7d0cdc0bb1423f9e952e411d073a1424ef9f5e
[ "Apache-2.0", "BSD-3-Clause" ]
35
2015-08-08T07:23:38.000Z
2021-04-07T18:00:44.000Z
external/source/shellcode/linux/ia32/stager_sock_bind_udp.asm
madhavarao-yejarla/VoIP
3f7d0cdc0bb1423f9e952e411d073a1424ef9f5e
[ "Apache-2.0", "BSD-3-Clause" ]
1
2019-02-12T12:13:53.000Z
2019-02-12T12:13:53.000Z
external/source/shellcode/linux/ia32/stager_sock_bind_udp.asm
fozavci/metasploit-framework-with-viproy
3f7d0cdc0bb1423f9e952e411d073a1424ef9f5e
[ "Apache-2.0", "BSD-3-Clause" ]
23
2015-08-11T05:07:47.000Z
2020-11-06T03:55:10.000Z
;; ; ; Name: stager_sock_bind_udp ; Qualities: Can Have Nulls ; Platforms: Linux ; Authors: skape <mmiller [at] hick.org> ; Version: $Revision: 1407 $ ; License: ; ; This file is part of the Metasploit Exploit Framework ; and is subject to the same licenses and copyright...
16.4
76
0.59669
571f8a322a01148f640be12b809ad4e84c47ee85
2,965
asm
Assembly
Borland/CBuilder5/Source/RTL/source/math/ldexpl.asm
TrevorDArcyEvans/DivingMagpieSoftware
7ffcfef653b110e514d5db735d11be0aae9953ec
[ "MIT" ]
1
2021-05-27T10:27:25.000Z
2021-05-27T10:27:25.000Z
Borland/CBuilder5/Source/RTL/source/math/ldexpl.asm
TrevorDArcyEvans/Diving-Magpie-Software
7ffcfef653b110e514d5db735d11be0aae9953ec
[ "MIT" ]
null
null
null
Borland/CBuilder5/Source/RTL/source/math/ldexpl.asm
TrevorDArcyEvans/Diving-Magpie-Software
7ffcfef653b110e514d5db735d11be0aae9953ec
[ "MIT" ]
null
null
null
;[]-----------------------------------------------------------------[] ;| EXPL.ASM -- exponential function | ;[]-----------------------------------------------------------------[] ; ; C/C++ Run Time Library - Version 10.0 ; ; Copyright (c) 1991, 2000 by Inprise Corporation...
26.238938
78
0.450927
01c283dfb3834788081bc302d12a199a2ed59756
1,739
asm
Assembly
loaders_patches_etc/init_and_patch_savage_1.asm
alexanderbazhenoff/zx-spectrum-various
80cf61cb8cc6f9b5b1cd6ce9b0e394323afe346e
[ "MIT" ]
null
null
null
loaders_patches_etc/init_and_patch_savage_1.asm
alexanderbazhenoff/zx-spectrum-various
80cf61cb8cc6f9b5b1cd6ce9b0e394323afe346e
[ "MIT" ]
null
null
null
loaders_patches_etc/init_and_patch_savage_1.asm
alexanderbazhenoff/zx-spectrum-various
80cf61cb8cc6f9b5b1cd6ce9b0e394323afe346e
[ "MIT" ]
null
null
null
ORG #5B14 DB #FF,#FF START EQU #6367 DISPLAY "savage_main_1",START,#0-#5C0-START-1 ORG #6003 LD DE,#4000 LD C,#20 PUSH HL,DE,BC LOOP PUSH BC PUSH DE LOOP1 LD A,(HL) LD (DE),A INC HL INC D LD A,D AND 7 ...
15.121739
53
0.378953
693f2139be80ac02830eebd4b43a6aaef5e85d1b
348
asm
Assembly
src/binfile.asm
Glowman554/FoxOS-kernel
06c9f820dee8769b23cf6ba4d5df9cb9324a14d7
[ "MIT" ]
13
2021-02-19T16:54:18.000Z
2022-01-06T18:02:20.000Z
src/binfile.asm
Glowman554/FoxOS-kernel
06c9f820dee8769b23cf6ba4d5df9cb9324a14d7
[ "MIT" ]
1
2021-08-21T16:55:38.000Z
2021-08-24T10:34:32.000Z
src/binfile.asm
Glowman554/FoxOS-kernel
06c9f820dee8769b23cf6ba4d5df9cb9324a14d7
[ "MIT" ]
4
2021-08-20T15:28:01.000Z
2022-03-22T19:02:56.000Z
%macro inc_bin 2 SECTION .rodata GLOBAL %1 %1: incbin %2 db 0 %1_size: dq %1_size - %1 %endmacro inc_bin fe_push, "../resources/fe/push.fe" inc_bin fe_reverse, "../resources/fe/reverse.fe" inc_bin default_font, "../resources/zap-light16.psf" inc_bin logo, "../resources/foxos.bmp" inc_bin screen_of_death, "../res...
21.75
59
0.727011
1a29f82c2ea2c598ac30096b192972515b6af0e0
839
asm
Assembly
Source/read_sectors_16.asm
djgaven588/Simple-Operating-System
cfadfef43ed4a31fb2a4c2e87287ba01e28da075
[ "MIT" ]
null
null
null
Source/read_sectors_16.asm
djgaven588/Simple-Operating-System
cfadfef43ed4a31fb2a4c2e87287ba01e28da075
[ "MIT" ]
null
null
null
Source/read_sectors_16.asm
djgaven588/Simple-Operating-System
cfadfef43ed4a31fb2a4c2e87287ba01e28da075
[ "MIT" ]
null
null
null
; read_sectors_16 ; ; Reads sectors from disk into memory using BIOS services ; ; input: dl = drive ; ch = cylinder[7:0] ; cl[7:6] = cylinder[9:8] ; dh = head ; cl[5:0] = sector (1-63) ; es:bx -> destination ; al = number of sectors ; ;...
29.964286
68
0.543504
5dd2a29adab8daae7c84cbae80ba55aec55bf3da
788
asm
Assembly
programs/oeis/184/A184659.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/184/A184659.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/184/A184659.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A184659: floor(n*s+h-h*s), where s=(3+sqrt(5))/2, h=-1/3; complement of A184658. ; 3,5,8,11,13,16,18,21,24,26,29,31,34,37,39,42,45,47,50,52,55,58,60,63,65,68,71,73,76,79,81,84,86,89,92,94,97,100,102,105,107,110,113,115,118,120,123,126,128,131,134,136,139,141,144,147,149,152,155,157,160,162,165,168,170,173,175,178,181...
35.818182
421
0.651015
a4f0eaa38cd693f81cdb6c7ae0c1ef1a413594d7
3,295
asm
Assembly
src/Question 19/Question 2/Main.asm
xTVaser/x86-assembly-sample-code
f90456d860136bd88d1ea046c77d5671118f99e4
[ "MIT" ]
null
null
null
src/Question 19/Question 2/Main.asm
xTVaser/x86-assembly-sample-code
f90456d860136bd88d1ea046c77d5671118f99e4
[ "MIT" ]
null
null
null
src/Question 19/Question 2/Main.asm
xTVaser/x86-assembly-sample-code
f90456d860136bd88d1ea046c77d5671118f99e4
[ "MIT" ]
null
null
null
;Tyler Wilding ;DESKTOP-EVD5HKS ;8/23/2016 12:44:18 PM ;Question_2 INCLUDE Irvine32.inc addRows PROTO .data menu BYTE "------------------============= MENU =============------------------", 13d, 10d BYTE " A - Populate the array with random number...
28.405172
129
0.455235
d030d2c96c901a4a387b1b7bb600e0114da63bea
1,035
asm
Assembly
usart.asm
ArturHugo/SnakeGameAVR
712c88f9089ecb95ed76f78f0351eab9038d9613
[ "MIT" ]
null
null
null
usart.asm
ArturHugo/SnakeGameAVR
712c88f9089ecb95ed76f78f0351eab9038d9613
[ "MIT" ]
null
null
null
usart.asm
ArturHugo/SnakeGameAVR
712c88f9089ecb95ed76f78f0351eab9038d9613
[ "MIT" ]
null
null
null
;============== ; Declarations: .equ BAUDRATE_H = 0 .equ BAUDRATE_L = 103 .def usart_data = r25 ;============= ; Subroutines: USART_Init: ; Set baud rate ldi temp, BAUDRATE_H sts UBRR0H, temp ldi temp, BAUDRATE_L sts UBRR0L, temp ; U20A = 0 ldi temp, 0 sts UCSR0A, temp ; Enable rec...
20.7
54
0.647343
f8b2965dd40642833f9eb7dffa32b8ca8537b0da
5,901
asm
Assembly
Transynther/x86/_processed/NONE/_xt_sm_/i7-8650U_0xd2_notsx.log_10275_1173.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-8650U_0xd2_notsx.log_10275_1173.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-8650U_0xd2_notsx.log_10275_1173.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 %r14 push %r8 push %rax push %rsi lea addresses_WT_ht+0x10bca, %r10 nop nop nop nop cmp $40585, %r14 mov (%r10), %r11d nop nop nop nop add %rsi, %rsi lea addresses_WT_ht+0xf5d2, %rax nop nop nop nop and %rsi, %rsi mov $0x6162636465666768, %r8 movq %r...
37.113208
2,999
0.655143
150873ecb72d3497715654fae5f1316521c1945d
758
asm
Assembly
oeis/240/A240721.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/240/A240721.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/240/A240721.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A240721: Expansion of -(4*x+sqrt(1-8*x)-1)/(sqrt(1-8*x)*(4*x^2+x)+8*x^2-x). ; Submitted by Christian Krause ; 1,7,49,351,2561,18943,141569,1066495,8085505,61616127,471556097,3621830655,27902803969,215530668031,1668644405249,12944666918911,100598145875969,783027553697791,6103529011806209,47636654222999551,372225072921...
36.095238
485
0.788918
b2f32691720b998174735014c52d2388b7b64732
184
asm
Assembly
src/lib/fopen.asm
zys1310992814/BookOSv0.2
7dca0f968663a0e6de18dd9b3e533d1e0412674f
[ "BSD-2-Clause" ]
3
2019-02-24T11:05:46.000Z
2019-02-26T03:20:50.000Z
src/lib/fopen.asm
zys1310992814/BookOSv0.2
7dca0f968663a0e6de18dd9b3e533d1e0412674f
[ "BSD-2-Clause" ]
null
null
null
src/lib/fopen.asm
zys1310992814/BookOSv0.2
7dca0f968663a0e6de18dd9b3e533d1e0412674f
[ "BSD-2-Clause" ]
null
null
null
[bits 32] [section .text] INT_VECTOR_SYS_CALL equ 0x80 _NR_FOPEN EQU 10 global fopen fopen: mov eax, _NR_FOPEN mov ebx, [esp + 4] mov ecx, [esp + 8] int INT_VECTOR_SYS_CALL ret
13.142857
28
0.722826
a7eac6b9a0a2d388ab2ba7007bcd7b54a91a8872
324
asm
Assembly
libsrc/_DEVELOPMENT/arch/sms/vram/c/sdcc/sms_copy_vram_to_mem_unsafe.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
libsrc/_DEVELOPMENT/arch/sms/vram/c/sdcc/sms_copy_vram_to_mem_unsafe.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
1,600
2017-01-15T16:12:02.000Z
2022-03-31T12:11:12.000Z
libsrc/_DEVELOPMENT/arch/sms/vram/c/sdcc/sms_copy_vram_to_mem_unsafe.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
; void *sms_copy_vram_to_mem_unsafe(void *dst, unsigned int n) SECTION code_clib SECTION code_crt_common PUBLIC _sms_copy_vram_to_mem_unsafe EXTERN asm_sms_copy_vram_to_mem_unsafe _sms_copy_vram_to_mem_unsafe: pop af pop hl pop bc push bc push hl push af jp asm_sms_copy_vram_to_mem_uns...
15.428571
62
0.780864
f1ab2793e555346496804b6c849d78cdd1b4c035
3,675
asm
Assembly
Adder with Multiplexing.asm
dnzltajo/Pic16f628A
a96d4f7996e838facbf7117bf9743418de6d30ed
[ "MIT" ]
1
2020-05-17T11:48:37.000Z
2020-05-17T11:48:37.000Z
Adder with Multiplexing.asm
dnzltajo/Pic16f628A
a96d4f7996e838facbf7117bf9743418de6d30ed
[ "MIT" ]
null
null
null
Adder with Multiplexing.asm
dnzltajo/Pic16f628A
a96d4f7996e838facbf7117bf9743418de6d30ed
[ "MIT" ]
null
null
null
;**************************************************************************************** ; Experiment 2 ; Author: D. Tajo ; Description: Addition with Multiplexing ;**************************************************************************************** list p=16f628A #include <p16F628A.inc>...
17.583732
103
0.544762
b2cba47fa462bbf98d15733f3c6a0f4f8bfe9335
195
asm
Assembly
data/pokemon/dex_entries/sneasel.asm
Dev727/ancientplatinum
8b212a1728cc32a95743e1538b9eaa0827d013a7
[ "blessing" ]
28
2019-11-08T07:19:00.000Z
2021-12-20T10:17:54.000Z
data/pokemon/dex_entries/sneasel.asm
Dev727/ancientplatinum
8b212a1728cc32a95743e1538b9eaa0827d013a7
[ "blessing" ]
13
2020-01-11T17:00:40.000Z
2021-09-14T01:27:38.000Z
data/pokemon/dex_entries/sneasel.asm
Dev727/ancientplatinum
8b212a1728cc32a95743e1538b9eaa0827d013a7
[ "blessing" ]
22
2020-05-28T17:31:38.000Z
2022-03-07T20:49:35.000Z
db "SHARP CLAW@" ; species name dw 211, 620 ; height, weight db "This cunning" next "#MON hides" next "under the cover" page "of darkness," next "waiting to attack" next "its prey.@"
17.727273
32
0.65641
a65a847c2ce4bda4ba49ae95332d06a573389861
1,246
asm
Assembly
maps/Route19FuchsiaGate.asm
Dev727/ancientplatinum
8b212a1728cc32a95743e1538b9eaa0827d013a7
[ "blessing" ]
28
2019-11-08T07:19:00.000Z
2021-12-20T10:17:54.000Z
maps/Route19FuchsiaGate.asm
Dev727/ancientplatinum
8b212a1728cc32a95743e1538b9eaa0827d013a7
[ "blessing" ]
13
2020-01-11T17:00:40.000Z
2021-09-14T01:27:38.000Z
maps/Route19FuchsiaGate.asm
Dev727/ancientplatinum
8b212a1728cc32a95743e1538b9eaa0827d013a7
[ "blessing" ]
22
2020-05-28T17:31:38.000Z
2022-03-07T20:49:35.000Z
object_const_def ; object_event constants const ROUTE19FUCHSIAGATE_OFFICER Route19FuchsiaGate_MapScripts: db 0 ; scene scripts db 0 ; callbacks Route19FuchsiaGateOfficerScript: faceplayer opentext checkevent EVENT_CINNABAR_ROCKS_CLEARED iftrue .RocksCleared writetext Route19FuchsiaGateOfficerText waitbutto...
20.42623
154
0.773676
2f7c6399804a72ee1480e1b9beb1e6aba9e23f5d
7,859
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca.log_21829_871.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_871.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_871.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 %r15 push %rbp push %rcx push %rdi push %rdx push %rsi lea addresses_normal_ht+0x18597, %rsi lea addresses_WC_ht+0x13937, %rdi clflush (%rsi) nop nop nop nop nop cmp %r11, %r11 mov $9, %rcx rep movsq and %r11, %r11 lea addresses_A_ht+0x1ce37, %r11 no...
31.817814
2,999
0.655554
ab575dc6a58629dc75521a7fb4c8f3dd3411bd48
133
asm
Assembly
verify/output/variable_with_expression.alfy.asm
alexandruradovici/alf-alfy-asm-public
43a73cc13c38f39125620fb9bd566c261cff1c73
[ "BSD-2-Clause" ]
null
null
null
verify/output/variable_with_expression.alfy.asm
alexandruradovici/alf-alfy-asm-public
43a73cc13c38f39125620fb9bd566c261cff1c73
[ "BSD-2-Clause" ]
2
2017-05-18T20:29:57.000Z
2017-05-19T19:03:07.000Z
verify/output/variable_with_expression.alfy.asm
alexandruradovici/alf-alfy-asm-language-public
43a73cc13c38f39125620fb9bd566c261cff1c73
[ "BSD-2-Clause" ]
null
null
null
start: set r2 3 set r3 5 mul r4 r2 r3 set r2 20 add r3 r2 r4 set r2 0 store r2 r3 set r2 0 load r2 r2 writenumber r2 stop
10.230769
15
0.661654
8aa181b9a3e56f0134ef5ad12498e9e588f5233c
4,668
asm
Assembly
配套代码/L028/L028/2.asm
zmrbak/ReverseAnalysis
994fdc61c8af2eecc2a065a6f5ee0aacf371e836
[ "MIT" ]
35
2019-11-19T03:12:09.000Z
2022-02-18T08:38:53.000Z
配套代码/L028/L028/2.asm
zmrbak/ReverseAnalysis
994fdc61c8af2eecc2a065a6f5ee0aacf371e836
[ "MIT" ]
null
null
null
配套代码/L028/L028/2.asm
zmrbak/ReverseAnalysis
994fdc61c8af2eecc2a065a6f5ee0aacf371e836
[ "MIT" ]
22
2019-08-03T17:07:17.000Z
2022-02-18T08:38:55.000Z
; Listing generated by Microsoft (R) Optimizing Compiler Version 19.24.28117.0 include listing.inc INCLUDELIB LIBCMT INCLUDELIB OLDNAMES CONST SEGMENT $SG5100 DB 'Hello World!', 0aH, 00H CONST ENDS PUBLIC __local_stdio_printf_options PUBLIC _vfprintf_l PUBLIC printf PUBLIC ?memory_copy@@YAXPEAE0_K@Z ; memory_copy...
23.695431
134
0.737789
252ff3ffc587d180585c3ae63ba40fc88340654e
4,735
asm
Assembly
imsaisim/srcucsd-iv/bios.asm
qoelet/z80pack
c8845396636e7316d449b4107c5c7ab98fffbc1a
[ "MIT" ]
85
2018-02-26T02:45:55.000Z
2022-03-27T00:04:54.000Z
imsaisim/srcucsd-iv/bios.asm
lawrencewoodman/z80pack
d57e3b50cd796e3f562c569a8270b4586999b12a
[ "MIT" ]
76
2018-03-02T12:38:11.000Z
2022-01-28T11:46:02.000Z
imsaisim/srcucsd-iv/bios.asm
lawrencewoodman/z80pack
d57e3b50cd796e3f562c569a8270b4586999b12a
[ "MIT" ]
25
2018-02-24T15:50:23.000Z
2022-03-07T11:23:10.000Z
; ; UCSD p-System IV CBIOS for IMSAI 8080 ; ; Copyright (C) 2017 by Udo Munk ; ; Use 8080 instructions only. ; MSIZE EQU 54 ;memory size in kilobytes BIAS EQU (MSIZE*1024)-01900H BIOS EQU 1500H+BIAS ;base of bios ; ; I/O ports ; TTY EQU 02H ;tty data port TTYS EQU 03H ;tty status port PRINTER EQU 0F6H ;IMSAI PTR-30...
19.894958
67
0.699261
ec645ed13a525f47bce1ed094ede7e343d34a472
16,116
asm
Assembly
asm/dcrypto_bn.asm
felixmiller/ot-dsim
1d33f9cac6565b85691cd905b1eb195b341ec3d2
[ "Apache-2.0" ]
null
null
null
asm/dcrypto_bn.asm
felixmiller/ot-dsim
1d33f9cac6565b85691cd905b1eb195b341ec3d2
[ "Apache-2.0" ]
null
null
null
asm/dcrypto_bn.asm
felixmiller/ot-dsim
1d33f9cac6565b85691cd905b1eb195b341ec3d2
[ "Apache-2.0" ]
1
2020-07-24T06:52:36.000Z
2020-07-24T06:52:36.000Z
function tag[1] { sigini #1 } function d0inv[14] { xor r0, r0, r0 movi r0.0l, #1 mov r29, r0 loop #256 ( mul128 r1, r28l, r29l mul128 r2, r28u, r29l add r1, r1, r2 << 128 mul128 r2, r28l, r29u add r1, r1, r2 << 128 and r1, r1, r0 or r29, r29, r1 add r0, r0, r0 ) sub r29, r31, r29 ret } function selcxSub[25] { ldrfp r1 ...
15.10403
29
0.635083
d989dd5ebd8baaaa6eb34cdeb22f30b91bc540d5
760
asm
Assembly
src/PJ/flic386p/libsrc/util/memdstuf.asm
AnimatorPro/Animator-Pro
6d0b68cd94bb5cfde2cdd05e9a7c8ee1e1cb3cbb
[ "BSD-3-Clause" ]
119
2015-01-10T15:13:50.000Z
2022-01-24T04:54:34.000Z
src/PJ/flic386p/libsrc/util/memdstuf.asm
AnimatorPro/Animator-Pro
6d0b68cd94bb5cfde2cdd05e9a7c8ee1e1cb3cbb
[ "BSD-3-Clause" ]
6
2015-10-22T20:14:59.000Z
2021-07-10T03:25:21.000Z
src/PJ/flic386p/libsrc/util/memdstuf.asm
AnimatorPro/Animator-Pro
6d0b68cd94bb5cfde2cdd05e9a7c8ee1e1cb3cbb
[ "BSD-3-Clause" ]
27
2015-04-24T22:55:30.000Z
2022-01-21T13:54:00.000Z
include stdmacro.i _TEXT segment public pj_stuff_pointers public pj_stuff_dwords ;***************************************************************************** ;* void pj_stuff_dwords(ULONG data, ULONG *buf, unsigned count) ;* void pj_stuff_pointers(void *data, void **buf, unsigned count) ;*************...
23.030303
79
0.556579
b300b570083d021ff8c5bc03698ff7182fff9233
1,175
asm
Assembly
programs/oeis/166/A166545.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/166/A166545.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/166/A166545.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A166545: a(n) = 13*n - a(n-1), (with a(1)=13). ; 13,13,26,26,39,39,52,52,65,65,78,78,91,91,104,104,117,117,130,130,143,143,156,156,169,169,182,182,195,195,208,208,221,221,234,234,247,247,260,260,273,273,286,286,299,299,312,312,325,325,338,338,351,351,364,364,377,377,390,390,403,403,416,416,429,429,442,442,455,455,468...
146.875
1,085
0.748085
90503b7ca67d60cd8feeaa15503730f6199b2010
16,697
asm
Assembly
eval.asm
shepheb/basilisc
e2d1e768f16443f603c3862aadd62fa9eca5b53b
[ "BSD-3-Clause" ]
null
null
null
eval.asm
shepheb/basilisc
e2d1e768f16443f603c3862aadd62fa9eca5b53b
[ "BSD-3-Clause" ]
null
null
null
eval.asm
shepheb/basilisc
e2d1e768f16443f603c3862aadd62fa9eca5b53b
[ "BSD-3-Clause" ]
null
null
null
; Master Eval routines. :EVAL ; (AST, env) -> AST ife a, empty_list ret ; Empty list just gets returned. not_list_type [a] tc eval_ast ; If not a list, call eval_ast on it. ; It's a list, so this is the tricky bit. ; First, perform any macro expansion. set push, b ; Save the environment (hur hur...
23.062155
80
0.694316
680d843380be494e2ef78e7c396d58af156f77ba
140
asm
Assembly
examples/puts.asm
shockkolate/shk-asm
8db629519929eb03e852de0e85b98d879610a133
[ "Apache-2.0" ]
null
null
null
examples/puts.asm
shockkolate/shk-asm
8db629519929eb03e852de0e85b98d879610a133
[ "Apache-2.0" ]
null
null
null
examples/puts.asm
shockkolate/shk-asm
8db629519929eb03e852de0e85b98d879610a133
[ "Apache-2.0" ]
null
null
null
puts: puts.loop: LOD $10, $0 CMP $11, $10, #0 BRA puts.end, !EQ $11 STO #1:#0, $10 ADD $0, $0, #1 BRA puts.loop puts.end: RET
12.727273
23
0.528571
8a68ed69b5c78481c62b9bcbf8406d51f07ef634
710
asm
Assembly
programs/oeis/262/A262734.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/262/A262734.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
programs/oeis/262/A262734.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
; A262734: Period 16: repeat (1, 2, 3, 4, 5, 6, 7, 8, 9, 8, 7, 6, 5, 4, 3, 2). ; 1,2,3,4,5,6,7,8,9,8,7,6,5,4,3,2,1,2,3,4,5,6,7,8,9,8,7,6,5,4,3,2,1,2,3,4,5,6,7,8,9,8,7,6,5,4,3,2,1,2,3,4,5,6,7,8,9,8,7,6,5,4,3,2,1,2,3,4,5,6,7,8,9,8,7,6,5,4,3,2,1,2,3,4,5,6,7,8,9,8,7,6,5,4,3,2,1,2,3,4,5,6,7,8,9,8,7,6,5,4,3,2,1,2,3,4,5,6,7,8...
39.444444
501
0.501408
da6aaac80f8c01c1345e413fe41d6ff6ad7a077d
300
asm
Assembly
8085_programming/YT/p3_add_n_nos_with_carry.asm
SayanGhoshBDA/code-backup
8b6135facc0e598e9686b2e8eb2d69dd68198b80
[ "MIT" ]
16
2018-11-26T08:39:42.000Z
2019-05-08T10:09:52.000Z
8085_programming/YT/p3_add_n_nos_with_carry.asm
SayanGhoshBDA/code-backup
8b6135facc0e598e9686b2e8eb2d69dd68198b80
[ "MIT" ]
8
2020-05-04T06:29:26.000Z
2022-02-12T05:33:16.000Z
8085_programming/YT/p3_add_n_nos_with_carry.asm
SayanGhoshBDA/code-backup
8b6135facc0e598e9686b2e8eb2d69dd68198b80
[ "MIT" ]
5
2020-02-11T16:02:21.000Z
2021-02-05T07:48:30.000Z
MVI C,09 MVI E,00 LXI H,2060 MOV A,M L1: INX H MOV B,M ADD B JC L2 L3: DCR C JNZ L1 STA 2070 MOV A,E STA 2071 HLT L2: INR E STC CMC JMP L3 // to store the memory contents # ORG 2060H # DB 01H,03H,01H,01H,01H,01H,01H,02H,F1H,FFH
12
44
0.526667
8f7eb54bd0fe0552f9f4da62206185496399bb6f
738
asm
Assembly
Bubblesort.asm
PeinZero/PsuedoCode_To_Assembly-Language
196b248473666b4d12ef1c7f4f86b7a89a8731a6
[ "MIT" ]
null
null
null
Bubblesort.asm
PeinZero/PsuedoCode_To_Assembly-Language
196b248473666b4d12ef1c7f4f86b7a89a8731a6
[ "MIT" ]
null
null
null
Bubblesort.asm
PeinZero/PsuedoCode_To_Assembly-Language
196b248473666b4d12ef1c7f4f86b7a89a8731a6
[ "MIT" ]
null
null
null
TITLE My First Program (Bubblesort.asm) INCLUDE Irvine32.inc .data array DWORD 18, 12, 123, 33, 12, 156, 1, 5, 0, 9, 99, 7 var1 DWORD ? .code main PROC mov eax, 0 mov ebx, 0 mov edx, 0 mov ecx, 12 mov esi, 0 L1: mov ebx, ecx mov edi, 1 mov esi, 0 L2: mov edx, array[esi*TYPE array] cmp edx,...
13.418182
56
0.639566
b2d78893c5fd951fca8bd626f9078422924a21f7
739
asm
Assembly
oeis/121/A121449.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/121/A121449.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/121/A121449.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A121449: Expansion of (1-3*x+2*x^2)/(1-4*x+3*x^2+x^3). ; Submitted by Jamie Morken(s4) ; 1,1,3,8,22,61,170,475,1329,3721,10422,29196,81797,229178,642125,1799169,5041123,14124860,39576902,110891905,310712054,870595599,2439354329,6834918465,19151015274,53659951372,150351841201,421276495414,1180390506681,3307380699281,9...
36.95
492
0.776725
51b7c97e704933f34bbce8df503e57d24a9c17e1
6,666
asm
Assembly
Transynther/x86/_processed/NONE/_xt_sm_/i9-9900K_12_0xca_notsx.log_21829_779.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NONE/_xt_sm_/i9-9900K_12_0xca_notsx.log_21829_779.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NONE/_xt_sm_/i9-9900K_12_0xca_notsx.log_21829_779.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 %r14 push %rcx push %rdi push %rdx push %rsi lea addresses_D_ht+0x1c136, %rsi lea addresses_A_ht+0x3fd6, %rdi clflush (%rdi) nop nop nop nop sub %r14, %r14 mov $64, %rcx rep movsw nop nop nop nop nop and %rsi, %rsi lea addresses_A_ht+0x1a74e, %r14 no...
34.184615
2,999
0.660666
c2752d04b11fc55c32fcac707d88870519588286
543
asm
Assembly
programs/oeis/190/A190336.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/190/A190336.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/190/A190336.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A190336: a(n) = n + [n*r/s] + [n*t/s]; r=2, s=sqrt(2), t=1/s. ; 2,5,8,11,14,17,19,23,25,29,31,34,37,40,43,46,49,52,54,58,60,64,66,69,72,75,78,81,84,87,89,93,95,99,101,104,107,110,113,116,118,122,124,128,130,134,136,139,142,145,148,151,153,157,159,163,165,169,171,174,177,180,183,186,188,192,194,198,200,203,206,209,21...
60.333333
364
0.653775
316a77acd75b259e48f7901f16c07de0464a5175
799
asm
Assembly
src/vm/translator/tests/MemoryAccess/StaticTest/StaticTest.asm
shmuga/nadn2tetris
7a69122a328079958f030f87ff72a53c47d811e7
[ "MIT" ]
null
null
null
src/vm/translator/tests/MemoryAccess/StaticTest/StaticTest.asm
shmuga/nadn2tetris
7a69122a328079958f030f87ff72a53c47d811e7
[ "MIT" ]
null
null
null
src/vm/translator/tests/MemoryAccess/StaticTest/StaticTest.asm
shmuga/nadn2tetris
7a69122a328079958f030f87ff72a53c47d811e7
[ "MIT" ]
null
null
null
// push segment constant to location 111 @111 D=A @SP A=M M=D @SP M=M+1 // push segment constant to location 333 @333 D=A @SP A=M M=D @SP M=M+1 // push segment constant to location 888 @888 D=A @SP A=M M=D @SP M=M+1 // pop segment static to location 8 @SP M=M-1 @SP A=M D=M @StaticTest.vm.8 M=D // pop segment static to ...
8.410526
40
0.642053
e66ef73c4fbf336fed90626ad22c05978e6e62fd
722
asm
Assembly
Codes/Chapter09/P06/P09-06.asm
ar-ekt/Dandamudi-Assembly-Solutions
876097a20420b125b19ec9e71cc480cc08b47997
[ "MIT" ]
8
2021-03-04T18:31:42.000Z
2021-11-03T04:41:25.000Z
Codes/Chapter09/P06/P09-06.asm
ar-ekt/Dandamudi-Assembly-Solutions
876097a20420b125b19ec9e71cc480cc08b47997
[ "MIT" ]
null
null
null
Codes/Chapter09/P06/P09-06.asm
ar-ekt/Dandamudi-Assembly-Solutions
876097a20420b125b19ec9e71cc480cc08b47997
[ "MIT" ]
1
2021-11-09T09:49:00.000Z
2021-11-09T09:49:00.000Z
%INCLUDE "lib.h" global _start section .code _start: mov eax, 1 mov ebx, 0 int 0x80 ;--------------------------------proc abs_--------------------------------; ; this procedure receives an 8-bit signed number in the AL register and ; ; returns its absolute value back in the same register. (negative numb...
30.083333
77
0.51108
3000c75b4446ec4cb1ef9d21b30019f50d9e11fb
6,846
asm
Assembly
src/asm/main.asm
EduardoCulau/MIPS_uC
5ecc9d791dbbff16eed90268ecec1f61b76c344e
[ "MIT" ]
null
null
null
src/asm/main.asm
EduardoCulau/MIPS_uC
5ecc9d791dbbff16eed90268ecec1f61b76c344e
[ "MIT" ]
null
null
null
src/asm/main.asm
EduardoCulau/MIPS_uC
5ecc9d791dbbff16eed90268ecec1f61b76c344e
[ "MIT" ]
null
null
null
#Asm do usr. Main compila no SO construido no '_root'. Deve existir um label main e deve ser global. #Pegar as contantes e as macros. .include "lib/macrosUsr.asm" .include "lib/memoryLib.asm" #Dedfinir 'main' global para o kernel executa-la. .globl main #Parametros para a 'printBubbleSort' .eqv ARRAY_INICIAL ...
26.229885
127
0.515922
4d494ea145c44c30927f90381c570102241d68bb
892
asm
Assembly
programs/oeis/293/A293673.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/293/A293673.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/293/A293673.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A293673: a(n) is the integer k that minimizes |k/Fibonacci(n) - 4/5|. ; 0,1,1,2,2,4,6,10,17,27,44,71,115,186,302,488,790,1278,2067,3345,5412,8757,14169,22926,37094,60020,97114,157134,254249,411383,665632,1077015,1742647,2819662,4562310,7381972,11944282,19326254,31270535,50596789,81867324,132464113,214331437,346795550...
99.111111
731
0.847534
6a4cd17c90b5f6372b79ae76e2348b7ec2e2e8cc
398
asm
Assembly
libsrc/fcntl/sprinter/mkdir.asm
grancier/z180
e83f35e36c9b4d1457e40585019430e901c86ed9
[ "ClArtistic" ]
null
null
null
libsrc/fcntl/sprinter/mkdir.asm
grancier/z180
e83f35e36c9b4d1457e40585019430e901c86ed9
[ "ClArtistic" ]
null
null
null
libsrc/fcntl/sprinter/mkdir.asm
grancier/z180
e83f35e36c9b4d1457e40585019430e901c86ed9
[ "ClArtistic" ]
1
2019-12-03T23:57:48.000Z
2019-12-03T23:57:48.000Z
; Sprinter fcntl library ; ; $Id: mkdir.asm,v 1.4 2017/01/02 21:02:22 aralbrec Exp $ ; SECTION code_clib PUBLIC mkdir PUBLIC _mkdir ;int mkdir(char *path, mode_t mode) .mkdir ._mkdir pop bc pop de pop hl push hl push de push bc push ix ;save callers ld ...
13.266667
57
0.582915
ec2cf0b77c844d1d37592cd40fe6c9fafebf83f7
6,248
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_1411.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_1411.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_1411.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 %r8 push %r9 push %rcx push %rdi push %rdx push %rsi lea addresses_WC_ht+0x14f3d, %r9 nop nop nop nop nop dec %r11 mov $0x6162636465666768, %rdi movq %rdi, %xmm4 vmovups %ymm4, (%r9) nop nop nop nop xor $7218, %r14 lea addresses_UC_ht+0x161dc, %rsi l...
37.638554
2,999
0.659091
59e2507f4db89800c097b6e160874935cb959679
1,703
asm
Assembly
boot/loader.asm
theahmadzai/immortal-os
a1e58cf3f9d1f9a3f8eb48db5e6d17061842e2e4
[ "MIT" ]
null
null
null
boot/loader.asm
theahmadzai/immortal-os
a1e58cf3f9d1f9a3f8eb48db5e6d17061842e2e4
[ "MIT" ]
null
null
null
boot/loader.asm
theahmadzai/immortal-os
a1e58cf3f9d1f9a3f8eb48db5e6d17061842e2e4
[ "MIT" ]
null
null
null
[org 0x7C00] ;---------------------------------------------------- ; Boot loader main ;---------------------------------------------------- ; all the bootstrap code to load os ; mov ax, 0x0 mov ds, ax mov es, ax mov fs, ax ...
28.383333
93
0.344099
e8b26762ebede6d2c8442abc0505debef23cac51
652
asm
Assembly
oeis/126/A126614.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/126/A126614.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/126/A126614.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A126614: a(n) = (2^prime(n) + 1)/3. ; Submitted by Jon Maiga ; 3,11,43,683,2731,43691,174763,2796203,178956971,715827883,45812984491,733007751851,2932031007403,46912496118443,3002399751580331,192153584101141163,768614336404564651,49191317529892137643,787061080478274202283,3148244321913096809131,2014876366024381957843...
54.333333
473
0.84816
01c6f6138e8f5b5732df2b8c90824b835e2dd089
634
asm
Assembly
oeis/191/A191627.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/191/A191627.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/191/A191627.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A191627: a(n) = floor(3^n/(3n-1)). ; Submitted by Jamie Morken(s3) ; 1,1,3,7,17,42,109,285,757,2036,5535,15184,41955,116657,326111,915887,2582803,7309820,20754669,59098040,168715374,482785532,1384458512,3977880795,11449846073,33011244523,95319968562,275624005481,798027643777,2313383506681,6713841263955,19505475672124...
48.769231
486
0.824921
8f81e93ae5ecf93accbb1796826749a121783dcb
427
asm
Assembly
F0xC_i8086/include/util/sleep.asm
Pusty/F0xC
946be39e872d9f1119cf04290cb7aa3aac39a9bc
[ "BSL-1.0" ]
null
null
null
F0xC_i8086/include/util/sleep.asm
Pusty/F0xC
946be39e872d9f1119cf04290cb7aa3aac39a9bc
[ "BSL-1.0" ]
null
null
null
F0xC_i8086/include/util/sleep.asm
Pusty/F0xC
946be39e872d9f1119cf04290cb7aa3aac39a9bc
[ "BSL-1.0" ]
null
null
null
%ifndef SLEEP %define SLEEP sleep:; input si: delay in 1.024*ms xor ax,ax ;clear eax for using it as nanosec storeage mov ax,si push cx mov cl, 10 shl ax, cl pop cx ;shl eax,10 ;eax=2^10*si mov dx,ax ;shr eax,16 push cx mov cl, 16 shr ax, cl pop cx mov cx,ax ;dx,cx=eax mov ah, 86h int 15...
16.423077
100
0.65808
d3817b30487ea813e597010e40360a99fb79f513
498
asm
Assembly
oeis/116/A116192.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/116/A116192.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/116/A116192.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A116192: Triangle T(n,k), 0<=k<=n : T(n,k)is smallest number such that T(n,k)>T(n-1,k-1), T(n,k)>T(n-1,k), T(n,k)and T(n-1,k-1)+T(n-1,k) have the same parity, T(0,0)=1 . ; Submitted by Christian Krause ; 1,3,3,5,4,5,7,7,7,7,9,8,8,8,9,11,11,10,10,11,11,13,12,13,12,13,12,13,15,15,15,15,15,15,15,15,17,16,16,16,16,16,16,...
35.571429
208
0.60241
6cccc158b3a385ff7097f5b6c42e889429b3896a
382
asm
Assembly
programs/oeis/256/A256096.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/256/A256096.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/256/A256096.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A256096: Expansion of (4+3*x)/(1+3*x). ; 4,-9,27,-81,243,-729,2187,-6561,19683,-59049,177147,-531441,1594323,-4782969,14348907,-43046721,129140163,-387420489,1162261467,-3486784401,10460353203,-31381059609,94143178827,-282429536481,847288609443,-2541865828329,7625597484987 mov $1,1 sub $1,$0 cmp $1,1 mov $2,-3 mov $...
25.466667
234
0.712042
1c6ac1be1faf1a525746ce5e733e2a8dbb48a0f3
7,200
asm
Assembly
Transynther/x86/_processed/AVXALIGN/_st_/i9-9900K_12_0xca.log_21829_176.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_0xca.log_21829_176.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_0xca.log_21829_176.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r12 push %r15 push %r9 push %rax push %rbx push %rcx push %rdi push %rsi lea addresses_A_ht+0x13e73, %rsi nop nop nop nop dec %rcx mov $0x6162636465666768, %r12 movq %r12, %xmm7 movups %xmm7, (%rsi) nop nop nop nop nop cmp $50179, %rcx lea addresses_A_ht+0x197b3, %rsi ...
34.449761
2,999
0.655417
d6b30222d5416ad9b4e48596d04a70503650e6b6
389
asm
Assembly
oeis/208/A208650.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/208/A208650.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/208/A208650.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A208650: Number of constant paths through the subset array of {1,2,...,n}; see Comments. ; Submitted by Jamie Morken(s1) ; 1,2,6,36,480,15000,1134000,211768200,99131719680,117595223746560,356467003200000000,2779532232516963000000,56049508602150185041920000,2935889842347365340037522521600 mov $1,1 add $1,$0 mov $2,$0...
25.933333
167
0.74036
bbf2f51f65504f2cce2f8ab4caa6682d71f34a2a
6,496
asm
Assembly
my Projects/LightMeter/lmeter2.asm
simonbrennan/PicMicroASM
cfa3dc3e9a3b6ad323eb4182387a200f80523287
[ "BSD-2-Clause" ]
1
2019-03-03T23:02:23.000Z
2019-03-03T23:02:23.000Z
my Projects/LightMeter/lmeter2.asm
simonbrennan/PicMicroASM
cfa3dc3e9a3b6ad323eb4182387a200f80523287
[ "BSD-2-Clause" ]
null
null
null
my Projects/LightMeter/lmeter2.asm
simonbrennan/PicMicroASM
cfa3dc3e9a3b6ad323eb4182387a200f80523287
[ "BSD-2-Clause" ]
null
null
null
; ********************************************************** ; * Name : Simon, Gordon * ; * Date : 30/08/2003 * ; * Description : Program Reads an analogue value from * ; * an LDR and converts it to a digital * ; * value and is sent to a remote reciever * ; * (PC or ...
34.924731
100
0.618073
6af3726bcafee321a3ca0fed11dc371fa461eba2
524
asm
Assembly
inc/dpl.asm
minblock/msdos
479ffd237d9bb7cc83cb06361db2c4ef42dfbac0
[ "Apache-2.0" ]
null
null
null
inc/dpl.asm
minblock/msdos
479ffd237d9bb7cc83cb06361db2c4ef42dfbac0
[ "Apache-2.0" ]
null
null
null
inc/dpl.asm
minblock/msdos
479ffd237d9bb7cc83cb06361db2c4ef42dfbac0
[ "Apache-2.0" ]
null
null
null
; ; Microsoft Confidential ; Copyright (C) Microsoft Corporation 1991 ; All Rights Reserved. ; ; SCCSID = @(#)dpl.asm 1.1 85/04/10 ; SCCSID = @(#)dpl.asm 1.1 85/04/10 DPL STRUC DPL_AX DW ? ; AX register DPL_BX DW ? ; BX register DPL_CX DW ? ; CX register DPL_DX DW ? ; DX register DPL_SI DW ? ; SI register DPL_DI DW ? ...
23.818182
51
0.683206
fb7cca3859d0b86daf8884eac7ca90f5a2f0273d
103,417
asm
Assembly
Palmtree.Math.Core.Sint/vs_build/x86_Debug/TEST_op_DivRem.asm
rougemeilland/Palmtree.Math.Core.Sint
0895fd4988b146f01ec705e091ef3fd79a721b40
[ "MIT" ]
null
null
null
Palmtree.Math.Core.Sint/vs_build/x86_Debug/TEST_op_DivRem.asm
rougemeilland/Palmtree.Math.Core.Sint
0895fd4988b146f01ec705e091ef3fd79a721b40
[ "MIT" ]
null
null
null
Palmtree.Math.Core.Sint/vs_build/x86_Debug/TEST_op_DivRem.asm
rougemeilland/Palmtree.Math.Core.Sint
0895fd4988b146f01ec705e091ef3fd79a721b40
[ "MIT" ]
null
null
null
; Listing generated by Microsoft (R) Optimizing Compiler Version 19.16.27026.1 TITLE Z:\Sources\Lunor\Repos\rougemeilland\Palmtree.Math.Core.Sint\Palmtree.Math.Core.Sint\TEST_op_DivRem.c .686P .XMM include listing.inc .model flat INCLUDELIB MSVCRTD INCLUDELIB OLDNAMES _DATA SEGMENT COMM _uint_number_zero:DWORD...
27.912821
267
0.654235
511c7c625b0ad5897d38084f1a109a2ef2f98bf9
2,779
asm
Assembly
programs/oeis/017/A017338.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/017/A017338.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/017/A017338.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A017338: a(n) = (10*n + 5)^10. ; 9765625,576650390625,95367431640625,2758547353515625,34050628916015625,253295162119140625,1346274334462890625,5631351470947265625,19687440434072265625,59873693923837890625,162889462677744140625,404555773570791015625,931322574615478515625,2010655586861806640625,4108469075197275390625,8...
397
2,715
0.952141
011b525359ed46b43ee3c4918eb2f5c29233c650
833
asm
Assembly
oeis/295/A295725.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/295/A295725.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/295/A295725.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A295725: a(n) = a(n-1) + 3*a(n-2) -2*a(n-3) - 2*a(n-4), where a(0) = 0, a(1) = 0, a(2) = -1, a(3) = 1. ; Submitted by Christian Krause ; 0,0,-1,1,-2,3,-3,8,-3,21,2,55,25,144,105,377,354,987,1085,2584,3157,6765,8898,17711,24561,46368,66833,121393,180034,317811,481461,832040,1280733,2178309,3393506,5702887,8965321,1493...
36.217391
500
0.70108
b78a5cd35ca87b2760a4cffdfd804839f620d1b0
4,907
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_1513.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_1513.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_1513.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r12 push %r9 push %rcx push %rdi push %rsi lea addresses_WC_ht+0xcfdc, %rsi lea addresses_WC_ht+0xe31c, %rdi nop nop add %r9, %r9 mov $57, %rcx rep movsl nop add %r10, %r10 lea addresses_normal_ht+0x2c0c, %rsi lea addresses_normal_ht+0xb71c, %rdi su...
51.114583
2,999
0.662319
5a55e9b31975a0a32ca95d84f4d32c8b3f815c48
746
asm
Assembly
oeis/056/A056555.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/056/A056555.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/056/A056555.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A056555: Smallest number k (k>0) such that n*k is a perfect 4th power. ; Submitted by Simon Strandgaard ; 1,8,27,4,125,216,343,2,9,1000,1331,108,2197,2744,3375,1,4913,72,6859,500,9261,10648,12167,54,25,17576,3,1372,24389,27000,29791,8,35937,39304,42875,36,50653,54872,59319,250,68921,74088,79507,5324,1125,97336,103823...
39.263158
499
0.731903
0e5a8e63b57c46056c2b9ef61731b6f579200075
500
asm
Assembly
programs/oeis/239/A239278.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/239/A239278.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/239/A239278.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A239278: Smallest k > 1 such that n*(n+1)*...*(n+k-1) / (n+(n+1)+...+(n+k-1)) is an integer. ; 3,5,3,3,5,3,3,7,3,3,5,3,3,5,3,3,5,3,3,5,3,3,7,3,3,5,3,3,5,3,3,5,3,3,5,3,3,7,3,3,5,3,3,5,3,3,5,3,3,5,3,3,9,3,3,5,3,3,5,3,3,5,3,3,5,3,3,7,3,3,5,3,3,5,3,3,5,3,3,5,3,3,7,3,3,5,3,3,5,3,3,5,3,3,5,3,3,7,3 mov $4,$0 mov $3,$4 mov ...
20
199
0.502
0aace0b4c8873504aaa0328e6fef56f329e0ef93
2,310
asm
Assembly
iBUS/gcc.asm
aryan-gupta/Quadrino
ffd7993e55cc95b37c44b1a517a25cfc3a065ba0
[ "MIT" ]
null
null
null
iBUS/gcc.asm
aryan-gupta/Quadrino
ffd7993e55cc95b37c44b1a517a25cfc3a065ba0
[ "MIT" ]
null
null
null
iBUS/gcc.asm
aryan-gupta/Quadrino
ffd7993e55cc95b37c44b1a517a25cfc3a065ba0
[ "MIT" ]
1
2018-08-06T09:08:20.000Z
2018-08-06T09:08:20.000Z
310: 1f 92 push r1 312: 0f 92 push r0 314: 0f b6 in r0, 0x3f ; 63 316: 0f 92 push r0 318: 11 24 eor r1, r1 31a: 2f 93 push r18 31c: 8f 93 push r24 31e: 9f 93 push r25 320: ef 93 push r30 322: ff 93 push r31 324: 80 91 c6 00 lds r24, 0x00C...
41.25
79
0.561472
6cef56803d60aea8ffac083a793b0ae1d8a0f6c0
746
asm
Assembly
oeis/138/A138653.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/138/A138653.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/138/A138653.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A138653: a(n) = 3*a(n-1)-3*a(n-2)+a(n-3)+a(n-4). ; Submitted by Christian Krause ; 1,2,4,8,15,27,48,86,156,285,521,950,1728,3140,5707,10379,18884,34362,62520,113737,206897,376362,684652,1245504,2265815,4121947,7498552,13641134,24815508,45143621,82124025,149397854,271780616,494415932,899427827,1636214155,2976555532,54...
35.52381
492
0.752011
ff62c71c122c93ae1137999e70ba49dd05c20bb2
2,377
asm
Assembly
samples/primetest.asm
esovm/BrainfuckAsmCompiler
e290878b5fd138d3994679e7092dfc904048a62c
[ "MIT" ]
1
2021-02-12T15:54:55.000Z
2021-02-12T15:54:55.000Z
samples/primetest.asm
esovm/BrainfuckAsmCompiler
e290878b5fd138d3994679e7092dfc904048a62c
[ "MIT" ]
null
null
null
samples/primetest.asm
esovm/BrainfuckAsmCompiler
e290878b5fd138d3994679e7092dfc904048a62c
[ "MIT" ]
null
null
null
stacksize 32 global 1 " -> %u is divisor.\n\0" global 22 "%u is a prime-number.\0" global 44 "%u is not a prime-number.\0" global 70 "\n\n\0" global 73 "Prime test\n==========\n\nPlease enter 3 digits (between 001 and 255): \0" mov $0, 73 call printf in $0 sub $0, 48 in $1 sub $1, 48 in $2 sub $2, 48 mov $5, 100...
13.353933
86
0.609171
84e7ac147f8bcbf5cd346fbde8d86bd38cfcb95f
6,429
asm
Assembly
screens.asm
wiebow/tetris.c64
d15f86f62060d09323a7c30c20a422d58f6ed3a4
[ "Unlicense", "MIT" ]
79
2015-03-03T03:41:44.000Z
2022-01-17T13:09:59.000Z
screens.asm
wiebow/tetris.c64
d15f86f62060d09323a7c30c20a422d58f6ed3a4
[ "Unlicense", "MIT" ]
null
null
null
screens.asm
wiebow/tetris.c64
d15f86f62060d09323a7c30c20a422d58f6ed3a4
[ "Unlicense", "MIT" ]
10
2015-04-13T06:52:25.000Z
2021-11-13T19:10:56.000Z
// code concerning game screens // well dimensions .const wellWidth = 10 .const wellHeight = 20 // screen dimensions .const screenWidth = 21 // columns .const screenHeight = 21 // rows // screen id .const SCREEN_TITLE = 0 .const SCREEN_CREDITS = 1 .const SCREEN_KEYS = 2 .const SCREEN_LEVELSELECT = 3 .const SCREEN...
23.811111
67
0.637424
59c90acfad5beafd4600f8ffa8b86b57ddeb4eae
1,172
asm
Assembly
qxl/qxl.kbd.asm
olifink/smsqe
c546d882b26566a46d71820d1539bed9ea8af108
[ "BSD-2-Clause" ]
null
null
null
qxl/qxl.kbd.asm
olifink/smsqe
c546d882b26566a46d71820d1539bed9ea8af108
[ "BSD-2-Clause" ]
null
null
null
qxl/qxl.kbd.asm
olifink/smsqe
c546d882b26566a46d71820d1539bed9ea8af108
[ "BSD-2-Clause" ]
null
null
null
; QXL_KBD.ASM Keyboard server and setup ; 2006.10.01 1.01 uses 32 bits transfer,"turn off typematic" function suppressed , optimised qxl_kbd_setup: ASSUME ds:DGROUP ASSUME es:DGROUP mov cx, OFFSET qxl_kbd_server mov bp, OFFSET qxl_kbd_servend-4 mov si, OFFSET int_kbdi call qxl_setvc ;...
20.928571
96
0.653584
358925ca07fc4b162097f18753664c2bf8d09f47
426
asm
Assembly
_posts/code/Skid/skid.asm
dendibakh/dendibakh.github.io
54a53957a7708c3768a4b7a6c8cc54d6c43ac8b0
[ "CC-BY-4.0" ]
45
2017-11-03T14:52:59.000Z
2022-02-10T16:00:06.000Z
_posts/code/Skid/skid.asm
dendibakh/dendibakh.github.io
54a53957a7708c3768a4b7a6c8cc54d6c43ac8b0
[ "CC-BY-4.0" ]
3
2021-02-01T09:24:50.000Z
2021-07-17T08:10:54.000Z
_posts/code/Skid/skid.asm
dendibakh/dendibakh.github.io
54a53957a7708c3768a4b7a6c8cc54d6c43ac8b0
[ "CC-BY-4.0" ]
14
2018-03-22T14:05:15.000Z
2021-08-23T07:06:31.000Z
; nasm -f elf64 skid.asm ; gcc skid.o %define nop8 db 0x0F, 0x1F, 0x84, 0x00, 0x00, 0x00, 0x00, 0x00 %macro cache_line 0 nop8 nop8 nop8 nop8 nop8 nop8 nop8 nop8 %endmacro GLOBAL main main: xor rax,rax push rax push rdi ; set number of iterations mov rdi, 100000000 ; allocate space on the stack sub rsp, 4 .l...
9.681818
62
0.7277
69a172f024b554e22728f1bad73d85699b2176ab
353
asm
Assembly
oeis/132/A132194.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/132/A132194.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/132/A132194.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A132194: a(n) = 1 if n-th prime is 0 or 2 mod 3, otherwise 0. ; Submitted by Jamie Morken(w4) ; 1,1,1,0,1,0,1,0,1,1,0,0,1,0,1,1,1,0,0,1,0,0,1,1,0,1,0,1,0,1,0,1,1,0,1,0,0,0,1,1,1,0,1,0,1,0,0,0,1,0,1,1,0,1,1,1,1,0,0,1,0,1,0,1,0,1,0,0,1,0,1,1,0,0,0,1,1,0,1,0,1,0,1,0,0,1,1,0,1,0,1,1,0,1,0,1,1,1,0,0 trn $0,1 seq $0,65091...
39.222222
201
0.558074
e8e9032f2e68ab80fcbbe3a32d41260d201ec052
616
asm
Assembly
programs/oeis/081/A081346.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/081/A081346.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/081/A081346.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A081346: First column in maze arrangement of natural numbers A081344. ; 1,2,9,10,25,26,49,50,81,82,121,122,169,170,225,226,289,290,361,362,441,442,529,530,625,626,729,730,841,842,961,962,1089,1090,1225,1226,1369,1370,1521,1522,1681,1682,1849,1850,2025,2026,2209,2210,2401,2402,2601,2602,2809,2810,3025,3026,3249,3250,3...
47.384615
456
0.743506
bf62470a55e98c92a0fab98648a9c90342fd8c14
252
asm
Assembly
tests/cross-assemblers/kickass/entry.asm
shazz/shazzam
bd9801f1be5a8b58d0b2f20a937d3a446a0c5f5a
[ "MIT" ]
null
null
null
tests/cross-assemblers/kickass/entry.asm
shazz/shazzam
bd9801f1be5a8b58d0b2f20a937d3a446a0c5f5a
[ "MIT" ]
null
null
null
tests/cross-assemblers/kickass/entry.asm
shazz/shazzam
bd9801f1be5a8b58d0b2f20a937d3a446a0c5f5a
[ "MIT" ]
null
null
null
// Define two segments .segmentdef InitSegment [start=$2000] *= $0801 "Basic Upstart" BasicUpstart(start) // 10 sys$0810 *= $0810 "Program" start: inc $d020 inc $d021 jmp $2000 #import "init.asm"
19.384615
45
0.551587
73273f220dbd9f40302295e009ed09f0236a78cd
486
asm
Assembly
oeis/129/A129855.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/129/A129855.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/129/A129855.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A129855: A symmetrical triangle of coefficients based on A000217: a(n) = Binomial[n + 2, 2]; t(n,m)=a(n - m + 1)*a(m + 1). ; Submitted by Christian Krause ; 9,18,18,30,36,30,45,60,60,45,63,90,100,90,63,84,126,150,150,126,84,108,168,210,225,210,168,108,135,216,280,315,315,280,216,135,165,270,360,420,441,420,360,270,16...
27
208
0.652263
cddb068bf8fa59446b0bdc84ed6cd100860fa5ee
171
asm
Assembly
e0301.asm
zhangyuesai/8086-asm-learning-code
a934fb3a98a53a6167b647535b3251680294a786
[ "MIT" ]
1
2018-07-23T10:30:22.000Z
2018-07-23T10:30:22.000Z
e0301.asm
zhangyuesai/8086-asm-learning-code
a934fb3a98a53a6167b647535b3251680294a786
[ "MIT" ]
null
null
null
e0301.asm
zhangyuesai/8086-asm-learning-code
a934fb3a98a53a6167b647535b3251680294a786
[ "MIT" ]
null
null
null
assume cs:codesg codesg segment mov ax,2000H mov ss,ax mov sp,0 add sp,10 pop ax pop bx push ax push bx pop ax pop bx mov ax,4c00H int 21H codesg ends end
8.142857
16
0.690058
ddf659269abcfc5e65a2cd8c4226e7c125e6e192
348
asm
Assembly
example/in.asm
oj-mik/eatersim
a0aba1a4e74088efd1e1a4eee60407a53a7d7c24
[ "MIT" ]
null
null
null
example/in.asm
oj-mik/eatersim
a0aba1a4e74088efd1e1a4eee60407a53a7d7c24
[ "MIT" ]
null
null
null
example/in.asm
oj-mik/eatersim
a0aba1a4e74088efd1e1a4eee60407a53a7d7c24
[ "MIT" ]
null
null
null
; multiplication program start: lda product add factor1 sta product lda factor2 sub dec sta factor2 jz exit jmp start exit: lda product out hlt .org 12 dec: .byte 1 ; decrementer (must be 1) product: .byte 0 ; result factor1: .byte 2 ; first number to multiply factor2: .byte 4...
13.92
36
0.666667
24dd3dbad587df17cae7989f6d5992e2c9a956ac
473
asm
Assembly
oeis/043/A043220.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/043/A043220.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/043/A043220.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A043220: Numbers k such that 0 and 5 occur juxtaposed in the base-10 representation of k but not of k-1. ; Submitted by Jon Maiga ; 50,105,150,205,250,305,350,405,450,500,550,605,650,705,750,805,850,905,950,1005,1050,1105,1150,1205,1250,1305,1350,1405,1450,1500,1550,1605,1650,1705,1750,1805,1850,1905,1950,2005,2050 ...
22.52381
186
0.691332
f3d93982dcce30118c3b4029bdfd62647052fb5f
2,629
asm
Assembly
src/eltorito/eltorito.asm
puppy-technology/iditarod
67fc95145cf898eb541985383e358862a40007fc
[ "MIT" ]
4
2017-12-20T18:10:19.000Z
2019-12-11T22:00:26.000Z
src/eltorito/eltorito.asm
duckinator/iditarod
67fc95145cf898eb541985383e358862a40007fc
[ "MIT" ]
null
null
null
src/eltorito/eltorito.asm
duckinator/iditarod
67fc95145cf898eb541985383e358862a40007fc
[ "MIT" ]
null
null
null
; asmsyntax=nasm bits 16 org 0x7c00 section .text jmp 0x0:_start ; Boot Information Table is always at offset 8. ; This line causes an assembler error if all of the code preceding this line ; generates more than 8 bytes of machine code. times 8-($-$$) db 0 ; Boot Information Table PrimaryVolumeDescriptor resd 1 ...
23.9
79
0.629897
9e654ffb1a1f4406b674188c32b841ec667fddb1
496
asm
Assembly
oeis/060/A060620.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/060/A060620.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/060/A060620.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A060620: Average of the first n primes rounded down. ; Submitted by Jon Maiga ; 2,2,3,4,5,6,8,9,11,12,14,16,18,20,21,23,25,27,29,31,33,35,38,40,42,44,46,48,51,53,55,57,60,62,65,67,69,72,74,77,79,82,84,87,89,91,94,97,99,102,104,107,110,112,115,117,120,123,125,128,130,133,136,138,141,144,147,149,152,155,158,161,163,166...
55.111111
344
0.699597
06625a939f12b6f62ab5df03764c3e9067c15086
5,050
asm
Assembly
Aurora/Aurora/x64/Debug/systable.asm
manaskamal/aurora-xeneva
fe277f7ac155a40465c70f1db3c27046e4d0f7b5
[ "BSD-2-Clause" ]
8
2021-07-19T04:46:35.000Z
2022-03-12T17:56:00.000Z
Aurora/Aurora/x64/Debug/systable.asm
manaskamal/aurora-xeneva
fe277f7ac155a40465c70f1db3c27046e4d0f7b5
[ "BSD-2-Clause" ]
null
null
null
Aurora/Aurora/x64/Debug/systable.asm
manaskamal/aurora-xeneva
fe277f7ac155a40465c70f1db3c27046e4d0f7b5
[ "BSD-2-Clause" ]
null
null
null
; Listing generated by Microsoft (R) Optimizing Compiler Version 17.00.50727.1 include listing.inc INCLUDELIB LIBCMT INCLUDELIB OLDNAMES PUBLIC funct EXTRN ?message_send@@YAXGPEAU_message_@@@Z:PROC ; message_send EXTRN ?message_receive@@YAXPEAU_message_@@@Z:PROC ; message_receive EXTRN ?printf@@YAXPEBDZZ:PROC ; ...
31.5625
79
0.748515
f01f275771e44f463aa71712c9b6f9a49440ed86
13
asm
Assembly
verify/output/variable_list.alfy.asm
alexandruradovici/alf-alfy-asm-public
43a73cc13c38f39125620fb9bd566c261cff1c73
[ "BSD-2-Clause" ]
null
null
null
verify/output/variable_list.alfy.asm
alexandruradovici/alf-alfy-asm-public
43a73cc13c38f39125620fb9bd566c261cff1c73
[ "BSD-2-Clause" ]
2
2017-05-18T20:29:57.000Z
2017-05-19T19:03:07.000Z
verify/output/variable_list.alfy.asm
alexandruradovici/alf-alfy-asm-language-public
43a73cc13c38f39125620fb9bd566c261cff1c73
[ "BSD-2-Clause" ]
null
null
null
start: stop
4.333333
6
0.692308
b446b13f0d477fa4ce4caacd6a481d7054e36e46
213
asm
Assembly
libsrc/_DEVELOPMENT/adt/ba_priority_queue/c/sccz80/ba_priority_queue_pop.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
libsrc/_DEVELOPMENT/adt/ba_priority_queue/c/sccz80/ba_priority_queue_pop.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
libsrc/_DEVELOPMENT/adt/ba_priority_queue/c/sccz80/ba_priority_queue_pop.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
; int ba_priority_queue_pop(ba_priority_queue_t *q) SECTION code_adt_ba_priority_queue PUBLIC ba_priority_queue_pop ba_priority_queue_pop: INCLUDE "adt/ba_priority_queue/z80/asm_ba_priority_queue_pop.asm"
19.363636
68
0.859155
ece3c20fa1f11e32a66d41475f0b52dfeb82d0f5
6,555
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_1240.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_notsx.log_21829_1240.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_notsx.log_21829_1240.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 %r15 push %rcx push %rdi push %rsi lea addresses_WT_ht+0xad59, %rsi lea addresses_WC_ht+0x3273, %rdi clflush (%rsi) clflush (%rdi) sub %r12, %r12 mov $27, %rcx rep movsl nop nop nop nop xor $9646, %r11 lea addresses_UC_ht+0xaab3, %rsi lea a...
35.241935
2,999
0.657818
163d64f587e3fb66ab5a05f0d2b10228a8b11e70
625
asm
Assembly
programs/oeis/164/A164055.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/164/A164055.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/164/A164055.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A164055: Triangular numbers that are one plus a perfect square. ; 1,10,325,11026,374545,12723490,432224101,14682895930,498786237505,16944049179226,575598885856165,19553418069930370,664240615491776401,22564627508650467250,766533094678624110085,26039560591564569275626,884578527018516731261185,30049630358038004293604650...
78.125
449
0.8768
9d0b105f25d0ece40820a5330812b65c88ca2cb0
164
asm
Assembly
libsrc/_DEVELOPMENT/arch/zx/display/c/sccz80/zx_aaddrcleft.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
38
2021-06-18T12:56:15.000Z
2022-03-12T20:38:40.000Z
libsrc/_DEVELOPMENT/arch/zx/display/c/sccz80/zx_aaddrcleft.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
2
2021-06-20T16:28:12.000Z
2021-11-17T21:33:56.000Z
libsrc/_DEVELOPMENT/arch/zx/display/c/sccz80/zx_aaddrcleft.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
6
2021-06-18T18:18:36.000Z
2021-12-22T08:01:32.000Z
; void *zx_aaddrcleft(void *attraddr) SECTION code_clib SECTION code_arch PUBLIC zx_aaddrcleft EXTERN asm_zx_aaddrcleft defc zx_aaddrcleft = asm_zx_aaddrcleft
13.666667
38
0.835366