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
57c633288351164f49473ee4eeefac52a7f53137
887
asm
Assembly
programs/oeis/030/A030530.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/030/A030530.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
programs/oeis/030/A030530.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
; A030530: n appears A070939(n) times. ; 0,1,2,2,3,3,4,4,4,5,5,5,6,6,6,7,7,7,8,8,8,8,9,9,9,9,10,10,10,10,11,11,11,11,12,12,12,12,13,13,13,13,14,14,14,14,15,15,15,15,16,16,16,16,16,17,17,17,17,17,18,18,18,18,18,19,19,19,19,19,20,20,20,20,20,21,21,21,21,21,22,22,22,22,22,23,23,23,23,23,24,24,24,24,24,25,25,25,25,25,26,26...
55.4375
725
0.626832
1dfc8fcd9dd78cbf79d460c68aeda6cd038b6000
256
asm
Assembly
MC_libks.asm
Kannagi/Super-Kannagi-Sound
d3b078f6501717d67d1d3c5ed2fdb9c89491df0d
[ "MIT" ]
11
2016-10-26T19:32:05.000Z
2020-11-20T11:11:43.000Z
MC_libks.asm
KungFuFurby/Super-Kannagi-Sound
bf6696cc7d0bd7843fb0a036a07dcd3ff39ca75e
[ "MIT" ]
null
null
null
MC_libks.asm
KungFuFurby/Super-Kannagi-Sound
bf6696cc7d0bd7843fb0a036a07dcd3ff39ca75e
[ "MIT" ]
1
2018-02-17T10:41:14.000Z
2018-02-17T10:41:14.000Z
.include "LKS/MC_OAM.asm" .include "LKS/MC_Joypad.asm" .include "LKS/MC_Printf.asm" .include "LKS/MC_Load.asm" .include "LKS/MC_Clear.asm" .include "LKS/MC_BG.asm" .include "LKS/MC_DMA.asm" .include "LKS/MC_PAL.asm" .include "LKS/variable.asm"
21.333333
29
0.707031
224f729d9ae5718a6e4ec2cd1e25ee39a6364c49
60
asm
Assembly
tests/R/slt.asm
madhav-datt/mmcpu
e252133e3fd71076596c08775b79dd8bd35135b6
[ "MIT" ]
null
null
null
tests/R/slt.asm
madhav-datt/mmcpu
e252133e3fd71076596c08775b79dd8bd35135b6
[ "MIT" ]
null
null
null
tests/R/slt.asm
madhav-datt/mmcpu
e252133e3fd71076596c08775b79dd8bd35135b6
[ "MIT" ]
null
null
null
main: nor $s0, $0, $0 slt $s1, $s0, $0 slt $s2, $s0, $s0
15
22
0.466667
d7212f83c810bb03202f27e5ecb31ff94bd3abb3
2,439
asm
Assembly
nine/main.asm
sgadrat/super-tilt-bro
f918731c63a32dc3d0c80f10e7b053d6fa218c50
[ "WTFPL" ]
91
2017-08-06T18:30:13.000Z
2022-02-17T00:26:45.000Z
nine/main.asm
sgadrat/super-tilt-bro
f918731c63a32dc3d0c80f10e7b053d6fa218c50
[ "WTFPL" ]
2
2018-10-12T04:34:13.000Z
2021-12-25T17:01:18.000Z
nine/main.asm
sgadrat/super-tilt-bro
f918731c63a32dc3d0c80f10e7b053d6fa218c50
[ "WTFPL" ]
9
2016-10-08T21:24:37.000Z
2022-02-05T00:13:31.000Z
cursed: .( ; Do nothing, still reserve 3 bytes, so it can be changed by a JMP to do soimething without changing address rti nop nop .) nmi: .( ; Save CPU registers php pha txa pha tya pha ; Do not draw anything if not ready lda nmi_processing beq end ; reload PPU OAM (Objects Attributes Memory) with f...
16.705479
109
0.698237
69148c6c7b2c1b744cfb097383dc6479596ddc92
636
asm
Assembly
asm/bootloader/5/main.asm
BoKoIsMe/J1900_FreeBSD
19c4f7f01a37f4eda11a64040dad307a06563fb9
[ "BSD-2-Clause" ]
null
null
null
asm/bootloader/5/main.asm
BoKoIsMe/J1900_FreeBSD
19c4f7f01a37f4eda11a64040dad307a06563fb9
[ "BSD-2-Clause" ]
null
null
null
asm/bootloader/5/main.asm
BoKoIsMe/J1900_FreeBSD
19c4f7f01a37f4eda11a64040dad307a06563fb9
[ "BSD-2-Clause" ]
null
null
null
LOAD equ 07c00h EXEC equ 0600h MAGIC equ 0aa55h SIZE_MBR equ 512 DISP_BASE equ 0B800h DISP_MODE equ 0002h DISP_COLOUR equ 0ch org LOAD start: mov ax,cs mov ds,ax mov es,ax mov ss,ax mov fs,ax mov sp,07c00h mov di,(main - start) + EXEC mov si,main mov cx,SIZE_MBR - (main - start) rep movsb mov ax,...
14.454545
33
0.674528
a2a3c891fb09b2aeff9f388488496a01dc5372bc
432
asm
Assembly
Mid-Term/Solution/4.asm
AhnafNSU/CSE331L-Section-1-Fall20-NSU
870d9527411f8a74336d8c90d3a09e5750d88af7
[ "MIT" ]
null
null
null
Mid-Term/Solution/4.asm
AhnafNSU/CSE331L-Section-1-Fall20-NSU
870d9527411f8a74336d8c90d3a09e5750d88af7
[ "MIT" ]
null
null
null
Mid-Term/Solution/4.asm
AhnafNSU/CSE331L-Section-1-Fall20-NSU
870d9527411f8a74336d8c90d3a09e5750d88af7
[ "MIT" ]
null
null
null
.MODEL SMALL .STACK 100H .CODE MAIN PROC MOV BX,4 MOV CX,3 L1: PUSH CX MOV AH,2 L2: INT 21H LOOP L2 MOV CX,BX MOV DL,'*' L3: INT 21H LOOP L3 MOV AH,2 MOV DL,10 INT 21H MOV DL,13 INT 21H INC BX INC BX PO...
9.818182
27
0.414352
3b48b5f1f655fb3f5a3e1349713e7dfadd85be74
1,668
asm
Assembly
src/iat_info.asm
Shinao/Malicious
2e51454ed9ae6271aa3cb33ddba170ccffdcfa1b
[ "MIT" ]
82
2015-08-27T17:37:38.000Z
2021-08-07T19:47:14.000Z
src/iat_info.asm
Shinao/Malicious
2e51454ed9ae6271aa3cb33ddba170ccffdcfa1b
[ "MIT" ]
null
null
null
src/iat_info.asm
Shinao/Malicious
2e51454ed9ae6271aa3cb33ddba170ccffdcfa1b
[ "MIT" ]
15
2015-02-12T04:37:51.000Z
2021-03-20T07:50:26.000Z
push esi ; Keep start section ; IAT Hooking (ExitProcess) mov [DELTA VAKernelIAT], 0 ; Check if valid cmp [DELTA OffsetIAT], 0 je doNotHook ; Get IAT mov edi, ebx ; VA IAT mov [DELTA VAIAT], ebx mov eax, [DELTA OffsetIAT] sub edi, eax mov eax, [DELTA PeFileMap] add edi, eax ; IAT ; Iterate on all IAT Modules iterateI...
16.68
42
0.733213
b6f0831a7ef529d3b2df87a72529145a40a1358c
1,678
asm
Assembly
source/sub_colorwash.asm
svkampen/mangela_c64_demo
1720becce9ac0fd2f9736ab9c342d365b673fe0e
[ "MIT" ]
null
null
null
source/sub_colorwash.asm
svkampen/mangela_c64_demo
1720becce9ac0fd2f9736ab9c342d365b673fe0e
[ "MIT" ]
null
null
null
source/sub_colorwash.asm
svkampen/mangela_c64_demo
1720becce9ac0fd2f9736ab9c342d365b673fe0e
[ "MIT" ]
null
null
null
colwash ldx #$27 ; load x-register with #$27 to work through 0-39 iterations lda color+$27 ; init accumulator with the last color from first color table cycle1 ldy color-1,x ; remember the current color in color table in this iteration sta color-1,x ; overwrite that location with ...
54.129032
87
0.588796
1710e8b8f6e6fd996ff30bdfbd2b0f6f61fd3a41
3,702
asm
Assembly
src/utils.asm
ShellCode33/FindTool
0702c8a1d5e0e6774f641eb704598863d6f56ae1
[ "MIT" ]
null
null
null
src/utils.asm
ShellCode33/FindTool
0702c8a1d5e0e6774f641eb704598863d6f56ae1
[ "MIT" ]
null
null
null
src/utils.asm
ShellCode33/FindTool
0702c8a1d5e0e6774f641eb704598863d6f56ae1
[ "MIT" ]
null
null
null
.DATA ; Windows path wildcards WSTR Wildcard1, "*", 0 WSTR Wildcard2, "?", 0 WSTR Wildcard3, 62, 0 ; > WSTR Wildcard4, 60, 0 ; < WSTR Wildcard5, 34, 0 ; " SizeOfWchar equ SIZEOF WCHAR .CODE is_wildcard_in_string PROC push ebp mov ebp, esp mov esi, [ebp+8] push offset Wildcard1 push...
22.711656
151
0.669368
b24b2bd12059df3a936c082b2340747da024303d
1,668
asm
Assembly
Application/AssemblyCode/working_and_tmp_asm_files/SCORE_tens.asm
t0ddpar0dy/Handmade_Pacman
68cfdd355bd26e5f5d8d8d6ba344a71f2e19fd70
[ "MIT" ]
null
null
null
Application/AssemblyCode/working_and_tmp_asm_files/SCORE_tens.asm
t0ddpar0dy/Handmade_Pacman
68cfdd355bd26e5f5d8d8d6ba344a71f2e19fd70
[ "MIT" ]
null
null
null
Application/AssemblyCode/working_and_tmp_asm_files/SCORE_tens.asm
t0ddpar0dy/Handmade_Pacman
68cfdd355bd26e5f5d8d8d6ba344a71f2e19fd70
[ "MIT" ]
null
null
null
// simulate caller LUI 51 r1 ORI 246 r1 // current score address MOVI 0 r5 // set current score to 0 STOR r5 r1 MOVI 50 r12 MOVI 169 r10 //JAL r9 init_score init_score: // find location to write LUI 63 r0 // top left most glyph address ORI 255 r0 ADDI -106 r0 ADDI -106 r0 ADDI -106 r0 ADDI -106 r0 // offset ro...
17.935484
58
0.686451
db8275133057d7d7989cbbcc22ebee99ba28055c
56
asm
Assembly
samples/indent.asm
wilsonpilon/msx-menu
21110eb2e93ed033ed95d80f282b869c09f3714b
[ "Apache-2.0" ]
null
null
null
samples/indent.asm
wilsonpilon/msx-menu
21110eb2e93ed033ed95d80f282b869c09f3714b
[ "Apache-2.0" ]
null
null
null
samples/indent.asm
wilsonpilon/msx-menu
21110eb2e93ed033ed95d80f282b869c09f3714b
[ "Apache-2.0" ]
null
null
null
; indent.asm l1 nop l2 nop l3 nop l4 end
7
13
0.517857
314e15f66264f63f6e483c9c7e7a4dac89ff03fe
1,693
asm
Assembly
programs/oeis/039/A039936.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/039/A039936.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/039/A039936.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A039936: Smallest k for which k, 2k, ... nk all contain the digit 5. ; 5,25,25,125,125,125,125,625,625,625,625,625,625,625,625,3125,3125,3125,3125,3125,3125,3125,3125,3125,3125,3125,3125,3125,3125,3125,3125,15625,15625,15625,15625,15625,15625,15625,15625,15625,15625,15625,15625,15625,15625,15625,15625,15625,15625,156...
188.111111
1,574
0.824572
f81ed59023173427caf2633aeb0833ffdb76f0c8
1,160
asm
Assembly
programs/oeis/273/A273744.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/273/A273744.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/273/A273744.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A273744: Partial sums of the number of active (ON,black) cells in n-th stage of growth of two-dimensional cellular automaton defined by "Rule 901", based on the 5-celled von Neumann neighborhood. ; 1,9,34,83,164,285,454,679,968,1329,1770,2299,2924,3653,4494,5455,6544,7769,9138,10659,12340,14189,16214,18423,20824,2342...
82.857143
867
0.810345
3eef4df2818a198ce57ae68de99600a8e80e73f9
18,639
asm
Assembly
com/netfx/src/clr/vm/i386/jithelp.asm
npocmaka/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
17
2020-11-13T13:42:52.000Z
2021-09-16T09:13:13.000Z
com/netfx/src/clr/vm/i386/jithelp.asm
sancho1952007/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
2
2020-10-19T08:02:06.000Z
2020-10-19T08:23:18.000Z
com/netfx/src/clr/vm/i386/jithelp.asm
sancho1952007/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
14
2020-11-14T09:43:20.000Z
2021-08-28T08:59:57.000Z
; ==++== ; ; Copyright (c) Microsoft Corporation. All rights reserved. ; ; ==--== ; *********************************************************************** ; File: JIThelp.asm ; ; *********************************************************************** ; This contains JITinterface routines that are 100% ...
27.986486
81
0.615913
684855404c9a942b65d60ecce7b424b6be300550
7,952
asm
Assembly
Transynther/x86/_processed/NC/_st_zr_4k_sm_/i7-7700_9_0x48.log_21829_2844.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NC/_st_zr_4k_sm_/i7-7700_9_0x48.log_21829_2844.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NC/_st_zr_4k_sm_/i7-7700_9_0x48.log_21829_2844.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 %r9 push %rbp push %rcx push %rdi push %rsi lea addresses_WT_ht+0x119cd, %rsi lea addresses_normal_ht+0x1166d, %rdi and $53183, %rbp mov $80, %rcx rep movsq sub $53962, %r9 lea addresses_normal_ht+0x7155, %r13 and $13180, %r15 movb $0x61, (...
32.859504
2,999
0.657822
ccaf26c2e52c57dff3fd971b2bdbc7f833980833
885
asm
Assembly
src/unison/test/fast/Hexagon/speed/gcc.rtlanal.insn_dependent_p_1.asm
Patstrom/disUnison
94731ad37cefa9dc3b6472de3adea8a8d5f0a44b
[ "BSD-3-Clause" ]
88
2016-09-27T15:20:07.000Z
2022-03-24T15:23:06.000Z
src/unison/test/fast/Hexagon/speed/gcc.rtlanal.insn_dependent_p_1.asm
Patstrom/disUnison
94731ad37cefa9dc3b6472de3adea8a8d5f0a44b
[ "BSD-3-Clause" ]
56
2018-02-26T16:44:15.000Z
2019-02-23T17:07:32.000Z
src/unison/test/fast/Hexagon/speed/gcc.rtlanal.insn_dependent_p_1.asm
Patstrom/disUnison
94731ad37cefa9dc3b6472de3adea8a8d5f0a44b
[ "BSD-3-Clause" ]
10
2016-11-22T15:03:46.000Z
2020-07-13T21:34:31.000Z
.text .file "gcc.rtlanal.insn_dependent_p_1.ll" .hidden insn_dependent_p_1 .globl insn_dependent_p_1 .align 16 .type insn_dependent_p_1,@function insn_dependent_p_1: // @insn_dependent_p_1 // BB#0: { r16 = r2 memd(r29 + #-16) = r17:16 allocframe(#8) } { r1 = memw(r16 + #0) if...
19.23913
174
0.653107
cccbf7382e1986f2ae5dc7108b0cc2a2666e76aa
7,334
asm
Assembly
P6/data_P6_2/cal_R_test42.asm
alxzzhou/BUAA_CO_2020
b54bf367081a5a11701ebc3fc78a23494aecca9e
[ "Apache-2.0" ]
1
2022-01-23T09:24:47.000Z
2022-01-23T09:24:47.000Z
P6/data_P6_2/cal_R_test42.asm
alxzzhou/BUAA_CO_2020
b54bf367081a5a11701ebc3fc78a23494aecca9e
[ "Apache-2.0" ]
null
null
null
P6/data_P6_2/cal_R_test42.asm
alxzzhou/BUAA_CO_2020
b54bf367081a5a11701ebc3fc78a23494aecca9e
[ "Apache-2.0" ]
null
null
null
lui $1,40518 ori $1,$1,33164 lui $2,50948 ori $2,$2,11617 lui $3,8347 ori $3,$3,34327 lui $4,1416 ori $4,$4,14712 lui $5,54361 ori $5,$5,41473 lui $6,45599 ori $6,$6,34598 mthi $1 mtlo $2 sec0: nop nop nop slt $5,$6,$2 sec1: nop nop or $2,$4,$4 slt $1,$6,$2 sec2: nop nop andi $2,$0,10706 slt $3,$6,$2 sec3: ...
11.459375
19
0.523452
e8d5ddcc8980aafe4177fd71bfe224e3833aa378
910
asm
Assembly
programs/oeis/186/A186150.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/186/A186150.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
programs/oeis/186/A186150.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
; A186150: Rank of (1/4)n^3 when {(1/4)i^3: i>=1} and {j^2>: j>=1} are jointly ranked with (1/4)i^3 after j^2 when (1/4)i^3=j^2. Complement of A186151. ; 1,3,5,8,10,13,16,19,22,25,29,32,36,40,44,48,52,56,60,64,69,73,78,82,87,92,97,102,107,112,117,122,127,133,138,144,149,155,160,166,172,178,183,189,195,201,208,214,220,...
25.277778
370
0.573626
c243f4ea442e267607ca022de69708647259aa13
409
asm
Assembly
programs/oeis/332/A332697.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/332/A332697.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/332/A332697.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A332697: a(n) = (n^4 + 5*n^3 + 11*n^2 + 7*n)/6. ; 0,4,19,56,130,260,469,784,1236,1860,2695,3784,5174,6916,9065,11680,14824,18564,22971,28120,34090,40964,48829,57776,67900,79300,92079,106344,122206,139780,159185,180544,203984,229636,257635,288120,321234,357124,395941,437840 mov $1,$0 pow $1,2 mov $2,$0 add $0,1 add $...
22.722222
225
0.672372
087ff77fe8eb125204c6f49936701cbd9f5c1556
3,856
asm
Assembly
6502EMU/Instructions/CMP.asm
austinbentley/6502toAVR
98f43db3554741e6e25c0ab5acd394120a121c0d
[ "BSD-3-Clause" ]
null
null
null
6502EMU/Instructions/CMP.asm
austinbentley/6502toAVR
98f43db3554741e6e25c0ab5acd394120a121c0d
[ "BSD-3-Clause" ]
null
null
null
6502EMU/Instructions/CMP.asm
austinbentley/6502toAVR
98f43db3554741e6e25c0ab5acd394120a121c0d
[ "BSD-3-Clause" ]
null
null
null
/* * CMP.asm * * Created: 5/13/2018 3:19:37 PM * Author: ROTP */ CMP_immediate: swapPCwithTEMPPC ADIW ZH:ZL, 1 dereferencer r22 cp AR, r22 BRLT CMP_immediate_lt BREQ CMP_immediate_eq CMP_immediate_gt: ;AR > R22 => Z = 0, C = 1 CBR SR, ZERO_FLAG SBR SR, CARRY_FLAG ;JMP CMP_immediate_ret ADIW ZH:Z...
14.441948
33
0.689315
196215d4b26616547572e6d9295553d51387b32e
2,870
asm
Assembly
Transynther/x86/_processed/US/_zr_/i3-7100_9_0xca_notsx.log_136_139.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/US/_zr_/i3-7100_9_0xca_notsx.log_136_139.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/US/_zr_/i3-7100_9_0xca_notsx.log_136_139.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 %r9 push %rax push %rbp push %rcx push %rdi push %rsi lea addresses_normal_ht+0xf253, %rbp clflush (%rbp) nop nop nop nop cmp $20673, %r10 movb $0x61, (%rbp) nop nop nop nop nop add $3052, %r11 lea addresses_D_ht+0x5e53, %rsi lea addresses_D_ht+0x152...
20.35461
407
0.654704
57c07df1b5a691a60d93d4c93bef5b01f18a9908
1,121
asm
Assembly
FinT-FindMaxAndMinFigureInSignedNumbers.asm
CallMeMengMeng/ASSEMBLY-LANGUAGE
8c884b43906225045e4ee68497d8913394a0d71a
[ "MIT" ]
null
null
null
FinT-FindMaxAndMinFigureInSignedNumbers.asm
CallMeMengMeng/ASSEMBLY-LANGUAGE
8c884b43906225045e4ee68497d8913394a0d71a
[ "MIT" ]
null
null
null
FinT-FindMaxAndMinFigureInSignedNumbers.asm
CallMeMengMeng/ASSEMBLY-LANGUAGE
8c884b43906225045e4ee68497d8913394a0d71a
[ "MIT" ]
null
null
null
; There are 10 8-bit signed numbers stored in DATA, now try to compare them ; and find the max number and the min number, then store them in MAX and MIN, ; respectively. ;; FinT-FindMaxAndMin.asm still works. DATAS SEGMENT DATA DB -98,50,-23,1,56,76,-100,99,98,0 LEN DB $-DATA MAX DB 0 MIN D...
21.980392
138
0.611954
b9bc10d28f5ad82bf8d7546f46f89ccc6c2f037a
719
asm
Assembly
oeis/076/A076139.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/076/A076139.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/076/A076139.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A076139: Triangular numbers that are one-third of another triangular number: T(m) such that 3*T(m)=T(k) for some k. ; Submitted by Jon Maiga ; 0,1,15,210,2926,40755,567645,7906276,110120220,1533776805,21362755051,297544793910,4144264359690,57722156241751,803965923024825,11197800766105800,155965244802456376,2172315626...
47.933333
479
0.837274
1ee2283c345743fa29cba1de2e1c716b448842a0
452
asm
Assembly
programs/oeis/160/A160902.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/160/A160902.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/160/A160902.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A160902: Square array read by antidiagonals: a(m,n) = the smallest prime >= m*n. ; 2,2,2,3,5,3,5,7,7,5,5,11,11,11,5,7,11,13,13,11,7,7,13,17,17,17,13,7,11,17,19,23,23,19,17,11,11,17,23,29,29,29,23,17,11,11,19,29,29,31,31,29,29,19,11,11,23,29,37,37,37,37,37,29,23,11,13,23,31,37,41,43,43,41,37 seq $0,3991 ; Multiplicat...
75.333333
210
0.654867
5aef703d048c46465c2ba3f3265bf95c6ed9411c
500
asm
Assembly
Assembler/testTerm.asm
Rohansi/LoonyVM
6ef3a3e552875cdbe39c92f66c31c3c5eb3059e0
[ "Unlicense" ]
1
2019-01-19T14:15:53.000Z
2019-01-19T14:15:53.000Z
Assembler/testTerm.asm
Rohansi/LoonyVM
6ef3a3e552875cdbe39c92f66c31c3c5eb3059e0
[ "Unlicense" ]
null
null
null
Assembler/testTerm.asm
Rohansi/LoonyVM
6ef3a3e552875cdbe39c92f66c31c3c5eb3059e0
[ "Unlicense" ]
null
null
null
include 'loonyvm.inc' @@: rand r0 invoke itoa, r0, itoaBuffer1 invoke strlen, itoaBuffer1 invoke printString, str1 invoke printString, itoaBuffer1 invoke printString, str2 invoke strlen, itoaBuffer1 invoke itoa, r0, itoaBuffer2 invoke printString, itoaBuffer2 invoke printChar, 3...
21.73913
35
0.686
7af49fcd05d9d28bd5dc3f2fbbcd818aba4fb5a1
107,958
asm
Assembly
base/ntos/ke/i386/sysstubs.asm
987432340/wrk-v1.2
423d4c22b892bcc97778385bc0a646ed7a3cfbde
[ "Intel" ]
1
2022-03-12T13:57:18.000Z
2022-03-12T13:57:18.000Z
base/ntos/ke/i386/sysstubs.asm
987432340/wrk-v1.2
423d4c22b892bcc97778385bc0a646ed7a3cfbde
[ "Intel" ]
null
null
null
base/ntos/ke/i386/sysstubs.asm
987432340/wrk-v1.2
423d4c22b892bcc97778385bc0a646ed7a3cfbde
[ "Intel" ]
1
2021-11-25T08:18:04.000Z
2021-11-25T08:18:04.000Z
;++ ; ; Copyright (c) Microsoft Corporation. All rights reserved. ; ; You may only use this code if you agree to the terms of the Windows Research Kernel Source Code License agreement (see License.txt). ; If you do not agree to the terms, do not use the code. ; ; Module Name: ; ; sysstubs.asm ; ; Abstrac...
43.426388
135
0.793725
14d9438c06fe578bfdd01202f85ee899627ee77c
714
asm
Assembly
oeis/159/A159240.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/159/A159240.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/159/A159240.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A159240: Numerator of Hermite(n, 5/9). ; Submitted by Christian Krause ; 1,10,-62,-3860,-8468,2416600,31025080,-2038684400,-55569284720,2086442135200,101884438473760,-2361191874286400,-205169988103104320,2538457122581718400,457472566170954881920,-1182495092305788512000,-1123483286718478248185600,-81698055879281786587...
37.578947
493
0.805322
c41b296db4fdc4d59f93f2281e1c9d1a328f2a3d
793
asm
Assembly
programs/oeis/140/A140375.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/140/A140375.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/140/A140375.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A140375: Primes of the form 26n+23. ; 23,101,127,179,257,283,439,491,569,647,673,751,829,881,907,1063,1193,1297,1427,1453,1531,1583,1609,1973,1999,2129,2207,2311,2389,2441,2467,2753,2857,2909,3169,3221,3299,3533,3559,3637,3767,3793,3923,4001,4027,4079,4157,4261,4339,4391,4547,4651,4703,4729,4937,5119,5171,5197,5431,5...
33.041667
485
0.706179
21d7627afafb4891b07993eccfffa939e46d255a
553
asm
Assembly
programs/oeis/071/A071875.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/071/A071875.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
programs/oeis/071/A071875.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
; A071875: Decimal expansion of the eighth (of 10) decimal selvage number; the n-th digit of a decimal selvage number, x, is equal to the tenths digit of n*x. ; 7,4,2,9,7,4,2,9,6,4,1,9,6,4,1,8,6,3,1,8,6,3,0,8,5,3,0,8,5,2,0,7,5,2,0,7,4,2,9,7,4,2,9,6,4,1,9,6,4,1,8,6,3,1,8,6,3,0,8,5,3,0,8,5,2,0,7,5,2,0,7,4,2,9,7,4,2,9,6,4...
69.125
201
0.64557
15915cc174accc83775c790f590ce2b4643255d2
530
asm
Assembly
project/core.asm
HKhademian/AssemblyDandamudi
b4d4ccbb7e585953a8d2d22b47d815a3f45f9129
[ "Unlicense" ]
1
2020-05-07T14:20:09.000Z
2020-05-07T14:20:09.000Z
project/core.asm
HKhademian/AssemblyDandamudi
b4d4ccbb7e585953a8d2d22b47d815a3f45f9129
[ "Unlicense" ]
null
null
null
project/core.asm
HKhademian/AssemblyDandamudi
b4d4ccbb7e585953a8d2d22b47d815a3f45f9129
[ "Unlicense" ]
null
null
null
%ifndef CORE_ASM %define CORE_ASM extern Sleep extern Beep %macro sleep 1 ; %macro sleep 0-1 500 ;;; sleep(dur=500) ;;push eax push ecx push edx push DWORD %1 ; dur milis call Sleep ; eax = if err pop edx pop ecx ;;pop eax %endmacro %macro beep 2 ;;; console.beep(freq, dur=500) ;;; beeps in freq(arg0...
13.25
60
0.658491
e00c3c852a1168bd8fe89f290228dd38d2920908
248
asm
Assembly
libsrc/_DEVELOPMENT/arch/zx/misc/c/sdcc_ix/zx_cls_wc_pix.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
libsrc/_DEVELOPMENT/arch/zx/misc/c/sdcc_ix/zx_cls_wc_pix.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
1,600
2017-01-15T16:12:02.000Z
2022-03-31T12:11:12.000Z
libsrc/_DEVELOPMENT/arch/zx/misc/c/sdcc_ix/zx_cls_wc_pix.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
; void zx_cls_wc_pix(struct r_Rect8 *r, uchar pix) SECTION code_clib SECTION code_arch PUBLIC _zx_cls_wc_pix EXTERN l0_zx_cls_wc_pix _zx_cls_wc_pix: pop af pop bc pop hl push hl push bc push af jp l0_zx_cls_wc_pix
11.809524
50
0.717742
6471c37aba717f1ae61df5135a2ea41959809be8
659
asm
Assembly
oeis/165/A165457.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/165/A165457.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/165/A165457.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A165457: a(n) = (2*n+1)!*(2*n+3)/3. ; Submitted by Jamie Morken(s1) ; 1,10,280,15120,1330560,172972800,31135104000,7410154752000,2252687044608000,851515702861824000,391697223316439040000,215433472824041472000000,139600890389978873856000000,105259071354044070887424000000,91364873935310253530284032000000,90451225195957...
47.071429
501
0.852807
7b51d8d35c75b1453838939cd8291714b3d36916
157
asm
Assembly
src/sound/tables/vibrato.asm
ZoomTen/gbmp-v2
197fe9a2ec8da75a41beb794be4daffd3cd8bff1
[ "MIT" ]
null
null
null
src/sound/tables/vibrato.asm
ZoomTen/gbmp-v2
197fe9a2ec8da75a41beb794be4daffd3cd8bff1
[ "MIT" ]
null
null
null
src/sound/tables/vibrato.asm
ZoomTen/gbmp-v2
197fe9a2ec8da75a41beb794be4daffd3cd8bff1
[ "MIT" ]
null
null
null
VibratoTable: ; blech., dw .v020 ; 01 dw .v040 ; 02 .v020 db 0, -1, -2, -2, -1, 0, 1, 2, 2, 1 db $80 dw .v020 .v040 db 0, -1 db $80 dw .v040
13.083333
36
0.490446
47c2574288586ac70fa6641d77a60f73ec571058
5,347
asm
Assembly
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0xca.log_21829_261.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_261.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_261.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r13 push %r14 push %r8 push %rcx push %rdi push %rsi lea addresses_D_ht+0xcca4, %r14 nop xor %rdi, %rdi mov $0x6162636465666768, %r10 movq %r10, %xmm3 and $0xffffffffffffffc0, %r14 vmovaps %ymm3, (%r14) nop nop nop nop add %r8, %r8 lea addresses_D_ht+0x7624, ...
42.436508
2,999
0.658313
64b277c04c355b37899a2f900b6bf25d1b141a16
3,522
asm
Assembly
src/losp.asm
codebje/losp
f6134a842f254984cea7f5df15e94cf979aeb998
[ "MIT" ]
null
null
null
src/losp.asm
codebje/losp
f6134a842f254984cea7f5df15e94cf979aeb998
[ "MIT" ]
null
null
null
src/losp.asm
codebje/losp
f6134a842f254984cea7f5df15e94cf979aeb998
[ "MIT" ]
null
null
null
.z180 #target bin #code TEXT, $100 #data PROG, TEXT_end .align 4 program: equ $ #code TEXT org $100 ld sp, (6) jp main test: call alloc_init ld bc, $8038 loop: call allocate call print_state djnz loop dec c jr nz, loop jp 0 state_msg: .text 'BC=' state_bc: .text '????, allocated=' st...
13.97619
94
0.575525
0499ed25dd271ffc060d3a421f656fd70e49382e
1,166
asm
Assembly
Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0x48_notsx.log_1_1691.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0x48_notsx.log_1_1691.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0x48_notsx.log_1_1691.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 %rcx push %rdi push %rdx push %rsi // Load lea addresses_A+0x1149b, %r13 nop nop sub %r9, %r9 mov (%r13), %rdx inc %r13 // Store lea addresses_WC+0x7a9b, %rcx nop dec %rdi mov $0x515253545556575...
17.666667
121
0.636364
91787dac3fc9883a2821d932c0218f9b3e6aa12f
570
asm
Assembly
Jahr 1/MC/Programmierung/Maskierung/Maskierung/main.asm
BackInBash/Technikerschule
6e30654417732fae065e36a40789866ccca6aa7e
[ "MIT" ]
2
2021-01-20T16:16:41.000Z
2022-01-12T15:37:53.000Z
Jahr 1/MC/Programmierung/Maskierung/Maskierung/main.asm
BackInBash/Technikerschule
6e30654417732fae065e36a40789866ccca6aa7e
[ "MIT" ]
2
2020-06-17T21:55:24.000Z
2021-09-08T20:40:41.000Z
Jahr 1/MC/Programmierung/Maskierung/Maskierung/main.asm
BackInBash/Technikerschule
6e30654417732fae065e36a40789866ccca6aa7e
[ "MIT" ]
1
2020-12-28T13:03:34.000Z
2020-12-28T13:03:34.000Z
; ; Maskierung.asm ; ; Created: 07/05/2021 14:26:56 ; Author : Markus ; .INCLUDE "m16def.inc" init: ; Setup Bit-Mask LDI R16, 0b00001111 ; low-nibbl Mask LDI R17, 0b11110000 ; high-nibbl Mask LDI R18, 0 ; Register for low nibbl mask LDI R19, 0 ; Register for high nibbl mask LDI R20, 0xff ; Initialize POR...
16.285714
42
0.680702
97ff2a21e3762c190207e8a4165e51d29e20d2d1
554
asm
Assembly
programs/oeis/058/A058331.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/058/A058331.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/058/A058331.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A058331: a(n) = 2*n^2 + 1. ; 1,3,9,19,33,51,73,99,129,163,201,243,289,339,393,451,513,579,649,723,801,883,969,1059,1153,1251,1353,1459,1569,1683,1801,1923,2049,2179,2313,2451,2593,2739,2889,3043,3201,3363,3529,3699,3873,4051,4233,4419,4609,4803,5001,5203,5409,5619,5833,6051,6273,6499,6729,6963,7201,7443,7689,7939,819...
79.142857
496
0.763538
19f156b2858597db4ec6c3f38b02f954239891d8
335
asm
Assembly
oeis/240/A240917.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/240/A240917.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/240/A240917.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A240917: a(n) = 2*3^(2*n) - 3*3^n + 1. ; 0,10,136,1378,12880,117370,1060696,9559378,86073760,774781930,6973391656,62761587778,564857478640,5083726873690,45753570561016,411782221142578,3706040248563520,33354363011912650,300189269431736776,2701703431859199778 seq $0,36543 ; a(n) = T(3,n), array T given by A048471. pow...
47.857143
218
0.770149
cc50233471faa4d1eb6268a40d9bfa01b6d2acfd
2,718
asm
Assembly
02_adc/adc.asm
Telemin/xpress_asm
d78d8ccfdd160fd26a2d9c27d29f0fa91ea4923f
[ "MIT" ]
null
null
null
02_adc/adc.asm
Telemin/xpress_asm
d78d8ccfdd160fd26a2d9c27d29f0fa91ea4923f
[ "MIT" ]
null
null
null
02_adc/adc.asm
Telemin/xpress_asm
d78d8ccfdd160fd26a2d9c27d29f0fa91ea4923f
[ "MIT" ]
null
null
null
#include "p16F18855.inc" ; This contains all the definitions for our PIC ;PIC Config - We'll talk about this later ; __config 0x37EC __CONFIG _CONFIG1, _FEXTOSC_OFF & _RSTOSC_HFINT1 & _CLKOUTEN_OFF & _CSWEN_OFF & _FCMEN_ON ; CONFIG2 ; __config 0x3FFF __CONFIG _CONFIG2, _MCLRE_ON & _PWRTE_OFF & _LPBOREN_OFF & _BOREN_...
35.298701
118
0.686166
21656f78c762c01bb296c8042a5d381a256ad281
662
asm
Assembly
oeis/315/A315728.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/315/A315728.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/315/A315728.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A315728: Coordination sequence Gal.6.342.6 where G.u.t.v denotes the coordination sequence for a vertex of type v in tiling number t in the Galebach list of u-uniform tilings. ; Submitted by Simon Strandgaard ; 1,6,12,18,22,26,32,36,40,46,52,58,64,70,76,80,84,90,94,98,104,110,116,122,128,134,138,142,148,152,156,162,1...
44.133333
182
0.731118
a595c096436a3baa36654e96d611d1925e5e531f
395
asm
Assembly
bootloader/protected_mode/print_string_pm.asm
omerk2511/KatzOS
bf9d1ba22e5cc14b509938430595637c48856862
[ "MIT" ]
3
2019-12-04T09:42:45.000Z
2020-06-20T04:29:49.000Z
bootloader/protected_mode/print_string_pm.asm
omerk2511/KatzOS
bf9d1ba22e5cc14b509938430595637c48856862
[ "MIT" ]
null
null
null
bootloader/protected_mode/print_string_pm.asm
omerk2511/KatzOS
bf9d1ba22e5cc14b509938430595637c48856862
[ "MIT" ]
null
null
null
[bits 32] VIDEO_MEMORY equ 0xb8000 WHITE_ON_BLACK equ 0x0f ; Prints a NULL-terminated string that starts in the address ; written in ebx, in the top left corner of the screen print_string_pm: pushad mov edx, VIDEO_MEMORY print_string_pm_loop: mov al, byte [ebx] mov ah, WHITE_ON_BLACK mov word [edx], ax inc ...
14.62963
60
0.749367
256731497fae3d4f9b17ec629d3711d12b5f7f3f
5,613
asm
Assembly
Transynther/x86/_processed/AVXALIGN/_zr_/i7-8650U_0xd2_notsx.log_16487_105.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/AVXALIGN/_zr_/i7-8650U_0xd2_notsx.log_16487_105.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/AVXALIGN/_zr_/i7-8650U_0xd2_notsx.log_16487_105.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r14 push %r15 push %rax push %rbp push %rcx push %rdi push %rdx push %rsi lea addresses_A_ht+0x18c08, %rax nop dec %rsi mov $0x6162636465666768, %r14 movq %r14, %xmm2 movups %xmm2, (%rax) cmp $55711, %rdx lea addresses_D_ht+0xb4a4, %r14 nop nop nop nop nop inc %rbp mov...
44.547619
2,999
0.658293
db9fd51de93daf20160499d56aec92448e060578
27,098
asm
Assembly
LinearAlgebraFun.asm
hotRODNIK/Simple-Algorithims
d87cf51a9e7039388b734dcdb3b4bdf122e98046
[ "MIT" ]
null
null
null
LinearAlgebraFun.asm
hotRODNIK/Simple-Algorithims
d87cf51a9e7039388b734dcdb3b4bdf122e98046
[ "MIT" ]
null
null
null
LinearAlgebraFun.asm
hotRODNIK/Simple-Algorithims
d87cf51a9e7039388b734dcdb3b4bdf122e98046
[ "MIT" ]
null
null
null
# Program Name: LinearAlgebraFun.asm (I'm sorry but I really like Linear Algebra) # Programmer Name: Nick Eekhof # Program Description: This program sums and multiplies two, 2D arrays # using row and column access sub-routines # note the for the column access sum routine, the resulting matrix # is printed out by indiv...
20.638233
126
0.675437
66410bce4c1b3764536989c634ebf96fefc9cd7f
374
asm
Assembly
programs/oeis/243/A243860.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/243/A243860.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/243/A243860.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A243860: 2^(n+1) - (n-1)^2. ; 1,4,7,12,23,48,103,220,463,960,1967,3996,8071,16240,32599,65340,130847,261888,523999,1048252,2096791,4193904,8388167,16776732,33553903,67108288,134217103,268434780,536870183,1073741040,2147482807,4294966396,8589933631,17179868160,34359737279,68719475580 sub $1,$0 add $1,2 mov $2,$0 add ...
28.769231
255
0.737968
678ab5b1820ce03d7f71d3c7e6759a05d7aee59c
7,055
asm
Assembly
externals/mpir-3.0.0/mpn/x86/pentium4/sse2/sqr_basecase.asm
JaminChan/eos_win
c03e57151cfe152d0d3120abb13226f4df74f37e
[ "MIT" ]
1
2018-08-14T03:52:21.000Z
2018-08-14T03:52:21.000Z
externals/mpir-3.0.0/mpn/x86/pentium4/sse2/sqr_basecase.asm
JaminChan/eos_win
c03e57151cfe152d0d3120abb13226f4df74f37e
[ "MIT" ]
null
null
null
externals/mpir-3.0.0/mpn/x86/pentium4/sse2/sqr_basecase.asm
JaminChan/eos_win
c03e57151cfe152d0d3120abb13226f4df74f37e
[ "MIT" ]
null
null
null
dnl Intel Pentium-4 mpn_sqr_basecase -- square an mpn number. dnl Copyright 2001, 2002 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 Public License ...
19.929379
79
0.631467
9b87adef57ca5953fb93d91392e12f16554542f1
696
asm
Assembly
programs/oeis/206/A206492.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/206/A206492.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/206/A206492.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A206492: Sums of rows of the sequence of triangles with nonnegative integers and row widths defined by A004738. ; 0,3,3,9,21,19,11,25,45,74,66,49,26,55,90,134,190,170,138,97,50,103,162,230,310,405,365,310,243,167,85,173,267,370,485,615,763,693,605,502,387,263,133,269,411,562,725,903,1099,1316,1204,1071,920,754,576,38...
23.2
207
0.639368
8cf1538c985ad2ddc4e0390c373f650081afd989
2,177
asm
Assembly
dv3/hd/ide/mformat.asm
olifink/smsqe
c546d882b26566a46d71820d1539bed9ea8af108
[ "BSD-2-Clause" ]
null
null
null
dv3/hd/ide/mformat.asm
olifink/smsqe
c546d882b26566a46d71820d1539bed9ea8af108
[ "BSD-2-Clause" ]
null
null
null
dv3/hd/ide/mformat.asm
olifink/smsqe
c546d882b26566a46d71820d1539bed9ea8af108
[ "BSD-2-Clause" ]
null
null
null
; DV3 IDE Format V300  1998 Tony Tebby section dv3 xdef id_mformat xref hd_fpart xref hd_fchk xref id_ident xref dv3_slen xref gu_achpp xref gu_rchp include 'dev8_keys_err' include 'dev8_keys_qlwa' include 'dev8_dv3_keys' include 'dev8_dv3_hd_keys' include 'dev8_dv3_hd_ide_keys' include 'dev8_m...
20.345794
68
0.677079
258020b754f37caf1dc9a6c856241753cc530132
311
asm
Assembly
programs/oeis/088/A088841.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/088/A088841.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/088/A088841.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A088841: Numerator of quotient=sigma[7n]/sigma[n]. ; 8,8,8,8,8,8,57,8,8,8,8,8,8,57,8,8,8,8,8,8,57,8,8,8,8,8,8,57,8,8,8,8,8,8,57,8,8,8,8,8,8,57,8,8,8,8,8,8,400,8,8,8,8,8,8,57,8,8,8,8,8,8,57,8,8,8,8,8,8,57,8,8,8,8,8,8,57,8,8,8,8,8,8,57,8,8,8,8,8,8,57,8,8,8,8,8,8 add $0,1 gcd $0,49 div $0,6 mul $0,49 add $0,8
34.555556
209
0.569132
691b6322b7ff970884872cba4572470d0121280c
668
asm
Assembly
oeis/048/A048700.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/048/A048700.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/048/A048700.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A048700: Binary palindromes of odd length (written in base 10). ; Submitted by Jon Maiga ; 1,5,7,17,21,27,31,65,73,85,93,99,107,119,127,257,273,297,313,325,341,365,381,387,403,427,443,455,471,495,511,1025,1057,1105,1137,1161,1193,1241,1273,1285,1317,1365,1397,1421,1453,1501,1533,1539,1571,1619,1651,1675,1707,1755,178...
39.294118
455
0.718563
5921bdde1cc1c8f4dcbb242dcf62f72d6730dd2d
7,293
asm
Assembly
Transynther/x86/_processed/NONE/_st_/i7-7700_9_0x48_notsx.log_21829_241.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_notsx.log_21829_241.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_notsx.log_21829_241.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 %rax push %rbx push %rcx push %rdi push %rsi lea addresses_UC_ht+0xbea3, %rsi lea addresses_WT_ht+0xf204, %rdi clflush (%rdi) nop xor $3497, %r10 mov $67, %rcx rep movsb cmp $52684, %r11 lea addresses_WT_ht+0x13304, %rax nop nop nop nop nop...
34.079439
2,999
0.65652
b9e82bb0604a8de501dcfd8b8933d3ed8ee5a765
598
asm
Assembly
oeis/130/A130243.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/130/A130243.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/130/A130243.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A130243: Partial sums of the 'lower' Lucas Inverse A130241. ; Submitted by Christian Krause ; 1,2,4,7,10,13,17,21,25,29,34,39,44,49,54,59,64,70,76,82,88,94,100,106,112,118,124,130,137,144,151,158,165,172,179,186,193,200,207,214,221,228,235,242,249,256,264,272,280,288,296,304,312,320,328,336,344,352,360,368,376,384,39...
33.222222
375
0.683946
43ae1b4740a5a967ba3114543372c5c2475ca10c
101
asm
Assembly
ref/master-lib/src/rand.asm
mediaexplorer74/dosbox-x
be9f94b740234f7813bf5a063a558cef9dc7f9a6
[ "MIT" ]
3
2022-02-20T11:06:29.000Z
2022-03-11T08:16:55.000Z
ref/master-lib/src/rand.asm
mediaexplorer74/dosbox-x
be9f94b740234f7813bf5a063a558cef9dc7f9a6
[ "MIT" ]
null
null
null
ref/master-lib/src/rand.asm
mediaexplorer74/dosbox-x
be9f94b740234f7813bf5a063a558cef9dc7f9a6
[ "MIT" ]
null
null
null
.MODEL SMALL .DATA public random_seed,_random_seed _random_seed label dword random_seed dd 1 END
12.625
32
0.811881
e58d94d57e364a667a4409df002cd885939d1c9b
545
asm
Assembly
oeis/017/A017207.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/017/A017207.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/017/A017207.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A017207: a(n) = (9*n + 3)^11. ; 177147,743008370688,350277500542221,17714700000000000,317475837322472439,3116402981210161152,20635899893042801193,103510234140112521216,422351360321044921875,1469170321634239709184,4501035456767426597157,12433743083946522728448,31517572945366073781711,74300837068800000000000,1646215980...
77.857143
483
0.899083
842a698796f3a21af260f57b3aa6506b04877b8a
694
asm
Assembly
oeis/041/A041768.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/041/A041768.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/041/A041768.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A041768: Numerators of continued fraction convergents to sqrt(405). ; Submitted by Jon Maiga ; 20,161,6460,51841,2080100,16692641,669785740,5374978561,215668928180,1730726404001,69444725088220,557288527109761,22360985809478660,179445175002939041,7200167985927040300,57780789062419261441,2318431730482697497940,18605234...
40.823529
476
0.838617
fcf9a57a03f9761ec03113a3c82446ff010f0ba5
802
asm
Assembly
oeis/134/A134018.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/134/A134018.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/134/A134018.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A134018: Let P(A) be the power set of an n-element set A. Then a(n) = the number of pairs of elements {x,y} of P(A) for which either 0) x and y are disjoint and for which either x is a subset of y or y is a subset of x, or 1) x and y are intersecting but for which x is not a subset of y and y is not a subset of x. ; ...
72.909091
317
0.763092
90f4f94c6b0227c38efde5e8648b5498ef818a96
385
asm
Assembly
oeis/144/A144043.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/144/A144043.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/144/A144043.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A144043: a(2n-1) = 2*prime(n), a(2n) = prime(n) + prime(n+1). ; Submitted by Jamie Morken(s3) ; 4,5,6,8,10,12,14,18,22,24,26,30,34,36,38,42,46,52,58,60,62,68,74,78,82,84,86,90,94,100,106,112,118,120,122,128,134,138,142,144,146,152,158,162,166,172,178,186,194,198,202,204 mov $2,$0 div $2,2 sub $0,$2 seq $0,40 ; The p...
32.083333
176
0.644156
74bb1381c2aecdcdb19b8ef6dc52305b4d51cbd0
375
asm
Assembly
programs/oeis/052/A052183.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/052/A052183.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/052/A052183.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A052183: A second-order recursive sequence. ; 2,3,12,60,330,1911,11424,69768,432630,2713425,17168580,109390320,700939512,4512458580,29164264320,189120846288,1229917589262,8018580361365,52392620853300,342991368096300,2249282417749290 mov $1,$0 add $0,2 seq $1,1764 ; a(n) = binomial(3*n,n)/(2*n+1) (enumerates ternary ...
41.666667
188
0.776
3853299ce7701a3ee804e079e5d484ca7082e989
729
asm
Assembly
spec/assert_a_zero_spec.asm
andrzejsliwa/64spec
fb5e1325fb873b4c5052998377b6ec42e22580ba
[ "MIT" ]
53
2015-10-28T07:17:01.000Z
2022-01-26T15:46:02.000Z
spec/assert_a_zero_spec.asm
c64lib/64spec
bbf79e7b76a407725b0ba827e52e8372cf3aea69
[ "MIT" ]
4
2017-02-03T14:27:15.000Z
2021-05-13T12:01:08.000Z
spec/assert_a_zero_spec.asm
c64lib/64spec
bbf79e7b76a407725b0ba827e52e8372cf3aea69
[ "MIT" ]
11
2015-12-18T20:32:18.000Z
2022-03-26T19:31:34.000Z
.import source "64spec.asm" .eval config_64spec("print_immediate_result", false) sfspec: :init_spec() :describe("assert_a_zero") :it("works for all values of A register");{ .for (var a = 0; a < 256; a++) { .if (a == 0) { lda #a :assert_a_zero } else { lda #a :asser...
22.090909
96
0.580247
b568ff2ff4e133ac3c8da0ab8e5ca626b7f180fb
1,784
asm
Assembly
video/VideoSprite.asm
puzzud/puzl6502
c38fa015d0d25f2c29f79fa41de10f8cc8c39693
[ "MIT" ]
null
null
null
video/VideoSprite.asm
puzzud/puzl6502
c38fa015d0d25f2c29f79fa41de10f8cc8c39693
[ "MIT" ]
null
null
null
video/VideoSprite.asm
puzzud/puzl6502
c38fa015d0d25f2c29f79fa41de10f8cc8c39693
[ "MIT" ]
null
null
null
;------------------------------------------------------------------ !zone SetXVelocity SetXVelocity sta SpriteXVelocity,x rts ;------------------------------------------------------------------ !zone SetYVelocity SetYVelocity sta SpriteYVelocity,x rts ;-----------------------------------------...
17.320388
67
0.538117
b5a01e3f73235dfe42a5853c5aa7330b771b84a8
1,911
asm
Assembly
sidplay/sidplay.asm
clarkeaa/c64-demos
b7162f45303eeaa1280ae21218c85e32c299a64e
[ "MIT" ]
5
2016-01-29T14:06:20.000Z
2020-11-14T16:32:37.000Z
sidplay/sidplay.asm
clarkeaa/c64-demos
b7162f45303eeaa1280ae21218c85e32c299a64e
[ "MIT" ]
null
null
null
sidplay/sidplay.asm
clarkeaa/c64-demos
b7162f45303eeaa1280ae21218c85e32c299a64e
[ "MIT" ]
1
2021-03-24T17:24:13.000Z
2021-03-24T17:24:13.000Z
!cpu 6502 !to "sidplay.prg",cbm ; output file ;;; -------------------------------------------------- sid_start = $1035 sid_init = $1035 sid_play = $1038 ;;; -------------------------------------------------- * = $0801 ; BASIC start address (#2049) !byte $0d,$08,$dc,$07...
30.822581
65
0.420199
0ecb56524f0262ac16cf1ec1015ddb77f739fa39
143
asm
Assembly
other.7z/SFC.7z/SFC/ソースデータ/MarioKart/Meter.asm
prismotizm/gigaleak
d082854866186a05fec4e2fdf1def0199e7f3098
[ "MIT" ]
null
null
null
other.7z/SFC.7z/SFC/ソースデータ/MarioKart/Meter.asm
prismotizm/gigaleak
d082854866186a05fec4e2fdf1def0199e7f3098
[ "MIT" ]
null
null
null
other.7z/SFC.7z/SFC/ソースデータ/MarioKart/Meter.asm
prismotizm/gigaleak
d082854866186a05fec4e2fdf1def0199e7f3098
[ "MIT" ]
null
null
null
Name: Meter.asm Type: file Size: 31044 Last-Modified: '1992-07-01T15:00:00Z' SHA-1: 9F9F1517D77AFFC43B7A9E1929DDA10DC669D94B Description: null
20.428571
47
0.811189
478a98384364cf2e574e4634ca830a73a19492a3
7,499
asm
Assembly
Transynther/x86/_processed/NC/_zr_/i7-8650U_0xd2_notsx.log_21829_986.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NC/_zr_/i7-8650U_0xd2_notsx.log_21829_986.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NC/_zr_/i7-8650U_0xd2_notsx.log_21829_986.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r12 push %r9 push %rbp push %rcx push %rdi push %rsi lea addresses_D_ht+0x8ea6, %rsi lea addresses_normal_ht+0x189fa, %rdi nop nop nop cmp $21603, %r9 mov $98, %rcx rep movsw nop add $55714, %rcx lea addresses_D_ht+0x15886, %r9 nop nop add $14294, %...
31.64135
2,999
0.657954
b33ced2d91e2868023e0e9302e9a3e792ee526ed
113
asm
Assembly
example/plugin/plugin.asm
suzukiplan/z80-console
cebf9e453c91196d3de932fdb23591e3acd48116
[ "MIT" ]
null
null
null
example/plugin/plugin.asm
suzukiplan/z80-console
cebf9e453c91196d3de932fdb23591e3acd48116
[ "MIT" ]
null
null
null
example/plugin/plugin.asm
suzukiplan/z80-console
cebf9e453c91196d3de932fdb23591e3acd48116
[ "MIT" ]
null
null
null
org $0000 .Start nop in a, ($C0) in a, ($C1) out ($C0), a out ($C1), a ld a, 0 nop ret
8.692308
15
0.415929
95e684af54b8bb19bb9221af890260b5192626d2
499
asm
Assembly
oeis/085/A085523.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/085/A085523.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/085/A085523.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A085523: Product_{k=0..n} (4^(2k+1)+1). ; Submitted by Jon Maiga ; 1,5,325,333125,5458253125,1430853765453125,6001437102708869453125,402749632331680654432389453125,432449125237897791207428190509189453125,7429419400754766057344059513229133345069189453125,2042183254696046247075864924725939712088925233082669189453125,89...
31.1875
324
0.813627
f3ff31519078bc736a940d17005669e8c39a219b
274
asm
Assembly
mc-sema/validator/x86_64/tests/AND32mr.asm
randolphwong/mcsema
eb5b376736e7f57ff0a61f7e4e5a436bbb874720
[ "BSD-3-Clause" ]
2
2021-08-07T16:21:29.000Z
2021-11-17T10:58:37.000Z
mc-sema/validator/x86_64/tests/AND32mr.asm
randolphwong/mcsema
eb5b376736e7f57ff0a61f7e4e5a436bbb874720
[ "BSD-3-Clause" ]
null
null
null
mc-sema/validator/x86_64/tests/AND32mr.asm
randolphwong/mcsema
eb5b376736e7f57ff0a61f7e4e5a436bbb874720
[ "BSD-3-Clause" ]
null
null
null
BITS 64 ;TEST_FILE_META_BEGIN ;TEST_TYPE=TEST_F ;TEST_IGNOREFLAGS=FLAG_AF ;TEST_FILE_META_END ; AND32mr ;TEST_BEGIN_RECORDING lea rax, [rsp-0x4] mov DWORD [rax], 0x55555 mov ebx, 0x77777 and DWORD [rax], ebx mov eax, 0x0 ;TEST_END_RECORDING
18.266667
28
0.70438
7f494de5bddb85a86902706953d66bc958f19688
1,594
asm
Assembly
COMP273 WINTER 2019/A2/capitalize.asm
Seibaah/McGill-COMP
9e9ead8167aead2337c8731dcbe6b541d9ee231b
[ "Unlicense" ]
null
null
null
COMP273 WINTER 2019/A2/capitalize.asm
Seibaah/McGill-COMP
9e9ead8167aead2337c8731dcbe6b541d9ee231b
[ "Unlicense" ]
null
null
null
COMP273 WINTER 2019/A2/capitalize.asm
Seibaah/McGill-COMP
9e9ead8167aead2337c8731dcbe6b541d9ee231b
[ "Unlicense" ]
null
null
null
# This program illustrates an exercise of capitalizing a string. # The test string is hardcoded. The program should capitalize the input string # Comment your work .data prompt: .asciiz "Enter a string:\n" in_space: .space 1024 out_space: .space 1024 .text .globl main main: li $v0, 4 #Print...
26.566667
107
0.646801
ec71a24c411707b6e42d6d172b8cc5838ba5d8d4
7,936
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca.log_21829_1496.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca.log_21829_1496.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca.log_21829_1496.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 %rax push %rbp push %rcx push %rdi push %rdx push %rsi lea addresses_WT_ht+0x11bb7, %rbp nop nop nop nop add %rax, %rax mov $0x6162636465666768, %r13 movq %r13, (%rbp) nop nop nop sub $50490, %r10 lea addresses_WC_ht+0x1649e, %rdx nop nop n...
34.060086
2,999
0.654864
d6448735ddc3fb9b448ff61ab688820c85711206
570
asm
Assembly
Lab3/Lab3/lab3.asm
ConstantinCezB/Computer-Architecture-assembly
24ddc05c96d2be019c77e914a3b1146352b4088e
[ "Apache-2.0" ]
null
null
null
Lab3/Lab3/lab3.asm
ConstantinCezB/Computer-Architecture-assembly
24ddc05c96d2be019c77e914a3b1146352b4088e
[ "Apache-2.0" ]
null
null
null
Lab3/Lab3/lab3.asm
ConstantinCezB/Computer-Architecture-assembly
24ddc05c96d2be019c77e914a3b1146352b4088e
[ "Apache-2.0" ]
null
null
null
TITLE Lab2 INCLUDE Irvine32.inc .data myArray DWORD 0001h, 0002h, 0003h, 0004h, 0005h, 0006h myArraySize DWORD SIZEOF myArray myArrayLength DWORD LENGTHOF myArray myByte1 BYTE "a" myByte2 BYTE ?,0 myArray2 SDWORD 10 DUP(-71) .code main PROC MOV AL, myByte1 SUB AL, 20h MOV myByte2, AL CALL WriteChar CALL C...
15
55
0.752632
e93e8e7b9404f8bbfe3907804be0f57785baa32c
566
asm
Assembly
oeis/286/A286065.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/286/A286065.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/286/A286065.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A286065: Positions of 0 in A286064; complement of A286066. ; Submitted by Jon Maiga ; 3,5,9,10,15,17,22,23,27,29,33,34,39,40,44,46,51,53,57,58,63,65,70,71,75,77,82,84,88,89,94,95,99,101,105,106,111,113,118,119,123,125,129,130,135,136,140,142,147,149,153,154,159,160,164,166,170,171,176,178,183,184,188,190,195,197,201,...
51.454545
365
0.715548
bf7e6b748ed516689044b517159685410dde20d6
221
asm
Assembly
libsrc/math/genmath/dmul.asm
andydansby/z88dk-mk2
51c15f1387293809c496f5eaf7b196f8a0e9b66b
[ "ClArtistic" ]
1
2020-09-15T08:35:49.000Z
2020-09-15T08:35:49.000Z
libsrc/math/genmath/dmul.asm
andydansby/z88dk-MK2
51c15f1387293809c496f5eaf7b196f8a0e9b66b
[ "ClArtistic" ]
null
null
null
libsrc/math/genmath/dmul.asm
andydansby/z88dk-MK2
51c15f1387293809c496f5eaf7b196f8a0e9b66b
[ "ClArtistic" ]
null
null
null
; ; Z88dk Generic Floating Point Math Library ; ; ; ; $Id: dmul.asm,v 1.1 2008/07/27 21:44:57 aralbrec Exp $: XLIB dmul LIB fmul .dmul pop hl ;ret address pop de pop ix pop bc push hl jp fmul
11.05
63
0.606335
7b9b081200449662361b0f21ed6667524aa36143
1,536
asm
Assembly
Examples/ch07/ExtAdd.asm
satadriver/LiunuxOS
693174ac2b3e503d72782fc7a14f18c8a4f2756c
[ "Apache-2.0" ]
null
null
null
Examples/ch07/ExtAdd.asm
satadriver/LiunuxOS
693174ac2b3e503d72782fc7a14f18c8a4f2756c
[ "Apache-2.0" ]
null
null
null
Examples/ch07/ExtAdd.asm
satadriver/LiunuxOS
693174ac2b3e503d72782fc7a14f18c8a4f2756c
[ "Apache-2.0" ]
null
null
null
TITLE Extended Addition Example (ExtAdd.asm) ; This program calculates the sum of two 64-bit integers. ; Chapter 7 example. ; Last update: 07/18/01 INCLUDE Irvine16.inc .data op1 QWORD 0A2B2A40674981234h op2 QWORD 08010870000234502h sum DWORD 3 dup(?) ; = 0000000122C32B0674BB5736 .code main ...
26.482759
58
0.599609
5c3ba48146bb7921343a0fc4ab3e223c71bc0b5b
893
asm
Assembly
sk/sfx/5F.asm
Cancer52/flamedriver
9ee6cf02c137dcd63e85a559907284283421e7ba
[ "0BSD" ]
9
2017-10-09T20:28:45.000Z
2021-06-29T21:19:20.000Z
sk/sfx/5F.asm
Cancer52/flamedriver
9ee6cf02c137dcd63e85a559907284283421e7ba
[ "0BSD" ]
12
2018-08-01T13:52:20.000Z
2022-02-21T02:19:37.000Z
sk/sfx/5F.asm
Cancer52/flamedriver
9ee6cf02c137dcd63e85a559907284283421e7ba
[ "0BSD" ]
2
2018-02-17T19:50:36.000Z
2019-10-30T19:28:06.000Z
Sound_5F_Header: smpsHeaderStartSong 3 smpsHeaderVoice Sound_5F_Voices smpsHeaderTempoSFX $01 smpsHeaderChanSFX $01 smpsHeaderSFXChannel cFM5, Sound_5F_FM5, $00, $00 ; FM5 Data Sound_5F_FM5: smpsSetvoice $00 dc.b nC0, $25 smpsStop Sound_5F_Voices: ; Voice $00 ; $20 ; $00, $01, $00, $00, $1F, $...
26.264706
62
0.613662
23375a4ad7cd3d24f6ca09ec5fd19da24e3ee9e3
643
asm
Assembly
oeis/020/A020846.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/020/A020846.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/020/A020846.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A020846: Decimal expansion of 1/sqrt(89). ; Submitted by Christian Krause ; 1,0,5,9,9,9,7,8,8,0,0,0,6,3,5,9,9,7,8,8,0,0,0,7,4,1,9,9,7,3,2,8,8,0,9,7,9,4,3,6,3,6,2,0,9,3,6,4,2,1,4,8,4,6,2,9,9,5,8,4,0,6,1,2,2,4,4,9,4,6,3,9,4,3,3,5,4,0,6,5,2,3,4,3,1,5,7,6,0,6,5,9,4,2,7,3,9,7,8,7 mov $1,1 mov $2,1 mov $3,$0 add $3,8 mov ...
16.075
201
0.51944
119dcf678706ee1bf09580d2c16887655589f288
330
asm
Assembly
Mid-Term/Solution/5.asm
MehbinMimi/CSE331L-Section-1-Fall20-NSU
9c3bc01296ce880681fb70ba36d400197f046270
[ "MIT" ]
null
null
null
Mid-Term/Solution/5.asm
MehbinMimi/CSE331L-Section-1-Fall20-NSU
9c3bc01296ce880681fb70ba36d400197f046270
[ "MIT" ]
null
null
null
Mid-Term/Solution/5.asm
MehbinMimi/CSE331L-Section-1-Fall20-NSU
9c3bc01296ce880681fb70ba36d400197f046270
[ "MIT" ]
null
null
null
.MODEL SMALL .STACK 100H .DATA A DB 6 DUP(1,2,3) B DB 6 DUP .CODE MAIN PROC MOV AL,offset A MOV B[0],[AL] MOV B[1],[AL+1] MOV B[2],[AL+2] MOV B[3],[AL+3] MOV B[4],[AL+4] MOV B[5],[AL+5] MOV AH,2 INT 21H MOV AH,4CH INT 21H MAIN ENDP ...
10
18
0.460606
eaae4b7fa0cff781a7adc60409b8f07a482cde11
618
asm
Assembly
programs/oeis/081/A081604.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/081/A081604.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
programs/oeis/081/A081604.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
; A081604: Number of digits in ternary representation of n. ; 1,1,1,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,...
61.8
501
0.52589
a6a316043c57e50bc4c40910cb278fa5d2a96374
165
asm
Assembly
resources/linux.asm
mateuszb/glutenfree
cefd2be7256a94867fdafbd8330cb4c73c6e3e4e
[ "BSD-4-Clause" ]
1
2018-04-03T07:38:58.000Z
2018-04-03T07:38:58.000Z
resources/linux.asm
mateuszb/glutenfree
cefd2be7256a94867fdafbd8330cb4c73c6e3e4e
[ "BSD-4-Clause" ]
null
null
null
resources/linux.asm
mateuszb/glutenfree
cefd2be7256a94867fdafbd8330cb4c73c6e3e4e
[ "BSD-4-Clause" ]
null
null
null
bits 64 section .rodata global <name>_start global <name>_end global <name>_size <name>_start: incbin "<bin>" <name>_end: <name>_size: dd $ - <name>_start
16.5
33
0.678788
7976312f5f038387e07f8cdff1ba3db05039d12e
4,385
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_662.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_662.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_662.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r13 push %r14 push %rbp push %rcx push %rdi push %rdx push %rsi lea addresses_normal_ht+0x9148, %r14 nop nop nop nop add $12596, %rdi mov (%r14), %ebp nop nop nop nop sub %r13, %r13 lea addresses_D_ht+0x3528, %rsi lea addresses_WC_ht+0x14d48, %rdi nop nop and $7266, %r...
50.988372
2,999
0.663854
e5e9a9f9d0dd892057d2114944766287a8a06fd4
8,534
asm
Assembly
src/sub/r1_text.asm
Iambian/VANISH
aa7076d8765828ced3293a16f8846cd32f30ea8e
[ "MIT" ]
1
2018-02-03T04:46:12.000Z
2018-02-03T04:46:12.000Z
src/sub/r1_text.asm
Iambian/VANISH
aa7076d8765828ced3293a16f8846cd32f30ea8e
[ "MIT" ]
null
null
null
src/sub/r1_text.asm
Iambian/VANISH
aa7076d8765828ced3293a16f8846cd32f30ea8e
[ "MIT" ]
null
null
null
.ASSUME ADL=1 LoadPattern: LD L,A LD H,8 MLT HL BIT.S fracDrawLFont,(iy+fontFlags) JR Z,Load_SFont Load_LFont: Load_LFont2: LD DE,lfont_record PUSH DE \ PUSH AF \ PUSH BC LD A,6 LD (DE),A INC DE ;You'll want to check to see if you're using a font hook/customFont ;then jump to that routine since copyi...
15.024648
75
0.635575
ab1e0353a76918aef90e3c8a5f13cdf8594b2eb2
374
asm
Assembly
programs/oeis/161/A161116.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/161/A161116.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
programs/oeis/161/A161116.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
; A161116: a(n) is the number of nontrivial positive divisors of 2n+3. ; 0,0,0,1,0,0,2,0,0,2,0,1,2,0,0,2,2,0,2,0,0,4,0,1,2,0,2,2,0,0,4,2,0,2,0,0,4,2,0,3,0,2,2,0,2,2,2,0,4,0,0,6,0,0,2,0,2,4,2,1,2,2,0,2,0,2,6,0,0,2,2,2,4,0,0,4,2,0,2,2,0,6,0,1,4,0,4,2,0,0,2 mul $0,2 add $0,2 cal $0,5 ; d(n) (also called tau(n) or sigma_0...
41.555556
183
0.580214
b684f3ccd7fcfd0c26e95f648732693d161ef7e8
2,989
asm
Assembly
sort.asm
cewbost/asmsort
5732761e01c220bdeb60896a608460861591436c
[ "MIT" ]
null
null
null
sort.asm
cewbost/asmsort
5732761e01c220bdeb60896a608460861591436c
[ "MIT" ]
null
null
null
sort.asm
cewbost/asmsort
5732761e01c220bdeb60896a608460861591436c
[ "MIT" ]
null
null
null
extern printf extern malloc extern free extern strlen extern atoi section .text int_format: db " %d", 0 newline: db 10, 0 ; sortArray ; 1: int* to array, 2: int length of array ; returns void sortArray: push ebx mov eax, [esp + 8] xor ecx, ecx mov ebx, [esp + 12] sub ebx, 1 .forward: mov edx, [e...
12.611814
53
0.587822
d3d1efb3e0917cf1a34482baafd178c99b0ccd8a
1,434
asm
Assembly
programs/oeis/247/A247375.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/247/A247375.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/247/A247375.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A247375: Numbers n such that floor(n/2) is a square. ; 0,1,2,3,8,9,18,19,32,33,50,51,72,73,98,99,128,129,162,163,200,201,242,243,288,289,338,339,392,393,450,451,512,513,578,579,648,649,722,723,800,801,882,883,968,969,1058,1059,1152,1153,1250,1251,1352,1353,1458,1459,1568,1569,1682,1683,1800,1801,1922,1923,2048,2049,2...
110.307692
1,291
0.783821
c027a6611b5f7023f8fd93eb442f136f351ac381
20,045
asm
Assembly
src/tocompress/patterns.asm
santiontanon/talesofpopolon-ext
a7c7fd1164d506d6b0c6245fdf3ad0b634facd84
[ "Apache-2.0" ]
4
2019-10-20T08:14:01.000Z
2021-09-24T19:41:47.000Z
src/tocompress/patterns.asm
santiontanon/talesofpopolon-ext
a7c7fd1164d506d6b0c6245fdf3ad0b634facd84
[ "Apache-2.0" ]
1
2019-10-20T12:21:06.000Z
2019-10-21T21:52:35.000Z
src/tocompress/patterns.asm
santiontanon/talesofpopolon-ext
a7c7fd1164d506d6b0c6245fdf3ad0b634facd84
[ "Apache-2.0" ]
null
null
null
org #0000 patterns: db #00,#00,#00,#00,#00,#00,#00,#00 db #7e,#5f,#51,#50,#50,#50,#50,#51 db #00,#80,#e0,#78,#1e,#1e,#78,#e0 db #01,#03,#07,#0e,#1c,#38,#70,#50 db #80,#c0,#e0,#70,#38,#1c,#0e,#0e db #5f,#5e,#50,#50,#50,#70,#00,#00 db #80,#00,#00,#00,#00,#00,#00,#00 db #28,#14,#0a,#05,#...
38.622351
38
0.462908
2331d5504b79557d377a706c726ac767218b5d59
7,994
asm
Assembly
Transynther/x86/_processed/NONE/_ht_zr_/i7-7700_9_0x48.log_21829_236.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NONE/_ht_zr_/i7-7700_9_0x48.log_21829_236.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NONE/_ht_zr_/i7-7700_9_0x48.log_21829_236.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 %r9 push %rcx push %rdi push %rsi lea addresses_A_ht+0x2d38, %rsi lea addresses_D_ht+0x16538, %rdi nop nop add %r15, %r15 mov $52, %rcx rep movsw and $4142, %r9 lea addresses_normal_ht+0x538, %rsi lea addresses_D_ht+0x1b138, %rdi clflush (%...
33.588235
2,999
0.656617
6df96a673df534aa2a60116a6561947081633fda
7,326
asm
Assembly
Transynther/x86/_processed/AVXALIGN/_zr_/i3-7100_9_0x84_notsx.log_21829_347.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/AVXALIGN/_zr_/i3-7100_9_0x84_notsx.log_21829_347.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/AVXALIGN/_zr_/i3-7100_9_0x84_notsx.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 %r10 push %r11 push %r13 push %r8 push %rax push %rbx push %rcx push %rdi push %rsi lea addresses_UC_ht+0x3acb, %rcx nop nop nop nop sub $14999, %rbx movl $0x61626364, (%rcx) sub $12299, %r10 lea addresses_A_ht+0x92c7, %r8 nop nop nop nop dec %rax vmovups (%r8), %ymm2 v...
33.916667
2,999
0.657248
44bd75edc1c1a63423c9d55344acf67bc43e2d2e
2,476
asm
Assembly
print/outlib.asm
exucutional/study_asm
c4075aafd07438ec6827f68c1e9fb4d22d3f7278
[ "MIT" ]
null
null
null
print/outlib.asm
exucutional/study_asm
c4075aafd07438ec6827f68c1e9fb4d22d3f7278
[ "MIT" ]
null
null
null
print/outlib.asm
exucutional/study_asm
c4075aafd07438ec6827f68c1e9fb4d22d3f7278
[ "MIT" ]
null
null
null
;------------------outlib.asm----------------------- section .data buff times 256 db 0 section .code ;------------------------------------------------ ;Name: axoutdec ;Entry: rax = number ;Exit: ;Destr: rax, rbx, rcx, rdx, rdi, rsi ;------------------------------------------------ axoutdec: push rbp ...
22.509091
57
0.391761
5350136b2fe9f6f563ebf6f0f3166644725cc79b
8,857
asm
Assembly
Transynther/x86/_processed/US/_ht_zr_un_/i7-7700_9_0x48_notsx.log_21829_349.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/US/_ht_zr_un_/i7-7700_9_0x48_notsx.log_21829_349.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/US/_ht_zr_un_/i7-7700_9_0x48_notsx.log_21829_349.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r12 push %r8 push %rax push %rbx push %rcx push %rdi push %rsi lea addresses_A_ht+0x1fa7, %rsi lea addresses_D_ht+0x72e7, %rdi nop nop and $65366, %rbx mov $1, %rcx rep movsw nop and $36076, %rcx lea addresses_UC_ht+0x15047, %r12 nop nop nop sub %rcx, %rcx vm...
31.407801
2,999
0.658236
3493501272e796b339916a7eaaaa4f12ae534d06
138
asm
Assembly
libsrc/_DEVELOPMENT/font/fzx/fonts/dkud4/Font11/_ff_dkud4_Font11.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
libsrc/_DEVELOPMENT/font/fzx/fonts/dkud4/Font11/_ff_dkud4_Font11.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
1,600
2017-01-15T16:12:02.000Z
2022-03-31T12:11:12.000Z
libsrc/_DEVELOPMENT/font/fzx/fonts/dkud4/Font11/_ff_dkud4_Font11.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_dkud4_Font11 _ff_dkud4_Font11: BINARY "font/fzx/fonts/dkud4/Font11/font11.fzx"
13.8
47
0.84058
c0510c52773fac34b9a687bbf8789214e2a67ae5
288
asm
Assembly
programs/oeis/007/A007879.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/007/A007879.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/007/A007879.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A007879: Chimes made by clock striking the hour and half-hour. ; 1,1,1,2,1,3,1,4,1,5,1,6,1,7,1,8,1,9,1,10,1,11,1,12,1,1,1,2,1,3,1,4,1,5,1,6,1,7,1,8,1,9,1,10,1,11,1,12,1,1,1,2,1,3,1,4,1,5,1,6,1,7,1,8,1,9,1,10,1,11,1,12 mov $1,$0 mod $0,2 mul $1,$0 div $1,2 mov $0,$1 mod $0,12 add $0,1
26.181818
154
0.579861
241fcddbf0c7d9b83d1f65552e282d7723fc7ceb
2,073
asm
Assembly
src/bls_init.asm
retro16/blastsdk
572bd8489e6a2c1cc638120aa62241c99badc2e5
[ "MIT" ]
10
2017-01-14T16:22:58.000Z
2021-02-16T21:41:48.000Z
src/bls_init.asm
retro16/blastsdk
572bd8489e6a2c1cc638120aa62241c99badc2e5
[ "MIT" ]
null
null
null
src/bls_init.asm
retro16/blastsdk
572bd8489e6a2c1cc638120aa62241c99badc2e5
[ "MIT" ]
null
null
null
; Initializes the Genesis in a useable state. ; Synchronizes with the Sega CD include bda.inc include beh.inc include bls_vdp.inc if BUS == BUS_MAIN ; Main CPU : ; void bls_init(bls_int_callback hint_handler, bls_int_callback vint_handler); BLS_INIT ...
33.983607
81
0.443801
98a0dc00684556919c2e100330f7757eabf8875a
1,905
asm
Assembly
programs/oeis/017/A017059.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/017/A017059.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/017/A017059.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A017059: a(n) = (7*n + 6)^7. ; 279936,62748517,1280000000,10460353203,52523350144,194754273881,587068342272,1522435234375,3521614606208,7446353252589,14645194571776,27136050989627,47829690000000,80798284478113,131593177923584,207616015289871,318547390056832,476837158203125,698260569735168,1002544368429379,14140670104...
272.142857
1,845
0.930184
3c0b0ff476fa31d337f9dcb768ff5a2b0c87fe42
394
asm
Assembly
oeis/204/A204250.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/204/A204250.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/204/A204250.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A204250: Symmetric matrix read by antidiagonals given by T(i,j)=i*j+i+j-2. ; Submitted by Jon Maiga ; 1,3,3,5,6,5,7,9,9,7,9,12,13,12,9,11,15,17,17,15,11,13,18,21,22,21,18,13,15,21,25,27,27,25,21,15,17,24,29,32,33,32,29,24,17,19,27,33,37,39,39,37,33,27,19,21,30,37,42,45,46,45,42,37,30,21,23,33,41,47 lpb $0 add $1,1...
26.266667
199
0.634518
92e8acee331eafb413a5f22ebc3000d55a8ec840
105
asm
Assembly
disassembler/test_data/block_split.asm
googleprojectzero/reil
e9ac835fa0ab48eda53056e1bec00dd6535a5e06
[ "Apache-2.0" ]
43
2018-09-17T18:46:41.000Z
2021-12-06T16:02:45.000Z
disassembler/test_data/block_split.asm
google/reil
e9ac835fa0ab48eda53056e1bec00dd6535a5e06
[ "Apache-2.0" ]
null
null
null
disassembler/test_data/block_split.asm
google/reil
e9ac835fa0ab48eda53056e1bec00dd6535a5e06
[ "Apache-2.0" ]
5
2018-10-13T13:50:28.000Z
2020-06-07T02:22:42.000Z
_start: sub sp, sp, #0x20 stp x29, x30, [sp, #0x10] add x29, sp, #0x10 split: cbz x0, split ret
15
27
0.590476
66ef35236a982db56af8347ede20551388f30ebb
12
asm
Assembly
src/main/fragment/mos6502-common/vbuaa=_byte1_pwsc1_derefidx_vbuxx.asm
jbrandwood/kickc
d4b68806f84f8650d51b0e3ef254e40f38b0ffad
[ "MIT" ]
2
2022-03-01T02:21:14.000Z
2022-03-01T04:33:35.000Z
src/main/fragment/mos6502-common/vbuaa=_byte1_pwuc1_derefidx_vbuxx.asm
jbrandwood/kickc
d4b68806f84f8650d51b0e3ef254e40f38b0ffad
[ "MIT" ]
null
null
null
src/main/fragment/mos6502-common/vbuaa=_byte1_pwuc1_derefidx_vbuxx.asm
jbrandwood/kickc
d4b68806f84f8650d51b0e3ef254e40f38b0ffad
[ "MIT" ]
null
null
null
lda {c1}+1,x
12
12
0.583333
7fba54886e951744384db09517c438cc8e17bb12
226,961
asm
Assembly
project/win32kstub/amd64/6_1_7600_sp0_shadowssdt_sysenter.asm
rmusser01/windows-syscall-table
6216a2559d714eb04bad278792a6544ab8f21d41
[ "BSD-3-Clause" ]
6
2018-01-18T02:30:27.000Z
2020-01-11T03:42:33.000Z
project/win32kstub/amd64/6_1_7600_sp0_shadowssdt_sysenter.asm
stonedreamforest/windows-syscall-table
6216a2559d714eb04bad278792a6544ab8f21d41
[ "BSD-3-Clause" ]
null
null
null
project/win32kstub/amd64/6_1_7600_sp0_shadowssdt_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 ; shadowssdt asm stub for 6.1.7600-sp0-windows-7 amd64 option casemap:none option prologue:none option epilogue:none .code ; ULONG64 __stdcall NtUserGetThreadState( ULONG64 arg_01 ); _6_1_7600_sp0_windows_7_NtUserGetThreadState PROC STDCALL mov r10 , rcx...
19.579106
324
0.803878
8b7d467b2f02784fc0c56525374745e60b95c251
9,027
asm
Assembly
sha/x.asm
ronaaron/reva
edc8cbef27219ecf8ff00ad9afdf92687796e7a2
[ "MIT" ]
9
2020-07-30T06:46:51.000Z
2022-02-01T22:30:24.000Z
sha/x.asm
ronaaron/reva
edc8cbef27219ecf8ff00ad9afdf92687796e7a2
[ "MIT" ]
1
2020-07-30T06:08:02.000Z
2020-07-30T06:08:02.000Z
sha/x.asm
ronaaron/reva
edc8cbef27219ecf8ff00ad9afdf92687796e7a2
[ "MIT" ]
3
2020-07-30T06:46:54.000Z
2022-02-01T22:34:14.000Z
.file "sha1.c" .intel_syntax noprefix .text .globl SHA1Transform .type SHA1Transform, @function SHA1Transform: push ebp mov ebp, esp sub esp, 40 mov eax, DWORD PTR [ebp+8] mov edx, DWORD PTR [eax] mov eax, DWORD PTR [ebp+8] mov DWORD PTR [eax], edx mov eax, DWORD PTR [ebp+12] add eax, 1 movzx eax, BYTE PT...
20.149554
51
0.663122
d2a73ca61964ddc4f428fdc3a41f82a3521e99c4
623
asm
Assembly
src/test/resources/cpu_tests/interrupt.asm
caseif/jNES
5ddcef3d897af1305c2f196d295819ea3caa85af
[ "MIT" ]
1
2018-03-28T09:17:45.000Z
2018-03-28T09:17:45.000Z
src/test/resources/cpu_tests/interrupt.asm
caseif/jNES
5ddcef3d897af1305c2f196d295819ea3caa85af
[ "MIT" ]
null
null
null
src/test/resources/cpu_tests/interrupt.asm
caseif/jNES
5ddcef3d897af1305c2f196d295819ea3caa85af
[ "MIT" ]
null
null
null
;;;;;;;;;;;;;;;; ; test interrupts ;;;;;;;;;;;;;;;; ; required for execution on the NES .org $8000 SEC ; set carry bit BRK ; issue software interrupt LDA #$01 ; set A = 1 LDY #$01 ; set Y = 1 NOP ; perform assertions: ; A = ...
27.086957
97
0.460674
a9b0d23fa46118e381624d55744cd7b110711773
659
asm
Assembly
Assembly/ShellCoding/helloWorld.asm
Ethic41/codes
865658ac267336846e78a63b0214fb1535e17df3
[ "MIT" ]
2
2018-04-28T14:16:35.000Z
2018-04-28T14:16:39.000Z
Assembly/ShellCoding/helloWorld.asm
Ethic41/codes
865658ac267336846e78a63b0214fb1535e17df3
[ "MIT" ]
null
null
null
Assembly/ShellCoding/helloWorld.asm
Ethic41/codes
865658ac267336846e78a63b0214fb1535e17df3
[ "MIT" ]
null
null
null
section .data; Data segement msg db "Hello, world!", 0x0a; The string and newline char section .text; Text segement global _start; Default entry point for elf Linking _start: ;SYSCALL: write(1, msg, 14) mov eax, 4 ; put 4 into eax since write is syscall #4 mov ebx, 1 ; put 1 into ebx since stdout is 1 mov ec...
29.954545
61
0.693475
a3636fc167b1311fbeb07942eaf81d4772bd34ac
449
asm
Assembly
programs/oeis/011/A011661.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/011/A011661.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
programs/oeis/011/A011661.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
; A011661: A binary m-sequence: expansion of reciprocal of x^5+x^3+x^2+x+1. ; 0,0,0,0,1,1,0,0,1,0,0,1,1,1,1,1,0,1,1,1,0,0,0,1,0,1,0,1,1,0,1,0,0,0,0,1,1,0,0,1,0,0,1,1,1,1,1,0,1,1,1,0,0,0,1,0,1,0,1,1,0,1,0,0,0,0,1,1,0,0,1,0,0,1,1,1,1,1,0,1,1 mul $0,3 mov $5,$0 lpb $0,$5 sub $0,2 cal $0,11749 ; Expansion of 1/(1 + x^...
22.45
163
0.525612
12d501aec7c9b0240c2933cf9472e26183a01f9c
537
asm
Assembly
libsrc/_DEVELOPMENT/arch/sms/PSGlib/z80/asm_PSGlib_GetStatus.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
libsrc/_DEVELOPMENT/arch/sms/PSGlib/z80/asm_PSGlib_GetStatus.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
1,600
2017-01-15T16:12:02.000Z
2022-03-31T12:11:12.000Z
libsrc/_DEVELOPMENT/arch/sms/PSGlib/z80/asm_PSGlib_GetStatus.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
; ************************************************** ; PSGlib - C programming library for the SEGA PSG ; ( part of devkitSMS - github.com/sverx/devkitSMS ) ; ************************************************** INCLUDE "PSGlib_private.inc" SECTION code_clib SECTION code_PSGlib PUBLIC asm_PSGlib_GetStatus EXTERN __PSG...
20.653846
52
0.582868