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
6d8299cc897de6dd23e1e7d603cc8d1ba7be24cc
711
asm
Assembly
oeis/047/A047898.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/047/A047898.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/047/A047898.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A047898: a(1) = 6; for n > 0, a(n+1) = a(n) * (sum of digits of a(n)). ; Submitted by Jon Maiga ; 6,36,324,2916,52488,1417176,38263752,1377495072,61987278240,3347313024960,150629086123200,6778308875544000,488038239039168000,35138753210820096000,2213741452281666048000,159389384564279955456000,1864855799402075478835200...
44.4375
468
0.80872
997656a8df992c93efb25cea97ca2d522db9714c
246
asm
Assembly
src/kernel/tss.asm
TheDarkBomber/apiofirm
7cf04e212e80ba37d900755a38002d451bed72f5
[ "BSD-2-Clause" ]
4
2022-02-06T13:35:21.000Z
2022-02-06T22:49:15.000Z
src/kernel/tss.asm
TheDarkBomber/apiofirm
7cf04e212e80ba37d900755a38002d451bed72f5
[ "BSD-2-Clause" ]
null
null
null
src/kernel/tss.asm
TheDarkBomber/apiofirm
7cf04e212e80ba37d900755a38002d451bed72f5
[ "BSD-2-Clause" ]
null
null
null
global FlushTSS FlushTSS: mov ax, 0x28 ltr ax ret extern metaGDT global FlushGDT FlushGDT: lgdt [metaGDT] mov eax, 0x08 push eax push .reload retf .reload: mov ax, 0x10 mov ds, ax mov es, ax mov fs, ax mov gs, ax mov ss, ax ret
10.25
15
0.686992
e3a08f5cedcb24329333a2a1734d381194fedbb8
2,908
asm
Assembly
4-periodo/arquitetura-e-organizacao-de-computadores-2/inverte-array.asm
lucasmc64/the-graduation-journey
46ed6a1b9a063186e6035c6ae6efe600eeb87592
[ "MIT" ]
null
null
null
4-periodo/arquitetura-e-organizacao-de-computadores-2/inverte-array.asm
lucasmc64/the-graduation-journey
46ed6a1b9a063186e6035c6ae6efe600eeb87592
[ "MIT" ]
1
2021-04-08T13:15:01.000Z
2021-04-08T13:15:01.000Z
4-periodo/arquitetura-e-organizacao-de-computadores-2/inverte-array.asm
lucasmc64/the-graduation-journey
46ed6a1b9a063186e6035c6ae6efe600eeb87592
[ "MIT" ]
1
2021-04-08T11:39:46.000Z
2021-04-08T11:39:46.000Z
# 2) # Escreva um programa que leia um array de 10 posicoes e armazene seus valores na memória. # A seguir inverta os elementos do array. v[0]<-> v[9], v[1]<-> v[8] .... # Imprima o vetor invertido de maneira formatada [a,b,c,d,e.....] .macro printStr(%str) la $a0, %str addi $v0, $zero, 4 syscall .end_macro ....
22.897638
91
0.636864
6c2f95a0b7caf04e3cdf36e8f0fdf2344f0d1288
138
asm
Assembly
libsrc/target/sms/stdio/generic_console_vpeek.asm
ahjelm/z88dk
c4de367f39a76b41f6390ceeab77737e148178fa
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
libsrc/target/sms/stdio/generic_console_vpeek.asm
C-Chads/z88dk
a4141a8e51205c6414b4ae3263b633c4265778e6
[ "ClArtistic" ]
1,600
2017-01-15T16:12:02.000Z
2022-03-31T12:11:12.000Z
libsrc/target/sms/stdio/generic_console_vpeek.asm
C-Chads/z88dk
a4141a8e51205c6414b4ae3263b633c4265778e6
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
SECTION code_clib PUBLIC generic_console_vpeek EXTERN __tms9918_console_vpeek defc generic_console_vpeek = __tms9918_console_vpeek
17.25
53
0.869565
46d06aff9827d001867ec360fdc0cb29b7df5187
2,092
asm
Assembly
drlvm/vm/interpreter/src/invokeJNI_Windows_em64t.asm
sirinath/Harmony
724deb045a85b722c961d8b5a83ac7a697319441
[ "Apache-2.0" ]
8
2015-11-04T06:06:35.000Z
2021-07-04T13:47:36.000Z
drlvm/vm/interpreter/src/invokeJNI_Windows_em64t.asm
sirinath/Harmony
724deb045a85b722c961d8b5a83ac7a697319441
[ "Apache-2.0" ]
1
2021-10-17T13:07:28.000Z
2021-10-17T13:07:28.000Z
drlvm/vm/interpreter/src/invokeJNI_Windows_em64t.asm
sirinath/Harmony
724deb045a85b722c961d8b5a83ac7a697319441
[ "Apache-2.0" ]
13
2015-11-27T03:14:50.000Z
2022-02-26T15:12:20.000Z
; Licensed to the Apache Software Foundation (ASF) under one or more ; contributor license agreements. See the NOTICE file distributed with ; this work for additional information regarding copyright ownership. ; The ASF licenses this file to You under the Apache License, Version 2.0 ; (the "License"); you may not...
26.15
90
0.673996
31b87c5bc1b98fe10d66acd2a3233e86063b80cd
860
asm
Assembly
test/codegen/loops.asm
shivansh/gogo
209b98f52e956fc4d4e66c07d337db721200f8c2
[ "MIT" ]
24
2018-04-28T02:27:47.000Z
2021-12-08T00:25:13.000Z
test/codegen/loops.asm
shivansh/gogo
209b98f52e956fc4d4e66c07d337db721200f8c2
[ "MIT" ]
null
null
null
test/codegen/loops.asm
shivansh/gogo
209b98f52e956fc4d4e66c07d337db721200f8c2
[ "MIT" ]
5
2018-05-06T07:36:02.000Z
2019-09-13T09:40:55.000Z
.data a.0: .word 0 newline.1: .asciiz "\n" i.2: .word 0 t0: .word 0 .text runtime: addi $sp, $sp, -4 sw $ra, 0($sp) lw $ra, 0($sp) addi $sp, $sp, 4 jr $ra .end runtime .globl main .ent main main: li $3, 0 # a.0 -> $3 sw $3, a.0 # spilled a.0, freed $3 li $3, 0 # i.2 -> $3 # Store dirty variables...
13.4375
41
0.527907
9ee46dca1765ae4c13c049f5ff95ee78d8120742
623
asm
Assembly
oeis/118/A118971.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/118/A118971.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/118/A118971.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A118971: a(n) = 4*binomial(5*n+3,n)/(4*n+4). ; Submitted by Jon Maiga ; 1,4,26,204,1771,16380,158224,1577532,16112057,167710664,1772645420,18974357220,205263418941,2240623268512,24648785802336,272994644359580,3041495503591365,34064252968167180,383302465665133014,4331178750737856024,49126274119207062470,55912803368962...
47.923077
471
0.841091
c0be29114f997f4d82e998edd1e4757f16a92516
16,695
asm
Assembly
Win32/Win32.Beagle/StartUp.asm
fengjixuchui/Family
2abe167082817d70ff2fd6567104ce4bcf0fe304
[ "MIT" ]
3
2021-05-15T15:57:13.000Z
2022-03-16T09:11:05.000Z
Win32/Win32.Beagle/StartUp.asm
fengjixuchui/Family
2abe167082817d70ff2fd6567104ce4bcf0fe304
[ "MIT" ]
null
null
null
Win32/Win32.Beagle/StartUp.asm
fengjixuchui/Family
2abe167082817d70ff2fd6567104ce4bcf0fe304
[ "MIT" ]
3
2021-05-15T15:57:15.000Z
2022-01-08T20:51:04.000Z
; StartUp Stuff, Loading settings, etc... ; ######################################################################### .data szShowMessage db "Can't find a viewer associated with the file",0 szShowCaption db "Error!",0 szRegAutoPath db ...
33.323353
157
0.53555
7ca72fae91473a5c60c627d468103aa370869d1e
1,453
asm
Assembly
EELE371/Lab-12.asm
Dan-Laden/Projects
c9736e7baa25ef4f7272af462a956884605a1b40
[ "MIT" ]
null
null
null
EELE371/Lab-12.asm
Dan-Laden/Projects
c9736e7baa25ef4f7272af462a956884605a1b40
[ "MIT" ]
null
null
null
EELE371/Lab-12.asm
Dan-Laden/Projects
c9736e7baa25ef4f7272af462a956884605a1b40
[ "MIT" ]
1
2021-09-30T19:37:34.000Z
2021-09-30T19:37:34.000Z
;main.s by Daniel Laden ;11/28/18 ;Running a program on a real time clock using I2C bit banging. ;Setup the oscilloscope's MSO bus analysis. INCLUDE 'derivative.inc' XDEF _Startup, main XREF __SEG_END_SSTACK ;symbol defined by the linker fro the end of the stack ORG $0060 MODH DS.B 1 MODL DS.B 1 ORG $E000 ma...
13.707547
77
0.682037
dbedb4b9ae8c37c8be5ebc5b5bae5532fea0cb74
871
asm
Assembly
programs/oeis/059/A059169.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/059/A059169.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/059/A059169.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A059169: Number of partitions of n into 3 parts which form the sides of a nondegenerate isosceles triangle. ; 0,0,1,0,1,1,2,1,2,2,3,2,3,3,4,3,4,4,5,4,5,5,6,5,6,6,7,6,7,7,8,7,8,8,9,8,9,9,10,9,10,10,11,10,11,11,12,11,12,12,13,12,13,13,14,13,14,14,15,14,15,15,16,15,16,16,17,16,17,17,18,17,18,18,19,18,19,19,20,19,20,20,2...
96.777778
712
0.659013
8df5415762698550e2337db40dc7639a091ec825
498
asm
Assembly
programs/oeis/290/A290257.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/290/A290257.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/290/A290257.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A290257: a(n) is the size of the Durfee square of the integer partition having viabin number n. ; 1,1,1,1,1,2,1,1,1,2,1,2,2,2,1,1,1,2,1,2,2,2,1,2,2,2,2,3,2,2,1,1,1,2,1,2,2,2,1,2,2,2,2,3,2,2,1,2,2,2,2,3,2,2,2,3,3,3,2,3,2,2,1,1,1,2,1,2,2,2,1,2,2,2,2,3,2,2,1,2,2,2,2,3,2,2,2,3,3,3,2,3,2,2,1,2,2,2,2,3 lpb $0 mov $2,$0 ...
33.2
201
0.584337
bc719cbd571fe5a4d0ae19e0380ece52e6b3369c
6,055
asm
Assembly
Source/input.asm
DW0RKiN/3D-Dungeon
509d92007837beb8fd83cc447bea9f4e13c98bc0
[ "MIT" ]
8
2017-09-24T13:06:55.000Z
2020-11-18T20:18:05.000Z
Source/input.asm
DW0RKiN/3D-Dungeon
509d92007837beb8fd83cc447bea9f4e13c98bc0
[ "MIT" ]
null
null
null
Source/input.asm
DW0RKiN/3D-Dungeon
509d92007837beb8fd83cc447bea9f4e13c98bc0
[ "MIT" ]
null
null
null
; ===================================================== ; VSTUP: ; cte porty pro KEMPSTON joystick ; VYSTUP: ; A = podvrzeny ascii kod stisknute klavesy ; zero flag kdyz nic nenacetl TEST_KEMPSTON: xor A ; A = novy stav joysticku ld H, A ; H = pu...
33.638889
104
0.420149
6908be417e113c041181df20ad68b6e91937eb41
724
asm
Assembly
oeis/156/A156992.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/156/A156992.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/156/A156992.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A156992: Triangle T(n,k) = n!*binomial(n-1, k-1) for 1 <= k <= n, read by rows. ; Submitted by Jon Maiga ; 1,2,2,6,12,6,24,72,72,24,120,480,720,480,120,720,3600,7200,7200,3600,720,5040,30240,75600,100800,75600,30240,5040,40320,282240,846720,1411200,1411200,846720,282240,40320,362880,2903040,10160640,20321280,25401600...
42.588235
501
0.763812
da6e3b0c67efdf22db0b936df30fa3f1f463596a
2,896
asm
Assembly
software/atommc2/atmmc2def.asm
AtomicRoland/AtomFpga
200d57d85cb2abf43f80723a78db98a8b21c1d7d
[ "Apache-2.0" ]
25
2015-01-19T20:53:43.000Z
2021-10-04T18:42:06.000Z
software/atommc2/atmmc2def.asm
AtomicRoland/AtomFpga
200d57d85cb2abf43f80723a78db98a8b21c1d7d
[ "Apache-2.0" ]
2
2019-06-15T17:10:09.000Z
2019-06-15T17:15:35.000Z
software/atommc2/atmmc2def.asm
AtomicRoland/AtomFpga
200d57d85cb2abf43f80723a78db98a8b21c1d7d
[ "Apache-2.0" ]
12
2015-02-12T14:38:00.000Z
2021-06-09T10:05:34.000Z
; /* ; atmmmc2def.h Symbolic defines for AtoMMC2 ; 2011-05-25, Phill Harvey-Smith. ; // Register definitions, these are offsets from 0xB400 on the Atom side. CMD_REG = $00 LATCH_REG = $01 READ_DATA_REG = $02 WRITE_DATA_REG ...
28.96
100
0.461326
76ddc56560c54495433ca7cfa43ae3a326008610
1,005
asm
Assembly
playpen/blank_screen.asm
mjohnsullivan/zxspectrum
28750875ea6a3354d37b47480393b58ed8d00484
[ "Apache-2.0" ]
null
null
null
playpen/blank_screen.asm
mjohnsullivan/zxspectrum
28750875ea6a3354d37b47480393b58ed8d00484
[ "Apache-2.0" ]
null
null
null
playpen/blank_screen.asm
mjohnsullivan/zxspectrum
28750875ea6a3354d37b47480393b58ed8d00484
[ "Apache-2.0" ]
null
null
null
; to compile with Pasmo to tap: ; pasmo -1 --tapbas blank_screen.asm blank_screen.tap >> debug.txt ; to compile with z80asm to tap: ; z80asm +zx blank_screen.asm ; This is where your program starts in RAM. org 40000 ; Clear the screen to black. ; ld a,71 ; INK (0-7) + PAPER (0-7 * 8) + BRIGHT (0/64) ...
29.558824
70
0.614925
25bee0141ed493b6f5f5a0b0739a3b7f287f3ddb
1,678
asm
Assembly
codigo/capitulo 39/archivo_creacion.asm
Nabucodonosor-editorial/ensamblador-x86
d6d1498e67fdc58278cef9e45cdb5c423ade552f
[ "MIT" ]
2
2020-03-19T19:10:21.000Z
2021-04-10T16:01:21.000Z
codigo/capitulo 39/archivo_creacion.asm
Nabucodonosor-editorial/ensamblador-x86
d6d1498e67fdc58278cef9e45cdb5c423ade552f
[ "MIT" ]
null
null
null
codigo/capitulo 39/archivo_creacion.asm
Nabucodonosor-editorial/ensamblador-x86
d6d1498e67fdc58278cef9e45cdb5c423ade552f
[ "MIT" ]
null
null
null
segment .data MsgError db "se produjo un error",0xA,0xD ;mensaje en caso de existir ; un error al crear el archivo los numeros hexadecimales son ; equivalentes a los numeros decimales 10 y 13 los cuales ; permiten el salto de linea lon equ $ -MsgError MsgExito db "archivo crea...
27.064516
71
0.652563
5da9d0cf45cc4c1fe19e6a506905bbdb839594c5
2,170
asm
Assembly
data05.asm
jinokwon/Basic_x86_Assembly_Lang
5134ef5cb6197ee9f8abefe2f1b2d7790a6c9869
[ "MIT" ]
null
null
null
data05.asm
jinokwon/Basic_x86_Assembly_Lang
5134ef5cb6197ee9f8abefe2f1b2d7790a6c9869
[ "MIT" ]
null
null
null
data05.asm
jinokwon/Basic_x86_Assembly_Lang
5134ef5cb6197ee9f8abefe2f1b2d7790a6c9869
[ "MIT" ]
null
null
null
TITLE data05.asm INCLUDE Irvine32.inc .data ;part a) 16 bit long integer in1 WORD 8 ;part b) 7 32 bit long signed integers. I chose arbitrary numbers. ar1 SDWORD +1,-2,+3,-4,+5,-6,+7 ar1Siz = ($-ar1)/4 ;part c) a null terminated string containing: Hel'l'o" Assembly. hi BYTE "Hel'l'o",'" Assembly',0 ;part d)...
38.070175
398
0.665438
f0c3da5987a6f10fa37f435e10b4ce60b5d30aaa
805
asm
Assembly
config.asm
vivi90/snakg
3eab5e22eec6448e75b863efc761a2780ad22f4a
[ "MIT" ]
null
null
null
config.asm
vivi90/snakg
3eab5e22eec6448e75b863efc761a2780ad22f4a
[ "MIT" ]
null
null
null
config.asm
vivi90/snakg
3eab5e22eec6448e75b863efc761a2780ad22f4a
[ "MIT" ]
null
null
null
;============================ ; Configuration ;============================ minimalTextMode EQU 01h ; 40x25 chars, 16 colors textMode EQU 03h ; 80x25 chars, 16 colors graphicMode EQU 10h ; 80x25 chars, 640x350 pixels, 16 colors graphicWidth EQU 640 graphicHeight EQU 345 textHeight EQU 25 borderWidth EQU 8 ; 8 pix...
28.75
60
0.751553
4ac52564ba29334490e49952fc8ddb6b3d8e30e6
34,961
asm
Assembly
base/mvdm/softpc.new/base/video/i386/ggdcdraw.asm
npocmaka/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
17
2020-11-13T13:42:52.000Z
2021-09-16T09:13:13.000Z
base/mvdm/softpc.new/base/video/i386/ggdcdraw.asm
sancho1952007/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
2
2020-10-19T08:02:06.000Z
2020-10-19T08:23:18.000Z
base/mvdm/softpc.new/base/video/i386/ggdcdraw.asm
sancho1952007/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
14
2020-11-14T09:43:20.000Z
2021-08-28T08:59:57.000Z
;ifdef NEC98 /* #endif position = EOF */ ;/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/ ;/*:::::::::::::::: NEC98 GGDC Graphic Draw Emulation :::::::::::::::*/ ;/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/ ;/* add ...
42.121687
82
0.321902
b64a7f6406da112849788755c6c7084d1dd0a177
429
asm
Assembly
programs/oeis/200/A200978.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/200/A200978.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/200/A200978.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A200978: Number of ways to arrange n books on 3 consecutive shelves leaving none of the shelves empty. ; 6,72,720,7200,75600,846720,10160640,130636800,1796256000,26345088000,410983372800,6799906713600,118998367488000,2196892938240000,42682491371520000,870722823979008000,18611700362551296000,416026243398205440000 mov...
42.9
210
0.757576
ed3c416be2db33a231c5454cb651eb6362ca5a1f
1,227
asm
Assembly
src/util/icon/asm_cellcopy.asm
olifink/qspread
d6403d210bdad9966af5d2a0358d4eed3f1e1c02
[ "MIT" ]
null
null
null
src/util/icon/asm_cellcopy.asm
olifink/qspread
d6403d210bdad9966af5d2a0358d4eed3f1e1c02
[ "MIT" ]
null
null
null
src/util/icon/asm_cellcopy.asm
olifink/qspread
d6403d210bdad9966af5d2a0358d4eed3f1e1c02
[ "MIT" ]
null
null
null
* Sprite cellcopy * * Mode 4 * +|-------------------+ * -wwwwwwwwwww - * |wrrrrrrrrrw | * |wrrrrrrrrrw | * |wrrrrrrrrrw | * |wrrrrwwrrrw | * |wrrrwaawwrw | * |wrrrrwwaaww www | * |wrrrrrrwwaawwaawwwww| * |wwwwwwwwwwwaaaawrrrw| * | waaaaaawrrrw| * | wwwwwwwwrrrw| * | wrrrrrrrrrw| * ...
17.528571
41
0.607987
12b48ec8e86c93cb54b39c8cbc80209a1432332f
5,285
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_1172.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_1172.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_1172.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 %rbx push %rcx lea addresses_D_ht+0x1927a, %r8 nop xor $31662, %rcx movl $0x61626364, (%r8) nop mfence lea addresses_normal_ht+0x16c03, %rbx nop nop nop nop nop xor %r13, %r13 movw $0x6162, (%rbx) sub %r13, %r13 pop %rcx pop %rbx pop %r8 pop...
40.653846
2,999
0.656197
6e7e510a7e09348b71bae5abf6eff7af8ddb72cd
213
asm
Assembly
data/pokemon/dex_entries/misdreavus.asm
Dev727/ancientplatinum
8b212a1728cc32a95743e1538b9eaa0827d013a7
[ "blessing" ]
28
2019-11-08T07:19:00.000Z
2021-12-20T10:17:54.000Z
data/pokemon/dex_entries/misdreavus.asm
Dev727/ancientplatinum
8b212a1728cc32a95743e1538b9eaa0827d013a7
[ "blessing" ]
13
2020-01-11T17:00:40.000Z
2021-09-14T01:27:38.000Z
data/pokemon/dex_entries/misdreavus.asm
Dev727/ancientplatinum
8b212a1728cc32a95743e1538b9eaa0827d013a7
[ "blessing" ]
22
2020-05-28T17:31:38.000Z
2022-03-07T20:49:35.000Z
db "SCREECH@" ; species name dw 204, 20 ; height, weight db "It loves to watch" next "people it's scar-" next "ed. It frightens" page "them by screaming" next "loudly or appear-" next "ing suddenly.@"
19.363636
29
0.661972
64fe33b30e0f9432a57f7113cd080b735f1c1a13
32,312
asm
Assembly
Legacy Windows/Win95.Boobs.asm
fengjixuchui/Family
2abe167082817d70ff2fd6567104ce4bcf0fe304
[ "MIT" ]
3
2021-05-15T15:57:13.000Z
2022-03-16T09:11:05.000Z
Legacy Windows/Win95.Boobs.asm
fengjixuchui/Family
2abe167082817d70ff2fd6567104ce4bcf0fe304
[ "MIT" ]
null
null
null
Legacy Windows/Win95.Boobs.asm
fengjixuchui/Family
2abe167082817d70ff2fd6567104ce4bcf0fe304
[ "MIT" ]
3
2021-05-15T15:57:15.000Z
2022-01-08T20:51:04.000Z
; B00bs virus ;****************************************************************************** ; THIS IS FOR EDUCATIONAL PURPOSE ONLY Gi0rGeTt0 ; ; Virus name : B00BS ; Author : Unknwon :) ; Group : iKx ; Origin : Italy 1996/97 ; Compiling : Use TASM ; ...
20.360428
80
0.461562
73ae494403d6627fc3b3eb26b0e0f044c88eb20b
6,354
asm
Assembly
Transynther/x86/_processed/AVXALIGN/_zr_/i9-9900K_12_0xca_notsx.log_21829_88.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/AVXALIGN/_zr_/i9-9900K_12_0xca_notsx.log_21829_88.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/AVXALIGN/_zr_/i9-9900K_12_0xca_notsx.log_21829_88.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 %r14 push %r15 push %r8 push %rcx push %rdi push %rdx push %rsi lea addresses_A_ht+0x5b48, %r12 clflush (%r12) nop nop add $29129, %rsi movups (%r12), %xmm5 vpextrq $1, %xmm5, %r10 nop nop nop nop and %rdx, %rdx lea addresses_normal_ht+0x5548, %r15 n...
36.308571
2,999
0.660529
0b4d46f41b05984baa8144cbe034fa8ecb7dba81
400
asm
Assembly
programs/oeis/336/A336257.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/336/A336257.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/336/A336257.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A336257: a(n) = Catalan(n) mod (2*n+1). ; 0,1,2,5,5,9,2,9,2,17,17,21,12,22,2,29,18,30,2,30,2,41,30,45,9,21,2,54,53,57,2,28,38,65,42,69,2,64,70,77,5,81,80,33,2,14,27,45,2,36,2,101,87,105,2,78,2,34,75,6,101,45,62,125,39,129,74,60,2,137,90,88,70,144,2,149,72,50,2,57,98,161,110,165,158,145,2,140,114,177,2,4,160,11,161,18...
36.363636
289
0.615
8c2444f8b00de45138e38b04b8e4f7192d7b5166
536
asm
Assembly
data/mapObjects/ssanne6.asm
adhi-thirumala/EvoYellow
6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c
[ "Unlicense" ]
16
2018-08-28T21:47:01.000Z
2022-02-20T20:29:59.000Z
data/mapObjects/ssanne6.asm
adhi-thirumala/EvoYellow
6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c
[ "Unlicense" ]
5
2019-04-03T19:53:11.000Z
2022-03-11T22:49:34.000Z
data/mapObjects/ssanne6.asm
adhi-thirumala/EvoYellow
6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c
[ "Unlicense" ]
2
2019-12-09T19:46:02.000Z
2020-12-05T21:36:30.000Z
SSAnne6Object: db $c ; border block db $1 ; warps db $0, $6, $a, SS_ANNE_1 db $0 ; signs db $7 ; objects object SPRITE_COOK, $1, $8, WALK, $1, $1 ; person object SPRITE_COOK, $5, $8, WALK, $1, $2 ; person object SPRITE_COOK, $9, $7, WALK, $1, $3 ; person object SPRITE_COOK, $d, $6, STAY, NONE, $4 ; person ...
26.8
52
0.626866
5b432f51e3ae4adb49fc88263f7c0c677ffbd6ee
1,180
asm
Assembly
Sim/primes.asm
ericsims/16B
d0921ae55e2b830531dd7dd5e71ea1fd2bdb10bc
[ "MIT" ]
null
null
null
Sim/primes.asm
ericsims/16B
d0921ae55e2b830531dd7dd5e71ea1fd2bdb10bc
[ "MIT" ]
null
null
null
Sim/primes.asm
ericsims/16B
d0921ae55e2b830531dd7dd5e71ea1fd2bdb10bc
[ "MIT" ]
null
null
null
#include "CPU.asm" #bank ram testnum_ptr: #res 1 divisor_ptr: #res 1 #bank rom top: sti 0x05, testnum_ptr ; load first test number testn: lda testnum_ptr rrc sta divisor_ptr ; set first divisor to half test_num testt: lda testnum_ptr sta mult_A lda divisor_ptr sta mu...
20.344828
86
0.666949
b90f8efdb244da06a7a2e5bd7a129376ea7c8a3d
10,141
asm
Assembly
SokobanGame/Sokoban.asm
merino22/Sokoban-Game
24618a150360b73534c216ecaf3df29426b41aaa
[ "MIT" ]
null
null
null
SokobanGame/Sokoban.asm
merino22/Sokoban-Game
24618a150360b73534c216ecaf3df29426b41aaa
[ "MIT" ]
null
null
null
SokobanGame/Sokoban.asm
merino22/Sokoban-Game
24618a150360b73534c216ecaf3df29426b41aaa
[ "MIT" ]
null
null
null
.data str1: .byte "Welcome to Sokoban!", 0 str2: .byte "Play Game", 0 str3: .byte "Quit Game", 0 str4: .byte "Selection Option: ", 0 str5: .byte "Exiting Game... Thank you for Playing!", 0 kb_count_str: .byte "Move Counter: ", 0 lvl_str: .byte "Level: ", 0 instruc: .byte "Instructions",...
21.761803
67
0.569865
e18bbed5af65ab78d589f932e65894b10f9675d4
422
asm
Assembly
libsrc/_DEVELOPMENT/string/z80/asm_bcopy.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
libsrc/_DEVELOPMENT/string/z80/asm_bcopy.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
libsrc/_DEVELOPMENT/string/z80/asm_bcopy.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
; BSD ; void bcopy(const void *src, void *dst, size_t len) SECTION code_string PUBLIC asm_bcopy EXTERN asm_memcpy defc asm_bcopy = asm_memcpy ; enter : bc = size_t len ; hl = void *s2 = src ; de = void *s1 = dst ; ; exit : hl = void *s1 = dst ; de = ptr in s1 to one byte...
17.583333
61
0.535545
3235112d5cd757c816bcabff6e22157d95be2570
2,834
asm
Assembly
src/MC6840-PLAY/MC6840-PLAY.asm
kuninet/K65-SBC
a0ee7e47bdc5990d5beff47f1b6af8d6b0aecb6a
[ "MIT" ]
null
null
null
src/MC6840-PLAY/MC6840-PLAY.asm
kuninet/K65-SBC
a0ee7e47bdc5990d5beff47f1b6af8d6b0aecb6a
[ "MIT" ]
null
null
null
src/MC6840-PLAY/MC6840-PLAY.asm
kuninet/K65-SBC
a0ee7e47bdc5990d5beff47f1b6af8d6b0aecb6a
[ "MIT" ]
null
null
null
; ; MC6840 PLAY ; Universal Minitor for 6502 ; CPU 6502 TARGET: EQU "6502" ; ;;; Functions low function x,(x & 255) high function x,(x >> 8) ; STROUT EQU $FF98 PT0 EQU $28 ; ; MC6840 PTM Address ; ORG $8030 PTM_CR13 RMB 1 PTM_CR2 RMB 1 PTM_MSBT1 RMB 1 PTM_T1LSB RMB 1 PTM_MSBT2 RMB 1 ...
15.571429
38
0.487297
3ebc568bb18164829f3ff6b871f303261ea879a2
293
asm
Assembly
test/e2e/gcd.conditional.asm
matanlurey/armv4t.dart
06235938d16cb1f2b09d26f564b985854e4155c0
[ "MIT" ]
8
2020-06-21T22:05:00.000Z
2021-10-06T19:59:20.000Z
test/e2e/gcd.conditional.asm
matanlurey/armv4t.dart
06235938d16cb1f2b09d26f564b985854e4155c0
[ "MIT" ]
82
2020-06-21T22:02:00.000Z
2020-08-04T01:48:42.000Z
test/e2e/gcd.conditional.asm
matanlurey/armv4t.dart
06235938d16cb1f2b09d26f564b985854e4155c0
[ "MIT" ]
1
2020-06-22T15:16:02.000Z
2020-06-22T15:16:02.000Z
; ARM MODE. code32 processor CPU32_V1 gcd: CMP r0, r1 ; set condition codes based on r0 - r1 SUBGT r0, r0, r1 ; if not zero and signed == overflow, r0 = r0 - 1 SUBLT r1, r1, r0 ; if signed != overflow, r1 = r1 - r0 BNE gcd ; if not zero, goto gcd
29.3
73
0.56314
593caa21771a34dc531c6ef841fb341b92e92d8b
1,314
asm
Assembly
smsq/mem/free.asm
olifink/smsqe
c546d882b26566a46d71820d1539bed9ea8af108
[ "BSD-2-Clause" ]
null
null
null
smsq/mem/free.asm
olifink/smsqe
c546d882b26566a46d71820d1539bed9ea8af108
[ "BSD-2-Clause" ]
null
null
null
smsq/mem/free.asm
olifink/smsqe
c546d882b26566a46d71820d1539bed9ea8af108
[ "BSD-2-Clause" ]
null
null
null
* Find free space in common heap / TPA V3.10  1986 Tony Tebby QJUMP * 2002 Marcel Kilgus * * 2002-05-20 3.10 Previously just returned the size of the common heap gap, * now scans the free block list of chp and tpa for the * largest one (MK) * section mem * xdef mem_frch xdef mem_frtp * xref sms...
20.857143
77
0.649924
7afd3a6c188769f97b4db820e8b9bd61ec2e0e84
808
asm
Assembly
oeis/142/A142324.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/142/A142324.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/142/A142324.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A142324: Primes congruent to 23 mod 45. ; Submitted by Jon Maiga ; 23,113,293,383,563,653,743,1013,1103,1193,1283,1373,1553,1733,1823,1913,2003,2273,2543,2633,2903,3083,3533,3623,3803,4073,4253,4523,4703,4793,4973,5153,5333,5693,5783,6053,6143,6323,6863,7043,7583,7673,7853,8123,8573,8663,8753,8933,9203,9293,9473,9743...
36.727273
497
0.727723
71f05c479e081c09a60bddbf86ac6501cd28969e
6,629
asm
Assembly
kernel/ram.asm
iocoder/upcr
3de4cb76177b4fee5403c8630acf8c7ffac515d1
[ "MIT" ]
null
null
null
kernel/ram.asm
iocoder/upcr
3de4cb76177b4fee5403c8630acf8c7ffac515d1
[ "MIT" ]
null
null
null
kernel/ram.asm
iocoder/upcr
3de4cb76177b4fee5403c8630acf8c7ffac515d1
[ "MIT" ]
null
null
null
;############################################################################### ;# File name: KERNEL/RAM.ASM ;# DESCRIPTION: KERNEL PHYSICAL MEMORY MODULE ;# AUTHOR: RAMSES A. ;############################################################################### ;# ;# UPCR OPERATING SYSTEM FOR X86_64 ARCHITECTURE ...
36.027174
81
0.344396
0137a97e6e3cdbda0c33432dda280000cb0f89d9
45,532
asm
Assembly
ciphers/des.asm
FloydZ/Crypto-Hash
2635450fb16d4d8dc4578d6539cc25ce599f7e21
[ "MIT" ]
11
2015-03-17T10:31:23.000Z
2022-01-21T17:42:43.000Z
ciphers/des.asm
0xFF1E071F/Crypto-Hash
2635450fb16d4d8dc4578d6539cc25ce599f7e21
[ "MIT" ]
null
null
null
ciphers/des.asm
0xFF1E071F/Crypto-Hash
2635450fb16d4d8dc4578d6539cc25ce599f7e21
[ "MIT" ]
6
2018-01-29T16:06:36.000Z
2021-05-08T19:22:24.000Z
; ; DES masm source, written by drizz ; .XMM DESSetKey PROTO pKey:PTR BYTE DESSetKeyEnc PROTO pKey:PTR BYTE DESSetKeyDec PROTO pKey:PTR BYTE DESEncrypt PROTO pBlockIn:PTR BYTE,pBlockOut:PTR BYTE DESDecrypt PROTO pBlockIn:PTR BYTE,pBlockOut:PTR BYTE comment % Usage example .data align 8 key db 043h, 029h,...
22.145914
90
0.682553
105be27fcf80f566bdcff5166c8155ccc2dd7a0c
842
asm
Assembly
oeis/295/A295730.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/295/A295730.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/295/A295730.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A295730: a(n) = a(n-1) + 3*a(n-2) -2*a(n-3) - 2*a(n-4), where a(0) = -1, a(1) = 0, a(2) = 0, a(3) = 1. ; Submitted by Christian Krause ; -1,0,0,1,3,6,13,23,44,75,135,226,393,651,1108,1823,3059,5010,8325,13591,22428,36531,59983,97538,159569,259155,422820,686071,1117083,1811346,2944813,4772543,7750124,12555435,20371095...
35.083333
499
0.705463
8044daa04376ea6aa632e57b2dd0194929070c07
307
asm
Assembly
Test_ExecuteUseExecute/testprogram-execute_use_execute.asm
colasgrenier/pipelined-mips-processor
4ea7f39d834559786bee207b1155645b455e3391
[ "MIT" ]
null
null
null
Test_ExecuteUseExecute/testprogram-execute_use_execute.asm
colasgrenier/pipelined-mips-processor
4ea7f39d834559786bee207b1155645b455e3391
[ "MIT" ]
null
null
null
Test_ExecuteUseExecute/testprogram-execute_use_execute.asm
colasgrenier/pipelined-mips-processor
4ea7f39d834559786bee207b1155645b455e3391
[ "MIT" ]
1
2021-04-15T08:06:11.000Z
2021-04-15T08:06:11.000Z
#Testing forwarding for execute using execute result #I'm just having some fun here, give a nice setup time for r2 addi $2, $2, 400 addi $1, $1, 87 addi $6, $6, 278 addi $3, $3, 600 add $3, $2, $3 end: beq $0, $0, end #EXPECTED RESULTS: R1 = 87, R2 = 400, R3 = 1000, R6 = 278, all other registers are 0
21.928571
84
0.648208
c13ac05d98b2115ef77401257c5d906cc5cb470c
404
asm
Assembly
8086/Ascending_Descending.asm
saransh808/ASSEMBLY_LANGUAGE
c5c45e8dfe09a7b7f2e662186568f8d454329091
[ "MIT" ]
null
null
null
8086/Ascending_Descending.asm
saransh808/ASSEMBLY_LANGUAGE
c5c45e8dfe09a7b7f2e662186568f8d454329091
[ "MIT" ]
null
null
null
8086/Ascending_Descending.asm
saransh808/ASSEMBLY_LANGUAGE
c5c45e8dfe09a7b7f2e662186568f8d454329091
[ "MIT" ]
null
null
null
DATA SEGMENT STRING1 DB 99H,12H,56H,45H,36H DATA ENDS CODE SEGMENT ASSUME CS:CODE,DS:DATA START: MOV AX,DATA MOV DS,AX MOV CH,04H UP2: MOV CL,04H LEA SI,STRING1 UP1: MOV AL,[SI] MOV BL,[SI+1] CMP AL,BL JC DOWN ;USE 'JNC' TO MAKE IT DESCENDING ORDER MOV DL,[SI+1] XCHG [SI],DL MOV [SI+1],DL DOWN: INC SI ...
11.882353
53
0.685644
697360ee22ae08a8b0c514224290d183d1906617
979
asm
Assembly
lib/src/xr/x86/xrnmlg.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/xrnmlg.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/xrnmlg.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. ; Implementation for lg & lgl functions cpu 386 bits 32 %ifdef OS2 group DGROUP _DATA section _DATA use32 align=4 FLAT public 'DATA' %else group DGROUP _DATA section _DATA use32 align=4 public 'DA...
21.755556
73
0.537283
00a8fa1c8f07152df77a2bcbb42b5d5690d19475
856
asm
Assembly
oeis/228/A228755.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/228/A228755.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/228/A228755.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A228755: Number of 3 X n binary arrays with top left element equal to 1 and no two ones adjacent horizontally or antidiagonally. ; Submitted by Christian Krause ; 4,8,39,126,482,1712,6277,22700,82580,299648,1088499,3952186,14352786,52119040,189266297,687294648,2495834292,9063317432,32912374319,119517358582,4340131287...
35.666667
491
0.786215
8d11d3523d0d41a38cf3f62bf745a446f9b76575
938
asm
Assembly
src/common/gfx.asm
furrtek/GB303
2f275fff085b05fdc7843074dcc062956a1d8d56
[ "CC-BY-4.0" ]
90
2015-06-19T14:26:19.000Z
2022-01-05T08:19:41.000Z
src/common/gfx.asm
furrtek/GB303
2f275fff085b05fdc7843074dcc062956a1d8d56
[ "CC-BY-4.0" ]
2
2015-06-21T20:55:40.000Z
2022-02-09T08:02:04.000Z
src/common/gfx.asm
furrtek/GB303
2f275fff085b05fdc7843074dcc062956a1d8d56
[ "CC-BY-4.0" ]
10
2015-06-21T20:43:11.000Z
2020-12-08T13:24:16.000Z
tiles_alpha: .INCBIN "gfx\alphaftk.bin" tiles_screenmap: .INCBIN "gfx\screenmap.bin" tiles_logo: .INCBIN "gfx\logo.bin" tiles_error: .INCBIN "gfx\error.bin" tiles_dists: .INCBIN "gfx\dists.bin" tiles_lfoshapes: .INCBIN "gfx\lfoshapes.bin" tiles_potlinks: .INCBIN "gfx\potlinks.bin" ...
17.698113
30
0.680171
77a95c04062f1f8132e65a04600bcc1e379501a7
187
asm
Assembly
development/assembler/is_prime.asm
rprinz08/hBPF
eab8f617f9827faaeb10db2395b8af93a5225629
[ "BSD-3-Clause" ]
84
2021-06-07T17:44:17.000Z
2022-03-26T19:51:03.000Z
development/assembler/is_prime.asm
rprinz08/hBPF
eab8f617f9827faaeb10db2395b8af93a5225629
[ "BSD-3-Clause" ]
null
null
null
development/assembler/is_prime.asm
rprinz08/hBPF
eab8f617f9827faaeb10db2395b8af93a5225629
[ "BSD-3-Clause" ]
4
2021-06-25T21:08:55.000Z
2022-01-06T11:26:28.000Z
mov r1, 67 mov r0, 0x1 mov r2, 0x2 jgt r1, 0x2, +4 ja +10 add r2, 0x1 mov r0, 0x1 jge r2, r1, +7 mov r3, r1 div r3, r2 mul r3, r2 mov r4, r1 sub r4, r3 mov r0, 0x0 jne r4, 0x0, -10 exit
10.388889
16
0.625668
421e46cc15295f51ef85270b4706a308fc7a7ba9
188
asm
Assembly
libsrc/_DEVELOPMENT/arch/ts2068/display/c/sdcc/tshc_saddrcup_fastcall.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
libsrc/_DEVELOPMENT/arch/ts2068/display/c/sdcc/tshc_saddrcup_fastcall.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
1,600
2017-01-15T16:12:02.000Z
2022-03-31T12:11:12.000Z
libsrc/_DEVELOPMENT/arch/ts2068/display/c/sdcc/tshc_saddrcup_fastcall.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
; void *tshc_saddrcup(void *saddr) SECTION code_clib SECTION code_arch PUBLIC _tshc_saddrcup_fastcall EXTERN _zx_saddrcup_fastcall defc _tshc_saddrcup_fastcall = _zx_saddrcup_fastcall
17.090909
52
0.861702
7d70b7231845fb55873953d89f7b6e0a2e6b28d9
1,594
asm
Assembly
Transynther/x86/_processed/US/_zr_/i7-7700_9_0xca_notsx.log_4_510.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/US/_zr_/i7-7700_9_0xca_notsx.log_4_510.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/US/_zr_/i7-7700_9_0xca_notsx.log_4_510.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: ret .global s_faulty_load s_faulty_load: push %r11 push %r13 push %r15 push %r8 push %rbp push %rbx push %rdi // Store lea addresses_normal+0x5423, %r8 nop nop nop nop nop sub %rbp, %rbp mov $0x5152535455565758, %rdi movq %rdi, %xmm0 movups %xmm0, (%r8) nop xor $32425,...
17.711111
126
0.647428
e1fb9186c671254308a346a7dbfd6a77437c3b5d
5,107
asm
Assembly
Transynther/x86/_processed/US/_ht_un_/i9-9900K_12_0xa0.log_21829_565.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/US/_ht_un_/i9-9900K_12_0xa0.log_21829_565.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/US/_ht_un_/i9-9900K_12_0xa0.log_21829_565.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r13 push %r8 push %r9 push %rcx push %rdi push %rdx push %rsi lea addresses_WT_ht+0x14422, %rsi lea addresses_UC_ht+0x136a0, %rdi clflush (%rsi) nop nop nop sub %r8, %r8 mov $66, %rcx rep movsq nop nop nop nop nop and %rsi, %rsi lea addresses_WC_ht+0xb100, %r13 nop nop...
42.206612
2,999
0.656941
d6f336a6bcaa057d4abfaa5795a10d8cf37e287a
273
asm
Assembly
kernel/sys/reload.asm
Sebastian-byte/osdev64
4b1443b8ea05184348bdea7606853f5789663d82
[ "Apache-2.0" ]
50
2021-09-28T17:14:23.000Z
2022-03-03T20:21:56.000Z
kernel/sys/reload.asm
Sebastian-byte/osdev64
4b1443b8ea05184348bdea7606853f5789663d82
[ "Apache-2.0" ]
2
2021-06-13T06:37:36.000Z
2021-08-03T17:08:46.000Z
kernel/sys/reload.asm
Sebastian-byte/osdev64
4b1443b8ea05184348bdea7606853f5789663d82
[ "Apache-2.0" ]
8
2021-06-13T05:49:12.000Z
2021-09-04T21:53:14.000Z
extern gdt_pointer global gdt_reload gdt_reload: lgdt [rel gdt_pointer] push 8 lea rax, [rel .flush] push rax retfq .flush: mov eax, 0x10 mov ds, eax mov es, eax mov fs, eax mov gs, eax mov ss, eax ret global tss_reload tss_reload: mov ax, 0x2B ltr ax ret
11.375
23
0.70696
46eda59178c36f5441d59959b26f856f5658eca0
317
asm
Assembly
programs/oeis/132/A132369.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/132/A132369.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
programs/oeis/132/A132369.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
; A132369: PrimePi(n)!. ; 1,1,2,2,6,6,24,24,24,24,120,120,720,720,720,720,5040,5040,40320,40320,40320,40320,362880,362880,362880,362880,362880,362880,3628800,3628800,39916800,39916800,39916800,39916800,39916800,39916800,479001600 add $0,1 cal $0,230980 ; Number of primes <= n, starting at n=0. mov $1,$0 cal $1,142
39.625
205
0.744479
04eedfe04d0afd75449fa34d4e560b73b5575014
553
asm
Assembly
assignment4/execve-stack.asm
gkweb76/SLAE
c0aef9610a5f75568a0e65c4a91a3bb5a56e6fc6
[ "MIT" ]
15
2015-08-11T09:50:00.000Z
2021-10-02T19:30:53.000Z
assignment4/execve-stack.asm
gkweb76/SLAE
c0aef9610a5f75568a0e65c4a91a3bb5a56e6fc6
[ "MIT" ]
null
null
null
assignment4/execve-stack.asm
gkweb76/SLAE
c0aef9610a5f75568a0e65c4a91a3bb5a56e6fc6
[ "MIT" ]
9
2015-08-11T09:51:55.000Z
2021-10-18T18:04:11.000Z
; Title: Execve stack (25 bytes) ; From SLAE course ; SLAE-681 global _start section .text _start: ; ebx ecx edx ; [/bin/sh][NULL][&/bin/sh][NULL] ; 1 [NULL] xor eax, eax push eax ; push NULL on the stack, before pushing a string ; 2 [&/bin/sh][NULL] ; PUSH //bin/sh (8 bytes) 68732f6e 6...
16.757576
61
0.609403
0291f69c3535d2f41df51313c929872ac70e3a57
115
asm
Assembly
libpal/intel_64bit_systemv_nasm/write_cr2.asm
mars-research/pal
5977394cda8750ff5dcb89c2bf193ec1ef4cd137
[ "MIT" ]
26
2020-01-06T23:53:17.000Z
2022-02-01T08:58:21.000Z
libpal/intel_64bit_systemv_nasm/write_cr2.asm
mars-research/pal
5977394cda8750ff5dcb89c2bf193ec1ef4cd137
[ "MIT" ]
30
2019-11-13T00:55:22.000Z
2022-01-06T08:09:35.000Z
libpal/intel_64bit_systemv_nasm/write_cr2.asm
mars-research/pal
5977394cda8750ff5dcb89c2bf193ec1ef4cd137
[ "MIT" ]
14
2019-11-15T16:56:22.000Z
2021-12-22T10:14:17.000Z
bits 64 default rel section .text global pal_execute_write_cr2 pal_execute_write_cr2 : mov cr2, rdi ret
11.5
29
0.756522
37873d24d101797fbfcb0dca22a2a16e77427bfe
5,579
asm
Assembly
sha256.asm
sheumann/65816-crypto
4f7c6c0eb84cdd8c61349bb14cb5c26846e84ca6
[ "0BSD" ]
10
2017-07-05T11:53:40.000Z
2022-03-11T08:12:25.000Z
sha256.asm
sheumann/65816-crypto
4f7c6c0eb84cdd8c61349bb14cb5c26846e84ca6
[ "0BSD" ]
null
null
null
sha256.asm
sheumann/65816-crypto
4f7c6c0eb84cdd8c61349bb14cb5c26846e84ca6
[ "0BSD" ]
null
null
null
* Copyright (c) 2017 Stephen Heumann * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear in all copies. * * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WA...
15.454294
77
0.714286
db5360b80aa358b48be96c40be11d20b9de8a45b
109
asm
Assembly
Microprocessor_Interfacing_CSE_2006/Stepper_Motor_Lab_8/rotate.asm
aadhityasw/VIT-Labs
2c449f64f4fdd8c0ed5f2b51d05a7c586e6ab2ab
[ "CC0-1.0" ]
2
2021-11-18T05:30:24.000Z
2022-03-07T06:28:06.000Z
Microprocessor_Interfacing_CSE_2006/Stepper_Motor_Lab_8/rotate.asm
aadhityasw/VIT-Labs
2c449f64f4fdd8c0ed5f2b51d05a7c586e6ab2ab
[ "CC0-1.0" ]
null
null
null
Microprocessor_Interfacing_CSE_2006/Stepper_Motor_Lab_8/rotate.asm
aadhityasw/VIT-Labs
2c449f64f4fdd8c0ed5f2b51d05a7c586e6ab2ab
[ "CC0-1.0" ]
3
2021-10-14T01:10:34.000Z
2022-03-18T14:33:52.000Z
MOV CX,04H MOV SI,4200 MOV AL,[SI] OUT 0C0H,AL MOV BX,0FFFFH DEC BX JNZ 1010 INC SI LOOP 1008 JMP 1000 HLT
8.384615
13
0.724771
83ff339711f11b47d6be47374f52adea5ecfc005
492
asm
Assembly
oeis/349/A349842.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/349/A349842.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/349/A349842.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A349842: Expansion of 1/((1 - 2*x)*(1 + x + x^2 + x^3 + x^4)). ; Submitted by Christian Krause ; 1,1,2,4,8,17,33,66,132,264,529,1057,2114,4228,8456,16913,33825,67650,135300,270600,541201,1082401,2164802,4329604,8659208,17318417,34636833,69273666,138547332,277094664,554189329,1108378657,2216757314,4433514628,886702925...
24.6
236
0.666667
3da07ffa427690a03a9c53d765e8a683adc1b5fa
8,307
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_21829_435.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_435.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_435.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r12 push %r8 push %rbp push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_D_ht+0x11f66, %r12 nop nop nop nop nop xor $26096, %r11 mov (%r12), %r8 nop nop nop nop sub $3729, %rbx lea addresses_UC_ht+0x3276, %rbp nop nop nop nop nop add $16857, %rd...
32.833992
2,999
0.659685
53ed4176df05c211153dadf43e6a79f2993f24a3
375
asm
Assembly
programs/oeis/321/A321003.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/321/A321003.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
programs/oeis/321/A321003.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
; A321003: a(n) = 2^n*(4*3^n-1). ; 3,22,140,856,5168,31072,186560,1119616,6718208,40310272,241863680,1451186176,8707125248,52242767872,313456640000,1880739905536,11284439564288,67706637647872,406239826411520,2437438959517696,14624633759203328,87747802559414272 mov $1,14 mov $2,12 lpb $0 sub $0,1 mul $1,2 mul $2,...
23.4375
227
0.749333
ba04cc4ed64e9ed2c0e1e71e170a121ac0f131a4
2,329
asm
Assembly
examples/color/program.asm
michielvoo/snes
17addd20de4a78d4287618c212e7dce82351c5fc
[ "MIT" ]
51
2015-04-29T04:44:56.000Z
2019-12-04T05:59:35.000Z
examples/color/program.asm
michielvoo/super
17addd20de4a78d4287618c212e7dce82351c5fc
[ "MIT" ]
6
2015-07-29T04:35:33.000Z
2015-07-29T04:36:49.000Z
examples/color/program.asm
michielvoo/super
17addd20de4a78d4287618c212e7dce82351c5fc
[ "MIT" ]
5
2015-08-20T09:03:29.000Z
2019-02-08T00:10:26.000Z
; bgcolor ; Press the A, B, X and Y buttons to change the background color. .INCLUDE "../lib/header.asm" .INCLUDE "../lib/registers.asm" .INCLUDE "../lib/settings.asm" .INCLUDE "../lib/values.asm" .INCLUDE "../lib/initialization.asm" .BANK 0 .ORG 0 .SECTION "" Main: Reset ; Set accumulator register to 8-b...
16.876812
66
0.62559
3790687819620612b58c9950eae9177c78480ede
5,925
asm
Assembly
Transynther/x86/_processed/AVXALIGN/_st_/i9-9900K_12_0xca.log_21829_1077.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/AVXALIGN/_st_/i9-9900K_12_0xca.log_21829_1077.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/AVXALIGN/_st_/i9-9900K_12_0xca.log_21829_1077.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 %r14 push %r9 push %rax push %rcx push %rdi push %rdx push %rsi lea addresses_UC_ht+0x572e, %r9 nop nop nop and %rdi, %rdi movw $0x6162, (%r9) nop nop nop nop add %rdi, %rdi lea addresses_normal_ht+0x133ae, %rdx xor %rax, %rax movb $0x61, (%rdx) nop cmp $36363...
39.238411
2,999
0.655359
07f0b248c4f7840a0970f204d5953899d89eaed8
12,118
asm
Assembly
media_driver/agnostic/gen11_icllp/vp/kernel_free/Source/Colorfill_444Scale16.asm
lacc97/media-driver
8aa1d74b80668f9963e691b1c01ab564f50aec85
[ "Intel", "BSD-3-Clause", "MIT" ]
660
2017-11-21T15:55:52.000Z
2022-03-31T06:31:00.000Z
media_driver/agnostic/gen11_icllp/vp/kernel_free/Source/Colorfill_444Scale16.asm
lacc97/media-driver
8aa1d74b80668f9963e691b1c01ab564f50aec85
[ "Intel", "BSD-3-Clause", "MIT" ]
1,070
2017-12-01T00:26:10.000Z
2022-03-31T17:55:26.000Z
media_driver/agnostic/gen11_icllp/vp/kernel_free/Source/Colorfill_444Scale16.asm
lacc97/media-driver
8aa1d74b80668f9963e691b1c01ab564f50aec85
[ "Intel", "BSD-3-Clause", "MIT" ]
309
2017-11-30T08:34:09.000Z
2022-03-30T18:52:07.000Z
/* * Copyright (c) 2017, Intel Corporation * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation * the rights to use, copy, modify, merge, publi...
89.762963
109
0.323651
0db34d7993cddb2fcc083107a96b1602c8875162
42
asm
Assembly
test/cne-cps-crv-cpo.asm
kspalaiologos/asmbf
c98a51d61724a46855de291a27d68a49a034810b
[ "MIT" ]
67
2020-08-03T06:26:35.000Z
2022-03-24T19:50:51.000Z
test/cne-cps-crv-cpo.asm
pyautogui/asmbf
37c54a8a62df2fc4bab28bdeb43237b4905cbecd
[ "MIT" ]
55
2019-10-02T19:37:08.000Z
2020-06-12T19:40:53.000Z
test/cne-cps-crv-cpo.asm
pyautogui/asmbf
37c54a8a62df2fc4bab28bdeb43237b4905cbecd
[ "MIT" ]
9
2019-05-18T11:59:41.000Z
2020-06-21T20:40:25.000Z
cne r1, 1 cps 48 cps 49 crv cpo r1 out r1
6
9
0.690476
348c6ddc3d2451f9c22f7c7db4cde2832959c7d3
22,612
asm
Assembly
asm/bcopy.asm
GabrielRavier/Generic-Assembly-Samples
fbf803960a14307b7fce0165058d0d4048abaf42
[ "Unlicense" ]
null
null
null
asm/bcopy.asm
GabrielRavier/Generic-Assembly-Samples
fbf803960a14307b7fce0165058d0d4048abaf42
[ "Unlicense" ]
null
null
null
asm/bcopy.asm
GabrielRavier/Generic-Assembly-Samples
fbf803960a14307b7fce0165058d0d4048abaf42
[ "Unlicense" ]
null
null
null
; Performance for copying a 100000 bytes buffer for all the versions (lower is better) : ; 386 : 26053/8336 = 2.94 ; SSE : 9112/8944 = 1.02 ; SSE2 : 9018/8960 = 1.01 ; std : 8487/8510 = 1.00 ; SSSE3 : 7928/8631 = 0.92 ; AVX2 : 6691/8487 = 0.79 ; Calculated by using the clocks taken by the algorithm divided by th...
17.651835
103
0.542544
e13460d675bac73126fd6862cfc5a30c4fd3e8b0
451
asm
Assembly
programs/oeis/113/A113638.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/113/A113638.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
programs/oeis/113/A113638.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
; A113638: In the sequence of nonnegative integers subtract 1 from each prime number. ; 0,1,1,2,4,4,6,6,8,9,10,10,12,12,14,15,16,16,18,18,20,21,22,22,24,25,26,27,28,28,30,30,32,33,34,35,36,36,38,39,40,40,42,42,44,45,46,46,48,49,50,51,52,52,54,55,56,57,58,58,60,60,62,63,64,65,66,66,68,69,70,70,72 mov $1,$0 sub $0,1 cal...
34.692308
210
0.658537
be2048a071545c3233f775617dc828a592b960a6
575
asm
Assembly
code/file/load-sheets.asm
abekermsx/skooted
ea0eb5c0c2703c45807477bfdcda0ad1ad9119d8
[ "MIT" ]
3
2021-10-06T20:52:11.000Z
2021-11-29T11:31:55.000Z
code/file/load-sheets.asm
abekermsx/skooted
ea0eb5c0c2703c45807477bfdcda0ad1ad9119d8
[ "MIT" ]
null
null
null
code/file/load-sheets.asm
abekermsx/skooted
ea0eb5c0c2703c45807477bfdcda0ad1ad9119d8
[ "MIT" ]
null
null
null
load_sheets: call open_file ret nz ld de,SKOOTER.SHEETS ld b,3 load_sheets_loop: push bc push de ld de,load_buffer ld c,_SETDTA call BDOSBAS ld de,fcb ld hl,2048 ld c,_RDBLK call bdos_wra...
14.375
29
0.46087
3445ae089789c9cd8eb586df3433959c63afd933
551
asm
Assembly
programs/oeis/082/A082524.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/082/A082524.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/082/A082524.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A082524: a(1)=1, a(2)=2, then use the rule when a(n) is the end of a run, n appears a(n) times. ; 1,2,2,3,3,5,5,5,8,8,8,8,8,13,13,13,13,13,13,13,13,21,21,21,21,21,21,21,21,21,21,21,21,21,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,55,55,55,55,55,55,55,55,55,55,55,55,55,55,55,55,55,55,55 add $0,3 m...
20.407407
210
0.560799
40d0c94e11c3da7cc9050e5628c5f82e1b45121b
144
asm
Assembly
other.7z/NEWS.7z/NEWS/テープリストア/NEWS_05/NEWS_05.tar/home/kimura/kart/risc.lzh/risc/join/Screen.asm
prismotizm/gigaleak
d082854866186a05fec4e2fdf1def0199e7f3098
[ "MIT" ]
null
null
null
other.7z/NEWS.7z/NEWS/テープリストア/NEWS_05/NEWS_05.tar/home/kimura/kart/risc.lzh/risc/join/Screen.asm
prismotizm/gigaleak
d082854866186a05fec4e2fdf1def0199e7f3098
[ "MIT" ]
null
null
null
other.7z/NEWS.7z/NEWS/テープリストア/NEWS_05/NEWS_05.tar/home/kimura/kart/risc.lzh/risc/join/Screen.asm
prismotizm/gigaleak
d082854866186a05fec4e2fdf1def0199e7f3098
[ "MIT" ]
null
null
null
Name: Screen.asm Type: file Size: 12132 Last-Modified: '1992-11-18T01:48:26Z' SHA-1: 7FC8513EA28D31C2BA6D553E989FB52AA727A69B Description: null
20.571429
47
0.8125
10688fc16d438134543d569fe0818fa3ca481194
6,726
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_564.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_564.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_564.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 %r8 push %r9 push %rax push %rcx push %rdi push %rsi lea addresses_WC_ht+0x1acf8, %r9 nop nop nop sub %r13, %r13 mov $0x6162636465666768, %rax movq %rax, %xmm5 movups %xmm5, (%r9) nop nop dec %r8 lea addresses_WC_ht+0x18b78, %r12 nop nop nop inc %r13...
35.967914
2,999
0.656557
4cabe89762db7835b095772007489a9bc1e91569
39
asm
Assembly
Src/Ant32/foo.asm
geoffthorpe/ant-architecture
d85952e3050c352d5d715d9749171a335e6768f7
[ "BSD-3-Clause" ]
null
null
null
Src/Ant32/foo.asm
geoffthorpe/ant-architecture
d85952e3050c352d5d715d9749171a335e6768f7
[ "BSD-3-Clause" ]
null
null
null
Src/Ant32/foo.asm
geoffthorpe/ant-architecture
d85952e3050c352d5d715d9749171a335e6768f7
[ "BSD-3-Clause" ]
1
2020-07-15T04:09:05.000Z
2020-07-15T04:09:05.000Z
lc g0, 10 push g0 pop g1 halt
4.333333
10
0.538462
02858eff85ded9f93360e1f76698bc577c8e3a49
1,729
asm
Assembly
programs/oeis/050/A050407.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/050/A050407.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/050/A050407.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A050407: a(n) = n*(n^2 - 6*n + 11)/6. ; 0,1,1,1,2,5,11,21,36,57,85,121,166,221,287,365,456,561,681,817,970,1141,1331,1541,1772,2025,2301,2601,2926,3277,3655,4061,4496,4961,5457,5985,6546,7141,7771,8437,9140,9881,10661,11481,12342,13245,14191,15181,16216,17297,18425,19601,20826,22101,23427,24805,26236,27721,29261,3085...
216.125
1,650
0.830538
4e12ff243c13eb985a925ee1cb8588a89274701a
978
asm
Assembly
src/game_over.asm
Gegel85/RemiFlap
00f5970ef388e1748d8f807fced9b0f60c9313c4
[ "MIT" ]
null
null
null
src/game_over.asm
Gegel85/RemiFlap
00f5970ef388e1748d8f807fced9b0f60c9313c4
[ "MIT" ]
null
null
null
src/game_over.asm
Gegel85/RemiFlap
00f5970ef388e1748d8f807fced9b0f60c9313c4
[ "MIT" ]
null
null
null
gameOver:: ld a, [bgScrollX] ld [scrollBackup], a reg lines + 1, 72 reg lcdLineCmp, 70 ld [lines], a reg lineTimer, 2 reg lcdStats, 1 << 6 reset VBLANKRegister ld [$FFF0], a .mainLoop:: reset interruptFlag ld hl, VBLANKRegister .loop:: halt bit 7, [hl] jr z, .loop res 7, [hl] reset $FFF0 ld hl, lines ...
15.52381
49
0.674847
09e71af1cd19e8f562af2bef76caf312fb03212a
1,818
asm
Assembly
programs/oeis/164/A164006.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/164/A164006.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
programs/oeis/164/A164006.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
; A164006: Zero together with row 6 of the array in A163280. ; 0,11,22,27,44,50,66,84,104,126,150,176,204,234,266,300,336,374,414,456,500,546,594,644,696,750,806,864,924,986,1050,1116,1184,1254,1326,1400,1476,1554,1634,1716,1800,1886,1974,2064,2156,2250,2346,2444,2544,2646,2750,2856,2964,3074,3186,3300,3416,3534,3654,3...
44.341463
1,364
0.735974
a15144737ccbb9f87521911ede6ec8bb62825fc3
1,188
asm
Assembly
nes-test-roms/MMC1_A12/joypad.asm
joebentley/ones
d2c7d21bd94dda9d312c56a197cddec164035d4f
[ "BSD-2-Clause" ]
1,461
2022-02-25T17:44:34.000Z
2022-03-30T06:18:29.000Z
nes-test-roms/MMC1_A12/joypad.asm
joebentley/ones
d2c7d21bd94dda9d312c56a197cddec164035d4f
[ "BSD-2-Clause" ]
20
2020-11-09T19:57:25.000Z
2021-12-24T07:09:53.000Z
nes-test-roms/MMC1_A12/joypad.asm
joebentley/ones
d2c7d21bd94dda9d312c56a197cddec164035d4f
[ "BSD-2-Clause" ]
34
2022-02-25T19:53:56.000Z
2022-03-31T07:25:28.000Z
;Joypad handling .section "ReadnLockPads" FREE ReadLockJoypad jsr ReadJoypad ldx #$01 - lda Pad1,X tay eor Pad1Locked,X ;This detects the key who had a '0' to '1' transition and Pad1,X sta Pad1,X sty Pad1Locked,X dex bpl - rts .ends .section "ReadLockPadsDPCM" FREE ;To be used when the DPCM may occasionally...
17.470588
92
0.706229
589842583b38f8ef9a6333ea4b573492adde5686
1,326
asm
Assembly
programs/oeis/250/A250879.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/250/A250879.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/250/A250879.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A250879: Number of (2+1) X (n+1) 0..3 arrays with nondecreasing x(i,j)-x(i,j-1) in the i direction and nondecreasing x(i,j)+x(i-1,j) in the j direction. ; 440,1456,3442,6728,11644,18520,27686,39472,54208,72224,93850,119416,149252,183688,223054,267680,317896,374032,436418,505384,581260,664376,755062,853648,960464,1075...
30.136364
805
0.750377
dd2f2538010d869aefcd9dcf6b134d7bf1e08022
473
asm
Assembly
src/macros.asm
cout/sm_practice_hack
248c691848b7fb8293525816a1f883817e0b94de
[ "Unlicense" ]
15
2019-02-23T20:38:49.000Z
2022-02-18T01:14:04.000Z
src/macros.asm
cout/sm_practice_hack
248c691848b7fb8293525816a1f883817e0b94de
[ "Unlicense" ]
50
2019-03-06T22:02:17.000Z
2022-03-31T05:25:54.000Z
src/macros.asm
cout/sm_practice_hack
248c691848b7fb8293525816a1f883817e0b94de
[ "Unlicense" ]
20
2019-02-23T20:40:53.000Z
2022-02-22T17:44:45.000Z
macro ppu_off() LDA #$80 : STA $2100 : STA $13 STZ $420C : LDA $9B : PHA : STZ $9B STZ $4200 endmacro macro ppu_on() LDA #$A1 : STA $4200 LDA #$0F : STA $13 : STA $2100 PLA : STA $9B : STA $420C endmacro macro a8() sep #$20 endmacro macro a16() rep #$20 endmacro macro i8() sep #$...
11.825
39
0.579281
8c9a28ac876131cd919997e147272d50db21e2e0
424
asm
Assembly
oeis/088/A088984.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/088/A088984.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/088/A088984.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A088984: a(n) = (n!!)^2 - n!. ; Submitted by Christian Krause ; 2,3,40,105,1584,5985,107136,530145,11116800,68139225,1644364800,12034447425,329001523200,2801155982625,85619242598400,831764543234625,28117244819865600,307025061241523625,11374945402060800000 add $0,2 mov $2,1 lpb $0 mul $1,$0 add $3,$0 sub $3,1 ...
20.190476
193
0.679245
8668eb3ebb3e2f11e52c31f1a1441248f71800b1
517
asm
Assembly
programs/oeis/183/A183037.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/183/A183037.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/183/A183037.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A183037: a(n) = A001511(n)*2^A001511(n) where A001511(n) equals the 2-adic valuation of 2n. ; 2,8,2,24,2,8,2,64,2,8,2,24,2,8,2,160,2,8,2,24,2,8,2,64,2,8,2,24,2,8,2,384,2,8,2,24,2,8,2,64,2,8,2,24,2,8,2,160,2,8,2,24,2,8,2,64,2,8,2,24,2,8,2,896,2,8,2,24,2,8,2,64,2,8,2,24,2,8,2,160,2,8,2,24,2,8,2,64,2,8,2,24,2,8,2,384,2,...
51.7
232
0.632495
546faa122f223e3b5483fbad08eb9065fc94a76a
18,610
asm
Assembly
MinesweeperASM/MinesweeperASM/minesweeper.asm
aliascc/aliascc-PoCs
eabbdd5f4238d6a4cf66223ec22e4f987f7a8738
[ "Apache-2.0" ]
1
2017-11-15T07:18:23.000Z
2017-11-15T07:18:23.000Z
MinesweeperASM/MinesweeperASM/minesweeper.asm
aliascc/aliascc-PoCs
eabbdd5f4238d6a4cf66223ec22e4f987f7a8738
[ "Apache-2.0" ]
null
null
null
MinesweeperASM/MinesweeperASM/minesweeper.asm
aliascc/aliascc-PoCs
eabbdd5f4238d6a4cf66223ec22e4f987f7a8738
[ "Apache-2.0" ]
null
null
null
.model flat, c printf PROTO arg1:Ptr BYTE, printlist:VARARG scanf PROTO arg2:Ptr BYTE, inputlist:VARARG system PROTO arg1:Ptr BYTE helper_random PROTO arg1:DWORD .data B_BLANK equ 1 B_MINE equ 2 B_NUMBER equ 4 B_HIDDEN equ 8 B_ALL equ 15 B_INVALIDPOS equ 0 B_GAME_OVER equ...
16.720575
79
0.669747
8cdc1c0c8cde625f5b826d8683157e6b27dffd0a
197
asm
Assembly
src/boot/print_string.asm
mikefeneley/chaosOS
61078f680baf9a57dffef6a84fb770a944a2883a
[ "MIT" ]
null
null
null
src/boot/print_string.asm
mikefeneley/chaosOS
61078f680baf9a57dffef6a84fb770a944a2883a
[ "MIT" ]
null
null
null
src/boot/print_string.asm
mikefeneley/chaosOS
61078f680baf9a57dffef6a84fb770a944a2883a
[ "MIT" ]
null
null
null
print_string: push ax push bx mov ah, 0x0e jmp loop loop: mov al, [bx] int 0x10 inc bx mov al, [bx] cmp al, 0 jne loop pop bx pop ax ret
12.3125
17
0.48731
66c2290faa2ddb235e7f93a768c5c2f6b76c7cdf
645
asm
Assembly
3 term/Assembly/1 Lab/main.asm
mrojaczy/Labs
21cd2ad3ddf8fa3b64cf253d147a4a04ad0667ab
[ "Apache-2.0" ]
1
2020-03-15T17:11:23.000Z
2020-03-15T17:11:23.000Z
3 term/Assembly/1 Lab/main.asm
Asphobel/Labs
ee827143b32b691dd7736ba4888a4a9625b4694a
[ "Apache-2.0" ]
null
null
null
3 term/Assembly/1 Lab/main.asm
Asphobel/Labs
ee827143b32b691dd7736ba4888a4a9625b4694a
[ "Apache-2.0" ]
null
null
null
.model small .stack 100h .data a dw 1 b dw 2 c dw 3 d dw 4 .code main: mov ax, @data mov ds, ax mov ax, a and ax, d mov bx, b add bx, c jc else_main cmp ax, bx jnz else_main mov ax, a xor ax, b mov bx, b or bx, d add ax, bx ; print((a^b)+(b|d))a jmp continue else_main: mov ax, b ...
11.727273
29
0.55814
ad9c85df510779e5e5c73d4d95c7f4641284998d
742
asm
Assembly
examples/bcd_aaa.asm
AbdulrahmanAbumdas/emu8086
b99ea60f5dbf8647f278eef60ed1bd8a174468e5
[ "FSFAP" ]
287
2015-10-01T20:34:49.000Z
2022-03-31T09:19:39.000Z
examples/bcd_aaa.asm
BurunluVoldi/emu8086
b99ea60f5dbf8647f278eef60ed1bd8a174468e5
[ "FSFAP" ]
6
2017-06-13T17:22:24.000Z
2021-01-29T23:40:11.000Z
examples/bcd_aaa.asm
BurunluVoldi/emu8086
b99ea60f5dbf8647f278eef60ed1bd8a174468e5
[ "FSFAP" ]
239
2015-09-13T09:40:53.000Z
2022-03-29T14:15:16.000Z
; this example shows the use of aaa instruction (ascii adjust after addition). ; it is used to add huge bcd numbers. name "bcd_aaa" org 100h ; first number '9': mov ah, 09h ; second number '5': mov al, 05h ; al = al + ah = ; = 09h + 05h = 0eh add al, ah ; clear tens byte of bcd ; result: xor ...
13.740741
78
0.605121
7e584c76c3c2ac2484bbc1ed186499a04b6304c2
4,448
asm
Assembly
Transynther/x86/_processed/NC/_zr_/i7-7700_9_0xca_notsx.log_21829_1411.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NC/_zr_/i7-7700_9_0xca_notsx.log_21829_1411.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NC/_zr_/i7-7700_9_0xca_notsx.log_21829_1411.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: ret .global s_faulty_load s_faulty_load: push %r12 push %r13 push %r15 push %r9 push %rbp push %rcx push %rdi // Load lea addresses_WT+0xd8c1, %r9 nop nop and %r13, %r13 vmovups (%r9), %ymm2 vextracti128 $0, %ymm2, %xmm2 vpextrq $1, %xmm2, %r12 nop inc %r15 // Store l...
59.306667
2,999
0.656475
dc639b4e4f8996cb743c7a4c6ce557b06322e4b4
287
asm
Assembly
programs/oeis/004/A004323.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/004/A004323.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/004/A004323.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A004323: Binomial coefficient C(3n,n-5). ; 1,18,210,2024,17550,142506,1107568,8347680,61523748,445891810,3190187286,22595200368,158753389900,1108176102180,7694644696200,53194089192720,366395202809685,2515943049305400,17231414395464984 mov $1,3 mul $1,$0 add $1,15 bin $1,$0 mov $0,$1
31.888889
193
0.801394
e3215cfc301af29837487b64545b0f308a7bffd3
710
asm
Assembly
oeis/173/A173484.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/173/A173484.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/173/A173484.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A173484: a(n) = the smallest number ending in n+1 zeros divisible by n. ; Submitted by Jon Maiga ; 100,1000,30000,100000,1000000,30000000,700000000,1000000000,90000000000,100000000000,11000000000000,30000000000000,1300000000000000,7000000000000000,30000000000000000,100000000000000000,17000000000000000000,900000000000...
44.375
500
0.847887
d42f34f7a83274ed4222ca4b591724e7dbcbafad
488
asm
Assembly
programs/oeis/186/A186749.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/186/A186749.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/186/A186749.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A186749: a(n) = phi(n - phi(n) + 3). ; 2,2,2,4,2,6,2,6,2,6,2,10,2,10,4,10,2,8,2,8,4,8,2,18,4,16,4,18,2,20,2,18,8,12,6,18,2,22,6,18,2,20,2,18,8,18,2,24,4,20,10,30,2,24,6,24,8,20,2,46,2,24,8,24,8,42,2,24,12,42,2,32,2,40,18,42,8,36,2,32,8,24,2,36,8,46,16,32,2,44,10,32,12,32,12,66,2,58,12,36 seq $0,16035 ; a(n) = Sum_{j...
54.222222
251
0.569672
12a798608919f3c8253554b7d06339b46381cd66
686
asm
Assembly
oeis/083/A083886.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/083/A083886.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/083/A083886.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A083886: Expansion of e.g.f. exp(3*x)*exp(x^2). ; Submitted by Jamie Morken(s1) ; 1,3,11,45,201,963,4899,26253,147345,862083,5238459,32957037,214117209,1433320515,9867008979,69734001357,505212273441,3747124863747,28418591888235,220152270759597,1740363304031721,14027180742479043,115176800996769411,962726355659386125,8...
40.352941
481
0.813411
36f365814263b03e24b572b8fb713ac22f0397d1
295
asm
Assembly
examples/demo-grammar/tinyc/src/samples/sample_5_ifwhile.asm
fossabot/FlyLab
78b53f03c92d7360bca882aa41be2ca0862b51a3
[ "MIT" ]
null
null
null
examples/demo-grammar/tinyc/src/samples/sample_5_ifwhile.asm
fossabot/FlyLab
78b53f03c92d7360bca882aa41be2ca0862b51a3
[ "MIT" ]
null
null
null
examples/demo-grammar/tinyc/src/samples/sample_5_ifwhile.asm
fossabot/FlyLab
78b53f03c92d7360bca882aa41be2ca0862b51a3
[ "MIT" ]
null
null
null
FUNC @main: var n push 10 pop n _begWhile_1: push n push 0 cmpne jz _endWhile_1 push n print "n = %d" _begIf_1: push n push 5 cmpeq jz _elIf_1 jmp _endWhile_1 jmp _endIf_1 _elIf_1: _endIf_1: push n push 1 sub pop n jmp _begWhile_1 _endWhile_1: push 0 ret ~ ENDFUNC
7.763158
16
0.684746
8611a1fe646e9944232ecd716c6f45f5e9df9200
375
asm
Assembly
oeis/135/A135984.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/135/A135984.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/135/A135984.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A135984: a(n) = 24(prime(n))+7. ; Submitted by Jon Maiga ; 55,79,127,175,271,319,415,463,559,703,751,895,991,1039,1135,1279,1423,1471,1615,1711,1759,1903,1999,2143,2335,2431,2479,2575,2623,2719,3055,3151,3295,3343,3583,3631,3775,3919,4015,4159,4303,4351,4591,4639,4735 mul $0,2 trn $0,1 seq $0,173919 ; Numbers that a...
37.5
211
0.725333
d29bee4f2478ca8eae8531cf9b7360cfa1f615e2
967
asm
Assembly
boot.asm
xigh/go-pxe-server
e44fce8d536e0fbc292d17301410641f4af6aa10
[ "BSD-2-Clause" ]
1
2020-03-24T04:03:24.000Z
2020-03-24T04:03:24.000Z
boot.asm
xigh/go-pxe-server
e44fce8d536e0fbc292d17301410641f4af6aa10
[ "BSD-2-Clause" ]
null
null
null
boot.asm
xigh/go-pxe-server
e44fce8d536e0fbc292d17301410641f4af6aa10
[ "BSD-2-Clause" ]
null
null
null
; nasm -o boot.bin boot.asm bits 16 org 0x7c00 start: ; hide cursor mov ah, 0x01 mov cx, 0x2607 int 0x10 ; disable interruptions cli ; initialize segment registers xor ax, ax ...
20.145833
66
0.37849
7075473880f5261f79e6493c73bf568ce2327d77
380
asm
Assembly
oeis/103/A103976.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/103/A103976.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/103/A103976.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A103976: Partial sums of A040976 (= primes-2). ; Submitted by Jon Maiga ; 0,1,4,9,18,29,44,61,82,109,138,173,212,253,298,349,406,465,530,599,670,747,828,915,1010,1109,1210,1315,1422,1533,1658,1787,1922,2059,2206,2355,2510,2671,2836,3007,3184,3363,3552,3743,3938,4135,4344,4565,4790,5017,5248 mov $2,$0 seq $0,101301 ;...
42.222222
219
0.721053
d25e5375532a499480c3fb8ab4bc6760ddaed938
954
asm
Assembly
data/mapObjects/seafoamislands2.asm
adhi-thirumala/EvoYellow
6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c
[ "Unlicense" ]
16
2018-08-28T21:47:01.000Z
2022-02-20T20:29:59.000Z
data/mapObjects/seafoamislands2.asm
adhi-thirumala/EvoYellow
6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c
[ "Unlicense" ]
5
2019-04-03T19:53:11.000Z
2022-03-11T22:49:34.000Z
data/mapObjects/seafoamislands2.asm
adhi-thirumala/EvoYellow
6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c
[ "Unlicense" ]
2
2019-12-09T19:46:02.000Z
2020-12-05T21:36:30.000Z
SeafoamIslands2Object: db $7d ; border block db $7 ; warps db $2, $4, $0, SEAFOAM_ISLANDS_3 db $5, $7, $4, SEAFOAM_ISLANDS_1 db $7, $d, $2, SEAFOAM_ISLANDS_3 db $f, $13, $3, SEAFOAM_ISLANDS_3 db $f, $17, $6, SEAFOAM_ISLANDS_1 db $b, $19, $5, SEAFOAM_ISLANDS_3 db $3, $19, $5, SEAFOAM_ISLANDS_1 db $0 ; signs ...
35.333333
75
0.742138
0926d16aa52893553d6743e41d658bfc0f0bc6e1
13,693
asm
Assembly
c2000/C2000Ware_1_00_06_00/libraries/dsp/FPU/c28/source/fft/CFFT_f32s_mag_TMU0.asm
ramok/Themis_ForHPSDR
d0f323a843ac0a488ef816ccb7c828032855a40a
[ "Unlicense" ]
null
null
null
c2000/C2000Ware_1_00_06_00/libraries/dsp/FPU/c28/source/fft/CFFT_f32s_mag_TMU0.asm
ramok/Themis_ForHPSDR
d0f323a843ac0a488ef816ccb7c828032855a40a
[ "Unlicense" ]
null
null
null
c2000/C2000Ware_1_00_06_00/libraries/dsp/FPU/c28/source/fft/CFFT_f32s_mag_TMU0.asm
ramok/Themis_ForHPSDR
d0f323a843ac0a488ef816ccb7c828032855a40a
[ "Unlicense" ]
1
2021-07-21T08:10:37.000Z
2021-07-21T08:10:37.000Z
;;############################################################################# ;;! \file source/fft/CFFT_f32s_mag_TMU0.asm ;;! ;;! \brief Complex FFT scaled magnitude calculations using TMU0 ;;! \author David M. Alter, Alex Tessarolo ;;! \date 11/06/14 ;; ;; HISTORY: ;; 11/06/14 - original (D. Alter, A. Tessaro...
45.191419
93
0.410648
1079428d6d71625872677a6ec078d64b61a2f7ad
89
asm
Assembly
kernel/delay.asm
Chrisigamer737/Nugget-OS
2ab5cfcd643cc458ceecdc087529eb020e527614
[ "MIT" ]
null
null
null
kernel/delay.asm
Chrisigamer737/Nugget-OS
2ab5cfcd643cc458ceecdc087529eb020e527614
[ "MIT" ]
null
null
null
kernel/delay.asm
Chrisigamer737/Nugget-OS
2ab5cfcd643cc458ceecdc087529eb020e527614
[ "MIT" ]
null
null
null
[bits32] delay2: dec bp nop jnz delay2 dec si cmp si,0 jnz delay2 ; end delay
9.888889
13
0.640449
136172f988d6fed8eb665231ca3b6be065a24baa
4,520
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_209_2409.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_209_2409.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_209_2409.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_normal_ht+0x531f, %rsi lea addresses_WC_ht+0x1da1f, %rdi nop nop nop and %r14, %r14 mov $20, %rcx rep movsw nop nop nop add %r12, %r12 lea addresses_WC_ht+0x67b3, %rbx nop nop nop nop nop and...
22.944162
626
0.650221
13f7b8f2436bb702f860ad694d790597a64bc178
387
asm
Assembly
oeis/048/A048154.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
oeis/048/A048154.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
oeis/048/A048154.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A048154: Triangular array T read by rows: T(n,k)=k^3 mod n, for k=1,2,...,n, n=1,2,... ; 0,1,0,1,2,0,1,0,3,0,1,3,2,4,0,1,2,3,4,5,0,1,1,6,1,6,6,0,1,0,3,0,5,0,7,0,1,8,0,1,8,0,1,8,0,1,8,7,4,5,6,3,2,9,0,1,8,5,9,4,7,2,6,3,10,0,1,8,3,4,5,0,7,8,9,4,11,0,1,8,1,12,8,8,5,5,1,12,5,12,0,1,8,13,8,13,6,7,8,1 mov $2,1 lpb $0 mov...
29.769231
208
0.51938
cd8179c626628490d01c6deec65250fd5696b564
7,131
asm
Assembly
src/bound.asm
hirohito-protagonist/hla-learn-adventure
c702d6b0c710ddf4af1a65d72487e93750495329
[ "Unlicense" ]
null
null
null
src/bound.asm
hirohito-protagonist/hla-learn-adventure
c702d6b0c710ddf4af1a65d72487e93750495329
[ "Unlicense" ]
null
null
null
src/bound.asm
hirohito-protagonist/hla-learn-adventure
c702d6b0c710ddf4af1a65d72487e93750495329
[ "Unlicense" ]
null
null
null
; Assembly code emitted by HLA compiler ; Version 2.16 build 4413 (prototype) ; HLA compiler written by Randall Hyde ; NASM compatible output bits 32 %define ExceptionPtr__hla_ [dword fs:0] global QuitMain__hla_ global DfltExHndlr__hla_ global _HLAMain global HWexcep...
21.941538
68
0.461787
c87c1f5b0c5146cc876e3694732036a2815dc5c0
9,077
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_21829_2312.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_2312.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_2312.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 %r14 push %r8 push %rbp push %rcx push %rdi push %rsi lea addresses_WC_ht+0x6667, %r10 sub $19304, %r11 mov (%r10), %rcx nop nop nop nop xor %rcx, %rcx lea addresses_normal_ht+0x18c1b, %r14 nop and $6279, %r8 mov (%r14), %r13d nop nop add %...
31.627178
2,999
0.65352
fd02ee1de53c663748a2c7dace65a975ef4f7054
49,233
asm
Assembly
P6/data_P6/testpoint/testpoint7.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/testpoint/testpoint7.asm
alxzzhou/BUAA_CO_2020
b54bf367081a5a11701ebc3fc78a23494aecca9e
[ "Apache-2.0" ]
null
null
null
P6/data_P6/testpoint/testpoint7.asm
alxzzhou/BUAA_CO_2020
b54bf367081a5a11701ebc3fc78a23494aecca9e
[ "Apache-2.0" ]
null
null
null
ori $1, $0, 1 ori $2, $0, 6 ori $3, $0, 8 ori $4, $0, 5 sw $2, 0($0) sw $4, 4($0) sw $4, 8($0) sw $3, 12($0) sw $4, 16($0) sw $1, 20($0) sw $2, 24($0) sw $1, 28($0) sw $4, 32($0) sw $4, 36($0) sw $4, 40($0) sw $3, 44($0) sw $3, 48($0) sw $1, 52($0) sw $4, 56($0) sw $4, 60($0) sw $1, 64($0) sw $4, 6...
12.986811
22
0.498487
e771269ed307144884e73bef7ea171f8d838dadf
3,762
asm
Assembly
lab3/lab3.asm
mochisvelas/Microprogramming
565d49e1c0c84b5e45b121e484324e770b65ed72
[ "MIT" ]
null
null
null
lab3/lab3.asm
mochisvelas/Microprogramming
565d49e1c0c84b5e45b121e484324e770b65ed72
[ "MIT" ]
null
null
null
lab3/lab3.asm
mochisvelas/Microprogramming
565d49e1c0c84b5e45b121e484324e770b65ed72
[ "MIT" ]
null
null
null
.model small .data notification db 'Ingresar cantidades de 3 caracteres$' tInput db 'Ingrese la cantidad de pruebas realizadas: $' ptInput db 'Ingrese la cantidad de pruebas positivas: $' red_message db 'Alerta: Roja$' orange_message db 'Alerta: Naranja$' yellow_message db 'Alerta: Amarilla$' green_message db '...
19.096447
87
0.673578
a11de342bc9354e67ab4fc5e99c4db3fed14897f
1,810
asm
Assembly
programs/oeis/264/A264980.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/264/A264980.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/264/A264980.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A264980: Base-3 reversal of 2^n: a(n) = A030102(A000079(n)). ; 1,2,4,8,16,64,32,184,352,704,1408,1880,2824,14032,10328,56128,100576,145784,189472,370304,731752,4388248,2924096,11175712,15965704,31930448,63861880,383165344,255439712,1021772344,510875648,2550188248,5619691648,9689861048,17830350904,79068724264,34109913...
301.666667
1,650
0.91105
bcf399ede0f45c5d8486b19d954cfc1fc77bf7e0
4,391
asm
Assembly
Transynther/x86/_processed/NC/_zr_/i3-7100_9_0xca_notsx.log_20765_410.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NC/_zr_/i3-7100_9_0xca_notsx.log_20765_410.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NC/_zr_/i3-7100_9_0xca_notsx.log_20765_410.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 %r9 push %rbx push %rdi push %rdx lea addresses_normal_ht+0x8850, %r9 nop nop nop nop nop add $27608, %rbx movups (%r9), %xmm2 vpextrq $1, %xmm2, %rdi nop nop nop dec %r11 lea addresses_WT_ht+0x13b34, %rdx xor $43833, %r10 mov $0x6162636465...
57.025974
2,999
0.662947
f0e90aed830fcf5c78e923523a797556054f37d7
4,932
asm
Assembly
Transynther/x86/_processed/NC/_st_zr_sm_/i7-7700_9_0x48.log_5243_2234.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NC/_st_zr_sm_/i7-7700_9_0x48.log_5243_2234.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NC/_st_zr_sm_/i7-7700_9_0x48.log_5243_2234.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r12 push %r8 push %r9 push %rsi lea addresses_D_ht+0x11d12, %r12 nop nop nop nop nop xor %r9, %r9 mov $0x6162636465666768, %r8 movq %r8, %xmm7 vmovups %ymm7, (%r12) nop nop nop add $7311, %rsi pop %rsi pop %r9 pop %r8 pop %r12 ret .global s_faulty_load s_faulty_lo...
44.035714
2,999
0.657948
61afd3c01ac27b94f28a28466b42893c485eb14d
477
asm
Assembly
programs/oeis/323/A323351.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/323/A323351.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/323/A323351.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A323351: Number of ways to fill a (not necessarily square) matrix with n zeros and ones. ; 1,2,8,16,48,64,256,256,1024,1536,4096,4096,24576,16384,65536,131072,327680,262144,1572864,1048576,6291456,8388608,16777216,16777216,134217728,100663296,268435456,536870912,1610612736,1073741824,8589934592,4294967296,25769803776...
36.692308
229
0.748428