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
4bd6dfb5af7cbab527d19eb2f34d6c7f52dd57db
662
asm
Assembly
oeis/233/A233667.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/233/A233667.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/233/A233667.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A233667: a(n) = 5*binomial(4*n+10,n)/(2*n+5). ; Submitted by Christian Krause ; 1,10,85,700,5750,47502,395560,3321120,28102425,239503550,2054455634,17726454200,153757722300,1340045361750,11729338225200,103068670351552,908923976461140,8041606944709800,71359997110169625,634978885837495500,5664526697522326590,5065068296...
44.133333
484
0.839879
6c9e38d1f18db1b950720e144a36fc0ecaed87ae
307
asm
Assembly
examples/mix-c-asm/sources/mynum-rh850.asm
JohnHau/cmake-tutorial
7ba24e39927fd506ba65fe5387e0b847906030cd
[ "MIT" ]
null
null
null
examples/mix-c-asm/sources/mynum-rh850.asm
JohnHau/cmake-tutorial
7ba24e39927fd506ba65fe5387e0b847906030cd
[ "MIT" ]
null
null
null
examples/mix-c-asm/sources/mynum-rh850.asm
JohnHau/cmake-tutorial
7ba24e39927fd506ba65fe5387e0b847906030cd
[ "MIT" ]
null
null
null
#define SHT_PROGBITS 0x1 PUBLIC _mynum SECTION `.text`:CODE:NOROOT(2) CODE _mynum: MOV 42,r10 JMP [lp] SECTION `.iar_vfe_header`:DATA:NOALLOC:NOROOT(2) SECTION_TYPE SHT_PROGBITS, 0 DATA DC32 0 END
16.157895
56
0.501629
8fa536992e23f7b4f932687be25207b9a16e1313
1,852
asm
Assembly
src/math/pow_double/test/_start.asm
nikAizuddin/lib80386
198a5a3490c5ad968dcf13630cafe4d2f22ab2b0
[ "MIT" ]
4
2015-01-25T13:47:33.000Z
2021-11-25T12:45:02.000Z
src/math/pow_double/test/_start.asm
nikAizuddin/lib80386
198a5a3490c5ad968dcf13630cafe4d2f22ab2b0
[ "MIT" ]
null
null
null
src/math/pow_double/test/_start.asm
nikAizuddin/lib80386
198a5a3490c5ad968dcf13630cafe4d2f22ab2b0
[ "MIT" ]
1
2021-11-25T12:45:14.000Z
2021-11-25T12:45:14.000Z
; 1 2 3 4 5 6 7 ;234567890123456789012345678901234567890123456789012345678901234567890 ;===================================================================== ; ; *** TEST *** ; ;--------------------------------------------------------------...
26.084507
70
0.431965
893875fdeb1fc445bf17a025246f2333c36f3e78
3,261
asm
Assembly
pwnlib/shellcraft/templates/i386/linux/syscall.asm
paran0ids0ul/binjitsu
c5a92cdfb6c63e314f4d66994b3fc1646b52a7f7
[ "MIT" ]
null
null
null
pwnlib/shellcraft/templates/i386/linux/syscall.asm
paran0ids0ul/binjitsu
c5a92cdfb6c63e314f4d66994b3fc1646b52a7f7
[ "MIT" ]
null
null
null
pwnlib/shellcraft/templates/i386/linux/syscall.asm
paran0ids0ul/binjitsu
c5a92cdfb6c63e314f4d66994b3fc1646b52a7f7
[ "MIT" ]
1
2020-02-26T03:00:40.000Z
2020-02-26T03:00:40.000Z
<% from pwnlib.shellcraft import i386 from pwnlib.constants import Constant from pwnlib.abi import linux_i386_syscall as abi %> <%page args="syscall = None, arg0 = None, arg1 = None, arg2 = None, arg3 = None, arg4 = None, arg5 = None"/> <%docstring> Args: [syscall_number, \*args] Does a syscall Any of the ar...
32.287129
113
0.508126
f4d5bd97a834aad05393560e6000c0625e0d25bd
693
asm
Assembly
programs/oeis/243/A243887.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/243/A243887.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/243/A243887.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A243887: (p^2 - 3)/2 for odd primes p. ; 3,11,23,59,83,143,179,263,419,479,683,839,923,1103,1403,1739,1859,2243,2519,2663,3119,3443,3959,4703,5099,5303,5723,5939,6383,8063,8579,9383,9659,11099,11399,12323,13283,13943,14963,16019,16379,18239,18623,19403,19799,22259,24863,25763,26219,27143,28559,29039,31499,33023,34583...
77
564
0.782107
c527658227e34dc7f71725d1a05f11b3bc1f68ad
7,757
asm
Assembly
src/vectors.asm
rondnelson99/bomb-golf
34c5fdd360086d415b9487d5a321c451997c7cba
[ "MIT" ]
1
2021-12-04T14:24:34.000Z
2021-12-04T14:24:34.000Z
src/vectors.asm
rondnelson99/bomb-golf
34c5fdd360086d415b9487d5a321c451997c7cba
[ "MIT" ]
null
null
null
src/vectors.asm
rondnelson99/bomb-golf
34c5fdd360086d415b9487d5a321c451997c7cba
[ "MIT" ]
null
null
null
INCLUDE "defines.asm" SECTION "Rst $00", ROM0[$00] NULL:: ; This traps jumps to $0000, which is a common "default" pointer ; $FFFF is another one, but reads rIE as the instruction byte ; Thus, we put two `nop`s that may serve as operands, before soft-crashing ; The operand will always be 0, so even jumps will wo...
26.384354
157
0.714838
221bfe90e9129eb19b025b95d566de1b0e7d3864
1,097
asm
Assembly
src/1_cleanmemory/cleanmem.asm
redconfetti/atari-asm
bff5c0dc5c7437a7d73f1b7b733b661b36aee9b0
[ "MIT" ]
null
null
null
src/1_cleanmemory/cleanmem.asm
redconfetti/atari-asm
bff5c0dc5c7437a7d73f1b7b733b661b36aee9b0
[ "MIT" ]
null
null
null
src/1_cleanmemory/cleanmem.asm
redconfetti/atari-asm
bff5c0dc5c7437a7d73f1b7b733b661b36aee9b0
[ "MIT" ]
null
null
null
processor 6502 seg code org $F000 ; define the code origin at $F000 Start: sei ; disable interrupts cld ; disable the BCD decimal math mode ldx #$FF ; loads the X register with #$FF txs ; transfer X register to S(tack) register ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;...
35.387097
63
0.499544
7945b043f6d51516d6de5a7ce88f01a43eaafc79
6,498
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_994.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_994.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_994.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r14 push %r15 push %r8 push %r9 push %rcx push %rdi push %rsi lea addresses_normal_ht+0x73b3, %r11 nop nop nop nop and %r10, %r10 movb $0x61, (%r11) nop nop nop nop nop add $50784, %r8 lea addresses_normal_ht+0x1acbf, %r14 nop nop nop nop nop inc %r...
36.920455
2,999
0.657741
db7ec795baac20e57d134eb3b0888263e57a41bb
309
asm
Assembly
programs/oeis/280/A280560.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/280/A280560.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/280/A280560.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A280560: a(n) = (-1)^n * 2 if n!=0, with a(0) = 1. ; 1,-2,2,-2,2,-2,2,-2,2,-2,2,-2,2,-2,2,-2,2,-2,2,-2,2,-2,2,-2,2,-2,2,-2,2,-2,2,-2,2,-2,2,-2,2,-2,2,-2,2,-2,2,-2,2,-2,2,-2,2,-2,2,-2,2,-2,2,-2,2,-2,2,-2,2,-2,2,-2,2,-2,2,-2,2,-2,2,-2,2,-2,2 sub $0,1 mod $0,2 mul $0,12 add $0,1 pow $0,2 sub $0,79 div $0,39
28.090909
188
0.440129
cc04d320b0ad1f2cbfcc05ab96c11c4622c9848d
737
asm
Assembly
oeis/055/A055494.asm
loda-lang/loda-programs
773fe0baed2ca30c72b7faf16c0801749f2e6f9a
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/055/A055494.asm
loda-lang/loda-programs
773fe0baed2ca30c72b7faf16c0801749f2e6f9a
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/055/A055494.asm
loda-lang/loda-programs
773fe0baed2ca30c72b7faf16c0801749f2e6f9a
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A055494: Numbers k such that k^2 - k + 1 is prime. ; Submitted by Jon Maiga ; 2,3,4,6,7,9,13,15,16,18,21,22,25,28,34,39,42,51,55,58,60,63,67,70,72,76,78,79,81,90,91,100,102,106,111,112,118,120,132,139,142,144,148,151,154,156,162,163,165,168,169,174,177,189,190,193,195,204,207,210,216,219,232,237,246,247,267,273,279,2...
27.296296
364
0.641791
f2b1ac70733ea0b7f5d5b3e50f7c23aded186ac7
17,607
asm
Assembly
Snake/Snake.asm
samyvic/Snake
c1ad2f32ab73ca538db3f70cc2dbc3e587cdd1d5
[ "Apache-2.0" ]
null
null
null
Snake/Snake.asm
samyvic/Snake
c1ad2f32ab73ca538db3f70cc2dbc3e587cdd1d5
[ "Apache-2.0" ]
null
null
null
Snake/Snake.asm
samyvic/Snake
c1ad2f32ab73ca538db3f70cc2dbc3e587cdd1d5
[ "Apache-2.0" ]
null
null
null
TITLE Snake V1 (Snake.asm) ;Authors : ;Mostafa Abobakr ;Ahmed Samy ;Mostafa Ramzy ;Mahmoud Diab ;Mohamed Mahmoud Omar ;This project is built by 32 assembly using Ivrine32 library ;Github ;Repo Link : https://github.com/samyvic/Snake ; ReadMe Link : https://github.com/samyvic/Snake/blob/main/README.md ;LICENS...
27.553991
135
0.556597
1ec7aaa4f6d9596f15420e0cfb95c4b1fdf5e613
5,671
asm
Assembly
Transynther/x86/_processed/AVXALIGN/_st_/i7-7700_9_0xca_notsx.log_21829_252.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/AVXALIGN/_st_/i7-7700_9_0xca_notsx.log_21829_252.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/AVXALIGN/_st_/i7-7700_9_0xca_notsx.log_21829_252.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r13 push %r8 push %r9 push %rax push %rbx push %rcx push %rdi push %rsi lea addresses_WC_ht+0x165de, %rsi lea addresses_A_ht+0x9d5e, %rdi nop and $46537, %r9 mov $92, %rcx rep movsq add %r8, %r8 lea addresses_normal_ht+0x71de, %rsi lea addresses_WT_ht+0x79c7, %rdi nop ...
41.394161
2,999
0.66073
8afcef2903e6cdbc364e033ed5a8bccd1cb5321b
7,175
asm
Assembly
Transynther/x86/_processed/NC/_zr_/i9-9900K_12_0xca_notsx.log_21829_1816.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NC/_zr_/i9-9900K_12_0xca_notsx.log_21829_1816.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NC/_zr_/i9-9900K_12_0xca_notsx.log_21829_1816.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 %r15 push %r8 push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_WC_ht+0xea33, %r13 dec %r8 movl $0x61626364, (%r13) and $23289, %rdx lea addresses_A_ht+0x1ecab, %r15 and $15113, %r11 movw $0x6162, (%r15) nop nop nop nop nop cmp %r8, %r8...
34.330144
2,999
0.65561
8a82a0ba4c788090a638093f7ad6bfbd92715dde
646
asm
Assembly
oeis/238/A238340.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/238/A238340.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/238/A238340.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A238340: Number of partitions of 4n into 4 parts. ; 1,5,15,34,64,108,169,249,351,478,632,816,1033,1285,1575,1906,2280,2700,3169,3689,4263,4894,5584,6336,7153,8037,8991,10018,11120,12300,13561,14905,16335,17854,19464,21168,22969,24869,26871,28978,31192,33516,35953,38505,41175,43966,46880,49920,53089,56389,59823,63394,...
46.142857
497
0.775542
25aa0832e6d885f55fbd1e06d5b09d6005dba1a5
1,890
asm
Assembly
programs/oeis/116/A116796.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/116/A116796.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/116/A116796.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A116796: Number of permutations of length n which avoid the patterns 2314, 3241, 4132. ; 1,2,6,21,72,236,745,2286,6866,20285,59156,170712,488401,1387226,3916062,10996581,30737760,85573316,237387961,656451270,1810142186,4978643597,13661617196,37409025456,102238082977,278920277426,759695287350,2066068144821,56110442896...
94.5
1,639
0.898413
594b5c5f440cf4fe6518063c1968838507d79ff4
4,838
asm
Assembly
externals/mpir-3.0.0/mpn/x86_64/netburst/karaadd.asm
JaminChan/eos_win
c03e57151cfe152d0d3120abb13226f4df74f37e
[ "MIT" ]
12
2021-09-29T14:50:06.000Z
2022-03-31T15:01:21.000Z
externals/mpir-3.0.0/mpn/x86_64/netburst/karaadd.asm
JaminChan/eos_win
c03e57151cfe152d0d3120abb13226f4df74f37e
[ "MIT" ]
15
2021-12-24T22:53:49.000Z
2021-12-25T10:03:13.000Z
LibSource/mpir/mpn/x86_64/netburst/karaadd.asm
ekzyis/CrypTool-2
1af234b4f74486fbfeb3b3c49228cc36533a8c89
[ "Apache-2.0" ]
10
2021-10-17T19:46:51.000Z
2022-03-18T02:57:57.000Z
dnl mpn_karaadd dnl Copyright 2011 The Code Cavern dnl This file is part of the MPIR Library. dnl The MPIR Library is free software; you can redistribute it and/or modify dnl it under the terms of the GNU Lesser General Public License as published dnl by the Free Software Foundation; either version 2.1 of the ...
19.508065
79
0.603142
1ccd057d1519d8366c45232bff787166d42b9d24
869
asm
Assembly
Part 7 - Using EPT & Page-level Monitoring Features/MyHypervisorDriver/MyHypervisorDriver/AsmVmxOperation.asm
avboy1337/Hypervisor-From-Scratch
10acaf5496d0a4e88b058aa91dbf36ba05ab98e0
[ "MIT" ]
808
2018-09-04T01:45:15.000Z
2022-03-29T19:29:55.000Z
Part 7 - Using EPT & Page-level Monitoring Features/MyHypervisorDriver/MyHypervisorDriver/AsmVmxOperation.asm
avboy1337/Hypervisor-From-Scratch
10acaf5496d0a4e88b058aa91dbf36ba05ab98e0
[ "MIT" ]
14
2019-02-24T21:33:37.000Z
2022-01-18T11:50:28.000Z
Part 7 - Using EPT & Page-level Monitoring Features/MyHypervisorDriver/MyHypervisorDriver/AsmVmxOperation.asm
avboy1337/Hypervisor-From-Scratch
10acaf5496d0a4e88b058aa91dbf36ba05ab98e0
[ "MIT" ]
182
2018-09-04T01:45:21.000Z
2022-03-30T21:39:18.000Z
PUBLIC AsmEnableVmxOperation PUBLIC AsmVmxVmcall .code _text ;------------------------------------------------------------------------ AsmEnableVmxOperation PROC PUBLIC push rax ; Save the state xor rax,rax ; Clear the RAX mov rax,cr4 or rax,02000h ; Set the 14th bit mov cr4,...
26.333333
137
0.493671
1cbf70376eb55387f355ec6a3a7da4cc41a28a16
263
asm
Assembly
pwnlib/shellcraft/templates/aarch64/linux/dup2.asm
zaratec/pwntools
8793decd1c9b8c822e3db6c27b9cbf6e8cddfeba
[ "MIT" ]
5
2018-05-15T13:00:56.000Z
2020-02-09T14:29:00.000Z
pwnlib/shellcraft/templates/aarch64/linux/dup2.asm
FDlucifer/binjitsu
999ad632004bfc3e623eead20eb11de98fc1f4dd
[ "MIT" ]
null
null
null
pwnlib/shellcraft/templates/aarch64/linux/dup2.asm
FDlucifer/binjitsu
999ad632004bfc3e623eead20eb11de98fc1f4dd
[ "MIT" ]
6
2017-09-07T02:31:11.000Z
2021-07-05T16:59:18.000Z
<% from pwnlib.shellcraft.aarch64.linux import syscall %> <%page args="fd, fd2"/> <%docstring> Invokes the syscall dup2. See 'man 2 dup2' for more information. Arguments: fd(int): fd fd2(int): fd2 </%docstring> ${syscall('SYS_dup2', fd, fd2)}
17.533333
65
0.65019
b3dcd388f4d0219cc7fbd64f113cdb164933ee19
551
asm
Assembly
oeis/017/A017647.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/017/A017647.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/017/A017647.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A017647: (12n+10)^7. ; 10000000,2494357888,52523350144,435817657216,2207984167552,8235430000000,24928547056768,64847759419264,150363025899136,318547390056832,627485170000000,1164175380274048,2054210978157184,3473414526672256,5661610866627712,8938717390000000,13723332506969728,20554002898923904,30113350149736576,43255...
78.714286
497
0.900181
1f3ae8b6dfb0d6e2858a6de3c361fe4cdbfbe2aa
436
asm
Assembly
programs/oeis/017/A017233.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/017/A017233.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/017/A017233.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A017233: a(n) = 9*n + 6. ; 6,15,24,33,42,51,60,69,78,87,96,105,114,123,132,141,150,159,168,177,186,195,204,213,222,231,240,249,258,267,276,285,294,303,312,321,330,339,348,357,366,375,384,393,402,411,420,429,438,447,456,465,474,483,492,501,510,519,528,537,546,555,564,573,582,591,600,609,618,627,636,645,654,663,672,681...
72.666667
389
0.711009
fffc7934b61dcba1b50793a4969d20935524330c
1,712
asm
Assembly
programs/oeis/153/A153794.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/153/A153794.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/153/A153794.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A153794: 4 times octagonal numbers: a(n) = 4*n*(3*n-2). ; 0,4,32,84,160,260,384,532,704,900,1120,1364,1632,1924,2240,2580,2944,3332,3744,4180,4640,5124,5632,6164,6720,7300,7904,8532,9184,9860,10560,11284,12032,12804,13600,14420,15264,16132,17024,17940,18880,19844,20832,21844,22880,23940,25024,26132,27264,28420,29600,...
214
1,613
0.828855
91b2b2737faa5f413ab9e5adc6152600e48f512a
336
asm
Assembly
programs/oeis/125/A125687.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/125/A125687.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/125/A125687.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A125687: The base 6 numbers 4 44 444 4444 44444 ... converted to base 10. ; 4,28,172,1036,6220,37324,223948,1343692,8062156,48372940,290237644,1741425868,10448555212,62691331276,376147987660,2256887925964,13541327555788,81247965334732,487487792008396,2924926752050380,17549560512302284 mov $1,6 pow $1,$0 div $1,5 mul...
37.333333
211
0.800595
ec9d385f811ace4156903bb58370ef975f64fe24
6,099
asm
Assembly
Transynther/x86/_processed/NC/_ht_zr_/i7-8650U_0xd2.log_955_1831.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NC/_ht_zr_/i7-8650U_0xd2.log_955_1831.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NC/_ht_zr_/i7-8650U_0xd2.log_955_1831.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 %r15 push %rbp push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_UC_ht+0x1988, %rsi lea addresses_D_ht+0x1c2ce, %rdi nop nop nop dec %r10 mov $76, %rcx rep movsl nop and $46386, %rsi lea addresses_WC_ht+0x137ce, %rbp nop nop nop and %rsi, %rsi mo...
36.520958
2,864
0.658305
17a32b52018e49b0c3cb4db440599f0d6011572e
329
asm
Assembly
programs/oeis/084/A084054.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/084/A084054.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/084/A084054.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A084054: 5*n digit-reversed mod 5. ; 1,1,2,2,3,3,4,4,0,0,1,1,2,2,3,3,4,4,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,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,0,0,0,0,0,0,0 add $0,2 div $0,2 lpb $0,1 mov $1,$0 div $0,10 lpe lpb $1,1 mod ...
25.307692
211
0.525836
e9547f2ae598ccf4ea65f44faf185fdb6b4fb356
746
asm
Assembly
programs/oeis/199/A199764.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/199/A199764.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/199/A199764.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A199764: 10*11^n+1. ; 11,111,1211,13311,146411,1610511,17715611,194871711,2143588811,23579476911,259374246011,2853116706111,31384283767211,345227121439311,3797498335832411,41772481694156511,459497298635721611,5054470284992937711,55599173134922314811,611590904484145462911,6727499949325600092011,74002499442581601012111...
82.888889
673
0.908847
e9c889d76d47d941faa71cebc5c0d46e55e5d1e9
403
asm
Assembly
libsrc/_DEVELOPMENT/math/float/math32/z80/f32_fsceil.asm
ahjelm/z88dk
c4de367f39a76b41f6390ceeab77737e148178fa
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
libsrc/_DEVELOPMENT/math/float/math32/z80/f32_fsceil.asm
C-Chads/z88dk
a4141a8e51205c6414b4ae3263b633c4265778e6
[ "ClArtistic" ]
1,600
2017-01-15T16:12:02.000Z
2022-03-31T12:11:12.000Z
libsrc/_DEVELOPMENT/math/float/math32/z80/f32_fsceil.asm
C-Chads/z88dk
a4141a8e51205c6414b4ae3263b633c4265778e6
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
SECTION code_fp_math32 EXTERN m32_fsadd_callee EXTERN m32_discardfraction PUBLIC m32_ceil_fastcall PUBLIC _m32_ceilf ; float ceilf(float f) __z88dk_fastcall; ._m32_ceilf ; Entry: dehl = floating point number .m32_ceil_fastcall call m32_discardfraction bit 7,d ret NZ .was_positive ; Add 1 push...
13.896552
40
0.729529
9c2bdfad1a3a579cf0f5efe5873ab4960b505be0
137
asm
Assembly
oeis/152/A152424.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/152/A152424.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/152/A152424.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A152424: a[n_]:=IntegerPart[Prime[n^n]^(1/n)]; ; 2,2,4,6,7,9,10,11,12,13,14 mov $1,10 sub $1,$0 add $0,2 div $1,$0 trn $0,$1 add $0,2
13.7
48
0.562044
c54168bb6d80cf9f03d5417bc814d0737068e9fa
1,321
nasm
Assembly
shellcode/writebytes.nasm
JS-Burns/CVE-2016-6366
0ba7426a9bf2a01c807608b7e1b63f87fe2699a5
[ "MIT" ]
171
2016-09-22T23:35:35.000Z
2021-12-21T21:56:17.000Z
shellcode/writebytes.nasm
FDlucifer/CVE-2016-6366
0ba7426a9bf2a01c807608b7e1b63f87fe2699a5
[ "MIT" ]
3
2016-09-27T01:05:07.000Z
2016-11-02T03:12:21.000Z
shellcode/writebytes.nasm
FDlucifer/CVE-2016-6366
0ba7426a9bf2a01c807608b7e1b63f87fe2699a5
[ "MIT" ]
79
2016-09-22T23:16:29.000Z
2021-05-07T16:17:13.000Z
BITS 32 SAFERET_OFFSET equ 0x9277386 ; where to continue execution ; we need to fix the function frame to continue normal operation ; eax = 0x0 ; esi = 0x0 ; edi = 0x0b ; ebx = 0x10 ; ebp = [esp - 0x4 (ret)] + 0x?? FIX_EBP equ 0x48 ; this is 0x58 in versions before 8.4(1) FIX_EDI ...
30.72093
88
0.552612
a45c0d1eace7ef0abdb988d6e67f9db8a12d1b05
20
asm
Assembly
src/main/fragment/mos6502-common/vbuaa=_deref_pbuz1.asm
jbrandwood/kickc
d4b68806f84f8650d51b0e3ef254e40f38b0ffad
[ "MIT" ]
2
2022-03-01T02:21:14.000Z
2022-03-01T04:33:35.000Z
src/main/fragment/mos6502-common/vbuaa=_deref_pbuz1.asm
jbrandwood/kickc
d4b68806f84f8650d51b0e3ef254e40f38b0ffad
[ "MIT" ]
null
null
null
src/main/fragment/mos6502-common/vbuaa=_deref_pbuz1.asm
jbrandwood/kickc
d4b68806f84f8650d51b0e3ef254e40f38b0ffad
[ "MIT" ]
null
null
null
ldy #0 lda ({z1}),y
6.666667
12
0.5
1c2813b7bf8db5d93d11146e8ff78ec07391b4b5
665
asm
Assembly
oeis/038/A038765.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/038/A038765.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/038/A038765.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A038765: Next-to-last diagonal of A024462. ; 1,2,7,24,81,270,891,2916,9477,30618,98415,314928,1003833,3188646,10097379,31886460,100442349,315675954,990074583,3099363912,9685512225,30218798142,94143178827,292889889684,910050728661,2824295364810,8755315630911,27113235502176,83881572334857,259270314489558,80068773592363...
39.117647
488
0.813534
6928bfb4e7c9b2756cef79c68a45381e071157d3
516
asm
Assembly
programs/oeis/236/A236967.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/236/A236967.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/236/A236967.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A236967: Expansion of (1+3*x)^2/(1-3*x)^2. ; 1,12,72,324,1296,4860,17496,61236,209952,708588,2361960,7794468,25509168,82904796,267846264,860934420,2754990144,8781531084,27894275208,88331871492,278942752080,878669669052,2761533245592,8661172452084,27113235502176,84728860944300 add $0,1 mov $3,$0 mov $5,3 lpb $0,1 s...
19.846154
233
0.658915
158421ab2a361ecd98be61a3ca966e515528ee84
621
asm
Assembly
programs/oeis/309/A309075.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/309/A309075.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/309/A309075.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A309075: Total number of black cells after n iterations of Langton's ant with two ants on the grid placed side-by-side on neighboring squares and initially looking in the same direction. ; 0,2,2,4,6,6,8,8,8,6,6,4,2,2,0,2,2,4,6,6,8,8,8,6,6,4,2,2,0,2,2,4,6,6,8,8,8,6,6,4,2,2,0,2,2,4,6,6,8,8,8,6,6,4,2,2,0,2,2,4,6,6,8,8,8...
62.1
188
0.665056
8a2758572db47775c6469ddd7f081eabbc142256
468
asm
Assembly
oeis/172/A172171.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/172/A172171.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/172/A172171.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A172171: (1,9) Pascal Triangle read by horizontal rows. Same as A093644, but mirrored and without the additional row/column (1,9,9,9,9,..). ; Submitted by Simon Strandgaard ; 1,1,10,1,11,19,1,12,30,28,1,13,42,58,37,1,14,55,100,95,46,1,15,69,155,195,141,55,1,16,84,224,350,336,196,64,1,17,100,308,574,686,532,260,73,1,1...
27.529412
179
0.66453
5165aa94e524189efa8a7e69163216686728a6c0
6,033
asm
Assembly
FlipStandMar.asm
mariahassan54/Super-Mario-Game-in-Assembly-Language
1e037e9acdd9e2bd172c9c2f928a546e5b53a36e
[ "MIT" ]
null
null
null
FlipStandMar.asm
mariahassan54/Super-Mario-Game-in-Assembly-Language
1e037e9acdd9e2bd172c9c2f928a546e5b53a36e
[ "MIT" ]
null
null
null
FlipStandMar.asm
mariahassan54/Super-Mario-Game-in-Assembly-Language
1e037e9acdd9e2bd172c9c2f928a546e5b53a36e
[ "MIT" ]
null
null
null
.model small .stack 120h .data skin DB 14d clothes1 byte 06d clothes2 byte 04d unique byte 13d .code main proc mov AX, @data mov DS, AX mov AX, 0 mov ah, 0 mov al, 13H int 10h mov CX, 160d mov DX, 100d push CX mov ah, 0ch mov al,clot...
12.237323
43
0.435936
da6aaf174939e81589032e206c924a86be37fe32
9,330
asm
Assembly
transformy/tables/gen/0006.asm
mborik/regression
25b5f2204ce668594449e8ce804779288b895ac0
[ "MIT" ]
3
2019-09-18T05:34:22.000Z
2020-12-04T17:46:52.000Z
transformy/tables/gen/0006.asm
mborik/regression
25b5f2204ce668594449e8ce804779288b895ac0
[ "MIT" ]
null
null
null
transformy/tables/gen/0006.asm
mborik/regression
25b5f2204ce668594449e8ce804779288b895ac0
[ "MIT" ]
1
2020-01-17T01:04:24.000Z
2020-01-17T01:04:24.000Z
xor a ld hl, basescradr + #00d4 ld (hl), a inc h ld (hl), a inc h ld (hl), a inc h ld (hl), a inc h ld (hl), a inc h ld (hl), a inc h ld (hl), a ld hl, basescradr + #0875 ld (hl), a inc h ld (hl), a inc h ld (hl), a inc h ld (hl), a inc h ld (hl), a inc h ld (hl), a...
15.57596
29
0.517363
7a8a2c8d7ec68b1a06829084790431e023a9c317
933
asm
Assembly
sk/sfx/86.asm
Cancer52/flamedriver
9ee6cf02c137dcd63e85a559907284283421e7ba
[ "0BSD" ]
9
2017-10-09T20:28:45.000Z
2021-06-29T21:19:20.000Z
sk/sfx/86.asm
Cancer52/flamedriver
9ee6cf02c137dcd63e85a559907284283421e7ba
[ "0BSD" ]
12
2018-08-01T13:52:20.000Z
2022-02-21T02:19:37.000Z
sk/sfx/86.asm
Cancer52/flamedriver
9ee6cf02c137dcd63e85a559907284283421e7ba
[ "0BSD" ]
2
2018-02-17T19:50:36.000Z
2019-10-30T19:28:06.000Z
Sound_86_Header: smpsHeaderStartSong 3 smpsHeaderVoice Sound_86_Voices smpsHeaderTempoSFX $01 smpsHeaderChanSFX $01 smpsHeaderSFXChannel cFM5, Sound_86_FM5, $D0, $06 ; FM5 Data Sound_86_FM5: smpsSetvoice $00 smpsModSet $01, $01, $09, $F6 dc.b nC0, $37 smpsStop Sound_86_Voices: ; Voice...
26.657143
62
0.606645
21e633c38265c34bdb4fad595ab788b0531356d4
646
asm
Assembly
programs/oeis/023/A023889.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/023/A023889.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/023/A023889.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A023889: Sum of the prime power divisors of n (not including 1). ; 0,2,3,6,5,5,7,14,12,7,11,9,13,9,8,30,17,14,19,11,10,13,23,17,30,15,39,13,29,10,31,62,14,19,12,18,37,21,16,19,41,12,43,17,17,25,47,33,56,32,20,19,53,41,16,21,22,31,59,14,61,33,19,126,18,16,67,23,26,14,71,26,73,39,33,25,18,18,79,35,120,43,83,16,22,45,32...
21.533333
292
0.563467
39766dac0b344df60022165105af34c4de05a0f7
7,710
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_1158.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_1158.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_1158.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 %r9 push %rax push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_WC_ht+0x8dd, %rbx nop nop nop nop nop cmp $51617, %rcx mov $0x6162636465666768, %r9 movq %r9, %xmm6 and $0xffffffffffffffc0, %rbx movaps %xmm6, (%rbx) nop nop sub $52508, %rdx lea ad...
34.266667
2,999
0.660052
3e8f7d79aaf6517c0d14652ab7f27f358b3d6ac5
3,951
asm
Assembly
demos/win32/DEMO2/demo2.asm
gbmaster/nasmx
299fac2950cb10df2afef149da6e075b3ff3cdde
[ "BSD-2-Clause" ]
18
2015-06-22T07:26:13.000Z
2021-09-09T19:47:44.000Z
demos/win32/DEMO2/demo2.asm
gbmaster/nasmx
299fac2950cb10df2afef149da6e075b3ff3cdde
[ "BSD-2-Clause" ]
null
null
null
demos/win32/DEMO2/demo2.asm
gbmaster/nasmx
299fac2950cb10df2afef149da6e075b3ff3cdde
[ "BSD-2-Clause" ]
5
2015-09-22T14:47:09.000Z
2021-11-08T18:53:11.000Z
;// DEMO2.ASM ;// ;// Copyright (C)2005-2011 The NASMX Project ;// ;// This is a fully UNICODE aware, typedefined demo that demonstrates ;// using NASMX typedef system to make your code truly portable between ;// 32 and 64-bit systems using either ASCII or UNICODE ;// ;// Contributors: ;// Bryant Keller ;/...
31.357143
216
0.623386
3567e4f40d49edb44b8e9428f12dc5ab834fbb29
264
asm
Assembly
libsrc/_DEVELOPMENT/math/float/math48/z80/am48_dpush.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
libsrc/_DEVELOPMENT/math/float/math48/z80/am48_dpush.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
libsrc/_DEVELOPMENT/math/float/math48/z80/am48_dpush.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
SECTION code_fp_math48 PUBLIC am48_dpush am48_dpush: ; push AC' onto the stack ; ; enter : stack = ret ; ; exit : stack = double ; ; uses : af exx pop af push bc push de push hl push af exx ret
9.428571
28
0.518939
08c4c9d2c0780b0844f98c542a63804fcd4a7ba9
109
asm
Assembly
libsrc/_DEVELOPMENT/math/float/math32/lm32/c/sdcc/___sint2fs.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
null
null
null
libsrc/_DEVELOPMENT/math/float/math32/lm32/c/sdcc/___sint2fs.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
null
null
null
libsrc/_DEVELOPMENT/math/float/math32/lm32/c/sdcc/___sint2fs.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
null
null
null
SECTION code_fp_math32 PUBLIC ___sint2fs EXTERN cm32_sdcc___sint2fs defc ___sint2fs = cm32_sdcc___sint2fs
13.625
37
0.87156
9155ae212c938f710dfd3967db9b8bd70b0a6900
127
asm
Assembly
Micro/Tests/beq/beq.asm
JavierOramas/CP_AC
d2f38823c6c2fce5acab1908a6912a7c18a0dd2b
[ "MIT" ]
null
null
null
Micro/Tests/beq/beq.asm
JavierOramas/CP_AC
d2f38823c6c2fce5acab1908a6912a7c18a0dd2b
[ "MIT" ]
null
null
null
Micro/Tests/beq/beq.asm
JavierOramas/CP_AC
d2f38823c6c2fce5acab1908a6912a7c18a0dd2b
[ "MIT" ]
null
null
null
addi r1 r0 13 addi r2 r0 12 beq r1 r2 end addi r1 r0 7 beq r1 r1 print halt print: addi r10 r0 65 tty r10 end: halt #prints A
9.071429
15
0.716535
2f0802d59c9436727bbc895d5d842455ae313903
364
asm
Assembly
libsrc/msx/svi_ldirmv.asm
RC2014Z80/z88dk
e5b9447b970e5fae26544b6d8aa5957c98ba0e6a
[ "ClArtistic" ]
8
2017-01-18T12:02:17.000Z
2021-06-12T09:40:28.000Z
libsrc/msx/svi_ldirmv.asm
RC2014Z80/z88dk
e5b9447b970e5fae26544b6d8aa5957c98ba0e6a
[ "ClArtistic" ]
1
2017-03-06T07:41:56.000Z
2017-03-06T07:41:56.000Z
libsrc/msx/svi_ldirmv.asm
RC2014Z80/z88dk
e5b9447b970e5fae26544b6d8aa5957c98ba0e6a
[ "ClArtistic" ]
3
2017-03-07T03:19:40.000Z
2021-09-15T17:59:19.000Z
; ; Spectravideo SVI specific routines ; by Stefano Bodrato ; MSX emulation layer ; ; LIDRMV ; ; ; $Id: svi_ldirmv.asm,v 1.4 2016-06-16 19:30:25 dom Exp $ ; SECTION code_clib PUBLIC LIDRMV INCLUDE "svi.def" LIDRMV: call $3747 ;SETRD ex (sp),hl ex (sp),hl loop: in a,(VDP_DATAIN) ld (de),a in...
11.741935
57
0.631868
3340817997b58039414d8bc2f578b250c180af90
710
asm
Assembly
programs/oeis/254/A254527.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/254/A254527.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/254/A254527.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A254527: Total number of points on a sphere when both poles are on an x by x grid where x=8*n+1. ; 6,26,62,114,182,266,366,482,614,762,926,1106,1302,1514,1742,1986,2246,2522,2814,3122,3446,3786,4142,4514,4902,5306,5726,6162,6614,7082,7566,8066,8582,9114,9662,10226,10806,11402,12014,12642,13286,13946,14622,15314,16022...
71
551
0.778873
05a3da8c135fd6646604716d542e68298eb36fe2
124
asm
Assembly
Working Disassembly/Levels/LRZ/Misc Object Data/Map - Falling Spike.asm
TeamASM-Blur/Sonic-3-Blue-Balls-Edition
7e8a2c5df02271615ff4cae529521e6b1560d6b1
[ "Apache-2.0" ]
5
2021-07-09T08:17:56.000Z
2022-02-27T19:57:47.000Z
Working Disassembly/Levels/LRZ/Misc Object Data/Map - Falling Spike.asm
TeamASM-Blur/Sonic-3-Blue-Balls-Edition
7e8a2c5df02271615ff4cae529521e6b1560d6b1
[ "Apache-2.0" ]
null
null
null
Working Disassembly/Levels/LRZ/Misc Object Data/Map - Falling Spike.asm
TeamASM-Blur/Sonic-3-Blue-Balls-Edition
7e8a2c5df02271615ff4cae529521e6b1560d6b1
[ "Apache-2.0" ]
null
null
null
dc.w word_42922-Map_LRZFallingSpike word_42922: dc.w 1 ; DATA XREF: ROM:00042920o dc.b $F0, 7, 0, $2F, $FF, $F8
31
48
0.637097
1fe77d4f7981dcc657b447f514178339858b2e56
346
asm
Assembly
programs/oeis/038/A038154.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/038/A038154.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/038/A038154.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A038154: a(n) = n! * Sum_{k=0..n-2} 1/k!. ; 0,0,2,12,60,320,1950,13692,109592,986400,9864090,108505100,1302061332,16926797472,236975164790,3554627472060,56874039553200,966858672404672,17403456103284402,330665665962403980,6613313319248079980,138879579704209680000 lpb $0 sub $0,1 add $1,$0 add $2,$0 mul $2,$0 ...
28.833333
220
0.734104
957ccc33e036e3da8ad9edb22933a3b51565e1f9
7,632
asm
Assembly
Transynther/x86/_processed/AVXALIGN/_ht_zr_/i7-7700_9_0xca.log_840_109.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/AVXALIGN/_ht_zr_/i7-7700_9_0xca.log_840_109.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/AVXALIGN/_ht_zr_/i7-7700_9_0xca.log_840_109.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r14 push %r8 push %rbx push %rcx push %rdi push %rsi lea addresses_D_ht+0xc17e, %r8 nop nop nop sub %r14, %r14 mov (%r8), %r11d sub %rdi, %rdi lea addresses_UC_ht+0xb37e, %rsi lea addresses_A_ht+0x37e, %rdi clflush (%rsi) nop nop nop nop nop cmp $18...
29.696498
2,519
0.652516
333e8e7a2b8d73ddebe20edd8d4580a5a0fa91ae
598
asm
Assembly
oeis/069/A069074.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/069/A069074.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/069/A069074.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A069074: a(n) = (2*n+2)*(2*n+3)*(2*n+4) = 24*A000330(n+1). ; 24,120,336,720,1320,2184,3360,4896,6840,9240,12144,15600,19656,24360,29760,35904,42840,50616,59280,68880,79464,91080,103776,117600,132600,148824,166320,185136,205320,226920,249984,274560,300696,328440,357840,388944,421800,456456,492960,531360,571704,614040,...
74.75
499
0.792642
05de1cb0bfafeda40c01e07fd85ea1a3a5beebb9
925
asm
Assembly
sys6.asm
codebur/_a2-chemi-gs-1993
23d03a7a6727e37650288303ffa86474982a1dfe
[ "MIT" ]
1
2019-10-05T10:04:12.000Z
2019-10-05T10:04:12.000Z
sys6.asm
codebur/_a2-chemi-gs-1993
23d03a7a6727e37650288303ffa86474982a1dfe
[ "MIT" ]
null
null
null
sys6.asm
codebur/_a2-chemi-gs-1993
23d03a7a6727e37650288303ffa86474982a1dfe
[ "MIT" ]
null
null
null
keep SYS6 **************************************************************** * ChemiGS * **************************************************************** * (c) 1992-93 by Urs Hochstrasser * * Buendtenweg 6 * * 5105 AUENSTEIN (SWITZERLAND) * ******************************...
925
925
0.501622
bb5908c851fb89eb390f24e07158b8132e9faca0
469
asm
Assembly
data/pokemon/base_stats/sinnoh/floatzel.asm
Dev727/ancientplatinum
8b212a1728cc32a95743e1538b9eaa0827d013a7
[ "blessing" ]
null
null
null
data/pokemon/base_stats/sinnoh/floatzel.asm
Dev727/ancientplatinum
8b212a1728cc32a95743e1538b9eaa0827d013a7
[ "blessing" ]
null
null
null
data/pokemon/base_stats/sinnoh/floatzel.asm
Dev727/ancientplatinum
8b212a1728cc32a95743e1538b9eaa0827d013a7
[ "blessing" ]
null
null
null
db 0 ; 419 DEX NO db 85, 105, 55, 115, 85, 50 ; hp atk def spd sat sdf db WATER, WATER ; type db 75 ; catch rate db 178 ; base exp db NO_ITEM, NO_ITEM ; items db GENDER_F50 ; gender ratio db 100 ; unknown 1 db 20 ; step cycles to hatch db 5 ; unknown 2 INCBIN "gfx/pokemon/sinnoh/floatzel/fron...
21.318182
54
0.667377
8e0fb6f8ce9f745d839c5926eddedd1644673f8a
1,701
asm
Assembly
Codes/Chapter07/P04/P07-04.asm
ar-ekt/Dandamudi-Assembly-Solutions
876097a20420b125b19ec9e71cc480cc08b47997
[ "MIT" ]
8
2021-03-04T18:31:42.000Z
2021-11-03T04:41:25.000Z
Codes/Chapter07/P04/P07-04.asm
ar-ekt/Dandamudi-Assembly-Solutions
876097a20420b125b19ec9e71cc480cc08b47997
[ "MIT" ]
null
null
null
Codes/Chapter07/P04/P07-04.asm
ar-ekt/Dandamudi-Assembly-Solutions
876097a20420b125b19ec9e71cc480cc08b47997
[ "MIT" ]
1
2021-11-09T09:49:00.000Z
2021-11-09T09:49:00.000Z
; the method used in the original PutInt8 is quite general and could be used with integers of any size ; this method on the other hand, is quite simple and straight-forward, but is not general at all global _start extern ExitProcess %include "lib.h" section .data newline db 10, 0 negative_sign db "-", 0 sec...
21.807692
102
0.606114
716c95b4cbccbd23456c83688b53dbea5e312053
472
asm
Assembly
programs/oeis/292/A292598.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/292/A292598.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/292/A292598.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A292598: a(n) is the number of odd primes in the sequence [n, floor(n/2), floor(n/4), ..., 1]. ; 0,0,1,0,1,1,2,0,0,1,2,1,2,2,2,0,1,0,1,1,1,2,3,1,1,2,2,2,3,2,3,0,0,1,1,0,1,1,1,1,2,1,2,2,2,3,4,1,1,1,1,2,3,2,2,2,2,3,4,2,3,3,3,0,0,0,1,1,1,1,2,0,1,1,1,1,1,1,2,1,1,2,3,1,1,2,2,2,3,2,2,3,3,4,4,1,2,1,1,1 lpb $0 mov $2,$0 ...
39.333333
201
0.559322
c027e64869789522a31e659fa24169a04a6d2672
940
asm
Assembly
programs/oeis/007/A007495.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/007/A007495.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/007/A007495.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A007495: Josephus problem: survivors. ; 1,1,2,2,2,4,5,4,8,8,7,11,8,13,4,11,12,8,12,2,13,7,22,2,8,13,26,4,26,29,17,27,26,7,33,20,16,22,29,4,13,22,25,14,22,37,18,46,42,46,9,41,12,7,26,42,24,5,44,53,52,58,29,22,12,48,27,30,58,52,49,57,13,14,32,24,75,8,67,56,40,61,51,77,35,57,74,63,75,12,72,89,11,32,32,59,61,62,89,22,31,...
58.75
775
0.65
28a79f495623b200e863dd4b636bc1066d87f26f
225
asm
Assembly
examples/random/random.asm
nrkn/hrm-draw
277de64b6cd8476e9e416f309e85bcf6c34e24f0
[ "MIT" ]
2
2015-11-04T07:48:32.000Z
2018-09-17T05:07:26.000Z
examples/random/random.asm
nrkn/hrm-draw
277de64b6cd8476e9e416f309e85bcf6c34e24f0
[ "MIT" ]
3
2015-11-02T23:15:39.000Z
2015-11-04T05:25:59.000Z
examples/random/random.asm
nrkn/hrm-draw
277de64b6cd8476e9e416f309e85bcf6c34e24f0
[ "MIT" ]
null
null
null
COMMENT 0 DEFINE COMMENT 0 eJxTYWBg0JfRMAZSDPGWT9aBaN0rD96D6Cn1K5o9lk6Tf3u4ja1q+ZJZP/d1+qdfnygCkvNNk4vjjZaL yw39l5cbum8Cb/S8hb5p8xaC5G6n8thbJ4BwT9Pt1J4mkJiXlUwEl75MRJamjXuWZo0ql/4cES+rOSKv 7GtUX9mfsVtlAsJvdBlGwSgYBXQFAEEjMOw;
45
80
0.937778
413aed07f2483196c75a8045b9cd4ea5c2f855f2
1,323
asm
Assembly
maps/FuchsiaMart.asm
Dev727/ancientplatinum
8b212a1728cc32a95743e1538b9eaa0827d013a7
[ "blessing" ]
28
2019-11-08T07:19:00.000Z
2021-12-20T10:17:54.000Z
maps/FuchsiaMart.asm
Dev727/ancientplatinum
8b212a1728cc32a95743e1538b9eaa0827d013a7
[ "blessing" ]
13
2020-01-11T17:00:40.000Z
2021-09-14T01:27:38.000Z
maps/FuchsiaMart.asm
Dev727/ancientplatinum
8b212a1728cc32a95743e1538b9eaa0827d013a7
[ "blessing" ]
22
2020-05-28T17:31:38.000Z
2022-03-07T20:49:35.000Z
object_const_def ; object_event constants const FUCHSIAMART_CLERK const FUCHSIAMART_FISHER const FUCHSIAMART_COOLTRAINER_F FuchsiaMart_MapScripts: db 0 ; scene scripts db 0 ; callbacks FuchsiaMartClerkScript: opentext pokemart MARTTYPE_STANDARD, MART_FUCHSIA closetext end FuchsiaMartFisherScript: jumptex...
24.962264
160
0.781557
ff8bd976064c94b963a1dad7b84d09e631c17b38
4,291
asm
Assembly
Working Disassembly/Levels/FBZ/Debug/Act 1.asm
TeamASM-Blur/Sonic-3-Blue-Balls-Edition
7e8a2c5df02271615ff4cae529521e6b1560d6b1
[ "Apache-2.0" ]
null
null
null
Working Disassembly/Levels/FBZ/Debug/Act 1.asm
TeamASM-Blur/Sonic-3-Blue-Balls-Edition
7e8a2c5df02271615ff4cae529521e6b1560d6b1
[ "Apache-2.0" ]
null
null
null
Working Disassembly/Levels/FBZ/Debug/Act 1.asm
TeamASM-Blur/Sonic-3-Blue-Balls-Edition
7e8a2c5df02271615ff4cae529521e6b1560d6b1
[ "Apache-2.0" ]
null
null
null
; Object Mappings Subtype Frame Arttile dbglistobj Obj_Ring, Map_Ring, 0, 0, make_art_tile($6BC,1,1) dbglistobj Obj_Monitor, Map_Monitor, 6, 0, make_art_tile($4C4,0,0) dbglistobj Obj_PathSwap, Map_PathSwap, 9, 1, make_art_tile($6BC,1,0) dbglistobj Obj_PathSwap, Map_PathSwap,...
84.137255
104
0.739688
1633bde81209b803f9f4e403fc3a5941718bb8f7
259
asm
Assembly
libsrc/_DEVELOPMENT/stdlib/c/sdcc_iy/_strtoi_.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
libsrc/_DEVELOPMENT/stdlib/c/sdcc_iy/_strtoi_.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
1,600
2017-01-15T16:12:02.000Z
2022-03-31T12:11:12.000Z
libsrc/_DEVELOPMENT/stdlib/c/sdcc_iy/_strtoi_.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
; int _strtoi_(const char *nptr, char **endptr, int base) SECTION code_clib SECTION code_stdlib PUBLIC __strtoi_ EXTERN asm__strtoi __strtoi_: pop af pop hl pop de pop bc push bc push de push hl push af jp asm__strtoi
10.791667
57
0.667954
49f87b348fd017307fdde0a35bd82be17d1ee126
7,250
asm
Assembly
Transynther/x86/_processed/US/_st_4k_sm_/i7-8650U_0xd2_notsx.log_330_779.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/US/_st_4k_sm_/i7-8650U_0xd2_notsx.log_330_779.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/US/_st_4k_sm_/i7-8650U_0xd2_notsx.log_330_779.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r14 push %r9 push %rax push %rcx push %rdi push %rdx push %rsi lea addresses_normal_ht+0x13b8c, %rdi nop nop nop and $11599, %r9 mov (%rdi), %r14 nop nop nop dec %rax lea addresses_D_ht+0x70c, %rdx nop xor %r11, %r11 movl $0x61626364, (%rdx) sub %rax, %rax le...
24.576271
989
0.646621
56cb19f4883965f045acbc2928eec2b4e4330777
596
asm
Assembly
oeis/058/A058182.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/058/A058182.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/058/A058182.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A058182: a(n) = a(n-1)^2 + a(n-2) for n >= 2 with a(0) = 1 and a(1) = 0. ; Submitted by Christian Krause ; 1,0,1,1,2,5,27,734,538783,290287121823,84266613096281243382112,7100862082718357559748563880517486086728702367,50422242317787290639189291009890702507917377925161079229314384058371278254659634544914784801,25424025...
39.733333
389
0.807047
29a981c3e3ae312ae22bf50be3896646e4af9753
602
asm
Assembly
oeis/173/A173322.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/173/A173322.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/173/A173322.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A173322: 4*n! + 1. ; Submitted by Jon Maiga ; 5,5,9,25,97,481,2881,20161,161281,1451521,14515201,159667201,1916006401,24908083201,348713164801,5230697472001,83691159552001,1422749712384001,25609494822912001,486580401635328001,9731608032706560001,204363768686837760001,4496002911110430720001,103408066955539906560001,24...
46.307692
483
0.858804
20357601cf3991ae38d9416f0148b21e0c93b6b9
270
asm
Assembly
libsrc/_DEVELOPMENT/adt/wv_priority_queue/c/sccz80/wv_priority_queue_max_size.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
libsrc/_DEVELOPMENT/adt/wv_priority_queue/c/sccz80/wv_priority_queue_max_size.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
libsrc/_DEVELOPMENT/adt/wv_priority_queue/c/sccz80/wv_priority_queue_max_size.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
; size_t wv_priority_queue_max_size(wv_priority_queue_t *q) SECTION code_adt_wv_priority_queue PUBLIC wv_priority_queue_max_size defc wv_priority_queue_max_size = asm_wv_priority_queue_max_size INCLUDE "adt/wv_priority_queue/z80/asm_wv_priority_queue_max_size.asm"
24.545455
70
0.888889
6a9b97a744317c828fd2b0e5b0e9186bbb15bb34
928
asm
Assembly
libsrc/sprites/software/sp1/spectrum/tiles/sp1_SetPrintPos_callee.asm
ahjelm/z88dk
c4de367f39a76b41f6390ceeab77737e148178fa
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
libsrc/sprites/software/sp1/spectrum/tiles/sp1_SetPrintPos_callee.asm
C-Chads/z88dk
a4141a8e51205c6414b4ae3263b633c4265778e6
[ "ClArtistic" ]
1,600
2017-01-15T16:12:02.000Z
2022-03-31T12:11:12.000Z
libsrc/sprites/software/sp1/spectrum/tiles/sp1_SetPrintPos_callee.asm
C-Chads/z88dk
a4141a8e51205c6414b4ae3263b633c4265778e6
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
; void __CALLEE__ sp1_SetPrintPos_callee(struct sp1_pss *ps, uchar row, uchar col) ; 05.2006 aralbrec, Sprite Pack v3.0 ; Sinclair Spectrum version SECTION code_sprite_sp1 PUBLIC sp1_SetPrintPos_callee PUBLIC ASMDISP_SP1_SETPRINTPOS_CALLEE EXTERN sp1_GetUpdateStruct_callee EXTERN ASMDISP_SP1_GETUPDATESTRUCT_CALLEE ....
16.571429
82
0.676724
ac49df4096a853542648b2b3eea22d3413a59fdf
1,693
asm
Assembly
libsrc/_DEVELOPMENT/target/rc2014/driver/ide/ide_write_sector.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
libsrc/_DEVELOPMENT/target/rc2014/driver/ide/ide_write_sector.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
1,600
2017-01-15T16:12:02.000Z
2022-03-31T12:11:12.000Z
libsrc/_DEVELOPMENT/target/rc2014/driver/ide/ide_write_sector.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
SECTION code_driver PUBLIC ide_write_sector EXTERN __IO_IDE_SEC_CNT, __IO_IDE_COMMAND EXTERN __IDE_CMD_WRITE, __IDE_CMD_CACHE_FLUSH EXTERN ide_wait_ready, ide_wait_drq EXTERN ide_test_error, ide_setup_lba EXTERN ide_write_byte EXTERN ide_write_block ;--------------------------------------------------------------...
26.873016
79
0.668045
090cb0913903f6831b0b9b7ec43f2bd4841bb7ad
2,705
asm
Assembly
Driver/Printer/PrintCom/Styles/stylesTest.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
504
2018-11-18T03:35:53.000Z
2022-03-29T01:02:51.000Z
Driver/Printer/PrintCom/Styles/stylesTest.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
96
2018-11-19T21:06:50.000Z
2022-03-06T10:26:48.000Z
Driver/Printer/PrintCom/Styles/stylesTest.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
73
2018-11-19T20:46:53.000Z
2022-03-29T00:59:26.000Z
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) GeoWorks 1990 -- All Rights Reserved PROJECT: PC GEOS MODULE: Printer Drivers FILE: stylesTest.asm AUTHOR: Dave Durran ROUTINES: Name Description ---- ----------- PrintTestStyles Test legality of pr...
25.761905
79
0.589279
464f2bfc48d0b932c25f3e5b4371fe40d7fde3e6
657
asm
Assembly
libsrc/_DEVELOPMENT/target/scz180/device/csio/z180/csio_sd_cs_lower.asm
Frodevan/z88dk
f27af9fe840ff995c63c80a73673ba7ee33fffac
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
libsrc/_DEVELOPMENT/target/scz180/device/csio/z180/csio_sd_cs_lower.asm
Frodevan/z88dk
f27af9fe840ff995c63c80a73673ba7ee33fffac
[ "ClArtistic" ]
1,600
2017-01-15T16:12:02.000Z
2022-03-31T12:11:12.000Z
libsrc/_DEVELOPMENT/target/scz180/device/csio/z180/csio_sd_cs_lower.asm
Frodevan/z88dk
f27af9fe840ff995c63c80a73673ba7ee33fffac
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
INCLUDE "config_private.inc" SECTION code_driver PUBLIC asm_sd_cs_lower ;Lower the SC130 SD card CS using the GPIO address ; ;input (H)L = SD CS selector of 0 or 1 ;uses AF .asm_sd_cs_lower in0 a,(CNTR) ;check the CSIO is not enabled and CNTR_TE|CNTR_RE jr NZ,asm_sd_cs_lower ...
25.269231
78
0.576865
05e3e73bfeb07a16a5b82536c726285382b95e6a
5,463
asm
Assembly
asm/patches/make_items_progressive.asm
fig02/wwrando
0b02757bf1c24b0b90c7018d77776d6caf398162
[ "MIT" ]
284
2018-07-05T15:18:18.000Z
2022-03-28T19:59:03.000Z
asm/patches/make_items_progressive.asm
fig02/wwrando
0b02757bf1c24b0b90c7018d77776d6caf398162
[ "MIT" ]
235
2018-07-06T18:39:36.000Z
2022-03-29T21:09:46.000Z
asm/patches/make_items_progressive.asm
fig02/wwrando
0b02757bf1c24b0b90c7018d77776d6caf398162
[ "MIT" ]
96
2018-07-12T02:33:40.000Z
2022-03-22T05:08:02.000Z
; This patch modifies the game's code to make certain items progressive, so even if you get them out of order, they will always be upgraded, never downgraded. ; (Note that most of the modifications for this are in the make_items_progressive function of tweaks.py, not here.) ; Swap out the item ID of progressive item...
36.66443
230
0.76588
7aeb8bb7cf883d3915c669efa83bda2688de82dc
593
asm
Assembly
arch/lib/math/power.asm
Mosseridan/Compiler-Principles
6c72a462b90ca6c6db380976c2aa60471fa65325
[ "MIT" ]
null
null
null
arch/lib/math/power.asm
Mosseridan/Compiler-Principles
6c72a462b90ca6c6db380976c2aa60471fa65325
[ "MIT" ]
null
null
null
arch/lib/math/power.asm
Mosseridan/Compiler-Principles
6c72a462b90ca6c6db380976c2aa60471fa65325
[ "MIT" ]
null
null
null
/* power.asm * Computes the integer power: R0 <- ARG[0] ^ ARG[1] * * Programmer: Mayer Goldberg, 2010 */ POWER: MOV(R1, STARG(0)); /* A */ MOV(R2, STARG(1)); /* B */ CMP(R2, IMM(0)); JUMP_EQ(L_POWER_A_0); MOV(R3, R2); AND(R3, IMM(1)); CMP(R3, IMM(0)); JUMP_EQ(L_POWER_A_EVEN); SHR(R2, IMM(1)); ...
15.205128
52
0.551433
c2525a392bac249482e6cfffe7373b5eb6ec1fa7
200
asm
Assembly
libsrc/_DEVELOPMENT/adt/bv_stack/c/sccz80/bv_stack_push_callee.asm
teknoplop/z88dk
bb03fbfd6b2ab0f397a1358559089f9cd3706485
[ "ClArtistic" ]
8
2017-01-18T12:02:17.000Z
2021-06-12T09:40:28.000Z
libsrc/_DEVELOPMENT/adt/bv_stack/c/sccz80/bv_stack_push_callee.asm
teknoplop/z88dk
bb03fbfd6b2ab0f397a1358559089f9cd3706485
[ "ClArtistic" ]
1
2017-03-06T07:41:56.000Z
2017-03-06T07:41:56.000Z
libsrc/_DEVELOPMENT/adt/bv_stack/c/sccz80/bv_stack_push_callee.asm
teknoplop/z88dk
bb03fbfd6b2ab0f397a1358559089f9cd3706485
[ "ClArtistic" ]
3
2017-03-07T03:19:40.000Z
2021-09-15T17:59:19.000Z
; int bv_stack_push(bv_stack_t *s, int c) SECTION code_clib SECTION code_adt_bv_stack PUBLIC bv_stack_push_callee EXTERN b_vector_append_callee defc bv_stack_push_callee = b_vector_append_callee
16.666667
50
0.855
463b13e6ddd7cba337874a1fc6eb7af83338b2d1
1,580
asm
Assembly
text/maps/bills_house.asm
etdv-thevoid/pokemon-rgb-enhanced
5b244c1cf46aab98b9c820d1b7888814eb7fa53f
[ "MIT" ]
1
2022-01-09T05:28:52.000Z
2022-01-09T05:28:52.000Z
text/maps/bills_house.asm
ETDV-TheVoid/pokemon-rgb-enhanced
5b244c1cf46aab98b9c820d1b7888814eb7fa53f
[ "MIT" ]
null
null
null
text/maps/bills_house.asm
ETDV-TheVoid/pokemon-rgb-enhanced
5b244c1cf46aab98b9c820d1b7888814eb7fa53f
[ "MIT" ]
null
null
null
_BillsHouseText_1e865:: text "Hiya! I'm a" line "#MON..." cont "...No I'm not!" para "Call me BILL!" line "I'm a true blue" cont "#MANIAC! Hey!" cont "What's with that" cont "skeptical look?" para "I'm not joshing" line "you, I screwed up" cont "an experiment and" cont "got combined with" cont "a #MON!" ...
17.954545
25
0.662025
4176ac10928a5097fd8fbc39180a82578031779a
1,252
asm
Assembly
base/mvdm/wow16/commdlg/commdlg.asm
npocmaka/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
17
2020-11-13T13:42:52.000Z
2021-09-16T09:13:13.000Z
base/mvdm/wow16/commdlg/commdlg.asm
sancho1952007/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
2
2020-10-19T08:02:06.000Z
2020-10-19T08:23:18.000Z
base/mvdm/wow16/commdlg/commdlg.asm
sancho1952007/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
14
2020-11-14T09:43:20.000Z
2021-08-28T08:59:57.000Z
TITLE commdlg.ASM PAGE ,132 ; ; WOW v1.0 ; ; Copyright (c) 1993, Microsoft Corporation ; ; COMMDLG.ASM ; Thunks in 16-bit space to route commdlg API calls to WOW32 ; ; History: ; John Vert (jvert) 30-Dec-1992 ; Created. ; .286p include wow.inc include...
20.866667
80
0.609425
79202155fc7d93521b1d60e111614ce21378a133
3,204
asm
Assembly
programs/oeis/169/A169712.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/169/A169712.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/169/A169712.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A169712: The function W_n(8) (see Borwein et al. reference for definition). ; 1,70,639,2716,7885,18306,36715,66424,111321,175870,265111,384660,540709,740026,989955,1298416,1673905,2125494,2662831,3296140,4036221,4894450,5882779,7013736,8300425,9756526,11396295,13234564,15286741,17568810,20097331,22889440,25962849,293...
60.45283
2,672
0.845818
15e9058540524b458f29abc42fb1e018946065d0
712
asm
Assembly
libsrc/_DEVELOPMENT/arch/zx/display/z80/asm_zx_aaddrcright.asm
teknoplop/z88dk
bb03fbfd6b2ab0f397a1358559089f9cd3706485
[ "ClArtistic" ]
8
2017-01-18T12:02:17.000Z
2021-06-12T09:40:28.000Z
libsrc/_DEVELOPMENT/arch/zx/display/z80/asm_zx_aaddrcright.asm
teknoplop/z88dk
bb03fbfd6b2ab0f397a1358559089f9cd3706485
[ "ClArtistic" ]
1
2017-03-06T07:41:56.000Z
2017-03-06T07:41:56.000Z
libsrc/_DEVELOPMENT/arch/zx/display/z80/asm_zx_aaddrcright.asm
teknoplop/z88dk
bb03fbfd6b2ab0f397a1358559089f9cd3706485
[ "ClArtistic" ]
3
2017-03-07T03:19:40.000Z
2021-09-15T17:59:19.000Z
; =============================================================== ; Jun 2007 ; =============================================================== ; ; void *zx_aaddrcright(void *attraddr) ; ; Modify attribute address to move right one character square. ; Movement wraps from column 31 to column 0 of next row. ; ; =========...
21.575758
67
0.484551
413bf601c555f3e043654a2fb7a0eb76840dd736
4,925
asm
Assembly
Transynther/x86/_processed/NONE/_zr_/i3-7100_9_0x84_notsx.log_323_1234.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NONE/_zr_/i3-7100_9_0x84_notsx.log_323_1234.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NONE/_zr_/i3-7100_9_0x84_notsx.log_323_1234.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 %r15 push %r8 push %rbp push %rbx push %rcx push %rdi push %rsi lea addresses_A_ht+0x16df0, %r15 clflush (%r15) nop nop nop sub %r8, %r8 mov (%r15), %ecx nop nop sub $54662, %r10 lea addresses_D_ht+0x1ac60, %rsi lea addresses_normal_ht+0xdcd8, %rdi nop nop nop...
22.906977
968
0.649543
47b7867da55d62fac251c7b7eea766cb9487b67e
21,996
asm
Assembly
custom.asm
bplaat/win32asm
1d0941a1e328b7aac0a0aba3d2dcbbe20aa9a970
[ "MIT" ]
2
2021-01-24T13:34:45.000Z
2021-03-26T07:16:23.000Z
custom.asm
bplaat/win32asm
1d0941a1e328b7aac0a0aba3d2dcbbe20aa9a970
[ "MIT" ]
null
null
null
custom.asm
bplaat/win32asm
1d0941a1e328b7aac0a0aba3d2dcbbe20aa9a970
[ "MIT" ]
1
2022-03-25T15:16:10.000Z
2022-03-25T15:16:10.000Z
; custom.asm - An pure 32-bit and 64-bit win32 assembly custom UI program ; Made by Bastiaan van der Plaat (https://bastiaan.ml/) ; 32-bit: nasm -f bin custom.asm -o custom-x86.exe && ./custom-x86 ; 64-bit: nasm -DWIN64 -f bin custom.asm -o custom-x64.exe && ./custom-x64 ; This programma shows that...
29.564516
184
0.573695
7af9123fee07e46754959fc9ae2eb98bee78d3e0
1,434
asm
Assembly
programs/oeis/230/A230584.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/230/A230584.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/230/A230584.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A230584: Either two less than a square or two more than a square. ; 2,3,6,7,11,14,18,23,27,34,38,47,51,62,66,79,83,98,102,119,123,142,146,167,171,194,198,223,227,254,258,287,291,322,326,359,363,398,402,439,443,482,486,527,531,574,578,623,627,674,678,727,731,782,786,839,843,898,902,959,963,1022,1026,1087,1091,1154,115...
79.666667
1,220
0.758717
85147663727a8e096c1943cd6d81649f0d954b2b
413
asm
Assembly
programs/oeis/008/A008062.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
null
null
null
programs/oeis/008/A008062.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
null
null
null
programs/oeis/008/A008062.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
null
null
null
; A008062: a(n) = maximal value of m such that an n X m radar array exists. (A (0,1) matrix A such that any horizontal shift of A overlaps A in at most a single 1.) ; 2,4,7,10,12,15,18,21,24,26,29,32,35,37,40,43 mov $1,$0 mul $0,5 mov $2,1 lpb $0 mul $2,$0 add $0,$1 sub $0,1 mov $4,$1 add $1,3 cmp $3,0 a...
17.956522
164
0.576271
be995b56baded914a72dcb6ecb50c102ba08b203
4,104
asm
Assembly
src/arch/x86_64/boot.asm
spratt/argOS
cb5e2f8d4c1e44b530cb334f759ed7a2c4f9d1c4
[ "MIT" ]
4
2016-04-21T23:48:51.000Z
2019-08-08T02:27:11.000Z
src/arch/x86_64/boot.asm
spratt/argOS
cb5e2f8d4c1e44b530cb334f759ed7a2c4f9d1c4
[ "MIT" ]
null
null
null
src/arch/x86_64/boot.asm
spratt/argOS
cb5e2f8d4c1e44b530cb334f759ed7a2c4f9d1c4
[ "MIT" ]
null
null
null
global start ;;; Resources: ;;; http://cs.lmu.edu/~ray/notes/nasmtutorial/ ;;; http://nasmcodeasy.blogspot.ca/2014/04/ ;;; https://en.wikibooks.org/wiki/X86_Assembly/Shift_and_Rotate ;;; https://en.wikipedia.org/wiki/VGA-compatible_text_mode#Text_buffer ;;; https://en.wikipedia.org/wiki/Video_Graphics_Array#Color_palet...
22.183784
71
0.56116
78222071289874c92f9189c1dd1d188f969d8053
1,988
asm
Assembly
Libraries/source/c/ftok.asm
agguro/linux-nasm
3e72083c3db6d7118eb2aa430b73e0d20e88456b
[ "Unlicense" ]
6
2020-07-19T18:34:43.000Z
2022-03-26T10:21:09.000Z
Libraries/source/c/ftok.asm
NrdyBhu1/linux-nasm
3e72083c3db6d7118eb2aa430b73e0d20e88456b
[ "Unlicense" ]
null
null
null
Libraries/source/c/ftok.asm
NrdyBhu1/linux-nasm
3e72083c3db6d7118eb2aa430b73e0d20e88456b
[ "Unlicense" ]
3
2020-07-19T18:35:10.000Z
2021-07-25T17:34:50.000Z
;name: ftok.asm ; ;description: This is the assembler version of the c/c++ function ftok. ; the type key_t is actually just a long, you can use any number you want. But what if you hard-code the number and some other unrelated ; program hardcodes the same number but wants another queue? The solu...
34.275862
157
0.577968
787f2c5b6aa7317c2871133b02616c193358726d
193
asm
Assembly
libsrc/_DEVELOPMENT/font/font_8x10/_font_8x10_zx_system.asm
ahjelm/z88dk
c4de367f39a76b41f6390ceeab77737e148178fa
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
libsrc/_DEVELOPMENT/font/font_8x10/_font_8x10_zx_system.asm
C-Chads/z88dk
a4141a8e51205c6414b4ae3263b633c4265778e6
[ "ClArtistic" ]
1,600
2017-01-15T16:12:02.000Z
2022-03-31T12:11:12.000Z
libsrc/_DEVELOPMENT/font/font_8x10/_font_8x10_zx_system.asm
C-Chads/z88dk
a4141a8e51205c6414b4ae3263b633c4265778e6
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
SECTION rodata_font SECTION rodata_font_8x10 PUBLIC _font_8x10_zx_system PUBLIC _font_8x10_zx_system_end _font_8x10_zx_system: BINARY "font_8x10_zx_system.bin" _font_8x10_zx_system_end:
16.083333
35
0.875648
34393af7771abd822255f74facf6bb8b60d3e317
18,876
asm
Assembly
third_party/boringssl/win-x86/crypto/chacha/chacha-x86.asm
zealoussnow/chromium
fd8a8914ca0183f0add65ae55f04e287543c7d4a
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
14,668
2015-01-01T01:57:10.000Z
2022-03-31T23:33:32.000Z
third_party/boringssl/win-x86/crypto/chacha/chacha-x86.asm
zealoussnow/chromium
fd8a8914ca0183f0add65ae55f04e287543c7d4a
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
250
2018-02-02T23:16:57.000Z
2022-03-21T06:09:53.000Z
third_party/boringssl/win-x86/crypto/chacha/chacha-x86.asm
zealoussnow/chromium
fd8a8914ca0183f0add65ae55f04e287543c7d4a
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
5,941
2015-01-02T11:32:21.000Z
2022-03-31T16:35:46.000Z
; This file is generated from a similarly-named Perl script in the BoringSSL ; source tree. Do not edit by hand. %ifdef BORINGSSL_PREFIX %include "boringssl_prefix_symbols_nasm.inc" %endif %ifidn __OUTPUT_FORMAT__,obj section code use32 class=code align=64 %elifidn __OUTPUT_FORMAT__,win32 $@feat.00 equ 1 section .text...
19.340164
76
0.705075
b19aa490382c5bc3010d70e178e1d4eeffa04ae3
718
asm
Assembly
oeis/045/A045348.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/045/A045348.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/045/A045348.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A045348: Primes congruent to {0, 1, 2, 4} mod 5. ; Submitted by Jon Maiga ; 2,5,7,11,17,19,29,31,37,41,47,59,61,67,71,79,89,97,101,107,109,127,131,137,139,149,151,157,167,179,181,191,197,199,211,227,229,239,241,251,257,269,271,277,281,307,311,317,331,337,347,349,359,367,379,389,397,401,409,419,421,431,439,449,457,461...
31.217391
380
0.660167
0c2ccd336dd7cfad12dcba425c01cad303be9575
676
asm
Assembly
malban/Release/VRelease/Release.History/VRelease_2017_04_15/Song/track_02_10.asm
mikepea/vectrex-playground
0de7d2d6db0914d915f4334402f747ab3bcdc7e6
[ "0BSD" ]
5
2018-01-14T10:03:50.000Z
2020-01-17T13:53:49.000Z
malban/Release/VRelease/Release.History/VRelease_2017_04_23/Song/track_02_10.asm
mikepea/vectrex-playground
0de7d2d6db0914d915f4334402f747ab3bcdc7e6
[ "0BSD" ]
null
null
null
malban/Release/VRelease/Release.History/VRelease_2017_04_23/Song/track_02_10.asm
mikepea/vectrex-playground
0de7d2d6db0914d915f4334402f747ab3bcdc7e6
[ "0BSD" ]
null
null
null
dw $0080 track_02_10: db $E3, $3C, $86, $F7, $B1, $C0, $D7, $76, $F7, $B1 db $AE, $EC, $00, $E7, $EF, $71, $9E, $37, $BD, $C0 db $C0, $E8, $72, $9E, $37, $BD, $C0, $C0, $EA, $73 db $9E, $37, $BD, $C0, $C0, $EC, $74, $9E, $37, $BD db $C0, $C0, $EE, $75, $9E, $37, $BD, $C0, $C0, $E2 db $70, $9E, $37, $BD, $80, $EF...
45.066667
52
0.427515
561611dd1d8e94be24bc943bd190e5fe111ba69d
984
asm
Assembly
programs/oeis/185/A185714.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/185/A185714.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/185/A185714.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A185714: a(n) = number of primes <= n that end in 7. ; 0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,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,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,6,6,6,6,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,8,8,8,8,8,8...
46.857143
595
0.58435
56408789cf60ac042d3d0e34db5551e5de76c5e3
449
asm
Assembly
programs/oeis/337/A337909.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/337/A337909.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/337/A337909.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A337909: Distinct terms of A080079 in the order in which they appear. ; 1,2,4,3,8,7,6,5,16,15,14,13,12,11,10,9,32,31,30,29,28,27,26,25,24,23,22,21,20,19,18,17,64,63,62,61,60,59,58,57,56,55,54,53,52,51,50,49,48,47,46,45,44,43,42,41,40,39,38,37,36,35,34,33,128 mul $0,2 add $0,1 mov $2,$0 sub $2,2 mov $0,$2 mov $3,$2 a...
18.708333
188
0.614699
fb11a401544a21da6be05574bad657e8a843aa02
4,150
asm
Assembly
tp_01_15/include/debug_registers.asm
mjFer/TDIII-UTN-FRBA-TPS-2014
1b57b52fa8233c78297b0e5471d1c82e4c85451b
[ "MIT" ]
2
2020-04-01T14:45:17.000Z
2020-04-01T14:45:23.000Z
tp_01_15/include/debug_registers.asm
mjFer/TDIII-UTN-FRBA-TPS-2014
1b57b52fa8233c78297b0e5471d1c82e4c85451b
[ "MIT" ]
null
null
null
tp_01_15/include/debug_registers.asm
mjFer/TDIII-UTN-FRBA-TPS-2014
1b57b52fa8233c78297b0e5471d1c82e4c85451b
[ "MIT" ]
null
null
null
%include "include/debug_registers.mac" ;***********************************DEBUG REGISTERS *************************************** [BITS 64] D0_ON_txt: db "BP0 - Activado", 00h D0_OFF_txt: db "BP0 - Desact ", 00h D1_ON_txt: db "BP1 - Activado", 00h D1_OFF_txt: db "BP1 - Desact ", 00h D2_ON_txt: db ...
21.282051
96
0.605542
60082d5aa7653223f0e235f7f21a110397482417
834
asm
Assembly
programs/oeis/016/A016142.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/016/A016142.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/016/A016142.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A016142: Expansion of 1/((1-3x)(1-9x)). ; 1,12,117,1080,9801,88452,796797,7173360,64566801,581120892,5230147077,47071500840,423644039001,3812797945332,34315186290957,308836690967520,2779530261754401,25015772484929772,225141952751788437,2026277575928357400,18236498186842001001,164128483692038362212,1477156353259726319...
83.4
734
0.899281
2ad8383b74ec1abe7744862797d6fbda3bc8c548
494
asm
Assembly
programs/oeis/014/A014068.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/014/A014068.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/014/A014068.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A014068: a(n) = binomial(n*(n+1)/2, n). ; 1,1,3,20,210,3003,54264,1184040,30260340,886163135,29248649430,1074082795968,43430966148115,1917283000904460,91748617512913200,4730523156632595024,261429178502421685800,15415916972482007401455,966121413245991846673830,64123483527473864490450300,4493328435856148676833725680,33...
61.75
411
0.864372
45d3724f850d27572ad08f61ebfb70f1606171a2
252
asm
Assembly
samples/div.asm
SohamMalakar/Intel-8085
85b759c6c9a85691146270be920350ff45c0ea48
[ "MIT" ]
null
null
null
samples/div.asm
SohamMalakar/Intel-8085
85b759c6c9a85691146270be920350ff45c0ea48
[ "MIT" ]
null
null
null
samples/div.asm
SohamMalakar/Intel-8085
85b759c6c9a85691146270be920350ff45c0ea48
[ "MIT" ]
null
null
null
// Divide two numbers LDA F100H // Divisor MOV B, A LDA F200H // Dividend MVI C, 00H // Clear quotient LOOP: CMP B // Compare result JC END SUB B // Subtract divisor from dividend INR C // Increment quotient JMP LOOP END: HLT
13.263158
43
0.646825
0cf00adadfa80ceda0b2d6f4160e5d5a68f5ddd9
354
asm
Assembly
pwnlib/shellcraft/templates/i386/linux/ppoll.asm
IMULMUL/python3-pwntools
61210a68cd88e9084c72292d3119c38c44f07966
[ "MIT" ]
325
2016-01-25T08:38:06.000Z
2022-03-30T14:31:50.000Z
pwnlib/shellcraft/templates/i386/linux/ppoll.asm
IMULMUL/python3-pwntools
61210a68cd88e9084c72292d3119c38c44f07966
[ "MIT" ]
8
2016-08-23T10:15:27.000Z
2019-01-16T02:49:34.000Z
pwnlib/shellcraft/templates/i386/linux/ppoll.asm
IMULMUL/python3-pwntools
61210a68cd88e9084c72292d3119c38c44f07966
[ "MIT" ]
71
2016-07-13T10:03:52.000Z
2022-01-10T11:57:34.000Z
<% from pwnlib.shellcraft.i386.linux import syscall %> <%page args="fds, nfds, timeout, ss"/> <%docstring> Invokes the syscall ppoll. See 'man 2 ppoll' for more information. Arguments: fds(pollfd): fds nfds(nfds_t): nfds timeout(timespec): timeout ss(sigset_t): ss </%docstring> ${syscall('SYS...
22.125
67
0.669492
892060f834172303f6c85a86000ea6ef6ff6ba40
713
asm
Assembly
oeis/163/A163412.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/163/A163412.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/163/A163412.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A163412: a(n) = 12*a(n-1) - 34*a(n-2) for n>1, a(0)=1, a(1)=10. ; Submitted by Jon Maiga ; 1,10,86,692,5380,41032,309464,2318480,17299984,128771488,957058400,7106470208,52737656896,391231895680,2901702413696,21518544511232,159564652069120,1183145311447552,8772545567020544,65043606215029760,482256725301658624,35755980...
39.611111
489
0.796634
c8f5ebfd2957df733498673e3537362ec6c62ee4
1,313
asm
Assembly
arm9.asm
Prof9/MMZX-Slot2-Patch
8161d431b83f96b87bb5c8a04bcc365be1d9e6e2
[ "Unlicense" ]
10
2019-08-20T04:41:44.000Z
2021-12-16T15:40:59.000Z
arm9.asm
Prof9/MMZX-Slot2-Patch
8161d431b83f96b87bb5c8a04bcc365be1d9e6e2
[ "Unlicense" ]
null
null
null
arm9.asm
Prof9/MMZX-Slot2-Patch
8161d431b83f96b87bb5c8a04bcc365be1d9e6e2
[ "Unlicense" ]
1
2021-07-03T19:17:48.000Z
2021-07-03T19:17:48.000Z
// ARM9 binary .nds .thumb .open "temp\arm9.dec",0x02000000 // Zero 3 always inserted .org IsZero3Inserted .area 0x38 mov r0,0x1 bx lr .endarea // Zero 4 always inserted .org IsZero4Inserted .area 0x38 mov r0,0x1 bx lr .endarea // Load data from GBA .org LoadGbaFile .area 0x528 push r4,lr sub sp,(0xC+0x4C) //...
12.872549
36
0.654989
44178fe956b7a3e46b527e98479a3a35db4381d7
7,501
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_70.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_70.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_70.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r14 push %r8 push %r9 push %rax push %rbp push %rcx push %rdi push %rsi lea addresses_normal_ht+0x11e19, %r14 nop nop nop sub $8169, %rdi mov $0x6162636465666768, %rcx movq %rcx, %xmm0 movups %xmm0, (%r14) nop nop sub $49217, %rax lea addresses_WT_ht+0x10a71, %rsi lea ...
35.719048
2,999
0.659779
bc425aaa3616b036066b312f6478919a25fdead2
146
asm
Assembly
other.7z/SFC.7z/SFC/ソースデータ/FZERO/FZERO/Game/en-check.asm
prismotizm/gigaleak
d082854866186a05fec4e2fdf1def0199e7f3098
[ "MIT" ]
46
2020-08-02T08:00:14.000Z
2022-03-07T02:25:47.000Z
other.7z/SFC.7z/SFC/ソースデータ/FZERO/FZERO/Game/en-check.asm
prismotizm/gigaleak
d082854866186a05fec4e2fdf1def0199e7f3098
[ "MIT" ]
null
null
null
other.7z/SFC.7z/SFC/ソースデータ/FZERO/FZERO/Game/en-check.asm
prismotizm/gigaleak
d082854866186a05fec4e2fdf1def0199e7f3098
[ "MIT" ]
12
2020-07-29T05:00:28.000Z
2021-12-11T20:30:28.000Z
Name: en-check.asm Type: file Size: 15855 Last-Modified: '2000-11-08T02:03:12Z' SHA-1: 302659F3795A4DCB730F9818531DA3F6F5201A96 Description: null
20.857143
47
0.808219
2750507644f9c79c37ad50999733a5e6d6f3aed2
7,933
asm
Assembly
constants/pokemon_data_constants.asm
AtmaBuster/pokeplat-gen2
fa83b2e75575949b8f72cb2c48f7a1042e97f70f
[ "blessing" ]
6
2021-06-19T06:41:19.000Z
2022-02-15T17:12:33.000Z
constants/pokemon_data_constants.asm
AtmaBuster/pokeplat-gen2-old
01e42c55db5408d72d89133dc84a46c699d849ad
[ "blessing" ]
null
null
null
constants/pokemon_data_constants.asm
AtmaBuster/pokeplat-gen2-old
01e42c55db5408d72d89133dc84a46c699d849ad
[ "blessing" ]
2
2021-08-11T19:47:07.000Z
2022-01-01T07:07:56.000Z
; base data struct members (see data/pokemon/base_stats/*.asm) BASE_SPECIES EQUS "(wBaseSpecies - wCurBaseData)" BASE_STATS EQUS "(wBaseStats - wCurBaseData)" BASE_HP EQUS "(wBaseHP - wCurBaseData)" BASE_ATK EQUS "(wBaseAttack - wCurBaseData)" BASE_SPD EQUS "(wBaseSpeed - wCurBaseData...
33.901709
89
0.732132
b38571e25f88e994a53a3bab163c03e397e5a67a
347
asm
Assembly
src/z80asm/dev/z80asm_lib/sbc_hl_hl.asm
ahjelm/z88dk
c4de367f39a76b41f6390ceeab77737e148178fa
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
src/z80asm/dev/z80asm_lib/sbc_hl_hl.asm
ahjelm/z88dk
c4de367f39a76b41f6390ceeab77737e148178fa
[ "ClArtistic" ]
1,600
2017-01-15T16:12:02.000Z
2022-03-31T12:11:12.000Z
src/z80asm/dev/z80asm_lib/sbc_hl_hl.asm
ahjelm/z88dk
c4de367f39a76b41f6390ceeab77737e148178fa
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
; Substitute for the z80 sbc hl,hl instruction ; CPU Min T Max T ; 8080 38 47 ; 8085 40 50 ; gbz80 32 48 ; r2ka 4 4 ; z180 10 10 ; z80 15 15 ; z80n 15 15 SECTION code_l_sccz80 PUBLIC __z80asm__sbc_hl_hl __z80asm__sbc_hl_hl: ld hl, 0 ret nc ...
18.263158
46
0.530259
df4bc7a34b1b26bf94d49b88596c2c69be24ec2a
7,199
asm
Assembly
source/command/time.asm
mega65dev/rom-assembler
1670a56a8246dcdcc18e83b345d577eba686cf32
[ "MIT" ]
null
null
null
source/command/time.asm
mega65dev/rom-assembler
1670a56a8246dcdcc18e83b345d577eba686cf32
[ "MIT" ]
null
null
null
source/command/time.asm
mega65dev/rom-assembler
1670a56a8246dcdcc18e83b345d577eba686cf32
[ "MIT" ]
null
null
null
; ******************************************************************************************** ; ******************************************************************************************** ; ; Name : time.asm ; Purpose : .. ; Created : 15th Nov 1991 ; Updated : 4th Jan 2021 ; Authors : Fred Bowen ; ; ****...
43.630303
112
0.319489
2e2a70ec2413d3e99c06e62afea9837250ad136f
73,350
asm
Assembly
Library/Kernel/LMem/lmemChunkArray.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
504
2018-11-18T03:35:53.000Z
2022-03-29T01:02:51.000Z
Library/Kernel/LMem/lmemChunkArray.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
96
2018-11-19T21:06:50.000Z
2022-03-06T10:26:48.000Z
Library/Kernel/LMem/lmemChunkArray.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
73
2018-11-19T20:46:53.000Z
2022-03-29T00:59:26.000Z
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) GeoWorks 1989 -- All Rights Reserved PROJECT: PC GEOS MODULE: Kernel/LMem FILE: lmChunkArray.asm AUTHOR: Doug Fults GLOBAL ROUTINES: Name Description ---- ----------- LOCAL ROUTINES: Name Descri...
25.955414
80
0.62983
824a5644dd507185b5b27eb596c2c66cf3fd36b5
383
asm
Assembly
programs/oeis/029/A029011.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/029/A029011.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/029/A029011.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A029011: Expansion of 1/((1-x)(1-x^2)(1-x^5)(1-x^6)). ; 1,1,2,2,3,4,6,7,9,10,13,15,19,21,25,28,33,37,43,47,54,59,67,73,82,89,99,107,118,127,140,150,164,175,190,203,220,234,252,267,287,304,326,344,367,387,412,434,461,484,513,538,569,596,629,658,693,724,761,794 lpb $0 mov $2,$0 sub $0,2 seq $2,25776 ; Expansion ...
31.916667
205
0.613577
ecff4b5876328f6ec552132cf850256b608fe495
5,086
asm
Assembly
dev/smartdrv/stacker.asm
minblock/msdos
479ffd237d9bb7cc83cb06361db2c4ef42dfbac0
[ "Apache-2.0" ]
null
null
null
dev/smartdrv/stacker.asm
minblock/msdos
479ffd237d9bb7cc83cb06361db2c4ef42dfbac0
[ "Apache-2.0" ]
null
null
null
dev/smartdrv/stacker.asm
minblock/msdos
479ffd237d9bb7cc83cb06361db2c4ef42dfbac0
[ "Apache-2.0" ]
null
null
null
;/* ; * Microsoft Confidential ; * Copyright (C) Microsoft Corporation 1991 ; * All Rights Reserved. ; */ include bambi.inc public detect_stacker public detect_stacker_volume public stacker_dd_pointer zseg segment public 'CODE' assume cs:zseg as...
22.405286
75
0.702123
7aababf1ef14fd18b72d807a8c93e409b0741159
1,342
asm
Assembly
FictionTools/z88dk/libsrc/target/zx/stdio/generic_console_ioctl.asm
polluks/Puddle-BuildTools
c1762d53a33002b62d8cffe3db129505a387bec3
[ "BSD-2-Clause" ]
38
2021-06-18T12:56:15.000Z
2022-03-12T20:38:40.000Z
libsrc/target/zx/stdio/generic_console_ioctl.asm
andydansby/z88dk
baa862001ded239b449e964783d6ab87bc44ddae
[ "ClArtistic" ]
2
2021-06-20T16:28:12.000Z
2021-11-17T21:33:56.000Z
libsrc/target/zx/stdio/generic_console_ioctl.asm
andydansby/z88dk
baa862001ded239b449e964783d6ab87bc44ddae
[ "ClArtistic" ]
6
2021-06-18T18:18:36.000Z
2021-12-22T08:01:32.000Z
MODULE generic_console_ioctl PUBLIC generic_console_ioctl SECTION code_clib INCLUDE "ioctl.def" EXTERN generic_console_cls EXTERN __zx_32col_font EXTERN __zx_64col_font EXTERN __zx_32col_udgs EXTERN __ts2068_hrgmode EXTERN __console_w PUBLIC CLIB_GENCON_CAPS defc CLIB_...
16.987342
191
0.742176