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
30188773f87192367c5d86c3a4396545b594cb5f
4,843
asm
Assembly
libsupcs/x86_64_Invoke.asm
jncronin/tysila
5ebb13b7a6b32cac30e87505e34cf910c1604e8f
[ "MIT" ]
6
2019-04-02T20:57:11.000Z
2022-03-25T14:03:08.000Z
libsupcs/x86_64_Invoke.asm
jncronin/tysila
5ebb13b7a6b32cac30e87505e34cf910c1604e8f
[ "MIT" ]
1
2020-10-06T06:02:39.000Z
2021-09-04T15:24:09.000Z
libsupcs/x86_64_Invoke.asm
jncronin/tysila
5ebb13b7a6b32cac30e87505e34cf910c1604e8f
[ "MIT" ]
1
2019-04-02T22:28:11.000Z
2019-04-02T22:28:11.000Z
global _ZX11TysosMethod_14InternalInvoke_Ru1O_P3u1IiPv global __x86_64_invoke extern memcpy ; static unsafe extern object asm_invoke(IntPtr meth, int p_length, ; void* parameters, void* plocs); ; parameters are passed in rdi, rsi, rdx, rcx, r8, r9 ; we preserve rbp, rbx, r12-r15 __x86_64_...
16.874564
75
0.66942
1228ebacd20f282be5d18fdeb811d799bb5ef366
924
asm
Assembly
nasm assembly/assgnments/question2.asm
AI-Factor-y/NASM-library
5141901352a47b73e716e27d628bb719f1891092
[ "Apache-2.0" ]
null
null
null
nasm assembly/assgnments/question2.asm
AI-Factor-y/NASM-library
5141901352a47b73e716e27d628bb719f1891092
[ "Apache-2.0" ]
null
null
null
nasm assembly/assgnments/question2.asm
AI-Factor-y/NASM-library
5141901352a47b73e716e27d628bb719f1891092
[ "Apache-2.0" ]
null
null
null
section .data msg : db 'Enter an key :' l : equ $-msg ans1 : db 'Caps is On',10 l1 : equ $-ans1 ans2 :db 'Caps is off',10 l2 : equ $-ans2 ans3 : db 'Error',10 l3 equ $-ans3 section .bss d1 : resb 1 section .text global _start: _start: mov eax, 4 mov ebx, 1 mov ecx, msg mov edx, l int 80h mov eax, 3 mov ebx...
11.13253
25
0.575758
8c55babf0c4be780588f0f3cb44f4a10fb0db1c3
4,620
asm
Assembly
asm/6502/demos/rmtplayer/files.asm
rampa069/clc88
9da545b0d39f8288cdb1b9dd84835631de8840bf
[ "MIT" ]
1
2022-03-25T03:41:05.000Z
2022-03-25T03:41:05.000Z
asm/6502/demos/rmtplayer/files.asm
rampa069/clc88
9da545b0d39f8288cdb1b9dd84835631de8840bf
[ "MIT" ]
null
null
null
asm/6502/demos/rmtplayer/files.asm
rampa069/clc88
9da545b0d39f8288cdb1b9dd84835631de8840bf
[ "MIT" ]
null
null
null
; Max 256 entries DIR_ENTRIES = $8000 ; pointer to names DIR_ENTRIES_TYPES = $8200 ; type of each file, $FF marks end DIR_ENTRIES_NAMES = $8300 ; starting addres for names .proc build_path mwa #path DST_ADDR ldy #0 copy_dirname: lda dirname, y beq add_filename sta (DST_ADDR),y iny bn...
13.709199
75
0.650866
0b2c59f9fad5e71842d17d33287dd524f90da44f
290
asm
Assembly
programs/oeis/206/A206544.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/206/A206544.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/206/A206544.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A206544: Period 12: repeat 1, 3, 5, 7, 9, 11, 11, 9, 7, 5, 3, 1. ; 1,3,5,7,9,11,11,9,7,5,3,1,1,3,5,7,9,11,11,9,7,5,3,1,1,3,5,7,9,11,11,9,7,5,3,1,1,3,5,7,9,11,11,9,7,5,3,1,1,3,5,7,9,11,11,9,7,5,3,1,1,3,5,7,9,11,11,9,7,5,3,1 lpb $0 mul $0,23 mod $0,12 trn $0,1 lpe mul $0,2 add $0,1
26.363636
157
0.527586
e3d2e7305efcf628431b3646bb497a0f6447089a
320
asm
Assembly
src/fs/Resize.asm
beckadamtheinventor/BOSos
42471126eb47517fc1beec15960b72a9cb76601b
[ "BSD-3-Clause" ]
1
2019-07-21T20:51:38.000Z
2019-07-21T20:51:38.000Z
src/fs/Resize.asm
beckadamtheinventor/BOSos
42471126eb47517fc1beec15960b72a9cb76601b
[ "BSD-3-Clause" ]
null
null
null
src/fs/Resize.asm
beckadamtheinventor/BOSos
42471126eb47517fc1beec15960b72a9cb76601b
[ "BSD-3-Clause" ]
null
null
null
;@DOES Resize a file ;@INPUT A = file handle ptr ;@INPUT HL = new file size ;@DESTROYS All fs_Resize: push hl call fs_GetFileHandlePtr pop hl ret nc ld a,(ix) bit fs_write_bit,a ret nz ld iy,(ix+4) ; VAT pointer ld bc,(iy+15) ;old file size add hl,bc ld (iy+15),hl ;new file size jq fs_CopyFileToRAM.entry
16
29
0.69375
8c0c38517509440045786109bfeb17f2f8548832
310
asm
Assembly
programs/oeis/021/A021508.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/021/A021508.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/021/A021508.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A021508: Decimal expansion of 1/504. ; 0,0,1,9,8,4,1,2,6,9,8,4,1,2,6,9,8,4,1,2,6,9,8,4,1,2,6,9,8,4,1,2,6,9,8,4,1,2,6,9,8,4,1,2,6,9,8,4,1,2,6,9,8,4,1,2,6,9,8,4,1,2,6,9,8,4,1,2,6,9,8,4,1,2,6,9,8,4,1,2,6,9,8,4,1,2,6,9,8,4,1,2,6,9,8,4,1,2,6 add $0,1 mov $1,10 pow $1,$0 mul $1,7 div $1,3528 mod $1,10 mov $0,$1
28.181818
199
0.541935
2cfa92a06dd45015a85e2e695bacd65b7b7e69cd
3,998
asm
Assembly
Src/Payloads/Aes/32/encryptionrounds.asm
The-Cracker-Technology/hyperion
4f005b6cdb197dc1ebed7e625139edaa5d975ae2
[ "BSD-2-Clause-FreeBSD" ]
null
null
null
Src/Payloads/Aes/32/encryptionrounds.asm
The-Cracker-Technology/hyperion
4f005b6cdb197dc1ebed7e625139edaa5d975ae2
[ "BSD-2-Clause-FreeBSD" ]
null
null
null
Src/Payloads/Aes/32/encryptionrounds.asm
The-Cracker-Technology/hyperion
4f005b6cdb197dc1ebed7e625139edaa5d975ae2
[ "BSD-2-Clause-FreeBSD" ]
null
null
null
;uses the generated round keys to encrypt an aes block proc encryptionRounds encryption_ptr:DWORD,\ roundkeys_ptr:DWORD, sbox_ptr:DWORD, mul2_table_ptr:DWORD, \ mul3_table_ptr:DWORD pushad ;roundkey and encryption in eax and ebx mov eax,[roundkeys_ptr] mov ebx,[encryption_ptr] ;initial r...
15.740157
65
0.615058
5897b0902e4cc090167ff8e2f5b61c05b136ff08
1,961
asm
Assembly
source/core/tostring.asm
paulscottrobson/rpl-65
73f85a6b0f230fa03a41e1a9416c2511cf67f0c0
[ "MIT" ]
1
2019-11-20T09:18:22.000Z
2019-11-20T09:18:22.000Z
source/core/tostring.asm
paulscottrobson/rpl-65
73f85a6b0f230fa03a41e1a9416c2511cf67f0c0
[ "MIT" ]
null
null
null
source/core/tostring.asm
paulscottrobson/rpl-65
73f85a6b0f230fa03a41e1a9416c2511cf67f0c0
[ "MIT" ]
null
null
null
; ****************************************************************************** ; ****************************************************************************** ; ; Name : tostring.asm ; Purpose : Convert integer to string ; Author : Paul Robson (paul@robsons.org.uk) ; Created : 12th November 2019 ; ; *******...
28.838235
80
0.473738
7fe551b0cfcac7e01468315fe7bc13b407b6e208
696
asm
Assembly
oeis/103/A103772.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/103/A103772.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/103/A103772.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A103772: Larger of two sides in a (k,k,k-1)-integer-sided triangle with integer area. ; Submitted by Jon Maiga ; 1,17,241,3361,46817,652081,9082321,126500417,1761923521,24540428881,341804080817,4760716702561,66308229755041,923554499868017,12863454768397201,179164812257692801,2495443916839302017,34757050023492535441,4...
43.5
477
0.83908
f6bd2ea44c6d7cd75c3aeada5f4a21be50ea94f7
155,481
asm
Assembly
solution/dump/debug.asm
schecko/OpenGLBoxes
cb8b0b298003b849d20a3af1f249b2042f477121
[ "MIT" ]
null
null
null
solution/dump/debug.asm
schecko/OpenGLBoxes
cb8b0b298003b849d20a3af1f249b2042f477121
[ "MIT" ]
null
null
null
solution/dump/debug.asm
schecko/OpenGLBoxes
cb8b0b298003b849d20a3af1f249b2042f477121
[ "MIT" ]
null
null
null
; Listing generated by Microsoft (R) Optimizing Compiler Version 19.00.23506.0 TITLE D:\scottsdocs\sourcecode\OpenGLboxes\code\debug.cpp .686P .XMM include listing.inc .model flat INCLUDELIB MSVCRTD INCLUDELIB OLDNAMES PUBLIC ?__empty_global_delete@@YAXPAX@Z ; __empty_global_delete PUBLIC ?__empty_global_dele...
34.70558
350
0.685023
fa8c7f71a6b719a31629400a8ca239930ba3d620
767
asm
Assembly
oeis/077/A077248.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/077/A077248.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/077/A077248.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A077248: Combined Diophantine Chebyshev sequences A077246 and A077244. ; Submitted by Christian Krause ; 2,3,13,22,102,173,803,1362,6322,10723,49773,84422,391862,664653,3085123,5232802,24289122,41197763,191227853,324349302,1505533702,2553596653,11853041763,20104423922,93318800402,158281794723,734697361453,12461499338...
36.52381
497
0.80704
c7f1d5d61dc7150970643580cfb6b68563a8d796
18,532
asm
Assembly
dos/fat.asm
minblock/msdos
479ffd237d9bb7cc83cb06361db2c4ef42dfbac0
[ "Apache-2.0" ]
null
null
null
dos/fat.asm
minblock/msdos
479ffd237d9bb7cc83cb06361db2c4ef42dfbac0
[ "Apache-2.0" ]
null
null
null
dos/fat.asm
minblock/msdos
479ffd237d9bb7cc83cb06361db2c4ef42dfbac0
[ "Apache-2.0" ]
null
null
null
TITLE FAT - FAT maintenance routines NAME FAT ; ; Microsoft Confidential ; Copyright (C) Microsoft Corporation 1991 ; All Rights Reserved. ; ;** FAT.ASM ; ; Low level local device routines for performing disk change sequence, ; setting cluster validity, and manipulating the FAT ; ; IsEof ; UNPACK ; PACK ; MAPCLUSTE...
24.513228
77
0.666145
78addcb7870a23f548968933b208aecaed310c7a
1,406
asm
Assembly
Aurora/Aurora/arch/x86_64/smp.asm
manaskamal/aurora-xeneva
fe277f7ac155a40465c70f1db3c27046e4d0f7b5
[ "BSD-2-Clause" ]
8
2021-07-19T04:46:35.000Z
2022-03-12T17:56:00.000Z
Aurora/Aurora/arch/x86_64/smp.asm
manaskamal/aurora-xeneva
fe277f7ac155a40465c70f1db3c27046e4d0f7b5
[ "BSD-2-Clause" ]
null
null
null
Aurora/Aurora/arch/x86_64/smp.asm
manaskamal/aurora-xeneva
fe277f7ac155a40465c70f1db3c27046e4d0f7b5
[ "BSD-2-Clause" ]
null
null
null
;; ;; COPYRIGHT (C) Manas Kamal Choudhury 2020-present ;; /PROJECT - Aurora's Xeneva v1.0 ;; /AUTHOR - Manas Kamal Choudhury ;; ;;------------------------------------------------------ section .text [BITS 16] ap_trampoline: cli xor ax, ax mov ds, ax mov es, ax mov ax, 0x0000 mov ss, ax mov sp, 0xF...
18.5
66
0.549787
78db9fab6feb969a28d4c5c22c5fae9bcb30cf19
872
asm
Assembly
unpacker32.asm
idrirap/projectEthHack
8d26d7f3f8006d882e68a8e735fd907407c11870
[ "WTFPL" ]
1
2019-04-24T15:54:15.000Z
2019-04-24T15:54:15.000Z
unpacker32.asm
idrirap/projectEthHack
8d26d7f3f8006d882e68a8e735fd907407c11870
[ "WTFPL" ]
null
null
null
unpacker32.asm
idrirap/projectEthHack
8d26d7f3f8006d882e68a8e735fd907407c11870
[ "WTFPL" ]
null
null
null
; Compile with: nasm -f win32 vm.asm ; Link with: i686-w64-mingw32-gcc vm.obj -o vm.exe [bits 32] ;prologue push ebx push ecx push eax push edx push edi ;address code area mov ebx, ADDRESS_CODE_START ; start code mov edx, PARTIAL_KEY ; key xor eax, eax ; end of key start_main_loop: ; xor and edx, 0xFFFFF...
17.44
50
0.716743
924b1563bd483124b25b76ac7ca8879e1a0f6fbe
970
asm
Assembly
programs/oeis/174/A174257.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/174/A174257.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/174/A174257.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A174257: Number of symmetry classes of 3 X 3 reduced magic squares with distinct values and maximum value 2n; also, with magic sum 3n. ; 0,0,0,1,2,1,3,3,3,4,5,4,6,6,6,7,8,7,9,9,9,10,11,10,12,12,12,13,14,13,15,15,15,16,17,16,18,18,18,19,20,19,21,21,21,22,23,22,24,24,24,25,26,25,27,27,27,28,29,28,30,30,30,31,32,31,33,3...
107.777778
779
0.685567
c04c58e1052e9b8e086b37499ce82312f802ab7c
1,079
asm
Assembly
external/source/shellcode/linux/ia32/stager_sock_bind_udp.asm
OsmanDere/metasploit-framework
b7a014a5d22d3b57157e301d4af57e3a31ad03a9
[ "BSD-2-Clause", "BSD-3-Clause" ]
26,932
2015-01-01T00:04:51.000Z
2022-03-31T22:51:38.000Z
external/source/shellcode/linux/ia32/stager_sock_bind_udp.asm
Kilo-411/metasploit-framework
aaf27d7fa51390895dea63c58cb3b76e959d36f8
[ "BSD-2-Clause", "BSD-3-Clause" ]
11,048
2015-01-01T00:05:44.000Z
2022-03-31T21:49:52.000Z
external/source/shellcode/linux/ia32/stager_sock_bind_udp.asm
Kilo-411/metasploit-framework
aaf27d7fa51390895dea63c58cb3b76e959d36f8
[ "BSD-2-Clause", "BSD-3-Clause" ]
12,593
2015-01-01T01:01:20.000Z
2022-03-31T22:13:32.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 copyrights as ; ...
15.414286
75
0.634847
f66902d579eb0d359e519864a4d0435b8b05d77d
655
asm
Assembly
oeis/004/A004690.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/004/A004690.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/004/A004690.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A004690: Fibonacci numbers written in base 7. ; 0,1,1,2,3,5,11,16,30,46,106,155,264,452,1046,1531,2610,4441,10351,15122,25503,43625,102431,146356,252120,431506,1013626,1445435,2462364,4241132,10033526,14304661,24341520,41646511,66321331,141301142,240622503,412223645,653146451,1365403426,2351553210,4050256636,64321431...
109.166667
490
0.812214
2c435ec90742c9ef96e1a72ee192a07a3bdd4749
587
asm
Assembly
oeis/024/A024021.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/024/A024021.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/024/A024021.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A024021: 2^n-n^11. ; Submitted by Jon Maiga ; 1,1,-2044,-177139,-4194288,-48828093,-362796992,-1977326615,-8589934336,-31381059097,-99999998976,-285311668563,-743008366592,-1792160385845,-4049565153280,-8649755826607,-17592185978880,-34271896176561,-64268409817088,-116490258373931,-204799998951424,-350277498445069,-5...
58.7
490
0.817717
4c6514123cef3b41df5a792b3c7eff3208f91bbe
3,007
asm
Assembly
libsrc/math/genmath/sqrt.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
libsrc/math/genmath/sqrt.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
libsrc/math/genmath/sqrt.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
; Small C+ Math Library ; sqrt(a) function, compiled C..hence the size! ; Compiled using some inline optimizations (gchar etc) ; Fine tuned by hand...so don't recompile! ; Tuned to: only keep one zero constant ; Pointer stuff made nicer.. ; ; But still not working! IN...
20.881944
60
0.381443
2ab97f7540303b52eb11b97b4e8698d89b216bbb
458
asm
Assembly
programs/oeis/189/A189770.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/189/A189770.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/189/A189770.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A189770: Number of one-sided prudent walks from (0,0) to (n,n), with 4+n east steps, 4 west steps and n north steps. ; 2,30,300,2450,17640,116424,720720,4247100,24066900,132100540,706137432,3691172940,18929092000,95477508000,474659611200,2329787591640,11306322135900,54314684770500,258550604697000,1220631012701100,571...
30.533333
232
0.759825
e327cb845b3498b8d8c2e6e5acb364cc84c17a4f
5,244
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_21829_1469.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_21829_1469.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_21829_1469.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r12 push %r14 push %rbp push %rbx push %rcx push %rdi push %rsi lea addresses_UC_ht+0x1a7ce, %rsi lea addresses_D_ht+0x1b56c, %rdi nop nop nop nop xor $63220, %r12 mov $23, %rcx rep movsb nop nop nop nop nop cmp $30011, %rbx lea addresses_D_ht+0x1068c, %rsi lea address...
44.067227
2,999
0.663234
8198ed463a78eb39b7463d914ba2655e844ad338
2,708
asm
Assembly
sim/asm/fn30.asm
nanamake/avr_cpu
b557e64f471bbcabe7ef104e24ae9b3024cddcba
[ "MIT" ]
2
2021-01-21T01:36:26.000Z
2022-03-30T21:01:04.000Z
sim/asm/fn30.asm
nanamake/avr_cpu
b557e64f471bbcabe7ef104e24ae9b3024cddcba
[ "MIT" ]
null
null
null
sim/asm/fn30.asm
nanamake/avr_cpu
b557e64f471bbcabe7ef104e24ae9b3024cddcba
[ "MIT" ]
1
2020-03-05T06:04:24.000Z
2020-03-05T06:04:24.000Z
;--------------------------- ; test for asr/lsr/ror/swap ;--------------------------- ldi r16,0xc3 ldi r24,0x43 mov r7 ,r16 mov r8 ,r24 ldi r16,0xc2 ldi r24,0x42 mov r6 ,r7 mov r9 ,r8 mov r17,r16 mov r25,r24 asr r6 asr r9 asr r17 asr r25 ;---------...
20.515152
43
0.457164
bed17cb881e7ee90bbad54a8d6dd54e38febf465
69,513
asm
Assembly
Assembly/BouncingBall/Resources/Sprites.asm
detlefgrohs/C256-Foenix-FMX
35c767746aec09089727dc9a23c36d7f0e714d97
[ "MIT" ]
null
null
null
Assembly/BouncingBall/Resources/Sprites.asm
detlefgrohs/C256-Foenix-FMX
35c767746aec09089727dc9a23c36d7f0e714d97
[ "MIT" ]
null
null
null
Assembly/BouncingBall/Resources/Sprites.asm
detlefgrohs/C256-Foenix-FMX
35c767746aec09089727dc9a23c36d7f0e714d97
[ "MIT" ]
null
null
null
; Sprites for C256 Bouncing Ball Demo BouncingBallSprite00 .BYTE $00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00 .BYTE $00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$0...
130.909605
134
0.505891
b0f2c522a9afa992ce86968a3f7cb2a80ff04a12
799
asm
Assembly
programs/oeis/100/A100175.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/100/A100175.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/100/A100175.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A100175: Structured triakis tetrahedral numbers (vertex structure 4). ; 1,8,30,76,155,276,448,680,981,1360,1826,2388,3055,3836,4740,5776,6953,8280,9766,11420,13251,15268,17480,19896,22525,25376,28458,31780,35351,39180,43276,47648,52305,57256,62510,68076,73963,80180,86736,93640,100901,108528,116530,124916,133695,14287...
61.461538
640
0.803504
70ec61d0dccca3073f4a3fd2fdf4d5b90aabfe93
1,121
asm
Assembly
bootloader/bootsector/commons/load_lba.asm
LetsPlaySomeUbuntu/XitongOS-test-1
792d0c76f9aa4bb2b579d47c2c728394a3acf9f9
[ "MIT" ]
null
null
null
bootloader/bootsector/commons/load_lba.asm
LetsPlaySomeUbuntu/XitongOS-test-1
792d0c76f9aa4bb2b579d47c2c728394a3acf9f9
[ "MIT" ]
null
null
null
bootloader/bootsector/commons/load_lba.asm
LetsPlaySomeUbuntu/XitongOS-test-1
792d0c76f9aa4bb2b579d47c2c728394a3acf9f9
[ "MIT" ]
null
null
null
[bits 16] SECTION .text ; ; Utility function for loading sectors from LBA addresses in real mode. ; Parameters: ; EAX - the LBA address ; DL - drive number ; CL - number of sectors to load ; ES:BX - memory location ; ; Output: ; On success: CF clear ; On fail: CF...
24.369565
75
0.511151
2e0de8539cbaaa0a64b3b3b15c855450d4475b9f
50,289
asm
Assembly
game.asm
andyto/school-nus-ee2007
7ff28edff78865f92b08a078f08bbec78b434f0a
[ "MIT" ]
1
2016-08-30T07:05:25.000Z
2016-08-30T07:05:25.000Z
game.asm
andyto/school-nus-ee2007
7ff28edff78865f92b08a078f08bbec78b434f0a
[ "MIT" ]
null
null
null
game.asm
andyto/school-nus-ee2007
7ff28edff78865f92b08a078f08bbec78b434f0a
[ "MIT" ]
null
null
null
; EE2007 Project 4 ; Name: Andy To On Kin ;======================================================================================================================= ; Data Segment ;======================================================================================================================= DATA SEGMENT ;For vid...
26.301778
129
0.675615
f5b02b86c9a58cf9e7df4f9365e1623e9d880cdc
240
asm
Assembly
programs/oeis/004/A004444.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/004/A004444.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/004/A004444.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A004444: Nimsum n + 3. ; 3,2,1,0,7,6,5,4,11,10,9,8,15,14,13,12,19,18,17,16,23,22,21,20,27,26,25,24,31,30,29,28,35,34,33,32,39,38,37,36,43,42,41,40,47,46,45,44,51,50,49,48,55,54,53,52,59,58 mov $1,$0 mod $1,4 sub $0,$1 sub $0,$1 add $0,3
26.666667
165
0.608333
dc87c4485c195d8e11e331c249aad3eda1aaa48d
6,426
asm
Assembly
Transynther/x86/_processed/AVXALIGN/_ht_zr_/i3-7100_9_0x84_notsx.log_12410_2596.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/AVXALIGN/_ht_zr_/i3-7100_9_0x84_notsx.log_12410_2596.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/AVXALIGN/_ht_zr_/i3-7100_9_0x84_notsx.log_12410_2596.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 %rax push %rbp push %rbx push %rcx push %rdi push %rsi lea addresses_D_ht+0x2787, %rbp nop and $35940, %r11 mov $0x6162636465666768, %r12 movq %r12, %xmm0 movups %xmm0, (%rbp) nop nop nop nop nop xor $62011, %rdi lea addresses_UC_ht+0x19b7f...
40.1625
2,999
0.657952
5399ed2eda4082a05395e377f9affb22edb40767
526
asm
Assembly
Appl/Preferences/PrefMgr/prefmgrFormats.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
504
2018-11-18T03:35:53.000Z
2022-03-29T01:02:51.000Z
Appl/Preferences/PrefMgr/prefmgrFormats.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
96
2018-11-19T21:06:50.000Z
2022-03-06T10:26:48.000Z
Appl/Preferences/PrefMgr/prefmgrFormats.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
73
2018-11-19T20:46:53.000Z
2022-03-29T00:59:26.000Z
COMMENT @---------------------------------------------------------------------- Copyright (c) GeoWorks 1989 -- All Rights Reserved PROJECT: PC/GEOS MODULE: FILE: AUTHOR: Chris, 12/90 ROUTINES: Name Description ---- ----------- REVISION HISTORY: Name Date Description ---- ---- -----...
21.04
80
0.41635
318c14e5b6fdea3df59301da40e0e9eb35b76f74
720,134
asm
Assembly
kernel.asm
ajanaliz/XV6---Scheduler
5cc31a62ba08900d4ec174cd217887e57e5db103
[ "MIT-0" ]
null
null
null
kernel.asm
ajanaliz/XV6---Scheduler
5cc31a62ba08900d4ec174cd217887e57e5db103
[ "MIT-0" ]
null
null
null
kernel.asm
ajanaliz/XV6---Scheduler
5cc31a62ba08900d4ec174cd217887e57e5db103
[ "MIT-0" ]
null
null
null
kernel: file format elf32-i386 Disassembly of section .text: 80100000 <multiboot_header>: 80100000: 02 b0 ad 1b 00 00 add 0x1bad(%eax),%dh 80100006: 00 00 add %al,(%eax) 80100008: fe 4f 52 decb 0x52(%edi) 8010000b: e4 .byte 0xe4 8010000c <entry>: # E...
33.029124
74
0.533052
ae06ee2c19826d1258551e4f053b84850b005377
1,482
asm
Assembly
programs/oeis/106/A106852.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/106/A106852.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/106/A106852.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A106852: Expansion of 1/(1-x*(1-3*x)). ; 1,1,-2,-5,1,16,13,-35,-74,31,253,160,-599,-1079,718,3955,1801,-10064,-15467,14725,61126,16951,-166427,-217280,282001,933841,87838,-2713685,-2977199,5163856,14095453,-1396115,-43682474,-39494129,91553293,210035680,-64624199,-694731239,-500858642,1583335075,3085911001,-166409422...
114
1,354
0.8583
d2f94e2795ca7549f635c60e1416affbabf630ab
589
asm
Assembly
oeis/015/A015022.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/015/A015022.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/015/A015022.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A015022: q-factorial numbers for q=-8. ; Submitted by Jon Maiga ; 1,-7,-399,181545,661005345,-19253102683815,-4486300228074519855,8363069275661695069900425,124719129516554187174725699959425,-14879571721119777957252576955487113947975,-14201616428474592152386976225370375696382583866575,108436405528439280772730043048481...
42.071429
436
0.855688
9288fddfb5548617f18434aa7d8b5e6cac2c7234
9,669
asm
Assembly
R2_Comm_Link/asm/src/avr201.asm
CmdrZin/chips_avr_examples
d4b57a8efd6aff2a678adef4fd405e6359e891e6
[ "MIT" ]
5
2017-04-17T15:11:40.000Z
2021-12-13T23:52:09.000Z
R2_Comm_Link/asm/src/avr201.asm
CmdrZin/chips_avr_examples
d4b57a8efd6aff2a678adef4fd405e6359e891e6
[ "MIT" ]
null
null
null
R2_Comm_Link/asm/src/avr201.asm
CmdrZin/chips_avr_examples
d4b57a8efd6aff2a678adef4fd405e6359e891e6
[ "MIT" ]
null
null
null
;**** A P P L I C A T I O N N O T E A V R 2 0 1 *************************** ;* ;* Title : 16bit multiply routines using hardware multiplier ;* Version : V2.0 ;* Last updated : 10 Jun, 2002 ;* Target : Any AVR with HW multiplier ;* ;* Support email : avr@atmel.com ;* ;* DESCRIPTION ;* This application note show...
22.697183
79
0.541214
06022ac8a8a010eccc3d02ac857c578825a37c92
737
asm
Assembly
programs/oeis/210/A210983.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/210/A210983.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/210/A210983.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A210983: Total number of pairs of states of the first n subshells of the nuclear shell model in which the subshells are ordered by energy level in increasing order. ; 1,3,4,7,8,10,14,16,17,20,25,28,29,31,35,41,45,47,48,51,56,63,68,71,72,74,78,84,92,98,102,104,105,108,113,120,129,136,141,144,145,147,151,157,165,175,18...
32.043478
190
0.68114
ebef3143fda0dc449bbea77091bd0463ce3c4ed3
7,967
asm
Assembly
Transynther/x86/_processed/AVXALIGN/_ht_st_zr_un_/i7-7700_9_0x48_notsx.log_21829_356.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/AVXALIGN/_ht_st_zr_un_/i7-7700_9_0x48_notsx.log_21829_356.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/AVXALIGN/_ht_st_zr_un_/i7-7700_9_0x48_notsx.log_21829_356.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 %r13 push %r8 push %rax push %rbx push %rcx push %rdi push %rsi lea addresses_UC_ht+0xcbcc, %r10 sub $12600, %rbx mov $0x6162636465666768, %r8 movq %r8, %xmm0 vmovups %ymm0, (%r10) nop nop sub $59158, %rax lea addresses_WC_ht+0x145cc, %rax nop nop no...
34.340517
2,999
0.648927
58ac81c3866bedef725b7296266e68bfd33918fc
1,722
asm
Assembly
example/main.asm
TriumGroup/pic-intro
acde286c19125bdfe55e3c22be5aba0151d788c3
[ "MIT" ]
null
null
null
example/main.asm
TriumGroup/pic-intro
acde286c19125bdfe55e3c22be5aba0151d788c3
[ "MIT" ]
null
null
null
example/main.asm
TriumGroup/pic-intro
acde286c19125bdfe55e3c22be5aba0151d788c3
[ "MIT" ]
null
null
null
;------------------------------------------------------ ; EMBEDDED SYSTEMS ; Practical Work #1 ;------------------------------------------------------ ; This is a source file of the program which finds the ; maximal element from the given array of numbers. ;------------------------------------------------------ ; File...
28.229508
82
0.542393
45ad910da351cec67d1f941af446690a5f7df27a
123
asm
Assembly
CS2610/sample1.asm
shariefsmm/College-Codes
8fac4a980f8c20978862f3a16446b7cdb550d95a
[ "MIT" ]
null
null
null
CS2610/sample1.asm
shariefsmm/College-Codes
8fac4a980f8c20978862f3a16446b7cdb550d95a
[ "MIT" ]
null
null
null
CS2610/sample1.asm
shariefsmm/College-Codes
8fac4a980f8c20978862f3a16446b7cdb550d95a
[ "MIT" ]
null
null
null
# sample1.asm .data .text .globl main main: addi $t1, $zero, 97 #Can also be written as addi $9, $0, 97 li $v0, 10 syscall
15.375
60
0.666667
734218051de0f3adc49114a7dd5fda6be08821db
367
asm
Assembly
Archive/Boneless/asm/demo.asm
zignig/tinybx_stuff
5c62665c87c30fb7eb34a651992041bbdef10b0b
[ "MIT" ]
5
2019-03-30T01:08:13.000Z
2020-05-04T06:02:41.000Z
Archive/Boneless/asm/demo.asm
zignig/tinybx_stuff
5c62665c87c30fb7eb34a651992041bbdef10b0b
[ "MIT" ]
null
null
null
Archive/Boneless/asm/demo.asm
zignig/tinybx_stuff
5c62665c87c30fb7eb34a651992041bbdef10b0b
[ "MIT" ]
1
2020-05-04T06:02:17.000Z
2020-05-04T06:02:17.000Z
J init .macro on ADDI R0,1 STX R0,R4,0 .endm .macro off MOVI R3,0 STX R3,R4,0 .endm wait: MOVI R2,0 waiter: ADDI R2,1 CMP R2,R1 JE ex J waiter ex: JR R7,0 .macro WAIT JAL R7, wait .endm .macro long WAIT WAIT WAIT WAIT .endm init: MOVI R1,40000 blin...
8.534884
17
0.536785
86e1fabf64a1626afa41df0901b64d4376d2dd1d
695
asm
Assembly
emu/tests/hello.asm
travisg/cpu
27277f12c7f7b6383e77a053464ee96d6bd7322c
[ "MIT" ]
5
2015-09-15T10:56:58.000Z
2020-03-01T04:36:08.000Z
emu/tests/hello.asm
travisg/cpu
27277f12c7f7b6383e77a053464ee96d6bd7322c
[ "MIT" ]
null
null
null
emu/tests/hello.asm
travisg/cpu
27277f12c7f7b6383e77a053464ee96d6bd7322c
[ "MIT" ]
1
2019-06-29T08:25:29.000Z
2019-06-29T08:25:29.000Z
#define UART_ADDR 0x80000000 start: li sp, stack_end li r0, string bl printstr li r0, string2 bl printstr end: b end printstr: li r1, #UART_ADDR loop: ldr r2, [r0, #0] add r0, r0, #4 lsr r3, r2, #24 and r3, r3, #0xff bz r3, done str r3, [r1, #0] l...
12.636364
28
0.509353
814a901db2a3791bba28e7cfeae7728056d7592b
1,921
asm
Assembly
third_party/virtualbox/src/VBox/Runtime/common/asm/ASMAtomicXchgU16.asm
Fimbure/icebox-1
0b81992a53e1b410955ca89bdb6f8169d6f2da86
[ "MIT" ]
521
2019-03-29T15:44:08.000Z
2022-03-22T09:46:19.000Z
third_party/virtualbox/src/VBox/Runtime/common/asm/ASMAtomicXchgU16.asm
Fimbure/icebox-1
0b81992a53e1b410955ca89bdb6f8169d6f2da86
[ "MIT" ]
30
2019-06-04T17:00:49.000Z
2021-09-08T20:44:19.000Z
third_party/virtualbox/src/VBox/Runtime/common/asm/ASMAtomicXchgU16.asm
Fimbure/icebox-1
0b81992a53e1b410955ca89bdb6f8169d6f2da86
[ "MIT" ]
99
2019-03-29T16:04:13.000Z
2022-03-28T16:59:34.000Z
; $Id: ASMAtomicXchgU16.asm $ ;; @file ; IPRT - ASMAtomicXchgU16(). ; ; ; Copyright (C) 2006-2017 Oracle Corporation ; ; This file is part of VirtualBox Open Source Edition (OSE), as ; available from http://www.virtualbox.org. This file is free software; ; you can redistribute it and/or modify it under the terms of th...
31.491803
80
0.613222
bc337315e20e5ed71bb1256e22de5e0d1cfbcf71
697
asm
Assembly
data/pokemon/base_stats/togepi.asm
Karkino/KarkCrystal16
945dde0354016f9357e9d3798312cc6efa52ff7a
[ "blessing" ]
null
null
null
data/pokemon/base_stats/togepi.asm
Karkino/KarkCrystal16
945dde0354016f9357e9d3798312cc6efa52ff7a
[ "blessing" ]
null
null
null
data/pokemon/base_stats/togepi.asm
Karkino/KarkCrystal16
945dde0354016f9357e9d3798312cc6efa52ff7a
[ "blessing" ]
null
null
null
db 0 ; species ID placeholder db 45, 25, 60, 20, 45, 65 ; hp atk def spd sat sdf db FAIRY, FAIRY ; type db 190 ; catch rate db 74 ; base exp db NO_ITEM, NO_ITEM ; items db GENDER_F50 ; gender ratio db 100 ; unknown 1 db 10 ; step cycles to hatch db 5 ; unknown 2 INCBIN "gfx/pokemon/togepi/fro...
31.681818
244
0.710187
55f1454c8d3bb69d5a70c46020e40967746ceb06
703
asm
Assembly
oeis/282/A282310.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/282/A282310.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/282/A282310.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A282310: Number of n X 2 0..1 arrays with no 1 equal to more than four of its king-move neighbors. ; Submitted by Christian Krause ; 4,16,63,249,984,3888,15363,60705,239868,947808,3745143,14798457,58474224,231053472,912978459,3607518465,14254651188,56325444336,222562841967,879428812473,3474951296328,13730828852304,54...
87.875
499
0.853485
f5b0dae8fe6e9b02fbd506da42882024a298aed1
2,021
nasm
Assembly
Override/IntelFsp2Pkg/FspSecCore/Ia32/FspApiEntryT.nasm
LeeLeahy/quarkfsp
9ecfcb26fca38eddcbb7c947edac937507051fb6
[ "BSD-2-Clause" ]
2
2016-09-20T11:05:41.000Z
2020-12-10T05:33:09.000Z
Override/IntelFsp2Pkg/FspSecCore/Ia32/FspApiEntryT.nasm
LeeLeahy/quarkfsp
9ecfcb26fca38eddcbb7c947edac937507051fb6
[ "BSD-2-Clause" ]
null
null
null
Override/IntelFsp2Pkg/FspSecCore/Ia32/FspApiEntryT.nasm
LeeLeahy/quarkfsp
9ecfcb26fca38eddcbb7c947edac937507051fb6
[ "BSD-2-Clause" ]
2
2019-02-20T07:32:20.000Z
2019-07-31T03:21:53.000Z
;; @file ; Provide FSP API entry points. ; ; Copyright (c) 2016, Intel Corporation. All rights reserved.<BR> ; This program and the accompanying materials are licensed and made available ; under the terms and conditions of the BSD License which accompanies this ; distribution. The full text of the license may b...
31.092308
80
0.586343
4f8f6ce7d8ea6802f7d256dac0a7e271563fbc6e
938
asm
Assembly
Examples/ch04/AddSub3.asm
satadriver/LiunuxOS
693174ac2b3e503d72782fc7a14f18c8a4f2756c
[ "Apache-2.0" ]
null
null
null
Examples/ch04/AddSub3.asm
satadriver/LiunuxOS
693174ac2b3e503d72782fc7a14f18c8a4f2756c
[ "Apache-2.0" ]
null
null
null
Examples/ch04/AddSub3.asm
satadriver/LiunuxOS
693174ac2b3e503d72782fc7a14f18c8a4f2756c
[ "Apache-2.0" ]
null
null
null
TITLE Addition and Subtraction (AddSub3.asm) ; Chapter 4 example. Demonstration of ADD, SUB, ; INC, DEC, and NEG instructions, and how ; they affect the CPU status flags. ; Last update: 2/1/02 INCLUDE Irvine32.inc .data Rval SDWORD ? Xval SDWORD 26 Yval SDWORD 30 Zval SDWORD 40 .code main PR...
16.75
53
0.594883
b4e0065f7c806ed9eabe838deadd2b1f6bbe5277
539
asm
Assembly
oeis/335/A335876.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/335/A335876.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/335/A335876.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A335876: a(1) = 2, and for n > 1, a(n) = n + (n/p), where p is largest prime dividing n, A006530(n). ; Submitted by Jon Maiga ; 2,3,4,6,6,8,8,12,12,12,12,16,14,16,18,24,18,24,20,24,24,24,24,32,30,28,36,32,30,36,32,48,36,36,40,48,38,40,42,48,42,48,44,48,54,48,48,64,56,60,54,56,54,72,60,64,60,60,60,72,62,64,72,96,70,72...
53.9
301
0.630798
3ca06d461e9b4706007a030d6446c8805499625f
6,344
asm
Assembly
Transynther/x86/_processed/AVXALIGN/_ht_/i7-8650U_0xd2.log_1057_436.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/AVXALIGN/_ht_/i7-8650U_0xd2.log_1057_436.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/AVXALIGN/_ht_/i7-8650U_0xd2.log_1057_436.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 %rcx push %rdi push %rdx push %rsi lea addresses_normal_ht+0x10a43, %rsi lea addresses_normal_ht+0x6b7b, %rdi nop nop nop nop dec %r15 mov $1, %rcx rep movsb nop nop nop nop nop cmp $33871, %rdx lea addresses_normal_ht+0xefeb, %rsi lea addr...
35.244444
2,999
0.658102
3216fd88a93891dbb2a9b3d32935c7c942a2a92a
408
asm
Assembly
programs/oeis/000/A000108.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/000/A000108.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/000/A000108.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A000108: Catalan numbers: C(n) = binomial(2n,n)/(n+1) = (2n)!/(n!(n+1)!). ; 1,1,2,5,14,42,132,429,1430,4862,16796,58786,208012,742900,2674440,9694845,35357670,129644790,477638700,1767263190,6564120420,24466267020,91482563640,343059613650,1289904147324,4861946401452,18367353072152,69533550916004,263747951750360,100224...
40.8
271
0.759804
dd23243da6c0316cf891cf5464a5b2c9a5c5737a
575
asm
Assembly
src/bootloader/bootloader_disk.asm
Dudejoe870/FunOS
cea55e90505b6ff8e75313ca54e46c0ad645180c
[ "Unlicense" ]
2
2022-01-15T14:29:56.000Z
2022-01-15T22:52:23.000Z
src/bootloader/bootloader_disk.asm
Dudejoe870/FunOS
cea55e90505b6ff8e75313ca54e46c0ad645180c
[ "Unlicense" ]
null
null
null
src/bootloader/bootloader_disk.asm
Dudejoe870/FunOS
cea55e90505b6ff8e75313ca54e46c0ad645180c
[ "Unlicense" ]
null
null
null
[bits 16] disk_load: pusha push dx mov ah, 0x02 mov al, dh mov cl, 0x02 mov ch, 0x00 mov dh, 0x00 int 0x13 jc .disk_error pop dx cmp al, dh jne .sector_error popa ret .disk_error: mov bx, DISK_ERROR call print call print_nl ...
15.540541
61
0.56
34d1628ff70536babb1a1b951447f8817cc1daf2
339
asm
Assembly
programs/oeis/194/A194522.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/194/A194522.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
programs/oeis/194/A194522.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
; A194522: First coordinate of (4,5)-Lagrange pair for n. ; -1,-2,2,1,0,-1,3,2,1,0,-1,3,2,1,0,4,3,2,1,0,4,3,2,1,5,4,3,2,1,5,4,3,2,6,5,4,3,2,6,5,4,3,7,6,5,4,3,7,6,5,4,8,7,6,5,4,8,7,6,5,9,8,7,6,5,9,8,7,6,10,9,8,7,6,10,9,8,7,11,10,9,8,7,11,10,9,8,12,11,10,9,8,12,11,10,9 add $0,1 mul $0,2 lpb $0 sub $0,9 add $1,1 lpe ...
28.25
209
0.551622
c7306d5ae5e63e274b44a3f2f1d58111be7d844d
204
asm
Assembly
boot/kernel_entry.asm
musgravejw/OS
deaf471565ba6cea82cccd9e44bd14a017dab095
[ "BSD-3-Clause" ]
8
2019-11-09T19:14:04.000Z
2021-11-24T15:02:38.000Z
boot/kernel_entry.asm
musgravejw/OS
deaf471565ba6cea82cccd9e44bd14a017dab095
[ "BSD-3-Clause" ]
null
null
null
boot/kernel_entry.asm
musgravejw/OS
deaf471565ba6cea82cccd9e44bd14a017dab095
[ "BSD-3-Clause" ]
2
2019-11-10T06:26:57.000Z
2021-06-25T17:24:51.000Z
[bits 32] [extern __kernel_main] ; Define calling point. Must have same name as kernel.c 'main' function call __kernel_main ; Calls the C function. The linker will know where it is placed in memory jmp $
40.8
94
0.769608
7d4514049e58f71bc8bf4d57842246c4aa94aab6
766
asm
Assembly
oeis/005/A005371.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/005/A005371.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/005/A005371.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A005371: a(n) = L(L(n)), where L(n) are Lucas numbers A000032. ; Submitted by Jon Maiga ; 3,1,4,7,29,199,5778,1149851,6643838879,7639424778862807,50755107359004694554823204,387739824812222466915538827541705412334749,19679776435706023589554719270187913247121278789615838446937339578603,763063306752435746730923146338355...
95.75
484
0.819843
e31e740be51678e80a49c673bb2384ad96882fdf
282
asm
Assembly
programs/oeis/232/A232990.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/232/A232990.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/232/A232990.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A232990: Period 5: repeat [1,0,0,1,0]. ; 1,0,0,1,0,1,0,0,1,0,1,0,0,1,0,1,0,0,1,0,1,0,0,1,0,1,0,0,1,0,1,0,0,1,0,1,0,0,1,0,1,0,0,1,0,1,0,0,1,0,1,0,0,1,0,1,0,0,1,0,1,0,0,1,0,1,0,0,1,0,1,0,0,1,0,1,0,0,1,0,1,0,0,1,0,1,0,0,1,0,1,0,0,1,0,1,0,0,1,0 mod $0,5 mod $0,3 cmp $1,$0 mov $0,$1
35.25
201
0.514184
586dd853f7af0ba28caadfcb56bc13a1429e4339
967
asm
Assembly
libsrc/graphics/g800/bksave.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
libsrc/graphics/g800/bksave.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
1,600
2017-01-15T16:12:02.000Z
2022-03-31T12:11:12.000Z
libsrc/graphics/g800/bksave.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
; ; Fast background save ; ; $Id: bksave.asm $ ; SECTION smc_clib PUBLIC bksave PUBLIC _bksave EXTERN sety EXTERN setx EXTERN getpat .bksave ._bksave push ix ld hl,4 add hl,sp ld e,(hl) inc hl ld d,(hl) ;sprite address push de pop i...
11.650602
39
0.540848
2e94c9a7fb45d4f57f63ce046b9c42ca4f705aaa
745
asm
Assembly
oeis/239/A239761.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/239/A239761.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/239/A239761.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A239761: Number of pairs of functions (f, g) on a set of n elements into itself satisfying f(g(x)) = f(x). ; Submitted by Jamie Morken(s3) ; 1,1,10,159,3496,98345,3373056,136535455,6371523712,336784920849,19888195110400,1297716672601151,92721494240225280,7199830049013964921,603715489091812335616,543666227435650129893...
46.5625
491
0.826846
4c1d4a46566200951626bd32da72f4a068f6842a
952
asm
Assembly
oeis/085/A085348.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/085/A085348.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/085/A085348.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A085348: Ratio-determined insertion sequence I(0.264) (see the link below). ; Submitted by Christian Krause ; 1,4,19,72,341,1292,6119,23184,109801,416020,1970299,7465176,35355581,133957148,634430159,2403763488,11384387281,43133785636,204284540899,774004377960,3665737348901,13888945017644,65778987739319 mov $4,$0 mov...
17.962264
195
0.523109
a3586a393cced9e7c76f5e8f31cbde375ba8029a
3,587
asm
Assembly
FR/Softune/cpu_a.asm
nykytenko/uC-CPU
d963fd3b46ae3ebf718728c36cf73753e0fcbd27
[ "Apache-2.0" ]
null
null
null
FR/Softune/cpu_a.asm
nykytenko/uC-CPU
d963fd3b46ae3ebf718728c36cf73753e0fcbd27
[ "Apache-2.0" ]
null
null
null
FR/Softune/cpu_a.asm
nykytenko/uC-CPU
d963fd3b46ae3ebf718728c36cf73753e0fcbd27
[ "Apache-2.0" ]
null
null
null
;******************************************************************************************************** ; uC/CPU ; CPU CONFIGURATION & PORT LAYER ; ; Copyright 2004-2020 Silicon Laboratories Inc. www.silabs.com ; ; ...
43.743902
110
0.301366
b8264682cd2f13c09164e9c2bbb7c857e948b89a
1,121
asm
Assembly
programs/oeis/053/A053625.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/053/A053625.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/053/A053625.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A053625: Product of 6 consecutive integers. ; 0,0,0,0,0,0,720,5040,20160,60480,151200,332640,665280,1235520,2162160,3603600,5765760,8910720,13366080,19535040,27907200,39070080,53721360,72681840,96909120,127512000,165765600,213127200,271252800,342014400,427518000,530122320,652458240,797448960,968330880,1168675200,1402...
186.833333
1,053
0.892061
f6ee121fb65d53b72fb2e34226f68cd4f2c5c3a0
713
asm
Assembly
oeis/178/A178822.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/178/A178822.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/178/A178822.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A178822: Triangle read by rows: T(n,k) = C(n+5,5) * C(n,k), 0 <= k <= n. ; Submitted by Christian Krause ; 1,6,6,21,42,21,56,168,168,56,126,504,756,504,126,252,1260,2520,2520,1260,252,462,2772,6930,9240,6930,2772,462,792,5544,16632,27720,27720,16632,5544,792,1287,10296,36036,72072,90090,72072,36036,10296,1287,2002,18...
44.5625
501
0.73913
6adaff80880e48526a993a62a6f9f12230fb1c09
3,846
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_3_1550.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_3_1550.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_3_1550.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 %r8 push %rax push %rbx push %rcx push %rdi push %rsi lea addresses_WC_ht+0xc72c, %rdi nop xor $28449, %rbx movl $0x61626364, (%rdi) nop nop nop sub %r11, %r11 lea addresses_normal_ht+0x172c, %rsi lea addresses_D_ht+0x1b58c, %rdi clflush (%rdi) nop n...
19.424242
151
0.647686
f6f981010aba613942c5ef13d4b7ef49900a105e
3,020
asm
Assembly
Engine/GameModes/SplashScreens.asm
gbcompo21/ReboundGB
68611cf8e35bb03362dd9059173a03796ba3bde4
[ "MIT" ]
2
2021-11-23T21:13:20.000Z
2021-12-11T05:11:46.000Z
Engine/GameModes/SplashScreens.asm
gbcompo21/ReboundGB
68611cf8e35bb03362dd9059173a03796ba3bde4
[ "MIT" ]
null
null
null
Engine/GameModes/SplashScreens.asm
gbcompo21/ReboundGB
68611cf8e35bb03362dd9059173a03796ba3bde4
[ "MIT" ]
1
2021-10-02T17:48:56.000Z
2021-10-02T17:48:56.000Z
section "Splash screen RAM",wram0 Splash_Timer: db ; ================ section "Splash screen routines",rom0 GM_SplashScreens: ; we're already in VBlank, don't wait before disabling LCD ; LY = 149 on entry (may change) xor a ldh [rLCDC],a ldfar hl,LicenseScreenTiles ld de,$8000 call DecodeWLE ld hl,Lic...
17.97619
63
0.68543
f59c9e66c0f6f06e306ee38c30825ab456a7b7b4
638
asm
Assembly
oeis/283/A283028.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/283/A283028.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/283/A283028.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A283028: Number of inequivalent 4 X 4 matrices with entries in {1,2,3,...,n} up to vertical and horizontal reflections. ; 0,1,16576,10766601,1073790976,38147265625,705278736576,8308236966001,70368756760576,463255079498001,2500000075000000,11487432626662201,46221065046245376,166354152907593001,544488335559184576,16421...
79.75
478
0.877743
70efe835d6bd1a00bb1ffc599b1170147a618475
14,362
asm
Assembly
sources/ippcp/asm_ia32/pcpsha1w7as.asm
ymarkovitch/ipp-crypto
ac8f1c443cc79e9f2f8508f8c707c9ed0caa22c8
[ "Apache-2.0" ]
null
null
null
sources/ippcp/asm_ia32/pcpsha1w7as.asm
ymarkovitch/ipp-crypto
ac8f1c443cc79e9f2f8508f8c707c9ed0caa22c8
[ "Apache-2.0" ]
null
null
null
sources/ippcp/asm_ia32/pcpsha1w7as.asm
ymarkovitch/ipp-crypto
ac8f1c443cc79e9f2f8508f8c707c9ed0caa22c8
[ "Apache-2.0" ]
null
null
null
;=============================================================================== ; Copyright 2014-2019 Intel Corporation ; All Rights Reserved. ; ; If this software was obtained under the Intel Simplified Software License, ; the following terms apply: ; ; The source code, information and material ("Material") co...
31.221739
112
0.588637
86a986b6db35a5bfd6906ebeb80fd1025f7b92ad
607
asm
Assembly
c7612/assembly/helloworld/helloworld.asm
DimitryRakhlei/BTECH
fefe469bd7d1f4adbc70bdc57670e793ad4c31f6
[ "MIT" ]
null
null
null
c7612/assembly/helloworld/helloworld.asm
DimitryRakhlei/BTECH
fefe469bd7d1f4adbc70bdc57670e793ad4c31f6
[ "MIT" ]
4
2021-03-19T01:16:56.000Z
2022-01-13T01:18:49.000Z
c7612/assembly/helloworld/helloworld.asm
DimitryRakhlei/BTECH
fefe469bd7d1f4adbc70bdc57670e793ad4c31f6
[ "MIT" ]
null
null
null
; interrupt number 0x80 is used to perform write to stdout ; the venerable Hello World program ; Assemble as: nasm -f elf -g hello.asm ; Link as: ld -m elf_i386 -o hello hello.o section .text global _start _start: ;program entry point mov edx,len ;message length mov ecx,msg ;message to write mov ebx,...
27.590909
58
0.695222
3740e9af1b35f243e982d05f6e47d6510e4ebd64
470
asm
Assembly
libsrc/_DEVELOPMENT/temp/sp1/zx/tiles/asm_sp1_ScreenStr.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
libsrc/_DEVELOPMENT/temp/sp1/zx/tiles/asm_sp1_ScreenStr.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
1,600
2017-01-15T16:12:02.000Z
2022-03-31T12:11:12.000Z
libsrc/_DEVELOPMENT/temp/sp1/zx/tiles/asm_sp1_ScreenStr.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
; uint sp1_ScreenStr(uchar row, uchar col) ; 02.2006 aralbrec, Sprite Pack v3.0 ; sinclair spectrum version SECTION code_clib SECTION code_temp_sp1 PUBLIC asm_sp1_ScreenStr EXTERN asm_sp1_GetUpdateStruct asm_sp1_ScreenStr: ; Return tile at background coord given. ; ; enter : d = row coord ; e = col coord ;...
15.16129
42
0.689362
fd8e5ec74ee1ae5310da97f2f23fd77e7dddf98a
373
asm
Assembly
programs/oeis/143/A143690.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/143/A143690.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/143/A143690.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A143690: a(n) = A007318 * [1, 6, 14, 9, 0, 0, 0, ...]. ; 1,7,27,70,145,261,427,652,945,1315,1771,2322,2977,3745,4635,5656,6817,8127,9595,11230,13041,15037,17227,19620,22225,25051,28107,31402,34945,38745,42811,47152,51777,56695,61915,67446,73297,79477,85995,92860 mov $4,$0 lpb $0 sub $0,1 add $3,6 add $2,$3 a...
24.866667
207
0.648794
f04e486cae9a42f772dfdcd8c7aba31db2f91e44
708
asm
Assembly
programs/oeis/164/A164143.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/164/A164143.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
programs/oeis/164/A164143.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
; A164143: Number of binary strings of length n with equal numbers of 001 and 100 substrings ; 1,2,4,6,10,20,40,80,160,320,640,1280,2560,5120,10240,20480,40960,81920,163840,327680,655360,1310720,2621440,5242880,10485760,20971520,41943040,83886080,167772160,335544320,671088640,1342177280,2684354560,5368709120,1073741824...
47.2
504
0.812147
0b269dcfdc08f1ffc46c19f2a46789c6f27eb83f
735
asm
Assembly
oeis/049/A049417.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/049/A049417.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/049/A049417.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A049417: a(n) = isigma(n): sum of infinitary divisors of n. ; Submitted by Jon Maiga ; 1,3,4,5,6,12,8,15,10,18,12,20,14,24,24,17,18,30,20,30,32,36,24,60,26,42,40,40,30,72,32,51,48,54,48,50,38,60,56,90,42,96,44,60,60,72,48,68,50,78,72,70,54,120,72,120,80,90,60,120,62,96,80,85,84,144,68,90,96,144,72,150,74,114,104,100,...
22.96875
322
0.55102
63f55e8479bd2cb65ecd309eb667fa64aba0d321
462
asm
Assembly
oeis/101/A101497.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/101/A101497.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/101/A101497.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A101497: Expansion of (1-x^2)/(1-2x+2x^3+x^4). ; Submitted by Christian Krause ; 1,2,3,4,3,-2,-15,-40,-79,-126,-157,-116,99,638,1665,3248,5121,6274,4387,-4716,-27101,-69250,-133455,-207992,-250383,-164606,220227,1149212,2878019,5480190,8441729,9978208,6118017,-10127614,-48653373,-119520988,-224904765,-342375170 mov ...
24.315789
233
0.642857
eafd033a64f661b7ec7afc15da2a7048bfe22149
585
asm
Assembly
programs/oeis/055/A055491.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/055/A055491.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/055/A055491.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A055491: Smallest square divisible by n divided by largest square which divides n. ; 1,4,9,1,25,36,49,4,1,100,121,9,169,196,225,1,289,4,361,25,441,484,529,36,1,676,9,49,841,900,961,4,1089,1156,1225,1,1369,1444,1521,100,1681,1764,1849,121,25,2116,2209,9,1,4,2601,169,2809,36,3025,196,3249,3364,3481,225,3721,3844,49,1,4...
97.5
387
0.740171
6c9c06bb150a532f1bb945e43240813c8677dfa6
427
asm
Assembly
oeis/004/A004017.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/004/A004017.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/004/A004017.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A004017: Theta series of E_8 lattice with respect to deep hole. ; Submitted by Stefano Spezia ; 16,128,448,1024,2016,3584,5504,8192,12112,16128,21312,28672,35168,44032,56448,65536,78624,96896,109760,129024,154112,170496,194688,229376,252016,281344,327040,352256,390240,451584,476672,524288,596736,628992 mul $0,2 add ...
32.846154
209
0.761124
c0546d1314d137890f70d856c1663d6563ae85a9
206
asm
Assembly
libsrc/_DEVELOPMENT/adt/w_vector/c/sdcc_iy/w_vector_data_fastcall.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
libsrc/_DEVELOPMENT/adt/w_vector/c/sdcc_iy/w_vector_data_fastcall.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
libsrc/_DEVELOPMENT/adt/w_vector/c/sdcc_iy/w_vector_data_fastcall.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
; void *w_vector_data_fastcall(b_vector_t *v) SECTION code_adt_w_vector PUBLIC _w_vector_data_fastcall defc _w_vector_data_fastcall = asm_w_vector_data INCLUDE "adt/w_vector/z80/asm_w_vector_data.asm"
18.727273
48
0.849515
9b02225797904359f895d3188cad0d6d5e3d3ef0
8,624
asm
Assembly
Transynther/x86/_processed/AVXALIGN/_ht_zr_/i3-7100_9_0x84_notsx.log_21829_2218.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/AVXALIGN/_ht_zr_/i3-7100_9_0x84_notsx.log_21829_2218.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/AVXALIGN/_ht_zr_/i3-7100_9_0x84_notsx.log_21829_2218.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 %r15 push %r8 push %rax push %rcx push %rdi push %rsi lea addresses_A_ht+0x1774c, %rsi lea addresses_D_ht+0x13ed6, %rdi dec %r10 mov $118, %rcx rep movsw nop nop nop cmp $51184, %rsi lea addresses_WT_ht+0x92c6, %rsi lea addresses_D_ht+0x19dbc, %rdi n...
32.790875
2,999
0.659787
4c56024bd737fd294bdf2832fde2bc145f40dd72
1,972
asm
Assembly
data/examples/N64/Super Mario 64/armips - examples/04_DmaCopy.asm
DavidSM64/SimpleArmipsGui
2876912e414e0115f4181359ae3700d4794bd4f7
[ "MIT" ]
10
2017-06-26T16:17:36.000Z
2020-11-18T01:36:44.000Z
bin/Release/data/examples/N64/Super Mario 64/armips - examples/04_DmaCopy.asm
DavidSM64/SimpleArmipsGui
2876912e414e0115f4181359ae3700d4794bd4f7
[ "MIT" ]
null
null
null
bin/Release/data/examples/N64/Super Mario 64/armips - examples/04_DmaCopy.asm
DavidSM64/SimpleArmipsGui
2876912e414e0115f4181359ae3700d4794bd4f7
[ "MIT" ]
4
2017-08-06T18:54:11.000Z
2021-02-28T11:42:39.000Z
// [ARMIPS 0.9+] DmaCopy Example by Davideesk // SM64 function addresses .defineLabel func_osViBlack, 0x80323340 .defineLabel func_DMACopy, 0x80278504 .defineLabel func_printXY, 0x802D66C0 // Addresses to the custom text .defineLabel ascii_HelloDMACopy, 0x80370000 .defineLabel ascii_HelloDMACopy_ROM_start, 0x7F0000 ....
31.301587
82
0.74645
b8cab62122090e7c29d1861c44ad184051cdeff7
2,789
asm
Assembly
source/modules/basic/commands/print.asm
paulscottrobson/mega-basic
f71750889136e2fdc4e6053c5696593318162bcf
[ "MIT" ]
3
2019-12-03T06:05:24.000Z
2021-03-24T01:51:07.000Z
source/modules/basic/commands/print.asm
paulscottrobson/mega-basic
f71750889136e2fdc4e6053c5696593318162bcf
[ "MIT" ]
null
null
null
source/modules/basic/commands/print.asm
paulscottrobson/mega-basic
f71750889136e2fdc4e6053c5696593318162bcf
[ "MIT" ]
null
null
null
; ******************************************************************************************* ; ******************************************************************************************* ; ; Name : print.asm ; Purpose : PRINT Command ; Date : 24th August 2019 ; Author : Paul Robson (paul@robsons.org.uk) ; ; **...
20.659259
93
0.531373
d890c0f232f6c73367f242a6648bf4d8c3f856da
10,843
asm
Assembly
src/demo1.asm
vbguyny/c64kernel
0c9c63e822aca3b9e834025da8992c825d38e733
[ "Unlicense" ]
2
2020-10-10T21:48:25.000Z
2021-04-20T03:00:10.000Z
src/bak/demo1.asm
vbguyny/c64kernel
0c9c63e822aca3b9e834025da8992c825d38e733
[ "Unlicense" ]
1
2021-07-25T15:17:04.000Z
2021-07-27T14:49:14.000Z
src/demo1.asm
vbguyny/c64kernel
0c9c63e822aca3b9e834025da8992c825d38e733
[ "Unlicense" ]
null
null
null
incasm "kernel.hdr" ;incasm "kernel.asm" main @loop jsr console.clear$ lda #color.white$ sta console.setcharactercolor.color$ jsr console.setcharactercolor$ lda #<title sta console.writestr.straddress$ lda #>title sta console.writestr.straddress$+1 ...
22.54262
87
0.581297
505c2c76ced08e82c2376def484fa8ea0cd8faa7
219
asm
Assembly
libsrc/_DEVELOPMENT/math/float/math48/z80/am48_dequate.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
libsrc/_DEVELOPMENT/math/float/math48/z80/am48_dequate.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
libsrc/_DEVELOPMENT/math/float/math48/z80/am48_dequate.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
SECTION code_fp_math48 PUBLIC am48_dequate EXTERN mm48_equal ; set AC' = AC ; ; enter : AC = double x ; ; exit : AC'= AC = double x ; ; uses : bc', de', hl' defc am48_dequate = mm48_equal
12.882353
31
0.579909
c7197a1b1706a8591a0ea86b599e6df11a440fb2
299
asm
Assembly
oeis/111/A111395.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/111/A111395.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/111/A111395.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A111395: First digit of powers of 5 (n>=1). ; 1,5,2,1,6,3,1,7,3,1,9,4,2,1,6,3,1,7,3,1,9,4,2,1,5,2,1,7,3,1,9,4,2,1,5,2,1,7,3,1,9,4,2,1,5,2,1,7,3,1,8,4,2,1,5,2,1,6,3,1,8,4,2,1,5,2,1,6,3,1,8,4,2,1,5,2,1,6,3,1,8,4,2,1,5,2,1,6 mov $1,5 pow $1,$0 mov $0,$1 lpb $0 mov $2,$0 div $0,10 lpe mov $0,$2
24.916667
177
0.521739
bae2d34297dc5c47c812926064696c6023fc46fe
753
asm
Assembly
oeis/192/A192942.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/192/A192942.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/192/A192942.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A192942: Coefficient of x in the reduction by x^2 -> x+1 of the polynomial p(n,x)=(2x+1)(2x+2)...(2x+n). ; Submitted by Jamie Morken(w4) ; 0,2,10,62,448,3688,34056,348568,3916352,47919520,634256480,9029234720,137569217280,2233574372480,38497936301440,702049663399040,13504656880506880,273280886412413440,58034072523776...
39.631579
467
0.791501
449206961d8be972acece0a67d56d47945744655
9,509
asm
Assembly
Transynther/x86/_processed/NONE/_st_/i7-7700_9_0x48.log_4867_2331.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NONE/_st_/i7-7700_9_0x48.log_4867_2331.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NONE/_st_/i7-7700_9_0x48.log_4867_2331.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 %r15 push %r8 push %rcx push %rdi push %rdx push %rsi lea addresses_normal_ht+0x2c73, %r12 nop nop nop nop nop and %r13, %r13 movb $0x61, (%r12) nop nop nop xor $16944, %r15 lea addresses_normal_ht+0x109ab, %rdx nop nop add %rsi, %rsi movb $0x61, (%r...
29.623053
2,999
0.650752
7379e96f732f02880cadc4bde3ca10d903329cd5
820
asm
Assembly
oeis/090/A090780.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/090/A090780.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/090/A090780.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A090780: a(n) = n*Product_{p prime, p|n} (p - 1)/2. ; Submitted by Christian Krause ; 1,1,3,2,10,3,21,4,9,10,55,6,78,21,30,8,136,9,171,20,63,55,253,12,50,78,27,42,406,30,465,16,165,136,210,18,666,171,234,40,820,63,903,110,90,253,1081,24,147,50,408,156,1378,27,550,84,513,406,1711,60,1830,465,189,32,780,165,2211,272,75...
22.162162
367
0.57561
a8ed1848e11297e210625cc793e49b7ed0f96044
532
asm
Assembly
oeis/005/A005533.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/005/A005533.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/005/A005533.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A005533: Decimal expansion of fifth root of 4. ; Submitted by Christian Krause ; 1,3,1,9,5,0,7,9,1,0,7,7,2,8,9,4,2,5,9,3,7,4,0,0,1,9,7,1,2,2,9,6,4,0,1,3,3,0,3,3,4,6,9,0,1,3,1,9,3,4,1,8,6,8,1,5,0,5,8,0,7,7,9,5,9,8,0,5,3,5,9,8,0,8,9,3,5,2,0,8,3,0,0,5,0,3,5,3,7,9,5,2,3,5,9,5,9,4,9,8 mov $3,$0 mul $3,3 mov $7,10 lpb $3 ...
18.344828
201
0.531955
baeeacb592bb9b712df2effea2027b4a8c3dd969
1,300
asm
Assembly
Kernel.asm
mathoian/Assembly_ExampleSOMini16bits
82f5e2bb130fb68cb61a66356ece89af84fb9865
[ "MIT" ]
null
null
null
Kernel.asm
mathoian/Assembly_ExampleSOMini16bits
82f5e2bb130fb68cb61a66356ece89af84fb9865
[ "MIT" ]
null
null
null
Kernel.asm
mathoian/Assembly_ExampleSOMini16bits
82f5e2bb130fb68cb61a66356ece89af84fb9865
[ "MIT" ]
null
null
null
org 0000h ;organiza o offset push cs ;CS = endereço do programa atual pop ds ;DS = CS call clearscreen ;chama procedure de limpar a tela lea si, Mensagem ;SI = endereço da mensagem mov ah, 0Eh ;subfuncao para imprimir caractere repetição: mov al, [si] ;move para AL o caractere em SI cmp al, 0h ;compara com 0 ( fim da s...
37.142857
72
0.75
81ac27dcbefd5a404c0e7e47181689cdb23b66b3
486
asm
Assembly
Z80/smalltest/smalltest.asm
BleuLlama/LlamaVampireDrive
63f5990f239afaf7a88373041bece0873eb7b67b
[ "MIT" ]
4
2020-12-01T03:34:41.000Z
2021-07-22T23:26:40.000Z
Z80/smalltest/smalltest.asm
BleuLlama/LlamaVampireDrive
63f5990f239afaf7a88373041bece0873eb7b67b
[ "MIT" ]
null
null
null
Z80/smalltest/smalltest.asm
BleuLlama/LlamaVampireDrive
63f5990f239afaf7a88373041bece0873eb7b67b
[ "MIT" ]
null
null
null
; small test for the demo code ; .module SM_TEST .area .CODE (ABS) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; initial entry point .org 0x0000 ; start at 0x0000 di ; disable interrupts ; test some outs ld a, #0x55 out (0x11), a inc a out (0x22), a ; test some ins in a, (0x12) in a, (0xAB) ; write o...
12.15
40
0.553498
b864d3f695f08e909d04440275b5dea4595951f0
916
asm
Assembly
aots/libra/Book.asm
jaredwhitney/OrcaHLL
6f762f22c7fbbea0a9627792cb187cd2d1db57a4
[ "MIT" ]
null
null
null
aots/libra/Book.asm
jaredwhitney/OrcaHLL
6f762f22c7fbbea0a9627792cb187cd2d1db57a4
[ "MIT" ]
null
null
null
aots/libra/Book.asm
jaredwhitney/OrcaHLL
6f762f22c7fbbea0a9627792cb187cd2d1db57a4
[ "MIT" ]
null
null
null
[bits 32] dd Book.$FILE_END - Book.$FILE_START db "OrcaHLL Class", 0 db "Book", 0 Book.$FILE_START : Book.pages equ 4 Book.title equ 0 Book.Create: pop dword [Book.Create.returnVal] pop dword [Book.Create.$local.title] push eax push ebx push edx mov ecx, 8 push ecx mov ax, 0x0501 int 0x30 mov [Book.Create.$local.re...
16.654545
36
0.719432
98a5b350b131830146b7593e912848d32f40adac
25,478
asm
Assembly
2048.asm
fantestique/2048-gb-UP
33879073daa48208d051172a7d8ce80ef38cc73c
[ "Zlib" ]
81
2015-01-31T18:34:52.000Z
2022-03-18T15:32:50.000Z
2048.asm
fantestique/2048-gb-UP
33879073daa48208d051172a7d8ce80ef38cc73c
[ "Zlib" ]
2
2015-08-16T02:14:26.000Z
2022-03-01T18:05:17.000Z
2048.asm
fantestique/2048-gb-UP
33879073daa48208d051172a7d8ce80ef38cc73c
[ "Zlib" ]
9
2015-06-17T11:44:10.000Z
2021-02-12T23:18:58.000Z
INCLUDE "constants.asm" ; rst vectors go unused SECTION "rst00",HOME[0] ret SECTION "rst08",HOME[8] ret SECTION "rst10",HOME[$10] ret SECTION "rst18",HOME[$18] ret SECTION "rst20",HOME[$20] ret SECTION "rst30",HOME[$30] ret SECTION "rst38",HOME[$38] ret SECTION "vblank",HOME[$40] jp...
16.630548
134
0.521116
92d6a96d27388dcadc9bbd9b5e222fb072da2e8b
4,470
asm
Assembly
dino/lcs/123p/25.asm
zengfr/arcade_game_romhacking_sourcecode_top_secret_data
a4a0c86c200241494b3f1834cd0aef8dc02f7683
[ "Apache-2.0" ]
6
2020-10-14T15:29:10.000Z
2022-02-12T18:58:54.000Z
dino/lcs/123p/25.asm
zengfr/arcade_game_romhacking_sourcecode_top_secret_data
a4a0c86c200241494b3f1834cd0aef8dc02f7683
[ "Apache-2.0" ]
null
null
null
dino/lcs/123p/25.asm
zengfr/arcade_game_romhacking_sourcecode_top_secret_data
a4a0c86c200241494b3f1834cd0aef8dc02f7683
[ "Apache-2.0" ]
1
2020-12-17T08:59:10.000Z
2020-12-17T08:59:10.000Z
copyright zengfr site:http://github.com/zengfr/romhack 0013B0 clr.b ($25,A6) 0013B4 lea ($2a8,PC) ; ($165e), A0 [123p+ 25] 001460 btst #$0, ($25,A6) 001466 bne $1476 [123p+ 25] 0014A6 btst #$0, ($25,A6) 0014AC bne $14bc [123p+ 25] 001542 btst #$0, ($25,A6) 001548 beq $159c [123p+...
35.19685
104
0.563535
69191f7585c2db1d899f13d1491845b82a83674b
846
asm
Assembly
oeis/142/A142277.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/142/A142277.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/142/A142277.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A142277: Primes congruent to 28 mod 43. ; Submitted by Simon Strandgaard ; 71,157,587,673,1103,1361,1447,1619,1877,2221,2393,2909,3167,3253,3511,3769,4027,4457,4801,4973,5059,5231,6091,6263,6521,6607,6779,7639,8069,8929,9187,10133,10391,10477,10993,11251,11423,11681,11939,12197,12541,12713,12799,13229,13487,13831,143...
33.84
499
0.730496
975dc0480bdc8eb11f4d3843d82678747df735f9
849
asm
Assembly
programs/oeis/158/A158669.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/158/A158669.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/158/A158669.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A158669: a(n) = 900*n^2 - 30. ; 870,3570,8070,14370,22470,32370,44070,57570,72870,89970,108870,129570,152070,176370,202470,230370,260070,291570,324870,359970,396870,435570,476070,518370,562470,608370,656070,705570,756870,809970,864870,921570,980070,1040370,1102470,1166370,1232070,1299570,1368870,1439970,1512870,15875...
84.9
754
0.828033
7672630d5737b68ec1cf7455e8a6ed77db0f3401
9,442
asm
Assembly
decreasoner.macosx/software/relsat-dist/gmp-3.1/mpn/x86/pentium/mmx/rshift.asm
problem-frames/openpf
55100bd9cca61a182fc00cd3818bd59a6343ae6e
[ "BSD-3-Clause" ]
1
2019-05-03T20:03:11.000Z
2019-05-03T20:03:11.000Z
decreasoner.x86/software/relsat-dist/gmp-3.1/mpn/x86/pentium/mmx/rshift.asm
problem-frames/openpf
55100bd9cca61a182fc00cd3818bd59a6343ae6e
[ "BSD-3-Clause" ]
null
null
null
decreasoner.x86/software/relsat-dist/gmp-3.1/mpn/x86/pentium/mmx/rshift.asm
problem-frames/openpf
55100bd9cca61a182fc00cd3818bd59a6343ae6e
[ "BSD-3-Clause" ]
null
null
null
dnl Intel P5 mpn_rshift -- mpn right shift. dnl dnl P5: 1.75 cycles/limb. dnl Copyright (C) 2000 Free Software Foundation, Inc. dnl dnl This file is part of the GNU MP Library. dnl dnl The GNU MP Library is free software; you can redistribute it and/or dnl modify it under the terms of the GNU Lesser General ...
20.481562
79
0.566405
d03b854b1e25b958104bf0e59c89873d3d21140b
2,895
asm
Assembly
engine/battle_anims/helpers.asm
Ebernacher90/pokecrystal-allworld
5d623c760e936842cf92563912c5bd64dd69baef
[ "blessing" ]
null
null
null
engine/battle_anims/helpers.asm
Ebernacher90/pokecrystal-allworld
5d623c760e936842cf92563912c5bd64dd69baef
[ "blessing" ]
null
null
null
engine/battle_anims/helpers.asm
Ebernacher90/pokecrystal-allworld
5d623c760e936842cf92563912c5bd64dd69baef
[ "blessing" ]
null
null
null
ReinitBattleAnimFrameset: ld hl, BATTLEANIMSTRUCT_FRAMESET_ID add hl, bc ld [hl], a ld hl, BATTLEANIMSTRUCT_DURATION add hl, bc ld [hl], 0 ld hl, BATTLEANIMSTRUCT_FRAME add hl, bc ld [hl], -1 ret GetBattleAnimFrame: .loop ld hl, BATTLEANIMSTRUCT_DURATION add hl, bc ld a, [hl] and a jr z, .next_frame de...
16.734104
77
0.68601
09b49e2f51724b1c0c442ba5cacc86c45845331f
446
asm
Assembly
programs/oeis/338/A338043.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/338/A338043.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/338/A338043.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A338043: Draw n rays from each of two distinct points in the plane; a(n) is the number of edges thus created. See Comments for details. ; 2,3,10,7,22,15,38,27,58,43,82,63,110,87,142,115,178,147,218,183,262,223,310,267,362,315,418,367,478,423,542,483,610,547,682,615,758,687,838,763,922,843,1010,927,1102,1015,1198,1107...
31.857143
212
0.695067
e54e93484a033ba098d3203f3a690aca69bd896e
3,392
asm
Assembly
Encryption/Cryptlib/cryptolib_1.2/cryptolib/src/lmult32.asm
dendisuhubdy/grokmachine
120a21a25c2730ed356739231ec8b99fc0575c8b
[ "BSD-3-Clause" ]
46
2017-05-15T11:15:08.000Z
2018-07-02T03:32:52.000Z
Cryptlib/cryptolib_1.2/cryptolib/src/lmult32.asm
ab300819/applied-cryptography
3fddc4cda2e1874e978608259034d36c60a4dbba
[ "MIT", "Unlicense" ]
null
null
null
Cryptlib/cryptolib_1.2/cryptolib/src/lmult32.asm
ab300819/applied-cryptography
3fddc4cda2e1874e978608259034d36c60a4dbba
[ "MIT", "Unlicense" ]
24
2017-05-17T03:26:17.000Z
2018-07-09T07:00:50.000Z
.386p _TEXT segment word public use32 'CODE' _TEXT ends _DATA segment dword public use32 'DATA' _DATA ends _BSS segment dword public use32 'BSS' _BSS ends DGROUP group _DATA,_BSS assume cs:_TEXT,ds:DGROUP _TEXT segment word public use32 'CODE' assume cs:_TEXT ; ; unsigned long _EXPORT ; lmult(unsigned long *dst,unsi...
24.759124
71
0.589917
0c060c661c214a5dcdaf45af3170c40d85037eab
9,400
asm
Assembly
Transynther/x86/_processed/NONE/_xt_sm_/i9-9900K_12_0xa0.log_21829_347.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_0xa0.log_21829_347.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_0xa0.log_21829_347.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 %rbp push %rbx push %rcx push %rdi push %rsi lea addresses_UC_ht+0xfaef, %rsi lea addresses_A_ht+0x1dd8d, %rdi clflush (%rsi) clflush (%rdi) sub $35018, %r14 mov $127, %rcx rep movsw nop nop nop nop add %rcx, %rcx lea addresses_A_ht+0x1db8d,...
30.618893
2,999
0.654255
5721310cfeed970fbb0e30aa795e191f19812979
60
asm
Assembly
gfx/pokemon/tyranitar/anim_idle.asm
Dev727/ancientplatinum
8b212a1728cc32a95743e1538b9eaa0827d013a7
[ "blessing" ]
28
2019-11-08T07:19:00.000Z
2021-12-20T10:17:54.000Z
gfx/pokemon/tyranitar/anim_idle.asm
Dev727/ancientplatinum
8b212a1728cc32a95743e1538b9eaa0827d013a7
[ "blessing" ]
13
2020-01-11T17:00:40.000Z
2021-09-14T01:27:38.000Z
gfx/pokemon/tyranitar/anim_idle.asm
Dev727/ancientplatinum
8b212a1728cc32a95743e1538b9eaa0827d013a7
[ "blessing" ]
22
2020-05-28T17:31:38.000Z
2022-03-07T20:49:35.000Z
setrepeat 2 frame 0, 08 frame 5, 08 dorepeat 1 endanim
10
12
0.7
a7a85be509860d091846611f2008efde434792cf
692
asm
Assembly
oeis/128/A128831.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/128/A128831.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/128/A128831.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A128831: Number of n-tuples where each entry is chosen from the subsets of {1,2,3} such that the intersection of all n entries is empty. ; 1,27,343,3375,29791,250047,2048383,16581375,133432831,1070599167,8577357823,68669157375,549554511871,4397241253887,35181150961663,281462092005375,2251748274470911,1801419235183820...
69.2
495
0.865607
17fa6115adb0e6fd2557180ce624eeb1f07dc064
380
asm
Assembly
programs/oeis/329/A329975.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/329/A329975.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/329/A329975.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A329975: Beatty sequence for 1 + x + x^2, where x is the real solution of 1/x + 1/(1+x+x^2) = 1. ; 4,8,12,16,20,24,28,32,36,40,44,48,53,57,61,65,69,73,77,81,85,89,93,97,101,106,110,114,118,122,126,130,134,138,142,146,150,155,159,163,167,171,175,179,183,187,191,195,199,203,208,212,216,220,224,228,232 mov $1,$0 mul $0...
31.666667
203
0.65
a295e913bd99ef5ab93317a270a52ec525363679
921
asm
Assembly
lib/src/xr/x86/xrnloset.asm
zanud/xds-2.60
b4a32b9c9c91fe513fa5ff78ec87bb44102a3b72
[ "Apache-2.0" ]
53
2019-06-10T18:19:44.000Z
2021-12-28T18:56:00.000Z
Sources/Lib/src/xr/x86/xrnloset.asm
undecidedzogvisvitalispotent8stars360/xds
cfd20e209193c9cfcee94ad2ca30d8c32ead48c9
[ "Apache-2.0" ]
5
2020-07-10T16:06:48.000Z
2021-07-30T07:17:50.000Z
Sources/Lib/src/xr/x86/xrnloset.asm
undecidedzogvisvitalispotent8stars360/xds
cfd20e209193c9cfcee94ad2ca30d8c32ead48c9
[ "Apache-2.0" ]
20
2019-06-10T18:09:16.000Z
2021-10-02T19:46:42.000Z
; COPYRIGHT (c) 1995,99,2002 XDS. All Rights Reserved. ; X2C_LOSETs constant array cpu 386 bits 32 %ifdef OS2 group DGROUP _DATA section _DATA use32 align=4 FLAT public 'DATA' %else group DGROUP _DATA section _DATA ...
31.758621
68
0.571118
251cc862d7dccd5ebb8b1b53de3ece6d3fe38548
527
asm
Assembly
programs/oeis/274/A274536.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/274/A274536.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/274/A274536.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A274536: a(n) = 6 * sigma(n). ; 6,18,24,42,36,72,48,90,78,108,72,168,84,144,144,186,108,234,120,252,192,216,144,360,186,252,240,336,180,432,192,378,288,324,288,546,228,360,336,540,252,576,264,504,468,432,288,744,342,558,432,588,324,720,432,720,480,540,360,1008,372,576,624,762,504,864,408,756,576,864,432,1170,444,684,...
87.833333
400
0.711575
1c45c1fa3b34d6a4d415ff77c96da23528292534
40,861
asm
Assembly
raid/Setup/list/VSetup.asm
OS2World/DRV-VRAID
7154196d3d06293259354572f72fd3b36f39924c
[ "BSD-3-Clause" ]
null
null
null
raid/Setup/list/VSetup.asm
OS2World/DRV-VRAID
7154196d3d06293259354572f72fd3b36f39924c
[ "BSD-3-Clause" ]
null
null
null
raid/Setup/list/VSetup.asm
OS2World/DRV-VRAID
7154196d3d06293259354572f72fd3b36f39924c
[ "BSD-3-Clause" ]
null
null
null
title VSetup.cpp .386 .387 includelib CPPOM30.LIB includelib OS2386.LIB CODE32 segment dword use32 public 'CODE' CODE32 ends DATA32 segment dword use32 public 'DATA' DATA32 ends CONST32_RO segment dword use32 public 'CONST' CONST32_RO ends BSS32 segment dword use32 public 'BSS' BSS32 ends EH_CODE segment dword use...
18.803958
91
0.686865
164e4f2266440a9668590cf5ff68dfacfe7b7574
3,054
asm
Assembly
transformy/tables/gen/002d.asm
mborik/regression
25b5f2204ce668594449e8ce804779288b895ac0
[ "MIT" ]
3
2019-09-18T05:34:22.000Z
2020-12-04T17:46:52.000Z
transformy/tables/gen/002d.asm
mborik/regression
25b5f2204ce668594449e8ce804779288b895ac0
[ "MIT" ]
null
null
null
transformy/tables/gen/002d.asm
mborik/regression
25b5f2204ce668594449e8ce804779288b895ac0
[ "MIT" ]
1
2020-01-17T01:04:24.000Z
2020-01-17T01:04:24.000Z
ld a, 63 ld (basescradr + #04ef), a ld (basescradr + #06ee), a ld (basescradr + #086b), a ld (basescradr + #08ab), a ld (basescradr + #096b), a ld (basescradr + #09ab), a ld (basescradr + #0e4b), a ld (basescradr + #0f4b), a ld (basescradr + #0f8b), a ld (basescradr + #0fcc), a ld a, 7 ld (bas...
21.208333
28
0.557629