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
411e4b54e273d1ba28c7d756a8ca297d59420afe
743
asm
Assembly
oeis/062/A062319.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/062/A062319.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/062/A062319.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A062319: Number of divisors of n^n, or of A000312(n). ; Submitted by Jon Maiga ; 1,1,3,4,9,6,49,8,25,19,121,12,325,14,225,256,65,18,703,20,861,484,529,24,1825,51,729,82,1653,30,29791,32,161,1156,1225,1296,5329,38,1521,1600,4961,42,79507,44,4005,4186,2209,48,9457,99,5151,2704,5565,54,8965,3136,9633,3364,3481,60,450241...
28.576923
437
0.659489
84e7fb926dec676159706a64d3e05f3334f529f2
5,330
asm
Assembly
Mips Exersice/proc1.asm
Pandula1234/Machine-Instructions
4fa06486968a546a727fffd897e5a18f75e95c04
[ "BSL-1.0" ]
null
null
null
Mips Exersice/proc1.asm
Pandula1234/Machine-Instructions
4fa06486968a546a727fffd897e5a18f75e95c04
[ "BSL-1.0" ]
null
null
null
Mips Exersice/proc1.asm
Pandula1234/Machine-Instructions
4fa06486968a546a727fffd897e5a18f75e95c04
[ "BSL-1.0" ]
null
null
null
#proc01.asm # Start with data declarations .data str1: .asciiz "Enter First Integer n1: " str2: .asciiz "Enter Second Integer n2: " str3: .asciiz "The Greatest Common Divisor of n1 & n2 is " str4: .asciiz "\nThe Least Common Multiple of n1 & n2 is " newline: .asciiz "\n" .align 2 .globl main .text main: # ----------...
41
81
0.429831
49d823d18e559b08a29162d8a37c5132308f5e89
90
asm
Assembly
0x01.asm
dbarella/xchg-rax-rax
31c1b663a71c2e03258f0c8f7082a49e371e6762
[ "Unlicense" ]
null
null
null
0x01.asm
dbarella/xchg-rax-rax
31c1b663a71c2e03258f0c8f7082a49e371e6762
[ "Unlicense" ]
null
null
null
0x01.asm
dbarella/xchg-rax-rax
31c1b663a71c2e03258f0c8f7082a49e371e6762
[ "Unlicense" ]
null
null
null
bits 64 global main section .text main: .loop: xadd rax,rdx loop .loop
8.181818
20
0.588889
e8e924999f5aeab34be06de3da14d48574a6f948
13,201
asm
Assembly
boot/osldr.asm
chenzhuoyu/MagicOS
d8049933a371c9707ad84b521f8bb5b263eaa75f
[ "MIT" ]
2
2015-03-23T07:43:50.000Z
2019-03-23T16:55:59.000Z
boot/osldr.asm
chenzhuoyu/MagicOS
d8049933a371c9707ad84b521f8bb5b263eaa75f
[ "MIT" ]
null
null
null
boot/osldr.asm
chenzhuoyu/MagicOS
d8049933a371c9707ad84b521f8bb5b263eaa75f
[ "MIT" ]
2
2015-05-29T02:18:38.000Z
2019-07-01T22:41:28.000Z
org 0x0100 [bits 16] ; ldr_entry ldr_entry: mov ax, cs mov ds, ax mov es, ax mov ss, ax mov sp, 0x0100 jmp ldr_main %include "xdt.inc" %include "colors.inc" %include "puts_rm.inc" %include "page_table.inc" %define KERNEL_BASE 0x1000 %define KERNEL_OFFSET 0x0000 ; Kernel is loaded at 1000h:0000h...
18.778094
99
0.659799
bd940484a960f8270e8afa0c2ee6b960649a8d62
265
asm
Assembly
libsrc/fcntl/zxvgs/remove.asm
grancier/z180
e83f35e36c9b4d1457e40585019430e901c86ed9
[ "ClArtistic" ]
null
null
null
libsrc/fcntl/zxvgs/remove.asm
grancier/z180
e83f35e36c9b4d1457e40585019430e901c86ed9
[ "ClArtistic" ]
null
null
null
libsrc/fcntl/zxvgs/remove.asm
grancier/z180
e83f35e36c9b4d1457e40585019430e901c86ed9
[ "ClArtistic" ]
1
2019-12-03T23:57:48.000Z
2019-12-03T23:57:48.000Z
;int remove(far char *name) ;returns 0 when OK ; ; $Id: remove.asm,v 1.3 2016/06/23 20:31:34 dom Exp $ ; SECTION code_clib PUBLIC remove PUBLIC _remove .remove ._remove POP BC POP DE ;filename PUSH DE PUSH BC RST 8 DEFB $CB AND $7F LD L,A LD H,0 RET
11.521739
53
0.671698
c8d7e1ec01e2fd761e2137db66e89fed206cdb3d
351
asm
Assembly
programs/oeis/101/A101304.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/101/A101304.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/101/A101304.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A101304: a(n) = 2^(prime(n) + 1) + 1. ; 9,17,65,257,4097,16385,262145,1048577,16777217,1073741825,4294967297,274877906945,4398046511105,17592186044417,281474976710657,18014398509481985,1152921504606846977,4611686018427387905,295147905179352825857,4722366482869645213697 seq $0,40 ; The prime numbers. add $0,1 mov $1,...
35.1
231
0.780627
c48cfdc28e54ef28dd7d81bf534dde62a7234be0
729
asm
Assembly
oeis/081/A081898.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/081/A081898.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/081/A081898.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A081898: A sequence related to binomial(n+4, 4). ; Submitted by Jon Maiga ; 1,7,39,193,886,3858,16146,65502,259119,1003833,3820689,14322663,52986636,193759452,701265924,2514778812,8943620589,31569189723,110673119691,385569479997,1335567565746,4601780568342,15778086835014,53852222811978,183024799992891,619577180566893...
33.136364
480
0.792867
c98611a3a1a131f6d8aaa814b91c4e4342fe1852
540
asm
Assembly
programs/oeis/002/A002690.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/002/A002690.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/002/A002690.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A002690: a(n) = (n+1) * (2*n)! / n!. ; 1,4,36,480,8400,181440,4656960,138378240,4670265600,176432256000,7374868300800,337903056691200,16838835658444800,906706535454720000,52459449551308800000,3245491278907637760000,213796737998040637440000,14940619102451310428160000,1103945744792235714969600000,8599156327855309779763...
36
390
0.8
d1f75ad9e8bd00964a8b18eac2ef3c3bb8c6488b
368
asm
Assembly
programs/oeis/130/A130296.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/130/A130296.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
programs/oeis/130/A130296.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
; A130296: Triangle read by rows: T[i,1]=i, T[i,j]=1 for 1 < j <= i = 1,2,3,... ; 1,2,1,3,1,1,4,1,1,1,5,1,1,1,1,6,1,1,1,1,1,7,1,1,1,1,1,1,8,1,1,1,1,1,1,1,9,1,1,1,1,1,1,1,1,10,1,1,1,1,1,1,1,1,1,11,1,1,1,1,1,1,1,1,1,1,12,1,1,1,1,1,1,1,1,1,1,1,13,1,1,1,1,1,1,1,1,1,1,1,1,14,1,1,1,1,1,1,1,1,1,1 lpb $0 add $5,1 sub $0,$...
28.307692
210
0.513587
32e9b06aa02c8b462ee3564bc0bcb792f6d9e474
6,314
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_142.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_142.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_142.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r12 push %r14 push %r9 push %rcx push %rdi push %rsi lea addresses_normal_ht+0x3e68, %r9 nop nop nop nop sub %r11, %r11 movl $0x61626364, (%r9) and %r14, %r14 lea addresses_WC_ht+0x17bb8, %rsi lea addresses_A_ht+0xfba4, %rdi nop nop cmp $45303, %r10...
36.287356
2,999
0.658061
ca710fe495b2d32712219641cbc1e064a0b2cd01
6,136
asm
Assembly
Transynther/x86/_processed/AVXALIGN/_st_/i9-9900K_12_0xca.log_21829_995.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_995.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_995.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 %r14 push %rbp push %rcx push %rdi push %rsi lea addresses_A_ht+0x1b90d, %rbp nop nop nop nop sub %r13, %r13 mov (%rbp), %di nop nop nop cmp %r11, %r11 lea addresses_A_ht+0x17633, %rsi lea addresses_WC_ht+0xcb43, %rdi nop nop inc %r14 mov $71, %rcx r...
35.883041
2,999
0.655802
99368ca7f8e908dfa4dd1ec5097b7ba97e6e8fa3
45,811
asm
Assembly
cmd/sort/sort.asm
minblock/msdos
479ffd237d9bb7cc83cb06361db2c4ef42dfbac0
[ "Apache-2.0" ]
null
null
null
cmd/sort/sort.asm
minblock/msdos
479ffd237d9bb7cc83cb06361db2c4ef42dfbac0
[ "Apache-2.0" ]
null
null
null
cmd/sort/sort.asm
minblock/msdos
479ffd237d9bb7cc83cb06361db2c4ef42dfbac0
[ "Apache-2.0" ]
null
null
null
TITLE SORT FILTER FOR DOS PAGE ,132 ; ;/* ; * Microsoft Confidential ; * Copyright (C) Microsoft Corporation 1991 ; * All Rights Reserved. ; */ ;********************************************************** ;* ;* UTILITY NA...
38.112313
113
0.446072
cf481764eec2e1035e834dac1809631bff54b4e0
362
asm
Assembly
text/maps/cinnabar_pokecenter.asm
adhi-thirumala/EvoYellow
6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c
[ "Unlicense" ]
16
2018-08-28T21:47:01.000Z
2022-02-20T20:29:59.000Z
text/maps/CinnabarPokecenter.asm
JStar-debug2020/pokemon-rby-dx
c2fdd8145d96683addbd8d9075f946a68d1527a1
[ "MIT" ]
7
2020-07-16T10:48:52.000Z
2021-01-28T18:32:02.000Z
text/maps/CinnabarPokecenter.asm
JStar-debug2020/pokemon-rby-dx
c2fdd8145d96683addbd8d9075f946a68d1527a1
[ "MIT" ]
2
2019-12-09T19:46:02.000Z
2020-12-05T21:36:30.000Z
_CinnabarPokecenterText2:: text "You can cancel" line "evolution." para "When a #MON is" line "evolving, you can" cont "stop it and leave" cont "it the way it is." done _CinnabarPokecenterText3:: text "Do you have any" line "friends?" para "#MON you get" line "in trades grow" cont "very quickly." para ...
16.454545
26
0.685083
fb12cab89c0eeb7208385b63442a5195d3e0008e
307
asm
Assembly
programs/oeis/330/A330410.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/330/A330410.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/330/A330410.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A330410: a(n) = 6*prime(n) - 1. ; 11,17,29,41,65,77,101,113,137,173,185,221,245,257,281,317,353,365,401,425,437,473,497,533,581,605,617,641,653,677,761,785,821,833,893,905,941,977,1001,1037,1073,1085,1145,1157,1181,1193,1265,1337,1361,1373,1397,1433,1445 seq $0,40 ; The prime numbers. mul $0,6 sub $0,1
43.857143
222
0.703583
8b8f926de0ae0cc8cb23a1270b26ce392b9c7396
11,826
asm
Assembly
target/cos_117/disasm/iop_overlay1/SDMP3.asm
jrrk2/cray-sim
52c9639808d6890517092637b188282c00cce4f7
[ "BSL-1.0" ]
49
2020-10-09T12:29:16.000Z
2022-03-12T02:33:35.000Z
target/cos_117/disasm/iop_overlay1/SDMP3.asm
jrrk2/cray-sim
52c9639808d6890517092637b188282c00cce4f7
[ "BSL-1.0" ]
1
2021-12-29T15:59:25.000Z
2021-12-29T15:59:25.000Z
target/cos_117/disasm/iop_overlay1/SDMP3.asm
jrrk2/cray-sim
52c9639808d6890517092637b188282c00cce4f7
[ "BSL-1.0" ]
6
2021-04-12T06:10:32.000Z
2022-02-08T23:11:19.000Z
@ OR[348] - sector @ OR[349] - head @ OR[350] - track @ OR[351] - '1' for read, '2' for write sector, '3' for reserve unit, '4' for release unit @ OR[352] - buffer address @ OR[356] - error counter? @ OR[382] - last head read (?) @ OR[383] - last track 0x0000 (0x000000) 0x2161- f:00020 d: 353 | A = OR[353] ...
72.109756
143
0.472856
e63844d10286d191181902f136181eb24228551d
213
asm
Assembly
code/chapter1/boot.asm
asegid/lucasOS
8bf137c7be25d89c684016321b042ff14e1c80e5
[ "Apache-2.0" ]
8
2019-11-22T06:59:42.000Z
2021-11-26T04:13:52.000Z
code/chapter1/boot.asm
easyArchitecture/lucasOS
8bf137c7be25d89c684016321b042ff14e1c80e5
[ "Apache-2.0" ]
null
null
null
code/chapter1/boot.asm
easyArchitecture/lucasOS
8bf137c7be25d89c684016321b042ff14e1c80e5
[ "Apache-2.0" ]
3
2020-01-17T15:53:48.000Z
2021-01-28T06:33:42.000Z
org 7c00h mov ax, cs mov es, ax mov ax, msg mov bp, ax mov cx, msgLen mov ax, 1301h mov bx, 000fh mov dl, 0 int 10h msg: db "hello world, welcome to OS!" msgLen: equ $ - msg times 510 - ($ - $$) db 0 dw 0aa55h
12.529412
37
0.643192
fc52912a50098365592f947898755fe28d2b7b48
431
asm
Assembly
output/test4_corrected.asm
josuerocha/KPiler
2c0b1fd7a0d3680b3186f071bc01199794531028
[ "MIT" ]
1
2018-06-05T23:49:07.000Z
2018-06-05T23:49:07.000Z
output/test4_corrected.asm
josuerocha/KPiler
2c0b1fd7a0d3680b3186f071bc01199794531028
[ "MIT" ]
null
null
null
output/test4_corrected.asm
josuerocha/KPiler
2c0b1fd7a0d3680b3186f071bc01199794531028
[ "MIT" ]
null
null
null
START PUSHN 3 PUSHN 3 PUSHS "Nome: " WRITES READ STOREL 3 PUSHS "Sobrenome: " WRITES READ STOREL 4 PUSHS "!" PUSHL 4 PUSHS " " PUSHL 3 PUSHS "Ola, " CONCAT CONCAT CONCAT CONCAT STOREL 5 PUSHS "1" PUSHL 5 CONCAT STOREL 5 PUSHL 5 WRITES READ ATOI STOREL 0 READ ATOI STOREL 2 PUSHL 0 PUSHL 2 SUP NOT JZ A JUMP B A: PUSHL 2 ...
8.132075
25
0.737819
50e7db4cc2ba301df82463cd5df19577fa4faa8d
315
asm
Assembly
programs/oeis/056/A056578.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/056/A056578.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/056/A056578.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A056578: a(n) = 1 + 2n + 3n^2 + 4n^3. ; 1,10,49,142,313,586,985,1534,2257,3178,4321,5710,7369,9322,11593,14206,17185,20554,24337,28558,33241,38410,44089,50302,57073,64426,72385,80974,90217,100138,110761,122110,134209,147082,160753,175246 mul $0,4 add $0,2 mov $1,$0 bin $1,3 add $1,$0 div $1,8 mul $1,3 add $1,1
26.25
199
0.698413
3dee549d9fc5e69aa6e71f4f21e95f469897a771
272
asm
Assembly
Client/AssemblyMacro.asm
bank2014/AntiTemper
50c5c283e445349040fa841df31db733058d3857
[ "MIT" ]
null
null
null
Client/AssemblyMacro.asm
bank2014/AntiTemper
50c5c283e445349040fa841df31db733058d3857
[ "MIT" ]
null
null
null
Client/AssemblyMacro.asm
bank2014/AntiTemper
50c5c283e445349040fa841df31db733058d3857
[ "MIT" ]
null
null
null
.CODE TrapflagCheck PROC pushfq or dword ptr[rsp],10100h popfq db 0fh ;cpuid db 0a2h nop nop nop ret TrapflagCheck ENDP LazyCheckHyperv PROC xor ecx,ecx mov eax,1 cpuid test ecx, 80000000h jne detect xor eax,eax ret detect: mov al,1 ret LazyCheckHyperv ENDP END
9.066667
24
0.772059
af8df4ae79975c18a7e26146e5772b200630430f
73
asm
Assembly
libsrc/graphics/__gfx_coords.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
libsrc/graphics/__gfx_coords.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
1,600
2017-01-15T16:12:02.000Z
2022-03-31T12:11:12.000Z
libsrc/graphics/__gfx_coords.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
SECTION bss_graphics PUBLIC __gfx_coords __gfx_coords: defw 0
9.125
23
0.739726
f4bb842b824c8dd93864f7e277eeb591d83fd37d
2,005
asm
Assembly
data/mapObjects/fuchsiacity.asm
adhi-thirumala/EvoYellow
6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c
[ "Unlicense" ]
16
2018-08-28T21:47:01.000Z
2022-02-20T20:29:59.000Z
data/mapObjects/fuchsiacity.asm
adhi-thirumala/EvoYellow
6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c
[ "Unlicense" ]
5
2019-04-03T19:53:11.000Z
2022-03-11T22:49:34.000Z
data/mapObjects/fuchsiacity.asm
adhi-thirumala/EvoYellow
6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c
[ "Unlicense" ]
2
2019-12-09T19:46:02.000Z
2020-12-05T21:36:30.000Z
FuchsiaCityObject: db $f ; border block db $9 ; warps db $d, $5, $0, FUCHSIA_MART db $1b, $b, $0, FUCHSIA_HOUSE_1 db $1b, $13, $0, FUCHSIA_POKECENTER db $1b, $1b, $0, FUCHSIA_HOUSE_2 db $3, $12, $0, SAFARI_ZONE_ENTRANCE db $1b, $5, $0, FUCHSIA_GYM db $d, $16, $0, FUCHSIA_MEETING_ROOM db $1b, $1f, $1, FUCHSIA...
37.830189
62
0.684289
23fcac3ca1040bbdcad9ccc316e949d167aad8d7
396
asm
Assembly
programs/oeis/172/A172103.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/172/A172103.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/172/A172103.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A172103: Partial sums of A167020 where A167020(n)=1 iff 6*n-1 is prime. ; 1,2,3,4,5,5,6,7,8,9,9,10,10,11,12,12,13,14,15,15,15,16,17,17,18,18,18,19,20,21,21,22,23,23,23,23,23,24,25,26,26,27,28,29,30,30,31,31,32,32,32,33,34,34,34,34,34,35,36,37,37,37,37,38,39,39,40,40,40,41,41,42,42 lpb $0 mov $2,$0 sub $0,1 seq...
33
209
0.623737
ee5c3b80926e27824e8a1f7ab938b751836af69c
1,854
asm
Assembly
programs/oeis/183/A183985.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/183/A183985.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/183/A183985.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A183985: 1/4 the number of (n+1) X 9 binary arrays with all 2 X 2 subblock sums the same. ; 153,155,158,164,174,194,230,302,438,710,1238,2294,4374,8534,16790,33302,66198,131990,263318,525974,1050774,2100374,4198550,8394902,16785558,33566870,67125398,134242454,268468374,536920214,1073807510,2147582102,4295098518,85901...
123.6
1,652
0.900755
83d42c27d540e3e659f828958b99ddaaa2f983b6
5,514
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_21829_774.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_21829_774.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_21829_774.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 %rax push %rcx push %rdi push %rdx push %rsi lea addresses_normal_ht+0x4bed, %r11 nop nop nop nop sub $65447, %r10 vmovups (%r11), %ymm4 vextracti128 $1, %ymm4, %xmm4 vpextrq $1, %xmm4, %r14 nop nop nop add %rdx, %rdx lea...
42.415385
2,999
0.660138
d2455febcbe1cfff72aee3ce51fb5a2a4bc1919f
341
asm
Assembly
programs/oeis/134/A134868.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/134/A134868.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/134/A134868.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A134868: A103451 * A002260. ; 1,2,2,2,2,3,2,2,3,4,2,2,3,4,5,2,2,3,4,5,6,2,2,3,4,5,6,7,2,2,3,4,5,6,7,8,2,2,3,4,5,6,7,8,9,2,2,3,4,5,6,7,8,9,10,2,2,3,4,5,6,7,8,9,10,11,2,2,3,4,5,6,7,8,9,10,11,12,2,2,3,4,5,6,7,8,9,10,11,12,13,2,2,3,4,5,6,7,8,9 lpb $0 mov $1,$0 sub $0,1 trn $1,2 add $1,1 add $2,1 trn $0,$2 lp...
24.357143
211
0.521994
2d549024fc7ca195df981d924e2fa0a8b91343a4
457
asm
Assembly
programs/oeis/080/A080649.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/080/A080649.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/080/A080649.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A080649: Sum of prime factors of sigma(n). ; 3,2,7,5,5,2,8,13,5,5,9,9,5,5,31,5,16,7,12,2,5,5,10,31,12,7,9,10,5,2,10,5,5,5,20,21,10,9,10,12,5,13,12,18,5,5,33,22,34,5,9,5,10,5,10,7,10,10,12,33,5,15,127,12,5,19,12,5,5,5,21,39,24,33,14,5,12,7,36,11,12,12,9,5,16,10,10,10,18,9,12,2,5,10,12,9,22,18,38,22 add $0,1 seq $0,20...
57.125
255
0.634573
8632cca8bfed209207935e7c3270906e0122bbc7
4,752
asm
Assembly
source/commands/print.asm
paulscottrobson/Atomic-Basic-2
8ee2d894ff06137a7ac0616862be4476dec04f9e
[ "MIT" ]
null
null
null
source/commands/print.asm
paulscottrobson/Atomic-Basic-2
8ee2d894ff06137a7ac0616862be4476dec04f9e
[ "MIT" ]
null
null
null
source/commands/print.asm
paulscottrobson/Atomic-Basic-2
8ee2d894ff06137a7ac0616862be4476dec04f9e
[ "MIT" ]
1
2021-10-21T22:53:41.000Z
2021-10-21T22:53:41.000Z
; ******************************************************************************************* ; ******************************************************************************************* ; ; Name : print.asm ; Purpose : Print Statement ; Date : 25th July 2019 ; Author : Paul Robson (paul@robsons.org.uk) ; ; **...
25.826087
93
0.509049
a9b9a0fe993e3579f189cd20cb7ded6dca8ce300
7,830
asm
Assembly
Source/L8WAIT.asm
walmartlabs/zFAM
f57e36adec60c0c03d2fb86cd944b2ce0c43f8f5
[ "Apache-2.0" ]
21
2018-04-17T15:37:29.000Z
2021-09-26T20:19:16.000Z
Source/L8WAIT.asm
wizardofzos/zFAM
f57e36adec60c0c03d2fb86cd944b2ce0c43f8f5
[ "Apache-2.0" ]
null
null
null
Source/L8WAIT.asm
wizardofzos/zFAM
f57e36adec60c0c03d2fb86cd944b2ce0c43f8f5
[ "Apache-2.0" ]
9
2016-12-02T16:08:12.000Z
2017-10-27T04:07:02.000Z
* * PROGRAM: L8WAIT * AUTHOR: Randy Frerking. * COMMENTS: zFAM - z/OS File Access Manager. * * Issue z/OS STIMERM macro. * This program must be defined as Threadsafe (Required), * OpenAPI and CICSKey to execeute on an L8 TCB. * * Default wait is 2...
48.9375
73
0.324777
8079698d26ef4fd42093515c29aab955cfc76328
187
asm
Assembly
windowsAssembly/c.asm
Jordank321/GaryLang
5fe4677cf8bf114c74325cc1ad78660dd65340ce
[ "MIT" ]
null
null
null
windowsAssembly/c.asm
Jordank321/GaryLang
5fe4677cf8bf114c74325cc1ad78660dd65340ce
[ "MIT" ]
null
null
null
windowsAssembly/c.asm
Jordank321/GaryLang
5fe4677cf8bf114c74325cc1ad78660dd65340ce
[ "MIT" ]
null
null
null
; --------------------------------------------------------------------------- ; C management ; --------------------------------------------------------------------------- global main
37.4
78
0.112299
3d4c13ec755a8ff4bc804236d60144a1b9f0d247
2,167
asm
Assembly
programs/oeis/204/A204095.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/204/A204095.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/204/A204095.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A204095: Numbers whose base 10 digits are a subset of {0, 8}. ; 0,8,80,88,800,808,880,888,8000,8008,8080,8088,8800,8808,8880,8888,80000,80008,80080,80088,80800,80808,80880,80888,88000,88008,88080,88088,88800,88808,88880,88888,800000,800008,800080,800088,800800,800808,800880,800888,808000,808008,808080,808088,808800,8...
270.875
1,997
0.860175
6dc86205ad06e117c4ba938871b2722921d2b809
12,689
asm
Assembly
Library/User/Gen/genInteraction.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
504
2018-11-18T03:35:53.000Z
2022-03-29T01:02:51.000Z
Library/User/Gen/genInteraction.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
96
2018-11-19T21:06:50.000Z
2022-03-06T10:26:48.000Z
Library/User/Gen/genInteraction.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
73
2018-11-19T20:46:53.000Z
2022-03-29T00:59:26.000Z
COMMENT @----------------------------------------------------------------------- Copyright (c) GeoWorks 1988 -- All Rights Reserved PROJECT: PC GEOS MODULE: UserInterface/Gen FILE: genInteraction.asm ROUTINES: Name Description ---- ----------- GLB GenInteractionClass Interaction object REVI...
23.762172
84
0.607849
a88051d8d55fc0230adabd6504518bec35014db5
532
asm
Assembly
oeis/038/A038801.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/038/A038801.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/038/A038801.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A038801: Number of primes less than 10n. ; Submitted by Jon Maiga ; 4,8,10,12,15,17,19,22,24,25,29,30,31,34,35,37,39,41,42,46,46,47,50,52,53,55,57,59,61,62,63,66,66,68,70,72,73,75,77,78,80,81,82,85,87,88,91,92,93,95,97,97,99,99,101,102,104,106,107,109,111,114,114,115,118,120,121,123,124,125,127,128,129,131,132,134,13...
59.111111
345
0.712406
86f4d6c6b370ff63a8b625a033c28a9f6fade71a
350
asm
Assembly
programs/oeis/049/A049633.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/049/A049633.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/049/A049633.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A049633: a(n) = T(n,n+1), array T as in A049627. ; 2,5,8,12,18,24,32,42,52,62,76,90,106,124,138,154,178,200,224,250,270,292,324,354,382,414,444,474,514,550,588,634,670,706,746,782,830,884,926,966,1022,1074,1128,1190,1234,1280,1348,1410,1468,1530,1582,1638 mov $2,$0 seq $0,49697 ; a(n)=T(n,n+1), array T as in A049695...
38.888889
206
0.671429
c7d987fb6ed8788713f1936f4613808703e7daff
6,943
asm
Assembly
Transynther/x86/_processed/NC/_ht_zr_/i9-9900K_12_0xa0_notsx.log_21829_1631.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NC/_ht_zr_/i9-9900K_12_0xa0_notsx.log_21829_1631.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NC/_ht_zr_/i9-9900K_12_0xa0_notsx.log_21829_1631.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 %r15 push %r9 push %rcx push %rdi push %rdx push %rsi lea addresses_D_ht+0x11acd, %rdx nop nop xor $38555, %rsi mov (%rdx), %r11d nop and %rcx, %rcx lea addresses_WC_ht+0x4091, %rsi lea addresses_D_ht+0x1b2bd, %rdi nop nop nop nop xor $55479, %r15 mov $8, %rcx...
32.293023
2,999
0.653752
994291e1a5e5c5617ddf89f10c192a9b47e32a69
3,467
asm
Assembly
modules/catfish/Catfish.asm
jaredwhitney/os3
05e0cda4670da093cc720d0dccbfeb29e788fa0f
[ "MIT" ]
5
2015-02-25T01:28:09.000Z
2021-05-22T09:03:04.000Z
modules/catfish/Catfish.asm
jaredwhitney/os3
05e0cda4670da093cc720d0dccbfeb29e788fa0f
[ "MIT" ]
38
2015-02-10T18:37:11.000Z
2017-10-03T03:08:50.000Z
modules/catfish/Catfish.asm
jaredwhitney/os3
05e0cda4670da093cc720d0dccbfeb29e788fa0f
[ "MIT" ]
2
2016-05-06T22:48:46.000Z
2017-01-12T19:28:49.000Z
Catfish.COMMAND_NOTIFY : dd .STR_NOTIFY dd Catfish.notify dd null .STR_NOTIFY : db "notify", 0x0 Catfish.TASK_UPDATE_WINDOWS : dd Catfish.loop dd null Catfish.init : methodTraceEnter pusha push dword Catfish.TASK_UPDATE_WINDOWS call iConsole2.RegisterTask push dword Catfish.COMMAND_NOTIFY call...
18.151832
67
0.688203
7fbc84678fcee826f695cac81df34b9e48862ed0
198
asm
Assembly
libsrc/fcntl/nc100/write.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
libsrc/fcntl/nc100/write.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
libsrc/fcntl/nc100/write.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
; ; Write a file on an Amstrad NC100 ; PUBLIC write .write pop ix pop de pop hl pop bc push bc push hl push de push ix ld a, b or c call nz, 0xB8AB ld h, b ld l, c ret
9.9
34
0.585859
0d318b21172ba1857b5871c8e3011a249d5300ac
2,205
asm
Assembly
Working Disassembly/General/Sprites/Sonic/Map - Sonic Snowboarding.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/General/Sprites/Sonic/Map - Sonic Snowboarding.asm
TeamASM-Blur/Sonic-3-Blue-Balls-Edition
7e8a2c5df02271615ff4cae529521e6b1560d6b1
[ "Apache-2.0" ]
null
null
null
Working Disassembly/General/Sprites/Sonic/Map - Sonic Snowboarding.asm
TeamASM-Blur/Sonic-3-Blue-Balls-Edition
7e8a2c5df02271615ff4cae529521e6b1560d6b1
[ "Apache-2.0" ]
null
null
null
Map_347E30: dc.w Frame_347E4A-Map_347E30 dc.w Frame_347E4C-Map_347E30 dc.w Frame_347E66-Map_347E30 dc.w Frame_347E80-Map_347E30 dc.w Frame_347E9A-Map_347E30 dc.w Frame_347EB4-Map_347E30 dc.w Frame_347ECE-Map_347E30 dc.w Frame_347EE2-Map_347E30 dc.w Frame_347EFC-Map_347E30 dc.w Frame_347F16-Map_347E30 ...
29.013158
40
0.509297
509f84af8652e595037dfd42315aef1d0628b0ea
1,892
asm
Assembly
WinSock.asm
MichaelEvanchik/OpenPortTest
0d85e28fd7a7fdffaaaa77074a3393bd67289998
[ "Unlicense" ]
1
2018-10-03T05:19:25.000Z
2018-10-03T05:19:25.000Z
WinSock.asm
MichaelEvanchik/OpenPortTest
0d85e28fd7a7fdffaaaa77074a3393bd67289998
[ "Unlicense" ]
null
null
null
WinSock.asm
MichaelEvanchik/OpenPortTest
0d85e28fd7a7fdffaaaa77074a3393bd67289998
[ "Unlicense" ]
null
null
null
.386 .model flat, stdcall option casemap: none include \masm32\include\windows.inc include \masm32\include\user32.inc include \masm32\include\kernel32.inc include \masm32\include\shell32.inc include \masm32\include\wsock32.inc include \masm32\include\masm32.inc includelib \masm32\lib\shell32.lib includelib \masm32\lib\...
25.226667
59
0.704545
a71cc237e4759206770e5131b3897a9f466de449
8,071
asm
Assembly
Transynther/x86/_processed/NONE/_xt_sm_/i7-7700_9_0xca_notsx.log_21829_1806.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NONE/_xt_sm_/i7-7700_9_0xca_notsx.log_21829_1806.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NONE/_xt_sm_/i7-7700_9_0xca_notsx.log_21829_1806.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r9 push %rbp push %rbx push %rcx push %rdi push %rsi lea addresses_UC_ht+0x14740, %rsi lea addresses_normal_ht+0x1cb40, %rdi clflush (%rdi) nop nop nop xor $48253, %r11 mov $103, %rcx rep movsq xor %rbx, %rbx lea addresses_D_ht+0xdd08, %rbp add %r10...
34.788793
2,999
0.655309
2baa9977c0d6d5184b5315f37ea2b6a38acd4897
157
asm
Assembly
src/port_byte_out.asm
I8087/libm
47874572a2bc1356e1ab70f9c29b6fa50875f3c3
[ "BSD-2-Clause" ]
13
2015-06-13T00:56:27.000Z
2022-01-25T16:55:26.000Z
src/port_byte_out.asm
I8087/libm
47874572a2bc1356e1ab70f9c29b6fa50875f3c3
[ "BSD-2-Clause" ]
10
2016-02-02T23:34:27.000Z
2019-06-11T22:41:23.000Z
src/port_byte_out.asm
I8087/libm
47874572a2bc1356e1ab70f9c29b6fa50875f3c3
[ "BSD-2-Clause" ]
1
2016-06-21T05:19:15.000Z
2016-06-21T05:19:15.000Z
global _port_byte_out _port_byte_out: push bp mov bp, sp mov dx, [bp+4] mov al, byte [bp+6] call os_port_byte_out pop bp ret
11.214286
25
0.605096
5490851e9946e3a8ac405a13289bd99a3c9daf45
577
asm
Assembly
oeis/140/A140660.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/140/A140660.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/140/A140660.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A140660: a(n) = 3*4^n + 1. ; 4,13,49,193,769,3073,12289,49153,196609,786433,3145729,12582913,50331649,201326593,805306369,3221225473,12884901889,51539607553,206158430209,824633720833,3298534883329,13194139533313,52776558133249,211106232532993,844424930131969,3377699720527873,13510798882111489,54043195528445953,216172...
64.111111
499
0.863085
119ca9b8f4e2100d716d9893be7362b0565ba31d
266
asm
Assembly
libsrc/graphics/g800/clsgraph_850.asm
bahmanrafatjoo/z88dk
001b7eab7fa2e94ee7210ff483c789e15e8d6a40
[ "ClArtistic" ]
null
null
null
libsrc/graphics/g800/clsgraph_850.asm
bahmanrafatjoo/z88dk
001b7eab7fa2e94ee7210ff483c789e15e8d6a40
[ "ClArtistic" ]
null
null
null
libsrc/graphics/g800/clsgraph_850.asm
bahmanrafatjoo/z88dk
001b7eab7fa2e94ee7210ff483c789e15e8d6a40
[ "ClArtistic" ]
null
null
null
SECTION code_clib PUBLIC cleargraphics PUBLIC _cleargraphics cleargraphics: _cleargraphics: loop40: in a,(0x40) and 0x80 jp nz,loop40 ld a,0x40; set startline to 0 out (0x40),a xor a ld b,24*8 ld de,0 call 0xbfee ret
14.777778
33
0.639098
2ef757f8534793714825fef75097de57dce5a28d
320
asm
Assembly
programs/oeis/055/A055860.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/055/A055860.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/055/A055860.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A055860: a(n) = A000169(n+1) if n > 0; a(0) = 0. ; 0,2,9,64,625,7776,117649,2097152,43046721,1000000000,25937424601,743008370688,23298085122481,793714773254144,29192926025390625,1152921504606846976,48661191875666868481,2185911559738696531968 mov $1,$0 add $0,1 lpb $0 add $0,$1 add $1,$0 sub $0,1 lpe pow $0,$1
26.666667
192
0.734375
54ac07af30e2504c2aa5ceb543457b8346233023
374
asm
Assembly
programs/oeis/060/A060577.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/060/A060577.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/060/A060577.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A060577: Number of homeomorphically irreducible general graphs on 2 labeled nodes and with n edges. ; 1,1,4,6,11,17,24,32,41,51,62,74,87,101,116,132,149,167,186,206,227,249,272,296,321,347,374,402,431,461,492,524,557,591,626,662,699,737,776,816,857,899,942,986,1031,1077,1124,1172,1221,1271,1322,1374,1427 add $0,2 mo...
34
205
0.719251
b48e32764a1f953fabbe3fae22a36e257c67332b
4,172
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_1194.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_1194.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_1194.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 %r14 push %r9 push %rbp push %rcx push %rdi push %rsi // Store lea addresses_A+0x1122, %r14 nop dec %rsi movb $0x51, (%r14) nop nop nop sub $23434, %r9 // Store lea addresses_D+0x19522, %r9 nop nop nop nop sub %r...
60.463768
2,999
0.658677
365bdd48cefe06a4eb78875ecbc169b9434d02f1
491
asm
Assembly
programs/oeis/115/A115007.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/115/A115007.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/115/A115007.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A115007: Row 3 of array in A114999. ; 0,6,16,31,50,75,103,137,175,218,265,318,374,436,502,573,648,729,813,903,997,1096,1199,1308,1420,1538,1660,1787,1918,2055,2195,2341,2491,2646,2805,2970,3138,3312,3490,3673,3860,4053,4249,4451,4657,4868,5083,5304,5528 mov $6,$0 lpb $0 add $1,1 mul $1,$0 mov $0,$5 mov $2,2 ...
18.185185
217
0.623218
3d44764aa2a4239f8da4af627ed8c02e3a1eb20b
4,632
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_213.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_213.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_213.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 %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_normal_ht+0x10a5, %rsi lea addresses_D_ht+0x115c8, %rdi nop sub $15420, %rbx mov $117, %rcx rep movsl nop nop xor $38981, %r12 lea addresses_WT_ht+0x3e85, %rdx nop nop nop add %r11, %r11 mov ...
54.494118
2,999
0.664076
60bcf84cf28c01286a4dffe6e9e19c1e2a124b73
4,175
asm
Assembly
milos.asm
hajzer/asm-basic-examples
e8a32746ea5e20eb3c769d4a859337aa1dbc4f57
[ "MIT" ]
null
null
null
milos.asm
hajzer/asm-basic-examples
e8a32746ea5e20eb3c769d4a859337aa1dbc4f57
[ "MIT" ]
null
null
null
milos.asm
hajzer/asm-basic-examples
e8a32746ea5e20eb3c769d4a859337aa1dbc4f57
[ "MIT" ]
null
null
null
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; ; Nacitajte z klavesnice retazec znakov ukonceny znakom "novy riadok". ; Nech slovo je postupnost znakov medzi 2 znakmi "medzera". ; Urcte pocet slov, ktore maju jeden znak z velkej abecedy a neobsahuju ; cisla. Pocet vypiste v sestnastkovej ...
29.195804
115
0.560479
63c03a54b7da0f11882244a15970f6638518158a
10,747
asm
Assembly
Source/Levels/L0113.asm
AbePralle/FGB
52f004b8d9d4091a2a242a012dc8c1f90d4c160d
[ "MIT" ]
null
null
null
Source/Levels/L0113.asm
AbePralle/FGB
52f004b8d9d4091a2a242a012dc8c1f90d4c160d
[ "MIT" ]
null
null
null
Source/Levels/L0113.asm
AbePralle/FGB
52f004b8d9d4091a2a242a012dc8c1f90d4c160d
[ "MIT" ]
null
null
null
; L0113.asm ship blows up battleground BA ; Generated 07.09.2000 by mlevel ; Modified 07.09.2000 by Abe Pralle INCLUDE "Source/Defs.inc" INCLUDE "Source/Levels.inc" CRATERINDEX EQU 30 ;--------------------------------------------------------------------- SECTION "Level0113Section",ROMX ;----------------------------...
25.109813
70
0.45529
a9ccfa24bb3c65f5b97289da6323fd058801e7f0
448
asm
Assembly
oeis/346/A346558.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/346/A346558.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/346/A346558.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A346558: a(n) = Sum_{d|n} phi(n/d) * (2^d - 1). ; Submitted by Christian Krause ; 1,4,9,20,35,78,133,280,531,1070,2057,4212,8203,16534,32865,65840,131087,262818,524305,1049740,2097459,4196390,8388629,16782024,33554575,67117102,134218809,268452212,536870939,1073777010,2147483677,4295033440,8589938775,17180000318,34359...
26.352941
244
0.700893
93a2cb83a7ac1fcd36d1c278da55fcd549a6aa9a
71,482
asm
Assembly
Universe/galaxy_data.asm
ped7g/EliteNext
6e930f9b9924b295d7281ee6acb879600d7e597f
[ "Unlicense" ]
null
null
null
Universe/galaxy_data.asm
ped7g/EliteNext
6e930f9b9924b295d7281ee6acb879600d7e597f
[ "Unlicense" ]
null
null
null
Universe/galaxy_data.asm
ped7g/EliteNext
6e930f9b9924b295d7281ee6acb879600d7e597f
[ "Unlicense" ]
null
null
null
galaxy_page_marker DB "Galaxy PG9" galaxy_pg_cnt DB "0" galaxy_master_seed DS 6 galaxy_data DS 8*256 galaxy_code_end DB "-----------------------------------------------------------------" GalaxyPresentSystem: DW 0 GalaxyDestinationSystem: DW 0 GalaxyTargetSystem: DW 0 ; including a DB 0 as...
55.241113
249
0.38765
4ecdb1b98590a3e24dad904e465b983c058d41fb
682,549
asm
Assembly
kernel.asm
Vignesh-Nadar/xv6
601dda244865540bb0ace21a2ff5ae7e6cf181f9
[ "MIT-0" ]
null
null
null
kernel.asm
Vignesh-Nadar/xv6
601dda244865540bb0ace21a2ff5ae7e6cf181f9
[ "MIT-0" ]
null
null
null
kernel.asm
Vignesh-Nadar/xv6
601dda244865540bb0ace21a2ff5ae7e6cf181f9
[ "MIT-0" ]
null
null
null
kernel: file format elf32-i386 Disassembly of section .text: 80100000 <multiboot_header>: 80100000: 02 b0 ad 1b 00 00 add 0x1bad(%eax),%dh 80100006: 00 00 add %al,(%eax) 80100008: fe 4f 52 decb 0x52(%edi) 8010000b: e4 0f in $0xf,%al 8010000c <entry>:...
37.934141
105
0.540077
a3b58a8627416791690264c54ee522b7b878060a
723
asm
Assembly
oeis/192/A192966.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/192/A192966.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/192/A192966.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A192966: Coefficient of x in the reduction by x^2 -> x+1 of the polynomial p(n,x) defined at Comments. ; 0,1,2,6,14,30,59,110,197,343,585,983,1634,2695,4420,7220,11760,19116,31029,50316,81535,132061,213827,346141,560244,906685,1467254,2374290,3841922,6216618,10058975,16276058,26335529,42612115,68948205,111560915,1805...
60.25
487
0.771784
7da2a4098e137fc9b201e91e6f35d957d6532bb6
697
asm
Assembly
oeis/052/A052565.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/052/A052565.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/052/A052565.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A052565: E.g.f. (1+x^3-x^4)/(1-x). ; 1,1,2,12,24,120,720,5040,40320,362880,3628800,39916800,479001600,6227020800,87178291200,1307674368000,20922789888000,355687428096000,6402373705728000,121645100408832000,2432902008176640000,51090942171709440000,1124000727777607680000,25852016738884976640000,620448401733239439360000...
77.444444
500
0.842181
922a4027e82a7d1c8e9eeb0b601f03891aabf38f
436
asm
Assembly
oeis/121/A121334.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/121/A121334.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/121/A121334.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A121334: Triangle, read by rows, where T(n,k) = C( n*(n+1)/2 + n-k, n-k), for n>=k>=0. ; Submitted by Christian Krause ; 1,2,1,10,4,1,84,28,7,1,1001,286,66,11,1,15504,3876,816,136,16,1,296010,65780,12650,2024,253,22,1,6724520,1344904,237336,35960,4495,435,29,1,177232627,32224114,5245786,749398,91390,9139,703,37,1,531...
27.25
206
0.65367
5c7ca2260e2d39f6a4cfe338ddb6fd45ea4c9b42
446
asm
Assembly
asm/fibonacci.asm
bhelx/bhelky
9d5c225de01fe10836e46a291543535c4db0b34e
[ "MIT" ]
2
2018-11-19T19:04:03.000Z
2020-04-26T17:34:00.000Z
asm/fibonacci.asm
bhelx/bhelky
9d5c225de01fe10836e46a291543535c4db0b34e
[ "MIT" ]
null
null
null
asm/fibonacci.asm
bhelx/bhelky
9d5c225de01fe10836e46a291543535c4db0b34e
[ "MIT" ]
null
null
null
#include "bhelky.cpu" ; variable addresses ; variables initialized in data section n1 = 15 n2 = 14 nth = 13 loop: ; nth = n1 + n2 lda n1 add n2 sta nth ; n1 = n2 lda n2 sta n1 ; n2 = nth lda nth sta n2 ; print(n2) out ; loop unless the carry bit is set ; (the sum register has overflowe...
10.136364
39
0.607623
cf604aa33d9f84992eedc4c2627b880b395813fd
623
asm
Assembly
programs/oeis/107/A107008.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/107/A107008.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/107/A107008.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A107008: Primes of the form x^2 + 24*y^2. ; 73,97,193,241,313,337,409,433,457,577,601,673,769,937,1009,1033,1129,1153,1201,1249,1297,1321,1489,1609,1657,1753,1777,1801,1873,1993,2017,2089,2113,2137,2161,2281,2377,2473,2521,2593,2617,2689,2713,2833,2857,2953,3001,3049,3121,3169,3217,3313,3361,3433,3457,3529,3673,3697,...
124.6
485
0.754414
aef1d6de34517f40ead52d1f3ac5d24d1112f1b1
2,814
asm
Assembly
tests/arithmetics.asm
drocha87/go-porth
a7f38ea3e665ed0a14c0486dfb93d2a87cd1af13
[ "MIT" ]
8
2021-09-21T12:43:16.000Z
2022-02-24T21:53:04.000Z
tests/arithmetics.asm
drocha87/go-porth
a7f38ea3e665ed0a14c0486dfb93d2a87cd1af13
[ "MIT" ]
null
null
null
tests/arithmetics.asm
drocha87/go-porth
a7f38ea3e665ed0a14c0486dfb93d2a87cd1af13
[ "MIT" ]
null
null
null
BITS 64 segment .text print: mov r9, -3689348814741910323 sub rsp, 40 mov BYTE [rsp+31], 10 lea rcx, [rsp+30] .L2: mov rax, rdi lea r8, [rsp+32] mul r9 mov rax, rdi sub r8, rcx shr rdx, 3 lea rsi, [rdx+rdx*4] add rsi, rsi ...
17.263804
163
0.520967
2bdbaad5ff3c95b184bc34d46f7a51d489322d8c
1,693
asm
Assembly
_maps/Eggman.asm
vladjester2020/Sonic1TMR
22e749a2aab74cc725729e476d6252b071c12e42
[ "Apache-2.0" ]
null
null
null
_maps/Eggman.asm
vladjester2020/Sonic1TMR
22e749a2aab74cc725729e476d6252b071c12e42
[ "Apache-2.0" ]
2
2019-06-13T14:26:59.000Z
2019-10-10T13:15:14.000Z
_maps/Eggman.asm
vladjester2020/Sonic1TMR
22e749a2aab74cc725729e476d6252b071c12e42
[ "Apache-2.0" ]
null
null
null
; --------------------------------------------------------------------------- ; Sprite mappings - Eggman (boss levels) ; --------------------------------------------------------------------------- dc.w byte_17D26-Map_Eggman, byte_17D45-Map_Eggman dc.w byte_17D50-Map_Eggman, byte_17D5B-Map_Eggman dc.w byte_17...
30.232143
78
0.493207
8dd5ab8cc6369ecac68f1f4521f8dbd7678b4873
431
asm
Assembly
AASRepresentation.asm
slowy07/learnAsm
d278573eecd96e0e56f720c92fe7783d33528e43
[ "MIT" ]
1
2021-10-14T06:35:29.000Z
2021-10-14T06:35:29.000Z
AASRepresentation.asm
coderzhaxor/asmSourceCode
95a349e5b6e4fb52d29528f15635708d2273e676
[ "MIT" ]
null
null
null
AASRepresentation.asm
coderzhaxor/asmSourceCode
95a349e5b6e4fb52d29528f15635708d2273e676
[ "MIT" ]
1
2021-09-30T03:22:35.000Z
2021-09-30T03:22:35.000Z
section .text global _start _start: sub ah, ah sub al, '4' sub al, '3' aas or al, 30h mov [result], ax mov edx, len mov ecx, msg mov ebx, 1 mov eax, 4 int 0x80 ;kernel mov edx, 1 mov ecx, result mov ebx, 1 mov eax, 4 int 0x80 mov eax, 1 ...
12.314286
22
0.538283
1b261c3f98acd3c14a0286e2b47969e3f861a83e
116,557
asm
Assembly
Library/SpecUI/CommonUI/CItem/citemItemGroupCommon.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
504
2018-11-18T03:35:53.000Z
2022-03-29T01:02:51.000Z
Library/SpecUI/CommonUI/CItem/citemItemGroupCommon.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
96
2018-11-19T21:06:50.000Z
2022-03-06T10:26:48.000Z
Library/SpecUI/CommonUI/CItem/citemItemGroupCommon.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
73
2018-11-19T20:46:53.000Z
2022-03-29T00:59:26.000Z
COMMENT @----------------------------------------------------------------------- Copyright (c) GeoWorks 1994 -- All Rights Reserved PROJECT: PC GEOS MODULE: CommonUICItem (common code for specific UIs) FILE: citemItemGroupCommon.asm ROUTINES: Name Description ---- ----------- MTD MSG_VIS_...
28.249394
81
0.662886
c3a5468d02cdea4a117cb1792500d81cfa073ec1
9,168
asm
Assembly
transformy/tables/outro/0004.asm
mborik/regression
25b5f2204ce668594449e8ce804779288b895ac0
[ "MIT" ]
3
2019-09-18T05:34:22.000Z
2020-12-04T17:46:52.000Z
transformy/tables/outro/0004.asm
mborik/regression
25b5f2204ce668594449e8ce804779288b895ac0
[ "MIT" ]
null
null
null
transformy/tables/outro/0004.asm
mborik/regression
25b5f2204ce668594449e8ce804779288b895ac0
[ "MIT" ]
1
2020-01-17T01:04:24.000Z
2020-01-17T01:04:24.000Z
ld a, 4 ld (basescradr + #05ca), a ld a, 68 ld hl, basescradr + #05cb ld (hl), a inc hl ld (hl), a inc hl ld (hl), a inc hl ld (hl), a inc hl ld (hl), a inc hl ld (hl), a inc hl ld (hl), a inc hl ld (hl), a ld hl, basescradr + #0d0f ld (hl), a inc hl ld (hl), a inc hl l...
17.330813
29
0.532395
105d03d3eaeb2328e42f9316d02a97673c4ef204
381
asm
Assembly
libsrc/target/gb/gbdk/font_load.asm
Frodevan/z88dk
f27af9fe840ff995c63c80a73673ba7ee33fffac
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
libsrc/target/gb/gbdk/font_load.asm
Frodevan/z88dk
f27af9fe840ff995c63c80a73673ba7ee33fffac
[ "ClArtistic" ]
1,600
2017-01-15T16:12:02.000Z
2022-03-31T12:11:12.000Z
libsrc/target/gb/gbdk/font_load.asm
Frodevan/z88dk
f27af9fe840ff995c63c80a73673ba7ee33fffac
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
SECTION code_driver PUBLIC font_load PUBLIC _font_load EXTERN asm_font_load ; font_t __LIB__ font_load( void *font ) NONBANKED; _font_load: font_load: push bc ld hl,sp+4 LD A,(HL+) ; A = c ld h,(hl) ld l,a call asm_font_load ld d,h...
20.052632
51
0.532808
4ccd443c68648d869030be4bcfacd719c1494890
3,682
asm
Assembly
Transynther/x86/_processed/NC/_zr_/i9-9900K_12_0xa0_notsx.log_21829_1141.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_0xa0_notsx.log_21829_1141.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_0xa0_notsx.log_21829_1141.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 %r12 push %r15 push %r9 push %rax // Faulty Load mov $0x21df4d00000004e3, %r9 nop nop nop nop nop and $16626, %r15 mov (%r9), %r11 lea oracles, %rax and $0xff, %r11 shlq $12, %r11 mov (%rax,%r11,1), %r11 pop %rax ...
85.627907
2,999
0.663498
32d07351062f4834dbbe1125333b8974f8b33ce9
819
asm
Assembly
oeis/142/A142521.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/142/A142521.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/142/A142521.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A142521: Primes congruent to 29 mod 52. ; Submitted by Jon Maiga ; 29,601,653,757,809,1069,1277,1381,1433,1693,1901,2161,2213,2473,2837,3253,3461,3617,3877,3929,4241,4397,4657,4813,4969,5021,5281,5333,5437,5749,5801,6113,6217,6269,6373,6529,6581,6737,6841,6997,7309,7517,7621,7673,7829,7933,8089,8297,8609,8713,9181,93...
35.608696
499
0.726496
d2e11c785c2db408a48f5a68a2ae4bb370813c86
258
asm
Assembly
Assembler/test/cohadar/assembler/functions/func02.asm
cohadar/parapascal
863bc9b8d7f813dd3bbf8f6e7df36d70de8f5242
[ "MIT" ]
null
null
null
Assembler/test/cohadar/assembler/functions/func02.asm
cohadar/parapascal
863bc9b8d7f813dd3bbf8f6e7df36d70de8f5242
[ "MIT" ]
null
null
null
Assembler/test/cohadar/assembler/functions/func02.asm
cohadar/parapascal
863bc9b8d7f813dd3bbf8f6e7df36d70de8f5242
[ "MIT" ]
null
null
null
// test function with 2 return values .CODE @func():2 const 333 const 0 addr func astore const 444 const 1 addr func astore ret @main(): const 111 call @func const 222 syscall %DEBUG syscall %DEBUG syscall %DEBUG syscall %DEBUG exit 0
9.923077
37
0.689922
50b679c2212b685c874f45bac47aba3608b583bc
129
asm
Assembly
libsrc/_DEVELOPMENT/math/float/math16/lm16/c/sdcc/sqrt_fastcall.asm
ahjelm/z88dk
c4de367f39a76b41f6390ceeab77737e148178fa
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
libsrc/_DEVELOPMENT/math/float/math16/lm16/c/sdcc/sqrt_fastcall.asm
C-Chads/z88dk
a4141a8e51205c6414b4ae3263b633c4265778e6
[ "ClArtistic" ]
1,600
2017-01-15T16:12:02.000Z
2022-03-31T12:11:12.000Z
libsrc/_DEVELOPMENT/math/float/math16/lm16/c/sdcc/sqrt_fastcall.asm
C-Chads/z88dk
a4141a8e51205c6414b4ae3263b633c4265778e6
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
SECTION code_fp_math16 PUBLIC _sqrtf16_fastcall EXTERN asm_f16_sqrt defc _sqrtf16_fastcall = asm_f16_sqrt
18.428571
44
0.736434
6e0424abf339e4e4b37345a2e710ab70b438e785
984
asm
Assembly
y2s2/csa/practicals/prac8/2-warmup.asm
ouldevloper/university
4bb4a7e86912b46aa625900d2985b4d1e436cf4e
[ "MIT" ]
8
2019-06-22T14:29:51.000Z
2021-09-22T16:58:12.000Z
y2s2/csa/practicals/prac8/2-warmup.asm
ouldevloper/university
4bb4a7e86912b46aa625900d2985b4d1e436cf4e
[ "MIT" ]
1
2020-06-30T06:38:00.000Z
2020-07-08T06:37:57.000Z
y2s2/csa/practicals/prac8/2-warmup.asm
ouldevloper/university
4bb4a7e86912b46aa625900d2985b4d1e436cf4e
[ "MIT" ]
9
2020-04-04T12:59:50.000Z
2022-03-27T22:44:58.000Z
;2-warmup.asm ; User enter (P,R,Y,W) ; Display Pink/Red/Yellow/White depending ; on usr .MODEL SMALL .STACK 100 .DATA opText DB 'Enter a code: $' nl DB 13,10,'$' op DB ? cp DB "Pink$" cr DB "Red$" cy DB "Yellow$" cw DB "White$" .CODE MAIN PROC MOV AX,@DATA MOV DS,AX ...
13.12
41
0.462398
bed5afa1faa75bd15a06ae6dcea9e1712858b1e5
542
asm
Assembly
libsrc/_DEVELOPMENT/arch/zx/bifrost_h/c/sdcc/BIFROSTH_getTile_callee.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
libsrc/_DEVELOPMENT/arch/zx/bifrost_h/c/sdcc/BIFROSTH_getTile_callee.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
1,600
2017-01-15T16:12:02.000Z
2022-03-31T12:11:12.000Z
libsrc/_DEVELOPMENT/arch/zx/bifrost_h/c/sdcc/BIFROSTH_getTile_callee.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
; ---------------------------------------------------------------- ; Z88DK INTERFACE LIBRARY FOR THE BIFROST* ENGINE - RELEASE 1.2/L ; ; See "bifrost_h.h" for further details ; ---------------------------------------------------------------- ; unsigned char BIFROSTH_getTile(unsigned char px,unsigned char py) ; callee ...
22.583333
67
0.557196
3638d1fa592bdb955582d334d321255ff1d35fb4
720
asm
Assembly
src/test/ref/declared-memory-var-0.asm
jbrandwood/kickc
d4b68806f84f8650d51b0e3ef254e40f38b0ffad
[ "MIT" ]
2
2022-03-01T02:21:14.000Z
2022-03-01T04:33:35.000Z
src/test/ref/declared-memory-var-0.asm
jbrandwood/kickc
d4b68806f84f8650d51b0e3ef254e40f38b0ffad
[ "MIT" ]
null
null
null
src/test/ref/declared-memory-var-0.asm
jbrandwood/kickc
d4b68806f84f8650d51b0e3ef254e40f38b0ffad
[ "MIT" ]
null
null
null
// Test declaring a variable as "__mem __notssa", meaning it will be stored in memory and accessed through an implicit pointer (using load/store) // Commodore 64 PRG executable file .file [name="declared-memory-var-0.prg", type="prg", segments="Program"] .segmentdef Program [segments="Basic, Code, Data"] .segmentdef ...
22.5
145
0.645833
8c7b2b96987feb649902db4a5c4258cc6cc1449e
1,693
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_27_2830.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_27_2830.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_27_2830.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: ret .global s_faulty_load s_faulty_load: push %r13 push %r14 push %r8 push %r9 push %rax push %rdi push %rsi // Load lea addresses_WT+0xf4f7, %rax nop inc %r14 vmovaps (%rax), %ymm5 vextracti128 $1, %ymm5, %xmm5 vpextrq $0, %xmm5, %r13 nop nop cmp %r9, %r9 // Store mo...
18.811111
125
0.644418
16545af97a1bad47fd5d791ace3dec6564ebb2d5
600
asm
Assembly
7e02.asm
sqph/td-micl
fbd130a6a741a38945c80bd8a1c2cfa7105754bd
[ "Unlicense" ]
null
null
null
7e02.asm
sqph/td-micl
fbd130a6a741a38945c80bd8a1c2cfa7105754bd
[ "Unlicense" ]
null
null
null
7e02.asm
sqph/td-micl
fbd130a6a741a38945c80bd8a1c2cfa7105754bd
[ "Unlicense" ]
null
null
null
; 7e02.asm ; échange le contenu de deux variables déclarées dans la ; section .data en utilisant une variable créée sur la pile. global main section .data var1 DW 42 var2 DW 1337 section .text main: nop ;échange push word [var1] ; on met 42 sur la pile (2 bytes) push word [var2] ...
23.076923
75
0.586667
9c0c3cd7775110221ff5e780f000f331911168c2
8,093
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_503.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_503.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_503.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 %rcx push %rdi push %rdx push %rsi lea addresses_WT_ht+0x12d30, %rsi lea addresses_D_ht+0x13fa2, %rdi add %r13, %r13 mov $47, %rcx rep movsq nop nop nop inc %r9 lea addresses_normal_ht+0x2ce0, %rsi lea addresses_WC_ht+0x196d2, %rdi ...
32.115079
2,999
0.659088
a0d089d389260ade035cf4a5f46f4033e3c1558b
10,271
asm
Assembly
research/deficon/def_drawer-icon_36_336.asm
nicodex/HelloAmi
6dae73b6968cc2caaea356b7a35b0ae1dd78fe09
[ "MIT" ]
16
2019-02-14T15:47:57.000Z
2021-03-28T20:50:54.000Z
research/deficon/def_drawer-icon_36_336.asm
nicodex/HelloAmi
6dae73b6968cc2caaea356b7a35b0ae1dd78fe09
[ "MIT" ]
9
2019-01-17T09:08:30.000Z
2021-04-15T19:32:47.000Z
research/deficon/def_drawer-icon_36_336.asm
nicodex/HelloAmi
6dae73b6968cc2caaea356b7a35b0ae1dd78fe09
[ "MIT" ]
1
2019-01-04T16:19:03.000Z
2019-01-04T16:19:03.000Z
; vasmm68k_mot[_<HOST>] -Fbin -o icon_36_336/def_drawer.info def_drawer-icon_36_336.asm ; ; Default "ENV:def_drawer.info" data included in "icon 36.336 (8.6.90)". ; include deficon.inc ifne DEFICON_MEM align 1 endif defIconDrawer: dc.w $E310 ; do_Magic = WB_DISKMAGIC dc.w $0001 ...
65.006329
96
0.704508
2859f8b6e052faec4316ec6c3844c2d2a74359af
7,695
asm
Assembly
_inc/Nemesis Decompression.asm
kodishmediacenter/msu-md-sonic
3aa7c5e8add9660df2cd0eceaa214e7d59f2415c
[ "CC0-1.0" ]
9
2021-01-15T13:47:53.000Z
2022-01-17T15:33:55.000Z
_inc/Nemesis Decompression.asm
kodishmediacenter/msu-md-sonic
3aa7c5e8add9660df2cd0eceaa214e7d59f2415c
[ "CC0-1.0" ]
7
2021-01-14T02:18:48.000Z
2021-03-24T15:44:30.000Z
_inc/Nemesis Decompression.asm
kodishmediacenter/msu-md-sonic
3aa7c5e8add9660df2cd0eceaa214e7d59f2415c
[ "CC0-1.0" ]
2
2021-01-14T13:14:26.000Z
2021-01-29T17:46:04.000Z
; --------------------------------------------------------------------------- ; Nemesis decompression subroutine, decompresses art directly to VRAM ; Inputs: ; a0 = art address ; For format explanation see http://info.sonicretro.org/Nemesis_compression ; ----------------------------------------------------------------...
34.662162
186
0.594022
05f6aba09890d6de1a3bcaa9daeef2f17b644f00
719
asm
Assembly
programs/oeis/215/A215097.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/215/A215097.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/215/A215097.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A215097: a(n) = n^3 - a(n-2) for n >= 2 and a(0)=0, a(1)=1. ; 0,1,8,26,56,99,160,244,352,485,648,846,1080,1351,1664,2024,2432,2889,3400,3970,4600,5291,6048,6876,7776,8749,9800,10934,12152,13455,14848,16336,17920,19601,21384,23274,25272,27379,29600,31940,34400,36981,39688,42526 mov $3,$0 mov $4,$0 lpb $3 mov $0,$4 ...
19.972222
217
0.524339
1910f534174bb5623b67fb1ffae7b073c6f545ba
6,092
asm
Assembly
Transynther/x86/_processed/US/_zr_/i7-7700_9_0xca.log_21829_1577.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.log_21829_1577.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.log_21829_1577.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 %r15 push %rax push %rcx push %rdi push %rsi lea addresses_WC_ht+0x65db, %rsi lea addresses_normal_ht+0x621b, %rdi nop sub $7457, %rax mov $27, %rcx rep movsw nop sub %r15, %r15 lea addresses_A_ht+0x8edb, %rsi lea addresses_WC_ht+0x18fa7, %...
39.051282
2,999
0.661195
33348be9a0df877e7172e3c69ae6718edcf4bd28
835
asm
Assembly
attic/fb_rawshader/particle_system_vs.asm
ilbers/etna_viv
d4c87f61bdcd15f98d4bdbea8c34788bb71fbad9
[ "MIT" ]
121
2015-01-16T11:36:13.000Z
2021-11-18T07:56:03.000Z
attic/fb_rawshader/particle_system_vs.asm
ilbers/etna_viv
d4c87f61bdcd15f98d4bdbea8c34788bb71fbad9
[ "MIT" ]
15
2016-11-29T17:08:23.000Z
2022-01-01T07:34:28.000Z
attic/fb_rawshader/particle_system_vs.asm
ilbers/etna_viv
d4c87f61bdcd15f98d4bdbea8c34788bb71fbad9
[ "MIT" ]
45
2015-01-25T01:52:05.000Z
2021-06-26T22:14:50.000Z
; fs for particle system demo ; different from the others in that it uses branching, and a .SAT modifier ; uniform inputs ; u0.x u_time ; u0.yzw u_centerPosition ; uniform constants ; u1.x 1.0 ; u1.y -1000.0 ; u1.z 0.0 ; u1.w 40.0 ; u2.x 0.5 ; outputs ; t0 v_lifetime ; t1 position ; t2 pointsize BRAN...
26.09375
74
0.675449
14d74295db5e70242083ddd8e66954289be697c1
342
asm
Assembly
programs/oeis/016/A016227.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/016/A016227.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/016/A016227.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A016227: Expansion of 1/((1-x)(1-4x)(1-12x)). ; 1,17,225,2785,33761,406497,4883425,58622945,703562721,8443102177,101318624225,1215829083105,14589971366881,175079745881057,2100957308486625,25211489133495265,302537875328566241 lpb $0 mov $2,$0 sub $0,1 seq $2,16159 ; Expansion of 1/((1-4x)(1-12x)). add $1,$2 l...
28.5
178
0.725146
088ae0a6f23d685488b9c1139619b6ce9caf66dd
1,546
asm
Assembly
Library/StreamC/streamCEntry.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
504
2018-11-18T03:35:53.000Z
2022-03-29T01:02:51.000Z
Library/StreamC/streamCEntry.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
96
2018-11-19T21:06:50.000Z
2022-03-06T10:26:48.000Z
Library/StreamC/streamCEntry.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
73
2018-11-19T20:46:53.000Z
2022-03-29T00:59:26.000Z
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) GeoWorks 1995 -- All Rights Reserved PROJECT: MODULE: FILE: streamCEntry.asm AUTHOR: Adam de Boor, Aug 31, 1995 ROUTINES: Name Description ---- ----------- REVISION HISTORY: Name Date Descri...
18.626506
79
0.479948
764de277a085d78e643a9c7a180b6cc291c0f8a0
786
asm
Assembly
oeis/056/A056326.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/056/A056326.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/056/A056326.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A056326: Number of reversible string structures with n beads using exactly two different colors. ; Submitted by Jamie Morken(s1) ; 0,1,2,5,9,19,35,71,135,271,527,1055,2079,4159,8255,16511,32895,65791,131327,262655,524799,1049599,2098175,4196351,8390655,16781311,33558527,67117055,134225919,268451839,536887295,10737745...
37.428571
499
0.796438
9cb105694bc4931ff75f1d84e91a685a360a47dc
457
asm
Assembly
programs/oeis/102/A102378.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/102/A102378.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/102/A102378.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A102378: a(n) = a(n-1) + a([n/2]) + 1, a(1) = 1. ; 1,3,5,9,13,19,25,35,45,59,73,93,113,139,165,201,237,283,329,389,449,523,597,691,785,899,1013,1153,1293,1459,1625,1827,2029,2267,2505,2789,3073,3403,3733,4123,4513,4963,5413,5937,6461,7059,7657,8349 mov $2,$0 mov $3,$0 lpb $2 mov $0,$3 sub $2,1 sub $0,$2 add ...
25.388889
199
0.625821
5726fb34a2b8ee497162573f89da5ee5ab25849c
712
asm
Assembly
oeis/295/A295933.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/295/A295933.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/295/A295933.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A295933: Number of (not necessarily maximum) cliques in the n-Sierpinski sieve graph. ; Submitted by Jamie Morken(s4) ; 8,20,55,160,475,1420,4255,12760,38275,114820,344455,1033360,3100075,9300220,27900655,83701960,251105875,753317620,2259952855,6779858560,20339575675,61018727020,183056181055,549168543160,164750562947...
44.5
485
0.825843
2622f68a336ebe5dfc51fe60a090df2be48b85af
349
asm
Assembly
programs/oeis/049/A049628.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/049/A049628.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/049/A049628.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A049628: a(n) = Sum_{i=0..n} T(i,n-i) where T is A049627. ; 1,4,8,14,22,34,48,68,92,122,156,200,248,308,374,448,530,628,732,854,984,1126,1278,1452,1634,1836,2050,2282,2526,2798,3078,3388,3714,4060,4422,4808,5206,5640,6092,6568,7060,7592,8136,8722,9328,9958,10610,11308 mov $2,$0 mul $0,2 seq $2,103116 ; a(n) = A00559...
38.777778
210
0.679083
4de24d9515f8873f5b7e3eb2ea59f1f64ff33c8b
49,939
asm
Assembly
big.asm
jieun-cloud/xv6-file
50ead4a176f9111b01a087ab2b9a46883bbaec66
[ "MIT-0" ]
1
2020-02-10T06:49:36.000Z
2020-02-10T06:49:36.000Z
big.asm
jieun-cloud/xv6-file
50ead4a176f9111b01a087ab2b9a46883bbaec66
[ "MIT-0" ]
null
null
null
big.asm
jieun-cloud/xv6-file
50ead4a176f9111b01a087ab2b9a46883bbaec66
[ "MIT-0" ]
null
null
null
_big: file format elf32-i386 Disassembly of section .text: 00000000 <main>: #include "user.h" #include "fcntl.h" int main() { 0: 55 push %ebp 1: 89 e5 mov %esp,%ebp 3: 83 e4 f0 and $0xfffffff0,%esp 6: 57 push %edi 7: 56...
29.761025
70
0.419892
254f8ab9e57056f556bc4af9ce94ff93addbdf66
778
asm
Assembly
oeis/119/A119976.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/119/A119976.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/119/A119976.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A119976: E.g.f. exp(2x)*(Bessel_I(0,2*sqrt(2)x) + Bessel_I(1,2*sqrt(2)x)/sqrt(2)). ; Submitted by Christian Krause ; 1,3,12,50,216,952,4256,19224,87520,400928,1845888,8533824,39590656,184216320,859354112,4017738112,18820855296,88317817344,415075665920,1953473141760,9205135036416,43425512132608,205072796270592,9693515...
35.363636
488
0.784062
19961e3ff0b0b3ff291a28a949bbc8156fbe9e5d
739
asm
Assembly
src/strings/common.asm
majioa/fleco
ca5baad52c97f3fbba8ae4fe02044af84b55ce05
[ "MIT" ]
null
null
null
src/strings/common.asm
majioa/fleco
ca5baad52c97f3fbba8ae4fe02044af84b55ce05
[ "MIT" ]
null
null
null
src/strings/common.asm
majioa/fleco
ca5baad52c97f3fbba8ae4fe02044af84b55ce05
[ "MIT" ]
null
null
null
;[]-----------------------------------------------------------------[] ;| COMMON.ASM -- string functions | ;[]-----------------------------------------------------------------[] ; ; $Copyright: 2005$ ; $Revision: 1.1.1.1 $ ; ;Fast String standalone methods ;int __fastcall Length() const; ;AnsiString&...
21.114286
71
0.554804
74906aeb942e4c2dfc8eb1e740c3e23f235870b3
1,425
asm
Assembly
libsrc/_DEVELOPMENT/string/z80/asm_memcpy.asm
UnivEngineer/z88dk
9047beba62595b1d88991bc934da75c0e2030d07
[ "ClArtistic" ]
1
2022-03-08T11:55:58.000Z
2022-03-08T11:55:58.000Z
libsrc/_DEVELOPMENT/string/z80/asm_memcpy.asm
UnivEngineer/z88dk
9047beba62595b1d88991bc934da75c0e2030d07
[ "ClArtistic" ]
2
2022-03-20T22:17:35.000Z
2022-03-24T16:10:00.000Z
libsrc/_DEVELOPMENT/string/z80/asm_memcpy.asm
jorgegv/z88dk
127130cf11f9ff268ba53e308138b12d2b9be90a
[ "ClArtistic" ]
null
null
null
; =============================================================== ; Dec 2013 / Dec 2021 feilipu ; =============================================================== ; ; void *memcpy(void * restrict s1, const void * restrict s2, size_t n) ; ; Copy n chars from s2 to s1, return s1. ; ; ====================================...
12.5
70
0.50386
c91ed5e300412f0246a5c86ae89203a47d02d354
18
asm
Assembly
tests/data_simple/22.asm
NullMember/customasm
6e34d6432583a41278e6b3596f1817ae82149531
[ "Apache-2.0" ]
414
2016-10-14T22:39:20.000Z
2022-03-30T07:52:44.000Z
tests/data_simple/22.asm
NullMember/customasm
6e34d6432583a41278e6b3596f1817ae82149531
[ "Apache-2.0" ]
100
2018-03-22T16:12:24.000Z
2022-03-26T09:19:23.000Z
tests/data_simple/22.asm
NullMember/customasm
6e34d6432583a41278e6b3596f1817ae82149531
[ "Apache-2.0" ]
47
2017-06-29T15:12:13.000Z
2022-03-10T04:50:51.000Z
#d8 256`8 ; = 0x00
18
18
0.555556
9e779376c318369b03c43e9b9baa969ec96476cc
689
asm
Assembly
04/divide/Divide.asm
yairfine/nand-to-tetris
97a0965d2bf0a77f57e8e9e0f43149475ddea620
[ "MIT" ]
1
2021-07-27T11:44:17.000Z
2021-07-27T11:44:17.000Z
04/divide/Divide.asm
yairfine/nand-to-tetris
97a0965d2bf0a77f57e8e9e0f43149475ddea620
[ "MIT" ]
null
null
null
04/divide/Divide.asm
yairfine/nand-to-tetris
97a0965d2bf0a77f57e8e9e0f43149475ddea620
[ "MIT" ]
null
null
null
// D13 - Dividend // D14 - Divisor // if D == 0 jump to END @R14 D=M @END D; JEQ @R15 M=0 @remainder M=0 @16384 D=A // D=D<< @mask M=D (LOOP) @remainder M=M<< // Set LSB of the remainder to the i'th bit of the dividend. @R13 D=M @mask D=D&M // R[0] = R13[i] @AFTER_REMEINDER_...
9.438356
64
0.484761
335d8a23fa5eb1ae22b6affad35650dda86e331d
498
nasm
Assembly
A6/shellcode2-original.nasm
mshaneck/SLAE32
4806e478292c1891c9789ce64efd6595092bd599
[ "MIT" ]
null
null
null
A6/shellcode2-original.nasm
mshaneck/SLAE32
4806e478292c1891c9789ce64efd6595092bd599
[ "MIT" ]
null
null
null
A6/shellcode2-original.nasm
mshaneck/SLAE32
4806e478292c1891c9789ce64efd6595092bd599
[ "MIT" ]
null
null
null
global _start section .text _start: xor eax,eax xor ebx,ebx mov al,0x2 int 0x80 cmp eax,ebx jnz _wait xor eax,eax push eax push word 0x462d mov esi,esp push eax push dword 0x73656c62 push dword 0x61747069 push dword 0x2f6e6962 push dword 0x732f2f2f mov ebx,esp lea edx,[esp+...
13.459459
23
0.650602
0e80861b657a7357ff79f298659995efbf327419
1,146
asm
Assembly
Kernel64/Interrupts.asm
sbarisic/Kernel
a0ab365d64dc4fed074a39c6c14da07d31ef39fe
[ "Unlicense" ]
3
2017-10-20T21:54:41.000Z
2018-02-08T16:38:33.000Z
Kernel64/Interrupts.asm
cartman300/Kernel
a0ab365d64dc4fed074a39c6c14da07d31ef39fe
[ "Unlicense" ]
null
null
null
Kernel64/Interrupts.asm
cartman300/Kernel
a0ab365d64dc4fed074a39c6c14da07d31ef39fe
[ "Unlicense" ]
null
null
null
section .text extern int_handler2 global testint testint: ;xchg bx, bx int 8 ret %macro INT_HANDLER_NOERR 1 global int_handler_%1 int_handler_%1: cli push dword 0 push qword %1 jmp int_handler %endmacro %macro INT_HANDLER_ERR 1 global int_handler_%1 int_handler_%1: cli push qword %1 jmp int_han...
12.593407
33
0.75829
146c5c4e2351bfaec328dd88d1b0e0817bbb1873
8,234
asm
Assembly
Build/Interpreters/Ozmoo/asm/constants.asm
polluks/Puddle-BuildTools
c1762d53a33002b62d8cffe3db129505a387bec3
[ "BSD-2-Clause" ]
38
2021-06-18T12:56:15.000Z
2022-03-12T20:38:40.000Z
Build/Interpreters/Ozmoo/asm/constants.asm
polluks/Puddle-BuildTools
c1762d53a33002b62d8cffe3db129505a387bec3
[ "BSD-2-Clause" ]
2
2021-06-20T16:28:12.000Z
2021-11-17T21:33:56.000Z
Build/Interpreters/Ozmoo/asm/constants.asm
polluks/Puddle-BuildTools
c1762d53a33002b62d8cffe3db129505a387bec3
[ "BSD-2-Clause" ]
6
2021-06-18T18:18:36.000Z
2021-12-22T08:01:32.000Z
; C128 is now in a separate constants-c128 instead ; !ifdef TARGET_C64 { basic_reset = $a000 SCREEN_HEIGHT = 25 SCREEN_WIDTH = 40 SCREEN_ADDRESS = $0400 COLOUR_ADDRESS = $d800 COLOUR_ADDRESS_DIFF = COLOUR_ADDRESS - SCREEN_ADDRESS num_rows = $a6 ; !byte 0 CURRENT_DEVICE ...
30.051095
120
0.65606
172b0086595d9d1fa4042065ceb4ccc2db9835cc
415
asm
Assembly
oeis/105/A105851.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/105/A105851.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/105/A105851.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A105851: Binomial transform triangle, read by rows. ; Submitted by Christian Krause ; 1,2,1,4,3,1,8,8,4,1,16,20,12,5,1,32,48,32,16,6,1,64,112,80,44,20,7,1,128,256,192,112,56,24,8,1,256,576,448,272,144,68,28,9,1,512,1280,1024,640,352,176,80,32,10,1,1024,2816,2304,1472,832,432,208,92,36,11,1 lpb $0 add $1,1 sub $0...
23.055556
206
0.648193
149ad4437890d7ef43a0c1a28d693a164629b99d
142
asm
Assembly
programs/oeis/056/A056837.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/056/A056837.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/056/A056837.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A056837: Duplicate of A001971. ; 0,0,1,1,2,3,5,6,8,10,13,15,18,21,25,28,32,36,41,45,50,55,61,66,72,78 mov $1,$0 pow $1,2 add $1,4 div $1,8
17.75
70
0.619718
d9461b9c8b3199bddff4a45b198d1e60ed0ebc2c
554
asm
Assembly
oeis/017/A017120.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/017/A017120.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/017/A017120.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A017120: a(n) = (8*n + 4)^8. ; 65536,429981696,25600000000,377801998336,2821109907456,14048223625216,53459728531456,167961600000000,457163239653376,1113034787454976,2478758911082496,5132188731375616,10000000000000000,18509302102818816,32784148919812096,55895067029733376,92170395205042176,147578905600000000,2301938534...
79.142857
494
0.888087
de044b10a6e42094ddb20c935c3f8a482365d747
314
asm
Assembly
CSE3030: Assembly Programming/Assignments/Assignment 1/SRC/03D_Add.asm
yoonBot/Sogang-CSE
34a267a0f4debc2082d6ec11e289e4250019fb96
[ "MIT" ]
1
2020-11-05T15:55:48.000Z
2020-11-05T15:55:48.000Z
CSE3030: Assembly Programming/Assignments/Assignment 1/SRC/03D_Add.asm
yoonBot/Sogang-CSE
34a267a0f4debc2082d6ec11e289e4250019fb96
[ "MIT" ]
null
null
null
CSE3030: Assembly Programming/Assignments/Assignment 1/SRC/03D_Add.asm
yoonBot/Sogang-CSE
34a267a0f4debc2082d6ec11e289e4250019fb96
[ "MIT" ]
1
2021-01-13T10:36:51.000Z
2021-01-13T10:36:51.000Z
TITLE Add and Subtract (16-bit.asm) INCLUDE Irvine16.inc .data var1 WORD 1000h sum WORD 0 .code main PROC mov ax,@data mov ds,ax mov ax,var1 ; AX = 1000h add ax,4000h ; AX = 5000h sub ax,2000h ; AX = 3000h mov sum, ax call DumpRegs exit main ENDP END main
18.470588
36
0.595541
97796826a0a6b328f1fa2bd820bb195f5dad4015
299
asm
Assembly
oeis/049/A049689.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/049/A049689.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/049/A049689.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A049689: a(n)=Sum{((-1)^(i+1))*T(i,n-i): i=0,1,...,n}, array T as in A049687. ; Submitted by Jon Maiga ; 0,0,1,0,3,0,5,0,9,0,13,0,17,0,23,0,31,0,37,0,45,0,55,0,63,0,75,0,87,0,95,0,111,0,127,0,139,0,157,0,173,0 lpb $0 mod $0,2 sub $0,1 lpe seq $0,106481 ; An Euler phi transform of 1/(1-x^2).
29.9
106
0.58194
5def4eb6a7863c747ee482b32dd492f417cc6e03
142
asm
Assembly
arm64_example/shellcode.asm
bkerler/asmtools
8c47e57b9497ab6ea17e02df0c7fbd79511daa97
[ "MIT" ]
7
2018-03-02T23:04:11.000Z
2021-05-28T06:49:25.000Z
arm64_example/shellcode.asm
bkerler/asmtools
8c47e57b9497ab6ea17e02df0c7fbd79511daa97
[ "MIT" ]
null
null
null
arm64_example/shellcode.asm
bkerler/asmtools
8c47e57b9497ab6ea17e02df0c7fbd79511daa97
[ "MIT" ]
1
2018-03-31T01:18:41.000Z
2018-03-31T01:18:41.000Z
CMP W0, #16 BEQ read CMP W0, #32 BEQ write B bad read: LDR W0, [X1] RET write: STR W2, [X1] MOV W0, W2 RET bad: MOV W0, #256 RET
6.173913
13
0.584507
a0581def16a359e24f5f2f40bd5f1c03b207a040
466
asm
Assembly
programs/oeis/256/A256818.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/256/A256818.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
programs/oeis/256/A256818.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
; A256818: Number of length n+3 0..1 arrays with at most two downsteps in every n consecutive neighbor pairs. ; 16,32,64,128,245,442,753,1220,1894,2836,4118,5824,8051,10910,14527,19044,24620,31432,39676,49568,61345,75266,91613,110692,132834,158396,187762,221344,259583,302950,351947,407108,469000,538224,615416,701248 m...
24.526316
207
0.712446