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
59d3119223b04f8c57a547c834e2bbe6f4fcaa0e
193
asm
Assembly
srcs/ft_list_size.asm
caio-vinicius/libasm
f8e22fa21f79cdee80de6eb9ee72e3414054c804
[ "MIT" ]
null
null
null
srcs/ft_list_size.asm
caio-vinicius/libasm
f8e22fa21f79cdee80de6eb9ee72e3414054c804
[ "MIT" ]
null
null
null
srcs/ft_list_size.asm
caio-vinicius/libasm
f8e22fa21f79cdee80de6eb9ee72e3414054c804
[ "MIT" ]
null
null
null
section .text global ft_list_size ft_list_size: xor rax, rax ft_list_size_next: cmp rdi, 0 je ft_list_size_null inc rax mov rdi, [rdi+8] jmp ft_list_size_next ft_list_size_null: ret
12.0625
22
0.772021
d37909a1f7418a5b48b444f7b99b8a0f93fb2ba3
1,728
asm
Assembly
_maps/obj4E.asm
vladjester2020/Sonic1TMR
22e749a2aab74cc725729e476d6252b071c12e42
[ "Apache-2.0" ]
null
null
null
_maps/obj4E.asm
vladjester2020/Sonic1TMR
22e749a2aab74cc725729e476d6252b071c12e42
[ "Apache-2.0" ]
2
2019-06-13T14:26:59.000Z
2019-10-10T13:15:14.000Z
_maps/obj4E.asm
vladjester2020/Sonic1TMR
22e749a2aab74cc725729e476d6252b071c12e42
[ "Apache-2.0" ]
null
null
null
; --------------------------------------------------------------------------- ; Sprite mappings - advancing wall of lava (MZ) ; --------------------------------------------------------------------------- dc.w byte_F538-Map_obj4E dc.w byte_F566-Map_obj4E dc.w byte_F594-Map_obj4E dc.w byte_F5C2-Map_obj4E ...
29.793103
78
0.402199
e0aef6fd9d624fc71d505efd8b77b2ef454e7df9
597
asm
Assembly
programs/oeis/184/A184653.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/184/A184653.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/184/A184653.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A184653: floor(n*s+h-h*s), where s=(3+sqrt(3))/2, h=-1/2; complement of A184638. ; 3,5,7,10,12,14,17,19,21,24,26,29,31,33,36,38,40,43,45,48,50,52,55,57,59,62,64,66,69,71,74,76,78,81,83,85,88,90,92,95,97,100,102,104,107,109,111,114,116,118,121,123,126,128,130,133,135,137,140,142,145,147,149,152,154,156,159,161,163,166...
37.3125
345
0.653266
4610e21711cec73b5c5b6039d1a7e774027bdd95
649
asm
Assembly
oeis/334/A334680.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/334/A334680.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/334/A334680.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A334680: a(n) is the total number of down-steps after the final up-step in all 2-Dyck paths of length 3*n (n up-steps and 2*n down-steps). ; Submitted by Christian Krause ; 0,2,9,43,218,1155,6324,35511,203412,1184040,6983925,41652468,250763464,1521935948,9301989144,57203999295,353701790376,2197600497330,1371329124763...
36.055556
252
0.739599
38dbf09639281f5ef1cffb9f08880fb22eef2fca
166,674
asm
Assembly
project/ntstub/i386/6_3_9600_sp0_ssdt_sysenter.asm
rmusser01/windows-syscall-table
6216a2559d714eb04bad278792a6544ab8f21d41
[ "BSD-3-Clause" ]
6
2018-01-18T02:30:27.000Z
2020-01-11T03:42:33.000Z
project/ntstub/i386/6_3_9600_sp0_ssdt_sysenter.asm
stonedreamforest/windows-syscall-table
6216a2559d714eb04bad278792a6544ab8f21d41
[ "BSD-3-Clause" ]
null
null
null
project/ntstub/i386/6_3_9600_sp0_ssdt_sysenter.asm
stonedreamforest/windows-syscall-table
6216a2559d714eb04bad278792a6544ab8f21d41
[ "BSD-3-Clause" ]
3
2017-12-29T07:50:35.000Z
2020-10-15T09:28:54.000Z
; DO NOT MODIFY THIS FILE DIRECTLY! ; author: @TinySecEx ; ssdt asm stub for 6.3.9600-sp0-windows-8.1 i386 .686 .mmx .xmm .model flat,stdcall option casemap:none option prologue:none option epilogue:none .code ; ULONG __stdcall NtWorkerFactoryWorkerReady( ULONG arg_01 ); _6_3_9600_sp0_windows_8_1_NtWorkerFactory...
22.584553
342
0.792799
5135b80067e4c50c446e3695703b70ac55260748
92
asm
Assembly
bdshemu_test/basic/test_64_basic05.asm
andreaswimmer/bddisasm
960e9eaeee4f87d8269095031cd6cfb8aabb998b
[ "Apache-2.0" ]
1
2020-11-18T21:57:38.000Z
2020-11-18T21:57:38.000Z
bdshemu_test/basic/test_64_basic05.asm
andreaswimmer/bddisasm
960e9eaeee4f87d8269095031cd6cfb8aabb998b
[ "Apache-2.0" ]
null
null
null
bdshemu_test/basic/test_64_basic05.asm
andreaswimmer/bddisasm
960e9eaeee4f87d8269095031cd6cfb8aabb998b
[ "Apache-2.0" ]
1
2020-08-20T15:22:02.000Z
2020-08-20T15:22:02.000Z
bits 64 _xxx: lea rbp, [rel _xxx] sub rbp, 1 jmp rbp
11.5
27
0.391304
948365085c23d6e42ccfaa444e2a8ff69c14ad31
307
asm
Assembly
libsrc/_DEVELOPMENT/adt/wv_priority_queue/c/sccz80/wv_priority_queue_reserve_callee.asm
teknoplop/z88dk
bb03fbfd6b2ab0f397a1358559089f9cd3706485
[ "ClArtistic" ]
8
2017-01-18T12:02:17.000Z
2021-06-12T09:40:28.000Z
libsrc/_DEVELOPMENT/adt/wv_priority_queue/c/sccz80/wv_priority_queue_reserve_callee.asm
teknoplop/z88dk
bb03fbfd6b2ab0f397a1358559089f9cd3706485
[ "ClArtistic" ]
1
2017-03-06T07:41:56.000Z
2017-03-06T07:41:56.000Z
libsrc/_DEVELOPMENT/adt/wv_priority_queue/c/sccz80/wv_priority_queue_reserve_callee.asm
teknoplop/z88dk
bb03fbfd6b2ab0f397a1358559089f9cd3706485
[ "ClArtistic" ]
3
2017-03-07T03:19:40.000Z
2021-09-15T17:59:19.000Z
; int wv_priority_queue_reserve(wv_priority_queue_t *q, size_t n) SECTION code_clib SECTION code_adt_wv_priority_queue PUBLIC wv_priority_queue_reserve_callee EXTERN asm_wv_priority_queue_reserve wv_priority_queue_reserve_callee: pop hl pop bc ex (sp),hl jp asm_wv_priority_queue_reserve
17.055556
65
0.833876
76aec6ae86d27588d872dd24b5a7477dc027285a
4,830
asm
Assembly
Examples/ch14/Cluster.asm
satadriver/LiunuxOS
693174ac2b3e503d72782fc7a14f18c8a4f2756c
[ "Apache-2.0" ]
null
null
null
Examples/ch14/Cluster.asm
satadriver/LiunuxOS
693174ac2b3e503d72782fc7a14f18c8a4f2756c
[ "Apache-2.0" ]
null
null
null
Examples/ch14/Cluster.asm
satadriver/LiunuxOS
693174ac2b3e503d72782fc7a14f18c8a4f2756c
[ "Apache-2.0" ]
null
null
null
TITLE Cluster Display Program (Cluster.asm) ; This program reads the directory of drive A, decodes ; the file allocation table, and displays the list of ; clusters allocated to each file. ; Last update: 9/21/01 INCLUDE Irvine16.inc ; Attributes specific to 1.44MB diskettes: FATSectors = 9 ; num ...
28.081395
66
0.578054
29aad3043606e5c57e8c24667be9cdd10bcfc61d
1,603
asm
Assembly
programs/oeis/179/A179060.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/179/A179060.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/179/A179060.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A179060: Number of non-attacking placements of 5 rooks on an n X n board. ; 0,0,0,0,120,4320,52920,376320,1905120,7620480,25613280,75271680,198764280,480960480,1082161080,2289530880,4594961280,8809274880,16225246080,28844881920,49689816120,83217546720,135870624120,216790801920,338735628000,519241008000,782079948000,1...
200.375
1,487
0.913911
aff12d383106210a4ddf4a16e44921233b527f19
1,782
asm
Assembly
game/data/charsets/qr_code.asm
sgadrat/super-tilt-bro
f918731c63a32dc3d0c80f10e7b053d6fa218c50
[ "WTFPL" ]
91
2017-08-06T18:30:13.000Z
2022-02-17T00:26:45.000Z
game/data/charsets/qr_code.asm
sgadrat/super-tilt-bro
f918731c63a32dc3d0c80f10e7b053d6fa218c50
[ "WTFPL" ]
2
2018-10-12T04:34:13.000Z
2021-12-25T17:01:18.000Z
game/data/charsets/qr_code.asm
sgadrat/super-tilt-bro
f918731c63a32dc3d0c80f10e7b053d6fa218c50
[ "WTFPL" ]
9
2016-10-08T21:24:37.000Z
2022-02-05T00:13:31.000Z
CHARSET_QR_CODE_BANK_NUMBER = CURRENT_BANK_NUMBER ; ; This is actually tiles of 4x4 pixels. Main use is drawing QR codes, but could find other uses. ; charset_qr_code: ; Tileset's size in tiles (zero means 256) .byt (charset_qr_code_end-charset_qr_code_tiles)/8 charset_qr_code_tiles: .byt %00000000, %00000000, %000...
59.4
96
0.741863
19cbb9ec2a431e077d9da4b570a9d56296a952b4
1,417
asm
Assembly
programs/oeis/156/A156795.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/156/A156795.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/156/A156795.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A156795: 81*n - 59. ; 22,103,184,265,346,427,508,589,670,751,832,913,994,1075,1156,1237,1318,1399,1480,1561,1642,1723,1804,1885,1966,2047,2128,2209,2290,2371,2452,2533,2614,2695,2776,2857,2938,3019,3100,3181,3262,3343,3424,3505,3586,3667,3748,3829,3910,3991,4072,4153,4234,4315,4396,4477,4558,4639,4720,4801,4882,4963,...
202.428571
1,363
0.805222
ed2d208ed75eb6d771d1f4022c0b5ce34e359f98
799
asm
Assembly
sorting_algorithms/BubbleSort_.asm
zer0chance/algorithms
aeb4bc9c9ea85bb6acccbb8d9ff979965ab6b1d8
[ "Apache-2.0" ]
null
null
null
sorting_algorithms/BubbleSort_.asm
zer0chance/algorithms
aeb4bc9c9ea85bb6acccbb8d9ff979965ab6b1d8
[ "Apache-2.0" ]
null
null
null
sorting_algorithms/BubbleSort_.asm
zer0chance/algorithms
aeb4bc9c9ea85bb6acccbb8d9ff979965ab6b1d8
[ "Apache-2.0" ]
null
null
null
.model flat,c ; This code is suppose to be called from C++ function extern N: dword ; N - array size, defined in main.cpp .code Foo_ proc push ebp mov ebp,esp push esi push edi mov eax, [ebp + 8] ; eax = x xor esi, esi ; esi = i = 0 xor edi, edi ; edi = j = 0 xor ecx...
16.306122
73
0.531915
51ae48b5d67be74934ae18d4cb53fc2caba7e1ac
1,609
asm
Assembly
programs/oeis/027/A027649.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/027/A027649.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/027/A027649.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A027649: a(n) = 2*(3^n) - 2^n. ; 1,4,14,46,146,454,1394,4246,12866,38854,117074,352246,1058786,3180454,9549554,28665046,86027906,258149254,774578834,2323998646,6972520226,20918609254,62757924914,188277969046,564842295746,1694543664454,5083664547794,15251060752246,45753316474466,137260217858854,411781190447474,1235344...
100.5625
1,461
0.906774
a2e4742e547e284034e4dc4b65ff5c76a4a90e88
105,456
asm
Assembly
sh.asm
bilalsaad/realos
892614a47482ccbb6bdf1d071b74b85bf12fcd4e
[ "MIT-0" ]
null
null
null
sh.asm
bilalsaad/realos
892614a47482ccbb6bdf1d071b74b85bf12fcd4e
[ "MIT-0" ]
null
null
null
sh.asm
bilalsaad/realos
892614a47482ccbb6bdf1d071b74b85bf12fcd4e
[ "MIT-0" ]
null
null
null
_sh: file format elf32-i386 Disassembly of section .text: 00000000 <strcmpaa>: void panic(char*); struct cmd *parsecmd(char*); void display_history(); int strcmpaa(const char *p, const char *q, uint n) { 0: 55 push %ebp 1: 89 e5 mov %esp,%ebp while(n > 0 &...
37.87931
71
0.426149
0c22b9a5791a824cd298cdf7887d79389f570e08
8,971
asm
Assembly
Transynther/x86/_processed/AVXALIGN/_st_zr_4k_/i7-7700_9_0x48.log_21829_2684.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/AVXALIGN/_st_zr_4k_/i7-7700_9_0x48.log_21829_2684.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/AVXALIGN/_st_zr_4k_/i7-7700_9_0x48.log_21829_2684.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r12 push %r13 push %rax push %rbx push %rcx push %rdi push %rsi lea addresses_WT_ht+0x7a4e, %r12 add $37320, %r11 mov $0x6162636465666768, %rax movq %rax, (%r12) nop nop nop nop nop cmp $35647, %rbx lea addresses_WC_ht+0x17536, %r13 nop nop nop nop ...
30.828179
2,999
0.653662
d6da0a962c2b2cbd6848f0712328d78a2e93c521
1,023
asm
Assembly
mbr/HelloWorld.asm
icecoobe/oslab
bd282e0f1249f6db5f0cc8daa2da05976f173012
[ "Unlicense" ]
52
2019-04-13T01:50:34.000Z
2022-01-14T02:08:32.000Z
mbr/HelloWorld.asm
icecoobe/oslab
bd282e0f1249f6db5f0cc8daa2da05976f173012
[ "Unlicense" ]
1
2016-04-08T08:35:34.000Z
2018-08-31T16:45:06.000Z
mbr/HelloWorld.asm
icecoobe/nasm
bd282e0f1249f6db5f0cc8daa2da05976f173012
[ "Unlicense" ]
19
2019-04-21T03:48:31.000Z
2022-01-07T08:18:57.000Z
;; HelloWorld.asm ;; ;; Print "Hello World!" on screen when booting PC. ;; ;; Build with below command: ;; $ nasm -f bin -o HelloWorld -l HelloWorld.lst HelloWorld.asm ;; TODO: ;; 1.添加CLI, STI等暂停处理中断的指令 ;;[bits 16] ;%define DOS ;%ifdef DOS ;org 100h ;%else ;org 7c00h ;%endif org 7c00h section .data msg db 'Hell...
17.637931
63
0.633431
ded2a9d39f2f60efdf7549e092ce0206d25d936a
5,195
asm
Assembly
asm/mxeeotxr.asm
rscott-rocket/mxe
0e0d2eec0ab861aed64408886f1c2b84affec9cf
[ "Apache-2.0" ]
8
2020-03-02T13:30:58.000Z
2021-12-17T11:04:48.000Z
asm/mxeeotxr.asm
zBit31/mxe
d8c2d26a38caaecd06a1d5a89d5bde7b3e7bd047
[ "Apache-2.0" ]
null
null
null
asm/mxeeotxr.asm
zBit31/mxe
d8c2d26a38caaecd06a1d5a89d5bde7b3e7bd047
[ "Apache-2.0" ]
3
2020-03-02T08:11:58.000Z
2020-03-03T11:17:58.000Z
MXEEOTXR TITLE 'MXE COMMON END OF TASK EXIT ROUTINE' *--------+---------+---------+---------+---------+---------+---------+- * Name : MXEEOTXR * * Function : General purpose end of task exit routine * * : Lookup the MXETASK control block for the related * terminating ...
39.961538
72
0.33513
9cee8e3b916edb0a6d64a1c416c8e323b08e7d05
8,366
asm
Assembly
Transynther/x86/_processed/NONE/_zr_/i7-8650U_0xd2.log_21829_506.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NONE/_zr_/i7-8650U_0xd2.log_21829_506.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NONE/_zr_/i7-8650U_0xd2.log_21829_506.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 %rax push %rbx push %rcx push %rdi push %rsi lea addresses_UC_ht+0x2f9, %rsi lea addresses_UC_ht+0x5331, %rdi nop nop nop nop nop sub %rbx, %rbx mov $106, %rcx rep movsw sub %r11, %r11 lea addresses_normal_ht+0x18851, %rbx sub $48969, %rax vmovups (%...
32.426357
2,999
0.650371
672e8ef9516e98eb75cf5481a12354aae410168d
535
asm
Assembly
logical_and.asm
tor4z/nasm_training
0d7be19c9ff66ca7972e6270388a385c85829814
[ "Unlicense" ]
null
null
null
logical_and.asm
tor4z/nasm_training
0d7be19c9ff66ca7972e6270388a385c85829814
[ "Unlicense" ]
null
null
null
logical_and.asm
tor4z/nasm_training
0d7be19c9ff66ca7972e6270388a385c85829814
[ "Unlicense" ]
null
null
null
global _start section .data msgEven db 'Event number!', 0xA msgEvenLen equ $ - msgEven msgOdd db 'Odd number!', 0xA msgOddLen equ $ - msgOdd section .text _start: mov ax, 0x8 ; move 0x8 to ax and ax, 0x1 ; and ax with 0x1 jz even ; If Zero Flag is set jump to even ; Print odd msg mov eax, 4 mov ebx, 1 m...
13.375
44
0.671028
640a71b6c798b03bb4c101ed1cf8e356684f9bb9
63
asm
Assembly
data/maps/headers/ViridianGym.asm
opiter09/ASM-Machina
75d8e457b3e82cc7a99b8e70ada643ab02863ada
[ "CC0-1.0" ]
1
2022-02-15T00:19:44.000Z
2022-02-15T00:19:44.000Z
data/maps/headers/ViridianGym.asm
opiter09/ASM-Machina
75d8e457b3e82cc7a99b8e70ada643ab02863ada
[ "CC0-1.0" ]
null
null
null
data/maps/headers/ViridianGym.asm
opiter09/ASM-Machina
75d8e457b3e82cc7a99b8e70ada643ab02863ada
[ "CC0-1.0" ]
null
null
null
map_header ViridianGym, VIRIDIAN_GYM, GYM, 0 end_map_header
15.75
45
0.809524
6bbf26e57fab36a9ffe76d4832ee23fa96138781
665
asm
Assembly
oeis/285/A285899.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/285/A285899.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/285/A285899.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A285899: Total number of parts in all partitions of all positive integers <= n into consecutive parts. ; 1,2,5,6,9,13,16,17,23,28,31,35,38,43,54,55,58,66,69,75,87,92,95,99,107,112,124,132,135,148,151,152,164,169,184,196,199,204,216,222,225,240,243,252,278,283,286,290,300,310,322,331,334,351,369,377,389,394,397,414,41...
21.451613
252
0.589474
6d9788753b5d1005d1c564d5e048855d92c6993e
689
asm
Assembly
oeis/322/A322889.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/322/A322889.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/322/A322889.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A322889: Chebyshev T-polynomials T_n(18). ; Submitted by Jon Maiga ; 1,18,647,23274,837217,30116538,1083358151,38970776898,1401864610177,50428155189474,1814011722210887,65253993844402458,2347329766676277601,84438617606501591178,3037442904067381004807,109263505928819214581874,3930448770533424343942657,1413868922332744...
40.529412
499
0.847605
a7583b0c06be8d5e927151aada1f2ad7df0a78a2
2,912
asm
Assembly
source/miscellany/saveload.asm
paulscottrobson/rpl-32
7bd0c6dc9edc7f5ca4e9e9dac24a75cb32a29acc
[ "MIT" ]
null
null
null
source/miscellany/saveload.asm
paulscottrobson/rpl-32
7bd0c6dc9edc7f5ca4e9e9dac24a75cb32a29acc
[ "MIT" ]
null
null
null
source/miscellany/saveload.asm
paulscottrobson/rpl-32
7bd0c6dc9edc7f5ca4e9e9dac24a75cb32a29acc
[ "MIT" ]
null
null
null
; ******************************************************************************************* ; ******************************************************************************************* ; ; Name : saveload.asm ; Purpose : Save/Load program ; Date : 8th October 2019 ; Author : Paul Robson (paul@robsons.org.uk)...
24.677966
93
0.418269
6671be13c4b9cc2e4548e54d608e7eb7b1a09e87
71
asm
Assembly
src/main/fragment/mos6502-selfmod/_deref_(qbuz1_derefidx_vbuyy)=vbuaa.asm
jbrandwood/kickc
d4b68806f84f8650d51b0e3ef254e40f38b0ffad
[ "MIT" ]
2
2022-03-01T02:21:14.000Z
2022-03-01T04:33:35.000Z
src/main/fragment/mos6502-selfmod/_deref_(qbuz1_derefidx_vbuyy)=vbuaa.asm
jbrandwood/kickc
d4b68806f84f8650d51b0e3ef254e40f38b0ffad
[ "MIT" ]
null
null
null
src/main/fragment/mos6502-selfmod/_deref_(qbuz1_derefidx_vbuyy)=vbuaa.asm
jbrandwood/kickc
d4b68806f84f8650d51b0e3ef254e40f38b0ffad
[ "MIT" ]
null
null
null
pha lda ({z1}),y sta !+ +1 iny lda ({z1}),y sta !+ +2 pla !: sta $ffff
7.888889
12
0.507042
52c1ac2a898e2eb744335be6b0a7415a97267cff
289
asm
Assembly
programs/oeis/040/A040811.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/040/A040811.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
programs/oeis/040/A040811.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
; A040811: Continued fraction for sqrt(840). ; 28,1,56,1,56,1,56,1,56,1,56,1,56,1,56,1,56,1,56,1,56,1,56,1,56,1,56,1,56,1,56,1,56,1,56,1,56,1,56,1,56,1,56,1,56,1,56,1,56,1,56,1,56,1,56,1,56,1,56,1,56,1,56,1,56,1,56,1,56,1,56,1,56,1,56 mov $1,28 lpb $0 mod $0,2 mul $1,2 lpe gcd $1,$0
28.9
189
0.605536
ef11b46d5f73411d18c446a352d86919c0f0169c
4,441
asm
Assembly
sim/asm/fn61.asm
nanamake/avr_cpu
b557e64f471bbcabe7ef104e24ae9b3024cddcba
[ "MIT" ]
2
2021-01-21T01:36:26.000Z
2022-03-30T21:01:04.000Z
sim/asm/fn61.asm
nanamake/avr_cpu
b557e64f471bbcabe7ef104e24ae9b3024cddcba
[ "MIT" ]
null
null
null
sim/asm/fn61.asm
nanamake/avr_cpu
b557e64f471bbcabe7ef104e24ae9b3024cddcba
[ "MIT" ]
1
2020-03-05T06:04:24.000Z
2020-03-05T06:04:24.000Z
;------------------- ; test for sub/sreg ;------------------- .equ sreg = 0x3f ;------------------- ldi r16,0x28 ldi r24,0x70 mov r7 ,r16 mov r8 ,r24 ldi r16,0xc0 ldi r24,0xd8 ldi r17,0x00 ldi r25,0x7f mov r6 ,r17 mov r9 ,r25 ldi r17,0x80 ldi r25,0xff ;--...
23.876344
60
0.473092
acd70c6e43089edc31758adb1b9373cda40775ea
638
asm
Assembly
oeis/082/A082140.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/082/A082140.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/082/A082140.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A082140: A transform of binomial(n,6). ; 1,7,56,336,1680,7392,29568,109824,384384,1281280,4100096,12673024,38019072,111132672,317521920,889061376,2444918784,6615662592,17641766912,46425702400,120706826240,310388981760,790081044480,1992378286080,4980945715200,12352745373696,30406757842944,74327630282752,18050995925811...
45.571429
498
0.840125
14a4a4699afa20bd84417caefb6cc351cf7d55bc
671
asm
Assembly
oeis/051/A051560.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/051/A051560.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/051/A051560.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A051560: Second unsigned column of triangle A051379. ; Submitted by Jon Maiga ; 0,1,17,242,3382,48504,725592,11393808,188204400,3270729600,59753750400,1146140409600,23046980025600,485075533132800,10669304848204800,244861798361241600,5854837379724748800,145645465513966387200,3764241479462897664000,10094789950637878886...
44.733333
492
0.853949
743ac2d6e22ac600a2a6f01904f67baddfc4b6e5
2,022
asm
Assembly
asm/macros_text.asm
b00lduck/cbmpet-asm
82c886fec30eb2720caa4b49a09fc1ae3bd9d2df
[ "MIT" ]
null
null
null
asm/macros_text.asm
b00lduck/cbmpet-asm
82c886fec30eb2720caa4b49a09fc1ae3bd9d2df
[ "MIT" ]
null
null
null
asm/macros_text.asm
b00lduck/cbmpet-asm
82c886fec30eb2720caa4b49a09fc1ae3bd9d2df
[ "MIT" ]
null
null
null
// draw text .macro DrawText(tx, ty, text, len) { pha .var addr = VRAM + tx + ty * 40 ldx #$00 loop: lda text, x sta addr, x inx cpx #len bne loop pla } // draw zero terminated text .macro DrawTextZt(tx, ty, text) { pha .var addr = VRAM + tx + ty * 40 ...
14.867647
84
0.484669
9376bca872b3b4cfe7adedc45dd58e5c5c4c5a3e
469
asm
Assembly
programs/oeis/100/A100665.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/100/A100665.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/100/A100665.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A100665: a(n) = round(F(n)^(1/2)) where F(n) is the n-th Fibonacci number (A000045). ; 0,1,1,1,2,2,3,4,5,6,7,9,12,15,19,25,31,40,51,65,82,105,133,169,215,274,348,443,564,717,912,1160,1476,1877,2388,3038,3864,4915,6252,7953,10116,12868,16368,20821,26484,33688,42852,54509,69336,88197,112189,142706 seq $0,45 ; Fibonacc...
78.166667
211
0.673774
ad8c074a38a933bed41846bff073261d8e7b811a
21,480
asm
Assembly
bahamut/source/text.asm
higan-emu/bahamut-lagoon-translation-kit
6f08de5b92b597c0b9ecebd485cc975b99acfc13
[ "0BSD" ]
2
2021-08-15T04:10:10.000Z
2021-08-15T20:14:13.000Z
bahamut/source/text.asm
higan-emu/bahamut-lagoon-translation-kit
6f08de5b92b597c0b9ecebd485cc975b99acfc13
[ "0BSD" ]
1
2022-02-16T02:46:39.000Z
2022-02-16T04:30:29.000Z
bahamut/source/text.asm
higan-emu/bahamut-lagoon-translation-kit
6f08de5b92b597c0b9ecebd485cc975b99acfc13
[ "0BSD" ]
1
2021-12-25T11:34:57.000Z
2021-12-25T11:34:57.000Z
//utility functions to build text strings for dynamic text rendering //append macros output to the specified target string with X as an index //emit functions output to their own variables seek(codeCursor) namespace append { //X => target index //Y => source index macro string(variable target, variable source) ...
26.749689
82
0.58608
26f637210eea78465a7f028569a265bcf5ef10dd
418
asm
Assembly
oeis/026/A026583.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/026/A026583.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/026/A026583.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A026583: a(n) = Sum{T(i,j)}, 0<=j<=i, 0<=i<=2n, T given by A026568. ; Submitted by Jon Maiga ; 1,4,11,30,77,200,511,1314,3361,8620,22067,56550,144821,371024,950311,2434410,6235657,15973300,40915931,104809134,268472861,687709400,1761600847,4512438450,11558841841,29608595644,75843963011 mov $1,2 mov $4,1 lpb $0 sub ...
23.222222
192
0.674641
cf7d166ff15417955284e524dfd5bf657c347752
5,080
asm
Assembly
final.asm
Phoenix1153/Compiler
d7fc4a84a82be9f5754ced95bc682264de454e7d
[ "MIT" ]
7
2019-05-06T15:04:45.000Z
2021-11-03T00:59:08.000Z
final.asm
Phoenix1153/Compiler
d7fc4a84a82be9f5754ced95bc682264de454e7d
[ "MIT" ]
null
null
null
final.asm
Phoenix1153/Compiler
d7fc4a84a82be9f5754ced95bc682264de454e7d
[ "MIT" ]
6
2018-11-15T14:49:04.000Z
2021-05-08T03:13:09.000Z
.data max_num: .word 1024 S31: .asciiz "OVERFLOW! " S44: .asciiz "complete number: " S48: .asciiz " " S53: .asciiz " " S59: .asciiz "---------------------------------------------------------------\\n" S81: .asciiz " " S89: .asciiz " " S97: .asciiz "The total is " .text move $fp $sp j main complete_num: move $s7 $fp ...
14.682081
81
0.601181
4fcdd599ebf9209a114b3e7c74ab0b6b114e9f70
2,845
asm
Assembly
KickAssembler/Examples/CharConverter_and_Scroll/2x2scroll.asm
hculpan/6502-sbc
83afc86caa61d6e0781a806f9fefddccc6d74073
[ "MIT" ]
null
null
null
KickAssembler/Examples/CharConverter_and_Scroll/2x2scroll.asm
hculpan/6502-sbc
83afc86caa61d6e0781a806f9fefddccc6d74073
[ "MIT" ]
null
null
null
KickAssembler/Examples/CharConverter_and_Scroll/2x2scroll.asm
hculpan/6502-sbc
83afc86caa61d6e0781a806f9fefddccc6d74073
[ "MIT" ]
null
null
null
.pc =$0801 "Basic Upstart Program" :BasicUpstart($0810) //--------------------------------------------------------- //--------------------------------------------------------- // 2x2 Scroll //--------------------------------------------------------- //--------------------------------------------------------...
19.486301
90
0.493146
d30311fa1255adfecf074650e7d455b00e4460bf
183
asm
Assembly
code/5-E-3.asm
gdzhang2012/Assembly-Language-by-Wangshuang
7c53cfc60d83c19165e674d66015759f49663985
[ "Apache-2.0" ]
null
null
null
code/5-E-3.asm
gdzhang2012/Assembly-Language-by-Wangshuang
7c53cfc60d83c19165e674d66015759f49663985
[ "Apache-2.0" ]
null
null
null
code/5-E-3.asm
gdzhang2012/Assembly-Language-by-Wangshuang
7c53cfc60d83c19165e674d66015759f49663985
[ "Apache-2.0" ]
null
null
null
assume cs:code code segment mov ax,cs mov ds,ax mov ax,0020h mov es,ax mov bx,0 mov cx,17h s: mov al,[bx] mov es:[bx],al inc bx loop s mov ax,4c00h int 21h code ends end
9.631579
15
0.666667
852204b9b01f15127a6373bcea16127e83c08f41
5,560
asm
Assembly
Transynther/x86/_processed/NONE/_xt_sm_/i7-7700_9_0x48.log_7611_469.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.log_7611_469.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.log_7611_469.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r13 push %r8 push %r9 push %rax push %rbx push %rdx lea addresses_D_ht+0xda1f, %rdx nop sub %rbx, %rbx and $0xffffffffffffffc0, %rdx vmovaps (%rdx), %ymm0 vextracti128 $1, %ymm0, %xmm0 vpextrq $1, %xmm0, %r9 nop nop and $14538, %rax lea addresses_D_ht+0x36bf, %rbx add ...
44.126984
2,999
0.652878
d13801b6cc615c7d496bc42e202bfa1b7029a44d
329
asm
Assembly
programs/oeis/057/A057367.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/057/A057367.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/057/A057367.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A057367: a(n) = floor(11*n/30). ; 0,0,0,1,1,1,2,2,2,3,3,4,4,4,5,5,5,6,6,6,7,7,8,8,8,9,9,9,10,10,11,11,11,12,12,12,13,13,13,14,14,15,15,15,16,16,16,17,17,17,18,18,19,19,19,20,20,20,21,21,22,22,22,23,23,23,24,24,24,25,25,26,26,26,27,27,27,28,28,28,29,29,30,30,30,31,31,31,32,32,33,33,33,34,34,34,35,35,35,36 mul $0,11 d...
54.833333
273
0.617021
60ebd553ee7d61c62ad3a95cd92716491644d204
4,735
asm
Assembly
audio/music/museumguy.asm
opiter09/ASM-Machina
75d8e457b3e82cc7a99b8e70ada643ab02863ada
[ "CC0-1.0" ]
1
2022-02-15T00:19:44.000Z
2022-02-15T00:19:44.000Z
audio/music/museumguy.asm
opiter09/ASM-Machina
75d8e457b3e82cc7a99b8e70ada643ab02863ada
[ "CC0-1.0" ]
null
null
null
audio/music/museumguy.asm
opiter09/ASM-Machina
75d8e457b3e82cc7a99b8e70ada643ab02863ada
[ "CC0-1.0" ]
null
null
null
Music_MuseumGuy_Ch1:: tempo 128 volume 7, 7 duty_cycle 2 toggle_perfect_pitch note_type 12, 11, 1 octave 3 note B_, 2 note A_, 2 note G#, 2 note A_, 2 note G#, 2 note F#, 2 note E_, 2 note D#, 2 octave 2 note B_, 4 note B_, 1 octave 3 note D#, 1 note E_, 1 note G#, 1 note B_, 10 sound_call Music_...
14.008876
42
0.683844
ef8e5a73471542491c7ec92bff32f50fd4e90cc1
793
asm
Assembly
oeis/142/A142508.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/142/A142508.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/142/A142508.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A142508: Primes congruent to 1 mod 52. ; Submitted by Jon Maiga ; 53,157,313,521,677,937,1093,1249,1301,1613,1873,2029,2081,2237,2341,2393,2549,2861,3121,3329,3433,3797,4057,4421,4733,4889,4993,5669,5981,6397,6449,6553,6709,6761,6917,7177,7229,7333,7489,7541,7853,8009,8269,8581,8737,8893,9049,9257,9413,9829,10037,101...
37.761905
496
0.7314
77fa0e9bad33188e0c97e929893b90eb3f4b0198
6,168
asm
Assembly
Transynther/x86/_processed/NC/_st_zr_4k_/i7-7700_9_0x48_notsx.log_21829_480.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NC/_st_zr_4k_/i7-7700_9_0x48_notsx.log_21829_480.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NC/_st_zr_4k_/i7-7700_9_0x48_notsx.log_21829_480.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 %r8 push %r9 push %rbp push %rcx push %rdi push %rdx push %rsi lea addresses_D_ht+0x1e745, %rbp inc %rdx movups (%rbp), %xmm0 vpextrq $1, %xmm0, %r11 nop nop nop nop sub %r9, %r9 lea addresses_A_ht+0x108e5, %r8 and %r12, %r12 mov $0x6162636465666768,...
39.037975
2,999
0.656128
aa4dea3086dc8062dd461efd847709f899b5b8c1
904
asm
Assembly
programs/oeis/044/A044910.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/044/A044910.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/044/A044910.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A044910: Numbers whose base-9 run lengths alternate: odd, even, odd, ... ; 1,2,3,4,5,6,7,8,81,91,101,111,121,131,141,151,161,162,172,182,192,202,212,222,232,242,243,253,263,273,283,293,303,313,323,324,334,344,354,364,374,384,394,404,405,415,425,435,445,455 mov $2,$0 add $2,1 mov $7,$0 lpb $2 mov $0,$7 sub $2,1 ...
16.436364
183
0.487832
afa233e3018870ab32e36eaf6d481230c01be762
144
asm
Assembly
libsrc/_DEVELOPMENT/font/fzx/fonts/kk/_ff_kk_MischkeLatin1.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
libsrc/_DEVELOPMENT/font/fzx/fonts/kk/_ff_kk_MischkeLatin1.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
1,600
2017-01-15T16:12:02.000Z
2022-03-31T12:11:12.000Z
libsrc/_DEVELOPMENT/font/fzx/fonts/kk/_ff_kk_MischkeLatin1.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
SECTION rodata_font SECTION rodata_font_fzx PUBLIC _ff_kk_MischkeLatin1 _ff_kk_MischkeLatin1: BINARY "font/fzx/fonts/kk/Mischke_Latin1.fzx"
14.4
45
0.854167
e81353b2e2a81be75301a939d1b73132a8cdc3c8
488
asm
Assembly
src/cmtCrypMx86.asm
dexnab/CommonCtil
3831c3affbf0c170d7e9ab5a6ebc56f964389ca6
[ "MIT" ]
null
null
null
src/cmtCrypMx86.asm
dexnab/CommonCtil
3831c3affbf0c170d7e9ab5a6ebc56f964389ca6
[ "MIT" ]
null
null
null
src/cmtCrypMx86.asm
dexnab/CommonCtil
3831c3affbf0c170d7e9ab5a6ebc56f964389ca6
[ "MIT" ]
null
null
null
;cmtCryp assembly support ;i386 version for masm .model flat .code ;cx dx ;void cmtRealRand(cmtUint64* buf, cmtUint64 len) @cmtRealRand@8 proc push ebx mov ebx, ecx xor ecx, ecx ;ebx = buf ;edx = len ;ecx = r cRR_GenLoopStart: cmp ecx, edx jae cRR_End ;生成随机数 cRR_GenRand: rdrand eax ;...
13.942857
49
0.657787
8973ad1f2ce3358ef492de83b64f3b03850c9686
218
asm
Assembly
hello.asm
JesusCrie/MoreOrLessAssembly
c6ebf9b33507638628041d7ca8c608e1b293e014
[ "MIT" ]
4
2019-05-13T19:00:20.000Z
2019-07-08T20:54:28.000Z
hello.asm
JesusCrie/MoreOrLessAssembly
c6ebf9b33507638628041d7ca8c608e1b293e014
[ "MIT" ]
null
null
null
hello.asm
JesusCrie/MoreOrLessAssembly
c6ebf9b33507638628041d7ca8c608e1b293e014
[ "MIT" ]
null
null
null
global main extern printf section .text ; code section main: lea rdi, qword [hello] ; pointer string mov eax, 0 call printf section .rodata ; read only section (constant) hello db "Hello World", 0x0a, 0x00
16.769231
48
0.711009
83a2e98069dd41d687b22d0b1ff7a96bb07241e5
4,951
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca.log_21829_173.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_173.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_173.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r14 push %r8 push %r9 push %rbx push %rcx push %rdi push %rsi lea addresses_normal_ht+0x82fd, %rsi lea addresses_normal_ht+0x733d, %rdi nop nop nop nop dec %r9 mov $43, %rcx rep movsl nop nop inc %r8 lea addresses_WC_ht+0x10b33, %rsi lea addresses_normal_ht+0x743d, %rd...
49.019802
2,999
0.66532
0f160ab4af1941deb47c19746a78127b04ee0d8e
426
asm
Assembly
programs/oeis/002/A002740.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/002/A002740.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/002/A002740.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A002740: Number of tree-rooted bridgeless planar maps with two vertices and n faces. ; 0,0,0,2,15,84,420,1980,9009,40040,175032,755820,3233230,13728792,57946200,243374040,1017958725,4242920400,17631691440,73078721100,302202005490,1247182879800,5137916074200,21132472200840,86794082253450,356013544661424,14585839204356...
32.769231
252
0.79108
3f5996119c1a617139e51bb0cb3af2b15f7f7f68
7,881
asm
Assembly
Transynther/x86/_processed/NC/_zr_/i9-9900K_12_0xca_notsx.log_21829_1695.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NC/_zr_/i9-9900K_12_0xca_notsx.log_21829_1695.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NC/_zr_/i9-9900K_12_0xca_notsx.log_21829_1695.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 %r8 push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_WC_ht+0x3fec, %r10 nop nop nop nop and $28987, %rdx movups (%r10), %xmm5 vpextrq $1, %xmm5, %rbx nop nop nop nop and $17077, %rbx lea addresses_UC_ht+0x2a52, %r8 nop add $5...
33.53617
2,999
0.652963
9478e0513f43abcefabbea7c87922985d94df47b
178
asm
Assembly
data/wildPokemon/seafoamisland1.asm
adhi-thirumala/EvoYellow
6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c
[ "Unlicense" ]
null
null
null
data/wildPokemon/seafoamisland1.asm
adhi-thirumala/EvoYellow
6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c
[ "Unlicense" ]
null
null
null
data/wildPokemon/seafoamisland1.asm
adhi-thirumala/EvoYellow
6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c
[ "Unlicense" ]
null
null
null
IslandMons1: db $0F db 28,GLIGAR db 25,KRABBY db 27,KRABBY db 27,SNEASEL db 36,SNEASEL db 28,SLOWPOKE db 30,SLOWPOKE db 28,JYNX db 27,BOMBSEEKER db 36,GOLBAT db $00
11.866667
17
0.713483
ce93f244792c601329a75d477b7f9130f5dda247
1,268
asm
Assembly
book-01/Assembly/asm/avx-2/scalar/avx2_s_flagless_instructions.asm
gfurtadoalmeida/study-assembly-x64
4acdefb015d44706c60bd7ea5d94f726c4dbcbb4
[ "MIT" ]
2
2021-02-27T04:50:26.000Z
2022-03-15T23:27:12.000Z
book-01/Assembly/asm/avx-2/scalar/avx2_s_flagless_instructions.asm
gfurtadoalmeida/study-assembly-x64
4acdefb015d44706c60bd7ea5d94f726c4dbcbb4
[ "MIT" ]
null
null
null
book-01/Assembly/asm/avx-2/scalar/avx2_s_flagless_instructions.asm
gfurtadoalmeida/study-assembly-x64
4acdefb015d44706c60bd7ea5d94f726c4dbcbb4
[ "MIT" ]
null
null
null
.code ; uint64_t AVX2_Scalar_Flagless_Multiply_UInt_(uint32_t a, uint32_t b, uint64_t flags[2]) AVX2_Scalar_Flagless_Multiply_UInt_ proc ; Save original flags pushfq pop rax mov qword ptr [r8], rax ; Multiply the source operand (rcx) with rdx. ; Stores the low half of the result in the second operand and ; the high ...
18.114286
111
0.752366
29a1a716ced359afdd1d9dec75d8e792f397ff61
2,161
asm
Assembly
src/test/ref/bool-ifs.asm
jbrandwood/kickc
d4b68806f84f8650d51b0e3ef254e40f38b0ffad
[ "MIT" ]
2
2022-03-01T02:21:14.000Z
2022-03-01T04:33:35.000Z
src/test/ref/bool-ifs.asm
jbrandwood/kickc
d4b68806f84f8650d51b0e3ef254e40f38b0ffad
[ "MIT" ]
null
null
null
src/test/ref/bool-ifs.asm
jbrandwood/kickc
d4b68806f84f8650d51b0e3ef254e40f38b0ffad
[ "MIT" ]
null
null
null
// A test of boolean conditions using && || and ! // Commodore 64 PRG executable file .file [name="bool-ifs.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 :BasicU...
15.21831
59
0.460435
5cbab270805dbc50108949bcbf0f862ad1b19c21
8,768
asm
Assembly
Transynther/x86/_processed/NONE/_xt_sm_/i7-7700_9_0xca_notsx.log_21829_760.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NONE/_xt_sm_/i7-7700_9_0xca_notsx.log_21829_760.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NONE/_xt_sm_/i7-7700_9_0xca_notsx.log_21829_760.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 %rbx push %rcx push %rdi push %rsi lea addresses_UC_ht+0xcc6b, %rsi nop nop nop nop inc %rbp mov (%rsi), %r11d nop xor $14783, %rbx lea addresses_WT_ht+0x8e4f, %rbx nop nop nop nop nop add $33688, %r10 movl $0x61626364, (%rbx) nop...
32.594796
2,999
0.658075
6bf155ab8dd2211460364001e6b8a67220eb8390
117
asm
Assembly
backup/boot_sect3.asm
zurgeg/gbtos_opensource
f3305e0ba0a179651d0822cb2da737998f2e968b
[ "BSD-3-Clause" ]
null
null
null
backup/boot_sect3.asm
zurgeg/gbtos_opensource
f3305e0ba0a179651d0822cb2da737998f2e968b
[ "BSD-3-Clause" ]
1
2019-11-30T17:17:56.000Z
2019-11-30T17:17:56.000Z
backup/boot_sect3.asm
zurgeg/gbtos_opensource
f3305e0ba0a179651d0822cb2da737998f2e968b
[ "BSD-3-Clause" ]
null
null
null
[org 0x7c00] mov ah, 0x0e mov al, [the_secret] int 0x10 the_secret: db "X" times 510-($-$$) db 0 dw 0xaa55
7.8
21
0.615385
11bc5af10d42d825f416d717d88114b978f0886b
1,421
asm
Assembly
libsrc/_DEVELOPMENT/arch/zxn/esxdos/z80/asm_esx_m_getsetdrv.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
libsrc/_DEVELOPMENT/arch/zxn/esxdos/z80/asm_esx_m_getsetdrv.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
1,600
2017-01-15T16:12:02.000Z
2022-03-31T12:11:12.000Z
libsrc/_DEVELOPMENT/arch/zxn/esxdos/z80/asm_esx_m_getsetdrv.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
; unsigned char esx_m_getdrv(void) ; unsigned char esx_m_setdrv(unsigned char drive) INCLUDE "config_private.inc" SECTION code_esxdos PUBLIC asm_esx_m_getdrv PUBLIC asm_esx_m_setdrv EXTERN __esxdos_error_mc asm_esx_m_getdrv: IF __ZXNEXT xor a jr join ELSE ld l,0 ENDIF asm_esx_m_setdrv: ; enter :...
18.217949
77
0.593948
edd44c8f862380c92e2c185b29f7c307662119a0
6,154
asm
Assembly
Transynther/x86/_processed/NONE/_xt_sm_/i7-7700_9_0x48_notsx.log_21829_1075.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_1075.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_1075.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 %r13 push %rax push %rbp push %rbx push %rcx push %rdi push %rsi lea addresses_WC_ht+0xc6fd, %rbx nop nop nop sub %rax, %rax movb $0x61, (%rbx) nop nop nop cmp %rbp, %rbp lea addresses_A_ht+0x18b59, %rsi lea addresses_normal_ht+0xce09, %rdi nop nop nop nop nop...
38.223602
2,999
0.655509
32f17d659e2dd9633579d4f0d28c75beff3ce1a3
222
asm
Assembly
scripts/DiglettsCaveRoute2.asm
opiter09/ASM-Machina
75d8e457b3e82cc7a99b8e70ada643ab02863ada
[ "CC0-1.0" ]
1
2022-02-15T00:19:44.000Z
2022-02-15T00:19:44.000Z
scripts/DiglettsCaveRoute2.asm
opiter09/ASM-Machina
75d8e457b3e82cc7a99b8e70ada643ab02863ada
[ "CC0-1.0" ]
null
null
null
scripts/DiglettsCaveRoute2.asm
opiter09/ASM-Machina
75d8e457b3e82cc7a99b8e70ada643ab02863ada
[ "CC0-1.0" ]
null
null
null
DiglettsCaveRoute2_Script: ld a, ROUTE_2 ld [wLastMap], a jp EnableAutoTextBoxDrawing DiglettsCaveRoute2_TextPointers: dw DiglettsCaveRoute2Text1 DiglettsCaveRoute2Text1: text_far _DiglettsCaveRoute2Text1 text_end
18.5
34
0.86036
9bb7461afb834f1b40aa235687100f4257416940
296
asm
Assembly
programs/oeis/139/A139757.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/139/A139757.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/139/A139757.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A139757: a(n) = (n+1)*(2n+1)^2. ; 1,18,75,196,405,726,1183,1800,2601,3610,4851,6348,8125,10206,12615,15376,18513,22050,26011,30420,35301,40678,46575,53016,60025,67626,75843,84700,94221,104430,115351,127008,139425,152626,166635,181476 mov $1,1 add $1,$0 add $0,$1 mul $1,$0 mul $1,$0 mov $0,$1
29.6
201
0.706081
f7902f8a16610791152ba55bedd809872b04dc13
209
asm
Assembly
libsrc/_DEVELOPMENT/math/float/math16/lm16/c/sccz80/ceil.asm
witchcraft2001/z88dk
11adca337a4125aff611ddfdf3fc2401e8dda5b2
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
libsrc/_DEVELOPMENT/math/float/math16/lm16/c/sccz80/ceil.asm
C-Chads/z88dk
a4141a8e51205c6414b4ae3263b633c4265778e6
[ "ClArtistic" ]
1,600
2017-01-15T16:12:02.000Z
2022-03-31T12:11:12.000Z
libsrc/_DEVELOPMENT/math/float/math16/lm16/c/sccz80/ceil.asm
C-Chads/z88dk
a4141a8e51205c6414b4ae3263b633c4265778e6
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
SECTION code_fp_math16 PUBLIC ceilf16 EXTERN asm_f16_ceil defc ceilf16 = asm_f16_ceil ; SDCC bridge for Classic IF __CLASSIC PUBLIC _ceilf16 EXTERN cm16_sdcc_ceil defc _ceilf16 = cm16_sdcc_ceil ENDIF
13.0625
30
0.818182
50398b93dee06669a61ab84713e35ae7e69dbfab
464
asm
Assembly
sources/scheduler/threads.asm
SzymonGoldberg/kaffenOS
6feefa770ec58795ad20b49753cb88fa826a502f
[ "BSD-2-Clause" ]
2
2021-04-27T11:00:14.000Z
2021-04-27T11:54:35.000Z
sources/scheduler/threads.asm
SzymonGoldberg/kaffenOS
6feefa770ec58795ad20b49753cb88fa826a502f
[ "BSD-2-Clause" ]
null
null
null
sources/scheduler/threads.asm
SzymonGoldberg/kaffenOS
6feefa770ec58795ad20b49753cb88fa826a502f
[ "BSD-2-Clause" ]
1
2021-02-27T17:42:42.000Z
2021-02-27T17:42:42.000Z
;inspired by: https://wiki.osdev.org/Brendan%27s_Multi-tasking_Tutorial global switch_task ;function from here (used in pit.c) extern current_task_esp ;current task stack extern scheduler ;scheduler written in C (file: threads.c) switch_task: push ebx push esi push edi push e...
19.333333
71
0.665948
42f155f9938ceb2cb24e270fbf2d88ae0a653cc9
141
asm
Assembly
other.7z/NEWS.7z/NEWS/テープリストア/NEWS_05/NEWS_05.tar/home/kimura/kart/risc.lzh/risc/join/Net.asm
prismotizm/gigaleak
d082854866186a05fec4e2fdf1def0199e7f3098
[ "MIT" ]
null
null
null
other.7z/NEWS.7z/NEWS/テープリストア/NEWS_05/NEWS_05.tar/home/kimura/kart/risc.lzh/risc/join/Net.asm
prismotizm/gigaleak
d082854866186a05fec4e2fdf1def0199e7f3098
[ "MIT" ]
null
null
null
other.7z/NEWS.7z/NEWS/テープリストア/NEWS_05/NEWS_05.tar/home/kimura/kart/risc.lzh/risc/join/Net.asm
prismotizm/gigaleak
d082854866186a05fec4e2fdf1def0199e7f3098
[ "MIT" ]
null
null
null
Name: Net.asm Type: file Size: 14595 Last-Modified: '1992-11-18T01:48:24Z' SHA-1: 5779A79E0059201779C4052E55B5ED4AA3F39C2A Description: null
20.142857
47
0.808511
4533c667e662bfaa251cd5ed9f7c9a5ef1fbfd36
291
asm
Assembly
programs/oeis/216/A216147.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/216/A216147.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/216/A216147.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A216147: 2*n^n + 1. ; 3,3,9,55,513,6251,93313,1647087,33554433,774840979,20000000001,570623341223,17832200896513,605750213184507,22224013651116033,875787780761718751,36893488147419103233,1654480523772673528355,78692816150593075150849,3956839311320627178247959 pow $0,$0 mul $0,2 add $0,1
41.571429
239
0.838488
b3db97ab172dcc36b0d7fdbaa629979988cf6133
1,145
asm
Assembly
examples/str_parse.asm
mossx-dev/Mycore
eb84409f1a263204d30ef0b9d4254a96a121726f
[ "MIT" ]
null
null
null
examples/str_parse.asm
mossx-dev/Mycore
eb84409f1a263204d30ef0b9d4254a96a121726f
[ "MIT" ]
null
null
null
examples/str_parse.asm
mossx-dev/Mycore
eb84409f1a263204d30ef0b9d4254a96a121726f
[ "MIT" ]
null
null
null
;; Author: Moss Gallagher ;; Date: 20-Oct-21 %include "std/sys.asm" %include "std/args.asm" %include "std/str.asm" global _start section .data is_num: db " is a number", 0 not_num: db " is not a number", 0 arg1: db "<number>", 0 section .text _start: mov r15, rsp call main ...
15.472973
50
0.50131
a17dbc7961b67d4cd81d003d1c80934ce16e7073
306
asm
Assembly
programs/oeis/085/A085278.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/085/A085278.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/085/A085278.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A085278: Expansion of (1+2x)^2/((1-x^2)(1-2x)). ; 1,6,17,38,81,166,337,678,1361,2726,5457,10918,21841,43686,87377,174758,349521,699046,1398097,2796198,5592401,11184806,22369617,44739238,89478481,178956966,357913937,715827878,1431655761,2863311526 add $0,4 mov $1,2 pow $1,$0 div $1,3 sub $1,4 mov $0,$1
30.6
198
0.735294
40be7aa84fea55108d4676fb7bcac3239e5beb7f
252
asm
Assembly
libpal/intel_64bit_systemv_nasm/vmclear_checked.asm
mars-research/pal
5977394cda8750ff5dcb89c2bf193ec1ef4cd137
[ "MIT" ]
26
2020-01-06T23:53:17.000Z
2022-02-01T08:58:21.000Z
libpal/intel_64bit_systemv_nasm/vmclear_checked.asm
mars-research/pal
5977394cda8750ff5dcb89c2bf193ec1ef4cd137
[ "MIT" ]
30
2019-11-13T00:55:22.000Z
2022-01-06T08:09:35.000Z
libpal/intel_64bit_systemv_nasm/vmclear_checked.asm
mars-research/pal
5977394cda8750ff5dcb89c2bf193ec1ef4cd137
[ "MIT" ]
14
2019-11-15T16:56:22.000Z
2021-12-22T10:14:17.000Z
bits 64 default rel section .text global pal_execute_vmclear_checked pal_execute_vmclear_checked : vmclear [rdi] jbe pal_execute_vmclear_checked_failure mov rax, 0x1 ret pal_execute_vmclear_checked_failure : mov rax, 0x0 ret
15.75
43
0.769841
36cfafd7a8cee961ac2315dfad756eb8a6220634
836
asm
Assembly
oeis/142/A142893.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/142/A142893.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/142/A142893.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A142893: Primes congruent to 8 mod 63. ; Submitted by Jon Maiga ; 71,197,449,701,827,953,1583,1709,2087,2213,2339,2591,2843,2969,3221,3347,3851,4229,4481,4733,5237,5741,5867,7001,7127,7253,7757,7883,8009,8387,8513,9521,10151,10529,10781,11159,11411,11789,12041,12671,12923,13049,13553,13679,13931,14057,14561,14813,149...
33.44
496
0.72488
2aec8bf4df21ae32d86e3cc59a9669b47adc2ea9
18,834
asm
Assembly
helloworld.asm
jeema101/avhelloworld
1e085f51e36239068691b8655cc2656681f15fbd
[ "MIT" ]
null
null
null
helloworld.asm
jeema101/avhelloworld
1e085f51e36239068691b8655cc2656681f15fbd
[ "MIT" ]
null
null
null
helloworld.asm
jeema101/avhelloworld
1e085f51e36239068691b8655cc2656681f15fbd
[ "MIT" ]
null
null
null
; ************************************************************************* ; * HelloWorld.asm - 'Hello World' program for the Entex Adventure Vision * ; ************************************************************************* .include "av.h" ; Variable Locations .equ TextStringX #32 ...
38.358452
147
0.494425
2714da069051b5196e09901446c29d60e4f0b643
726,127
asm
Assembly
kernel.asm
shruti512/xv6
c053016fb2934f5164a881dfc3a966df3e046e17
[ "MIT-0" ]
null
null
null
kernel.asm
shruti512/xv6
c053016fb2934f5164a881dfc3a966df3e046e17
[ "MIT-0" ]
null
null
null
kernel.asm
shruti512/xv6
c053016fb2934f5164a881dfc3a966df3e046e17
[ "MIT-0" ]
null
null
null
kernel: file format elf32-i386 Disassembly of section .text: 80100000 <multiboot_header>: 80100000: 02 b0 ad 1b 00 00 add 0x1bad(%eax),%dh 80100006: 00 00 add %al,(%eax) 80100008: fe 4f 52 decb 0x52(%edi) 8010000b: e4 .byte 0xe4 8010000c <entry>: 8010...
34.816216
91
0.52907
74f3c7f0e90d233a46e82af686e8bbb9665eaadd
400
asm
Assembly
Assembler/AssemblyCode/ADC_MACRO.asm
KPU-RISC/KPU
9f85c322e1b8489eef31f0696799e0c6c7273c0e
[ "MIT" ]
8
2017-04-16T16:53:03.000Z
2021-09-14T22:29:28.000Z
Assembler/AssemblyCode/ADC_MACRO.asm
KPU-RISC/KPU
9f85c322e1b8489eef31f0696799e0c6c7273c0e
[ "MIT" ]
null
null
null
Assembler/AssemblyCode/ADC_MACRO.asm
KPU-RISC/KPU
9f85c322e1b8489eef31f0696799e0c6c7273c0e
[ "MIT" ]
null
null
null
:START MOV XL, 0xAB MOV XH, 0xFF MOV Y, X ; Initialize the D and E registers MOV D, [Y] ; 253d MOV E, 01100100b ; 100d ADD D, E ; Write register D to the Output Port OUTB D JNC :DONE MOV D, [Y + 1] MOV E, 00000001b ; Carry Bit ADD D, E ; Write register D to the Output Port OUTB D :DONE ; Stops the CPU execution...
13.793103
40
0.71
f52f58b36bdae327ea76c69fe37d24570cdc2915
45,514
asm
Assembly
P6/P6Judger - 100 testpoints/testpoint/testpoint20.asm
flyinglandlord/BUAA-CO-2021
1aa28b09762dfb2376ed2aac4126839f0e6fcf93
[ "MIT" ]
5
2021-12-05T12:58:26.000Z
2022-03-31T02:05:13.000Z
P6/P6Judger - 100 testpoints/testpoint/testpoint20.asm
OliverDu8-24/BUAA-CO-2021
9959abd90de9039d751bab64f153547e76066665
[ "MIT" ]
null
null
null
P6/P6Judger - 100 testpoints/testpoint/testpoint20.asm
OliverDu8-24/BUAA-CO-2021
9959abd90de9039d751bab64f153547e76066665
[ "MIT" ]
2
2021-12-19T11:49:48.000Z
2021-12-22T10:25:38.000Z
ori $1, $0, 13 ori $2, $0, 0 ori $3, $0, 13 ori $4, $0, 3 sw $2, 0($0) sw $3, 4($0) sw $1, 8($0) sw $4, 12($0) sw $1, 16($0) sw $4, 20($0) sw $2, 24($0) sw $3, 28($0) sw $4, 32($0) sw $2, 36($0) sw $2, 40($0) sw $2, 44($0) sw $2, 48($0) sw $4, 52($0) sw $3, 56($0) sw $1, 60($0) sw $1, 64($0) sw $3, 68($0) sw $2, 72($0)...
12.005803
21
0.542075
23c1ad032e673691525c02c0a0d99b378d932eee
1,280
asm
Assembly
programs/oeis/011/A011848.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/011/A011848.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/011/A011848.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A011848: a(n) = floor(binomial(n,2)/2). ; 0,0,0,1,3,5,7,10,14,18,22,27,33,39,45,52,60,68,76,85,95,105,115,126,138,150,162,175,189,203,217,232,248,264,280,297,315,333,351,370,390,410,430,451,473,495,517,540,564,588,612,637,663,689,715,742,770,798,826,855,885,915,945,976,1008,1040,1072,1105,1139,1173,1207,1242,1278,131...
182.857143
1,208
0.778906
ba446dcaaa44e23c948f310da49d8cd52db24545
720
asm
Assembly
data/mapObjects/route3.asm
adhi-thirumala/EvoYellow
6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c
[ "Unlicense" ]
16
2018-08-28T21:47:01.000Z
2022-02-20T20:29:59.000Z
data/mapObjects/route3.asm
adhi-thirumala/EvoYellow
6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c
[ "Unlicense" ]
5
2019-04-03T19:53:11.000Z
2022-03-11T22:49:34.000Z
data/mapObjects/route3.asm
adhi-thirumala/EvoYellow
6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c
[ "Unlicense" ]
2
2019-12-09T19:46:02.000Z
2020-12-05T21:36:30.000Z
Route3Object: db $2c ; border block db $0 ; warps db $1 ; signs db $9, $3b, $a ; Route3Text10 db $9 ; objects object SPRITE_BLACK_HAIR_BOY_2, $39, $b, STAY, NONE, $1 ; person object SPRITE_BUG_CATCHER, $a, $6, STAY, RIGHT, $2, OPP_BUG_CATCHER, $4 object SPRITE_BUG_CATCHER, $e, $4, STAY, DOWN, $3, OPP_YOUNGST...
37.894737
73
0.675
771ce97b63c248a610f75681e141a097a4ef22a5
8,272
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_1775.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_1775.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_1775.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r12 push %r15 push %r8 push %rbp push %rbx push %rcx push %rdi push %rsi lea addresses_D_ht+0x13afc, %rbx nop dec %r15 mov $0x6162636465666768, %r8 movq %r8, (%rbx) xor %r12, %r12 lea addresses_A_ht+0x16dec, %rsi lea addresses_WC_ht+0xbebf, %rdi nop nop nop cmp $35842,...
32.3125
2,999
0.653772
63d4c28b82c13aa3642618ce4fd2826714f62b9d
29
asm
Assembly
share/cowrie/arch/src/nop-hppa64.asm
a-M0nster/cowrie-1
992d9699e24eb29bd356ef3591f45adeecbc426f
[ "BSD-3-Clause" ]
2,316
2015-06-25T18:51:02.000Z
2022-03-29T23:31:16.000Z
share/cowrie/arch/src/nop-hppa64.asm
a-M0nster/cowrie-1
992d9699e24eb29bd356ef3591f45adeecbc426f
[ "BSD-3-Clause" ]
632
2015-07-08T19:02:05.000Z
2022-03-20T03:20:56.000Z
share/cowrie/arch/src/nop-hppa64.asm
a-M0nster/cowrie-1
992d9699e24eb29bd356ef3591f45adeecbc426f
[ "BSD-3-Clause" ]
486
2015-08-12T05:02:45.000Z
2022-03-27T19:54:02.000Z
.text .globl main main: nop
5.8
11
0.689655
0fa26b5d09bcc70baf6770f6ead7ae11f3e8e014
56,767
asm
Assembly
grep.asm
vishal-pathare/xv6-public
257a840c8c3b8aab8244b69a3a17765ac0d685a5
[ "MIT-0" ]
null
null
null
grep.asm
vishal-pathare/xv6-public
257a840c8c3b8aab8244b69a3a17765ac0d685a5
[ "MIT-0" ]
null
null
null
grep.asm
vishal-pathare/xv6-public
257a840c8c3b8aab8244b69a3a17765ac0d685a5
[ "MIT-0" ]
null
null
null
_grep: file format elf32-i386 Disassembly of section .text: 00000000 <main>: } } int main(int argc, char *argv[]) { 0: 8d 4c 24 04 lea 0x4(%esp),%ecx 4: 83 e4 f0 and $0xfffffff0,%esp 7: ff 71 fc pushl -0x4(%ecx) a: 55 push %ebp b:...
35.193428
60
0.410573
dff726773dcc84fc1469c02470fac7f32c2a94f6
1,319
asm
Assembly
roms/tests/ppu/sprite_hit_tests_2005.10.05/source/06.right_edge.asm
MrKOSMOS/ANESE
8ae814d615479b1496c98033a1f5bc4da5921c6f
[ "MIT" ]
1,461
2022-02-25T17:44:34.000Z
2022-03-30T06:18:29.000Z
nes/tests/sprite_hit_tests_2005.10.05/source/06.right_edge.asm
nickmass/mass-nes
9f8652aca403f4338346ad5a27667aa0989f6305
[ "MIT" ]
17
2016-10-30T12:46:35.000Z
2020-01-31T11:34:38.000Z
nes/tests/sprite_hit_tests_2005.10.05/source/06.right_edge.asm
nickmass/mass-nes
9f8652aca403f4338346ad5a27667aa0989f6305
[ "MIT" ]
47
2016-10-24T00:30:56.000Z
2022-02-10T15:19:41.000Z
; Tests sprite 0 hit with regard to column 255 (ignored) and off ; right edge of screen. .include "prefix_sprite_hit.a" test_name: .db "SPRITE HIT RIGHT EDGE",0 .code reset: jsr begin_sprite_hit_tests lda #solid_tile jsr fill_nametable lda #0 sta sprite_att...
21.622951
64
0.537528
d10b391c303ac93ce404d59c5216b6d75d0a44fc
955
asm
Assembly
PIC16-ASSEMBLY/45_usart_Receiver.asm
EnesMercan/PIC-MCU-Projects
8edb6017cd362cb975d6f4e613f78d0e529f6ac9
[ "MIT" ]
1
2022-01-03T08:03:11.000Z
2022-01-03T08:03:11.000Z
PIC16-ASSEMBLY/45_usart_Receiver.asm
EnesMercan/PIC-MCU-Projects
8edb6017cd362cb975d6f4e613f78d0e529f6ac9
[ "MIT" ]
null
null
null
PIC16-ASSEMBLY/45_usart_Receiver.asm
EnesMercan/PIC-MCU-Projects
8edb6017cd362cb975d6f4e613f78d0e529f6ac9
[ "MIT" ]
null
null
null
; bilgisayardan rx pinine ascii kodlu karakterler gonderiliyor ; bu 8 bit karakterler rb4-5-6-7 ve ra0-1-2-3 teki ledlerde gosteriliyor LIST P =16F628A #include "p16f628a.inc" ; CONFIG ; __config 0x3F38 __CONFIG _FOSC_INTOSCIO & _WDTE_OFF & _PWRTE_OFF & _MCLRE_ON & _BOREN_OFF & _LVP_OFF & _CPD_OFF &...
19.895833
106
0.602094
606af17d9b2491a5f3a5102347b18e6790dace34
374
asm
Assembly
programs/oeis/269/A269468.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/269/A269468.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
programs/oeis/269/A269468.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
; A269468: Number of length-4 0..n arrays with no repeated value equal to the previous repeated value. ; 10,66,228,580,1230,2310,3976,6408,9810,14410,20460,28236,38038,50190,65040,82960,104346,129618,159220,193620,233310,278806,330648,389400,455650,530010,613116,705628,808230,921630,1046560,1183776,1334058 mov $1,$0 a...
34
204
0.762032
f07b3922ae87c6f415fa77229015083b760171ba
868
asm
Assembly
oeis/302/A302323.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/302/A302323.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/302/A302323.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A302323: Number of 2Xn 0..1 arrays with every element equal to 0, 1, 2 or 4 horizontally, diagonally or antidiagonally adjacent elements, with upper left element zero. ; Submitted by Jon Maiga ; 2,8,20,52,136,360,960,2576,6944,18784,50944,138432,376704,1026176,2797568,7631104,20824576,56845824,155209728,423848960,115...
37.73913
495
0.793779
8b2eae988c56dcdd68c77080fa56ef0b5573ccea
684
asm
Assembly
learn-assembly/asm101/asm101-01.asm
hailehong95/Practice-Coding
729acdd596f15657b717975bfa54da1e39114f8a
[ "MIT" ]
null
null
null
learn-assembly/asm101/asm101-01.asm
hailehong95/Practice-Coding
729acdd596f15657b717975bfa54da1e39114f8a
[ "MIT" ]
null
null
null
learn-assembly/asm101/asm101-01.asm
hailehong95/Practice-Coding
729acdd596f15657b717975bfa54da1e39114f8a
[ "MIT" ]
null
null
null
; asm101-01: Cau truc chung cua mot chuong trinh asm ; Khai bao kich thuoc chuong trinh .model small ; Khai bao kich thuoc ngan xep (Stack) .stack 100h ; Khai bao doan du lieu .data ; Const, Variable, Array... duoc khai bao tai day ; Khai bao doan code .code main proc ; Khoi tao thanh ghi DS (Neu doan .data...
20.117647
101
0.663743
c0a9abc0b6d05f7b1a54aec14c547c38ebc4693a
366
asm
Assembly
oeis/075/A075909.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/075/A075909.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/075/A075909.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A075909: Sixth column of triangle A075499. ; Submitted by Christian Krause ; 1,84,4256,169344,5843712,183794688,5421678592,152720375808,4157366140928,110282217357312,2867778350481408,73424436820180992,1857023919127527424,46511918954689069056,1155904251854380335104 mov $1,$0 mov $0,2 pow $0,$1 seq $1,75511 ; Sixth co...
33.272727
189
0.808743
1bd0d590f19ddf2410a88784656f584f4c9aeeb5
4,334
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_187.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_187.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_187.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 %r13 push %r8 push %r9 push %rbp push %rcx push %rdi push %rsi // REPMOV lea addresses_WC+0x980d, %rsi lea addresses_A+0x1078d, %rdi nop nop nop nop nop add %r9, %r9 mov $2, %rcx rep movsw nop nop nop and $47750, %rsi // R...
57.786667
2,999
0.661975
9fbb2fd4e0a6cfe2580fba04d1b10e65ebf6a12b
589
asm
Assembly
helloworld.asm
wdomitrz/Asembler_basic
790f76836969274af8a5a4061ea0cf4f48ef6c8d
[ "MIT" ]
null
null
null
helloworld.asm
wdomitrz/Asembler_basic
790f76836969274af8a5a4061ea0cf4f48ef6c8d
[ "MIT" ]
null
null
null
helloworld.asm
wdomitrz/Asembler_basic
790f76836969274af8a5a4061ea0cf4f48ef6c8d
[ "MIT" ]
null
null
null
SECTION .data tekst db 'Hello World', 0x0A, 0x00 ; tu zapisałem sobie tekst do wypisania SECTION .text global _start _start: ; tu zaczynam wykonywanie kodu mov edx, 12 ; wrzucam długość tekstu na edx mov ecx, tekst ; wrzucam tekst na ecx mov ebx, 1 ; wrzucam oznaczenie, że wyjście ma być wrzucone do stdo...
32.722222
74
0.728353
12b3f9e68ddb0777acccfc113955260335ae907e
708
asm
Assembly
oeis/306/A306447.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/306/A306447.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/306/A306447.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A306447: Number of (undirected) Hamiltonian cycles in the n-antiprism graph. ; 3,9,16,29,56,110,225,469,991,2110,4511,9666,20736,44511,95575,205253,440828,946817,2033628,4367986,9381949,20151433,43283195,92967882,199685571,428904390,921243268,1978737467,4250128235,9128846273,19607840040,42115660645,90460186816,194299...
64.363636
495
0.805085
dfbc5d39f2477be810f8dc2a0705331fea5a1ef0
3,174
asm
Assembly
asm/Sorting-Floor.asm
hixio-mh/hrm-cpu
e119e1952807aa3a299b61af3e5607497ecfac92
[ "MIT" ]
24
2015-10-22T00:12:30.000Z
2022-02-21T22:23:39.000Z
asm/Sorting-Floor.asm
hixio-mh/hrm-cpu
e119e1952807aa3a299b61af3e5607497ecfac92
[ "MIT" ]
27
2015-10-21T04:21:10.000Z
2015-11-05T00:55:12.000Z
asm/Sorting-Floor.asm
hixio-mh/hrm-cpu
e119e1952807aa3a299b61af3e5607497ecfac92
[ "MIT" ]
null
null
null
-- HUMAN RESOURCE MACHINE PROGRAM -- -- 41-Sorting-Floor - SIZE 20/34 - SPEED 689/714 -- a: b: BUMPUP 24 INBOX JUMPZ d COPYTO [24] JUMP a COMMENT 1 c: COPYFROM [19] OUTBOX COPYFROM [24] COPYTO [19] COMMENT 2 d: BUMPDN 24 JUMPZ b COPYTO ...
38.707317
80
0.877757
bcccc312710a92456f6f8f87bc35502556f1f63b
863
asm
Assembly
oeis/339/A339355.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/339/A339355.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/339/A339355.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A339355: Maximum number of copies of a 12345 permutation pattern in an alternating (or zig-zag) permutation of length n + 7. ; Submitted by Jamie Morken(s2) ; 8,16,64,112,272,432,832,1232,2072,2912,4480,6048,8736,11424,15744,20064,26664,33264,42944,52624,66352,80080,99008,117936,143416,168896,202496,236096,279616,323...
21.04878
236
0.567787
0636c35f9e43913952cba0014e7b77a4b7f7ab0e
78
asm
Assembly
Practice/Assignments assembly class/20.asm
WardunIslam/CSE331L_Section_7_Summer_2020_NSU
4f36bf223c44afd2233a243a2f8ba92df18f5545
[ "MIT" ]
null
null
null
Practice/Assignments assembly class/20.asm
WardunIslam/CSE331L_Section_7_Summer_2020_NSU
4f36bf223c44afd2233a243a2f8ba92df18f5545
[ "MIT" ]
null
null
null
Practice/Assignments assembly class/20.asm
WardunIslam/CSE331L_Section_7_Summer_2020_NSU
4f36bf223c44afd2233a243a2f8ba92df18f5545
[ "MIT" ]
null
null
null
org 100h L1: NOP CNGSB: MOV BL, 0FFH XOR BL, 080H L2: HLT ret
5.2
19
0.551282
eaddaf1aed52f162fd9b097656a45d2a5e1b0841
711
asm
Assembly
oeis/199/A199710.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/199/A199710.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/199/A199710.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A199710: Expansion of (1+x-14*x^2+13*x^3)/(1-28*x^2+169*x^4). ; Submitted by Christian Krause ; 1,1,14,41,223,979,3878,20483,70897,408073,1329734,7964417,25250959,154039339,482301806,2967115019,9237038497,57046572241,177128072702,1095861584537,3398526529663,21043253658307,65224098543926,404010494645843,12519237757168...
44.4375
501
0.814346
83229dabe845e606394095c4373abab97aedb681
290
asm
Assembly
sk/sfx/89.asm
Cancer52/flamedriver
9ee6cf02c137dcd63e85a559907284283421e7ba
[ "0BSD" ]
9
2017-10-09T20:28:45.000Z
2021-06-29T21:19:20.000Z
sk/sfx/89.asm
Cancer52/flamedriver
9ee6cf02c137dcd63e85a559907284283421e7ba
[ "0BSD" ]
12
2018-08-01T13:52:20.000Z
2022-02-21T02:19:37.000Z
sk/sfx/89.asm
Cancer52/flamedriver
9ee6cf02c137dcd63e85a559907284283421e7ba
[ "0BSD" ]
2
2018-02-17T19:50:36.000Z
2019-10-30T19:28:06.000Z
Sound_89_Header: smpsHeaderStartSong 3 smpsHeaderVoice Sound_89_Voices smpsHeaderTempoSFX $01 smpsHeaderChanSFX $01 smpsHeaderSFXChannel cPSG2, Sound_89_PSG2, $FB, $02 ; PSG2 Data Sound_89_PSG2: dc.b nD4, $05 smpsStop ; Song seems to not use any FM voices Sound_89_Voices:
18.125
52
0.77931
37d1675219231ffc48fc7130f3cd02c95ce0a158
2,478
asm
Assembly
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48_notsx.log_6_1948.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48_notsx.log_6_1948.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48_notsx.log_6_1948.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 %rbx push %rcx push %rdi push %rsi lea addresses_D_ht+0x1aa52, %rbx nop add %rdi, %rdi mov $0x6162636465666768, %rcx movq %rcx, (%rbx) nop nop nop nop add %r11, %r11 lea addresses_WT_ht+0xe04a, %rsi lea addresses_UC_ht+0x18cd2, %rdi nop nop nop add $...
18.916031
148
0.645682
23701725dc2f42b19189085cd9fba7e8767681b0
4,254
asm
Assembly
level-with-item.asm
Sagiri/held-item-level-evolution
3e443a684028dfc9a1a90591dac3246652a0897d
[ "BSD-2-Clause" ]
1
2021-03-26T11:56:47.000Z
2021-03-26T11:56:47.000Z
level-with-item.asm
Zeturic/held-item-level-evolution
3e443a684028dfc9a1a90591dac3246652a0897d
[ "BSD-2-Clause" ]
null
null
null
level-with-item.asm
Zeturic/held-item-level-evolution
3e443a684028dfc9a1a90591dac3246652a0897d
[ "BSD-2-Clause" ]
1
2018-11-14T13:29:50.000Z
2018-11-14T13:29:50.000Z
true equ 1 false equ 0 .include "config.asm" .definelabel Task_EvolutionScene_hook_addr, 0x080CED62 .definelabel Task_EvolutionScene_hook_return, 0x080CED6E .definelabel GetEvolutionTargetSpecies_hook1_addr, 0x08043110 .definelabel GetEvolutionTargetSpecies_hook1_return1, 0x08042F96 .definelabel GetEvolutionTargetSp...
22.870968
80
0.620827
277ddca1f6ffd000f686f26a04761c54409da1a2
149
asm
Assembly
tests/testdata/tbuilder-in-16-bad.asm
roycrippen/sicxe
fdca37f56c95f2a76a78455f86a90e4b89329a54
[ "MIT" ]
null
null
null
tests/testdata/tbuilder-in-16-bad.asm
roycrippen/sicxe
fdca37f56c95f2a76a78455f86a90e4b89329a54
[ "MIT" ]
null
null
null
tests/testdata/tbuilder-in-16-bad.asm
roycrippen/sicxe
fdca37f56c95f2a76a78455f86a90e4b89329a54
[ "MIT" ]
null
null
null
test START 0 EXTDEF foo foo EQU 1 * 2 * 3 * 4 + 500 . error: exported symbol must be relative END test
29.8
83
0.483221
99ef57e9a5c8a7f761e0d4e6f63cc0e9972fe8e7
1,649
asm
Assembly
src/util/oli/app/apperr.asm
olifink/qspread
d6403d210bdad9966af5d2a0358d4eed3f1e1c02
[ "MIT" ]
null
null
null
src/util/oli/app/apperr.asm
olifink/qspread
d6403d210bdad9966af5d2a0358d4eed3f1e1c02
[ "MIT" ]
null
null
null
src/util/oli/app/apperr.asm
olifink/qspread
d6403d210bdad9966af5d2a0358d4eed3f1e1c02
[ "MIT" ]
null
null
null
* unrecoverable applitcation error handling 20/06-92 O.Fink * include win1_mac_oli include win1_keys_qlv include win1_keys_qdos_io include win1_keys_qdos_sms section utility xdef ut_appr ;+++ ; report unrecoverable application error ; close primary window, if still open ; ; Entry ...
17.923913
65
0.604002
c085ed46991386e949d2f7a3a1b6ebc84fdc51d8
277
asm
Assembly
libsrc/_DEVELOPMENT/temp/sp1/zx/c/sdcc_iy/sp1_InsertCharStruct.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
libsrc/_DEVELOPMENT/temp/sp1/zx/c/sdcc_iy/sp1_InsertCharStruct.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
libsrc/_DEVELOPMENT/temp/sp1/zx/c/sdcc_iy/sp1_InsertCharStruct.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
; void sp1_InsertCharStruct(struct sp1_update *u, struct sp1_cs *cs) SECTION code_temp_sp1 PUBLIC _sp1_InsertCharStruct _sp1_InsertCharStruct: pop af pop de pop hl push hl push de push af INCLUDE "temp/sp1/zx/sprites/asm_sp1_InsertCharStruct.asm"
15.388889
68
0.743682
dc977e6d4a3ed8738c163725da4da26e7aa80d9c
128
asm
Assembly
libsrc/_DEVELOPMENT/math/float/math48/lm/z80/derror_nannc.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
libsrc/_DEVELOPMENT/math/float/math48/lm/z80/derror_nannc.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
1,600
2017-01-15T16:12:02.000Z
2022-03-31T12:11:12.000Z
libsrc/_DEVELOPMENT/math/float/math48/lm/z80/derror_nannc.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
SECTION code_clib SECTION code_fp_math48 PUBLIC derror_nannc EXTERN am48_derror_nannc defc derror_nannc = am48_derror_nannc
12.8
37
0.867188
00146d01a04ac5293871059c7da43c375d204285
197
asm
Assembly
LearnAssembly/chap5/test.asm
wisemountain/wise.learn
a8e1343a7d5fd791a3327c108268f752e56b63d7
[ "MIT" ]
3
2021-04-23T04:01:55.000Z
2021-09-20T12:47:53.000Z
LearnAssembly/chap5/test.asm
wisemountain/wise.learn
a8e1343a7d5fd791a3327c108268f752e56b63d7
[ "MIT" ]
null
null
null
LearnAssembly/chap5/test.asm
wisemountain/wise.learn
a8e1343a7d5fd791a3327c108268f752e56b63d7
[ "MIT" ]
null
null
null
segment .data a dq 175 b dq 4097 segment .text global _start _start: mov rax, [a] ; mov a into rax add rax, [b] ; add b to rax xor rax, rax mov rax, 60 mov rdi, 0 syscall
13.133333
33
0.598985
8c966a20129adfecfa52884cbd181e37dae384b3
2,241
asm
Assembly
Transynther/x86/_processed/US/_zr_/i7-8650U_0xd2.log_142_1005.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/US/_zr_/i7-8650U_0xd2.log_142_1005.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/US/_zr_/i7-8650U_0xd2.log_142_1005.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r14 push %r15 push %r9 push %rax push %rbp push %rdx lea addresses_normal_ht+0x1a81a, %r14 nop nop nop cmp $56847, %rdx mov $0x6162636465666768, %r15 movq %r15, %xmm3 vmovups %ymm3, (%r14) nop sub %rax, %rax lea addresses_D_ht+0x14082, %r14 nop and %r9, %r9 mov (%r14),...
22.188119
425
0.647479
a87f9f7d69a3719df2eb0a0a8261df1ed07b0aa4
607
asm
Assembly
oeis/333/A333473.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/333/A333473.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/333/A333473.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A333473: a(n) = [x^n] ( S(x/(1 + x) )^n, where S(x) = (1 - x - sqrt(1 - 6*x + x^2))/(2*x) is the o.g.f. of the large Schröder numbers A006318. ; Submitted by Christian Krause ; 1,2,12,92,752,6352,54768,478928,4231424,37680320,337622912,3040354176,27492359936,249463806464,2270319909632,20714443816192,189418898063360,1...
26.391304
236
0.662273
dda46a97c3ab7aef2224ccc1bf9b0d878a46498e
7,549
asm
Assembly
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0xca.log_21829_1895.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0xca.log_21829_1895.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0xca.log_21829_1895.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r12 push %r13 push %r14 push %rax push %rbp push %rcx push %rdi push %rsi lea addresses_normal_ht+0x18307, %rsi nop nop sub %r12, %r12 movb $0x61, (%rsi) nop nop cmp $20394, %rcx lea addresses_WT_ht+0x3e07, %rsi lea addresses_WT_ht+0x15307, %rdi nop cmp %r13, %r13 mov ...
33.551111
2,999
0.655054
c7258a7beed300c8a19599289764f3580e6cd664
1,805
asm
Assembly
programs/oeis/216/A216244.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/216/A216244.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
programs/oeis/216/A216244.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
; A216244: Numbers a(n) such that a(n)^2 + prime(n)^2 = m^2 for some integer m. ; 4,12,24,60,84,144,180,264,420,480,684,840,924,1104,1404,1740,1860,2244,2520,2664,3120,3444,3960,4704,5100,5304,5724,5940,6384,8064,8580,9384,9660,11100,11400,12324,13284,13944,14964,16020,16380,18240,18624,19404,19800,22260,24864,25764,2...
200.555556
1,642
0.824377
53036f432dd6bd1b2f390c6bdfc2a353e247e042
330
asm
Assembly
programs/oeis/142/A142150.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/142/A142150.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/142/A142150.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A142150: The nonnegative integers interleaved with 0's. ; 0,0,1,0,2,0,3,0,4,0,5,0,6,0,7,0,8,0,9,0,10,0,11,0,12,0,13,0,14,0,15,0,16,0,17,0,18,0,19,0,20,0,21,0,22,0,23,0,24,0,25,0,26,0,27,0,28,0,29,0,30,0,31,0,32,0,33,0,34,0,35,0,36,0,37,0,38,0,39,0,40,0,41,0,42,0,43,0,44,0,45,0,46,0,47,0,48,0,49,0 mov $1,$0 dif $1,2 ...
47.142857
241
0.609091
cfc8952d63356e8cf5ae7e4af1cc6de6e597fd39
274
asm
Assembly
mySub.asm
TheDoebes/mips-assembly-adventure
fccbb3779999ca6b5b007aa6ca497deea3dc0186
[ "MIT" ]
null
null
null
mySub.asm
TheDoebes/mips-assembly-adventure
fccbb3779999ca6b5b007aa6ca497deea3dc0186
[ "MIT" ]
null
null
null
mySub.asm
TheDoebes/mips-assembly-adventure
fccbb3779999ca6b5b007aa6ca497deea3dc0186
[ "MIT" ]
null
null
null
.data numberOne: .word 20 #declare integer words numberTwo: .word 8 .text #for the intructions lw $s0, numberOne #s0 gets a value of 20 lw $s1, numberTwo #s1 gets a vlue of 8 sub $t0, $s0, $s1 #t0 = s0 - s1 = 20 - 8 #print result li $v0, 1 move $a0, $t0 syscall
21.076923
43
0.649635