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
4a81c0d506aa73c83a9e36d82bf9ab7c5502bd14
231
asm
Assembly
programs/oeis/016/A016836.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/016/A016836.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/016/A016836.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A016836: (4n+2)^12. ; 4096,2176782336,1000000000000,56693912375296,1156831381426176,12855002631049216,95428956661682176,531441000000000000,2386420683693101056,9065737908494995456,30129469486639681536 mul $0,4 add $0,2 pow $0,12
33
179
0.844156
ab1c6aa7ed71e85c849bbe40d670bc81429f8bfc
144
asm
Assembly
Project 7/asm files/SimpleAdd.asm
zychosen/nand2tetris
1627cd230339778af6a854497e79d86eb97361ed
[ "MIT" ]
1
2021-09-19T09:16:29.000Z
2021-09-19T09:16:29.000Z
Project 7/asm files/SimpleAdd.asm
zychosen/nand2tetris
1627cd230339778af6a854497e79d86eb97361ed
[ "MIT" ]
null
null
null
Project 7/asm files/SimpleAdd.asm
zychosen/nand2tetris
1627cd230339778af6a854497e79d86eb97361ed
[ "MIT" ]
null
null
null
// push constant 7 @7 D=A @SP AM=M+1 A=A-1 M=D // push constant 8 @8 D=A @SP AM=M+1 A=A-1 M=D // add @SP A=M-1 D=M @SP M=M-1 A=M-1 MD=D+M
4.965517
18
0.527778
875ecace7939b7894e463f5ed42d701b10700b41
1,048
asm
Assembly
programs/oeis/117/A117644.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/117/A117644.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/117/A117644.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A117644: Number of distinct pairs a < b with nonzero decimal digits such that a + b = 10^n. ; 4,45,369,2961,23697,189585,1516689,12133521,97068177,776545425,6212363409,49698907281,397591258257,3180730066065,25445840528529,203566724228241,1628533793825937,13028270350607505,104226162804860049,833809302438880401,6670474...
55.157895
796
0.853053
2200a47c27818b9851864ee7b1bead7c1e8a5d47
1,194
asm
Assembly
graphic-mode/boot.asm
nichitaa/realmode-x86-asm
99f2dc722b792a864a8c347fc4283eb0f14db6de
[ "MIT" ]
1
2022-01-22T21:17:35.000Z
2022-01-22T21:17:35.000Z
graphic-mode/boot.asm
nichitaa/realmode-x86-asm
99f2dc722b792a864a8c347fc4283eb0f14db6de
[ "MIT" ]
null
null
null
graphic-mode/boot.asm
nichitaa/realmode-x86-asm
99f2dc722b792a864a8c347fc4283eb0f14db6de
[ "MIT" ]
null
null
null
org 0x7C00 ; add 0x7C00 to label addresses bits 16 ; tell the assembler we want 16 bit code mov ah, 0 ; set display mode mov al, 13h ; 13h = 320x200 int 0x10 ; square mov si, 20 ; x - length mov di, 20 ; y - lenght mov al, 5 ; color - magenta mov cx, 10 ; x - start position mov dx, 10 ...
26.533333
75
0.582077
ccdb1aa991b37be189c8faa18f94b71ceb8a7e82
7,913
asm
Assembly
Transynther/x86/_processed/NONE/_xt_sm_/i9-9900K_12_0xca.log_21829_1482.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NONE/_xt_sm_/i9-9900K_12_0xca.log_21829_1482.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NONE/_xt_sm_/i9-9900K_12_0xca.log_21829_1482.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r14 push %r8 push %r9 push %rbp push %rcx push %rdi push %rsi lea addresses_normal_ht+0x19aea, %rsi lea addresses_WT_ht+0x1a22a, %rdi nop nop nop nop xor $12963, %r10 mov $120, %rcx rep movsw nop nop nop nop nop and $11634, %r9 lea addresses_normal_ht+0x1446e...
32.563786
2,999
0.655504
17730de5fc9ba01b72896c154e297c5e3167b3d3
1,194
asm
Assembly
programs/oeis/287/A287577.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/287/A287577.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
programs/oeis/287/A287577.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
; A287577: Positions of 0 in A287576. ; 1,6,11,16,20,21,26,31,35,40,41,46,50,55,60,61,66,71,76,77,81,86,91,96,100,101,106,111,115,120,121,126,131,136,137,142,146,151,156,157,161,166,171,176,180,181,186,191,196,197,202,207,211,216,217,222,226,231,236,237,241,246,251,256,260,261,266,271,275,280,281,286,290,295,300,301,30...
51.913043
976
0.707705
68bd649136958b103d58a2797de95d8d5a526667
2,954
asm
Assembly
MIPS_Language/exp_2_1.asm
Timothy-LiuXuefeng/MIPS
6a3afe1ce209480d8c13a9251ca0a3b8cdf8b396
[ "MIT" ]
null
null
null
MIPS_Language/exp_2_1.asm
Timothy-LiuXuefeng/MIPS
6a3afe1ce209480d8c13a9251ca0a3b8cdf8b396
[ "MIT" ]
null
null
null
MIPS_Language/exp_2_1.asm
Timothy-LiuXuefeng/MIPS
6a3afe1ce209480d8c13a9251ca0a3b8cdf8b396
[ "MIT" ]
null
null
null
.data inputfile: .asciiz "./test.dat" .text j main knapsack_dp_loop: # save $ra and $sn subi $sp, $sp, 16 sw $ra, 0($sp) sw $s0, 4($sp) sw $s1, 8($sp) sw $s2, 12($sp) # cache_ptr: $s0 # weight: $s1 # val: $s2 # allocate space for cache_ptr subi $sp, $sp, 256 m...
16.142077
54
0.492214
095bd49efe6259e4906ddbf909566124663c081a
1,199
asm
Assembly
programs/oeis/017/A017092.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/017/A017092.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/017/A017092.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A017092: a(n) = (8*n + 2)^4. ; 16,10000,104976,456976,1336336,3111696,6250000,11316496,18974736,29986576,45212176,65610000,92236816,126247696,168896016,221533456,285610000,362673936,454371856,562448656,688747536,835210000,1003875856,1196883216,1416468496,1664966416,1944810000,2258530576,2608757776,2998219536,34297420...
171.285714
1,139
0.889074
5990dc80f59f4020534f45a3ff0f06064622a4d4
1,172
asm
Assembly
Bootloader/boot.asm
MaybeELEMENT/Fortius
7208ee30fbf0f172882fc7561c681b26271a667c
[ "BSD-3-Clause" ]
null
null
null
Bootloader/boot.asm
MaybeELEMENT/Fortius
7208ee30fbf0f172882fc7561c681b26271a667c
[ "BSD-3-Clause" ]
null
null
null
Bootloader/boot.asm
MaybeELEMENT/Fortius
7208ee30fbf0f172882fc7561c681b26271a667c
[ "BSD-3-Clause" ]
null
null
null
[org 0x7c00] KERNEL_LOCATION equ 0x1000 ; Was 0x7e00 but I changed it because of buffer overflow problems ; Implementing SSP asap mov [BOOT_DISK], dl ; Stores the boot disk number mov bx, OK call PrintString xor ax, ax ; clear bits of ax mov es, ax ; set es to 0 mov ds, ax ; set ds to 0 mov bp, 0...
17.235294
108
0.69198
261c6a1feaeb589e572bb3e06ca7acb5e38d79f1
1,208
asm
Assembly
programs/oeis/248/A248183.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/248/A248183.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/248/A248183.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A248183: Least k such that 1/4 - sum{1/(h*(h+1)*(h+2))}, h = 1..k} < 1/n^2. ; 1,1,1,2,3,3,4,5,5,6,7,8,8,9,10,10,11,12,12,13,14,15,15,16,17,17,18,19,20,20,21,22,22,23,24,24,25,26,27,27,28,29,29,30,31,32,32,33,34,34,35,36,36,37,38,39,39,40,41,41,42,43,44,44,45,46,46,47,48,49,49,50,51,51,52,53,53,54,55,56,56,57,58,58,59...
37.75
845
0.63245
254daee7f68155139778bb605f8cd2446219c0e9
345
asm
Assembly
programs/oeis/131/A131090.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/131/A131090.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/131/A131090.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A131090: First differences of A131666. ; 0,1,0,1,1,4,7,15,28,57,113,228,455,911,1820,3641,7281,14564,29127,58255,116508,233017,466033,932068,1864135,3728271,7456540,14913081,29826161,59652324,119304647,238609295,477218588,954437177,1908874353 seq $0,154890 ; Jacobsthal numbers A001045 alternatingly incremented by 3 ...
49.285714
203
0.794203
ece4445592b3377981139f8e9c29759b137997a7
586
asm
Assembly
oeis/020/A020657.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/020/A020657.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/020/A020657.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A020657: Lexicographically earliest increasing sequence of nonnegative numbers that contains no arithmetic progression of length 7. ; Submitted by Simon Strandgaard ; 0,1,2,3,4,5,7,8,9,10,11,12,14,15,16,17,18,19,21,22,23,24,25,26,28,29,30,31,32,33,35,36,37,38,39,40,49,50,51,52,53,54,56,57,58,59,60,61,63,64,65,66,67,6...
39.066667
318
0.691126
b74a5d360cee499fe9d6bb7898120814b2be3f73
6,467
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_9198_1387.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_9198_1387.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_9198_1387.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 %r15 push %r9 push %rax push %rcx push %rdi push %rdx push %rsi lea addresses_WT_ht+0x9f6f, %r11 nop xor %r15, %r15 movb (%r11), %dl nop nop nop xor $31975, %r13 lea addresses_normal_ht+0x119a4, %rax nop nop and %r9, %r9 movups (%rax), %xmm...
36.128492
2,999
0.657801
7b9c22eed29b68576a9515d986c0bab6bbe732b0
675
asm
Assembly
programs/oeis/053/A053807.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/053/A053807.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/053/A053807.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A053807: a(n) = Sum_{k=1..n, n mod k = 1} k^2. ; 0,0,4,9,20,25,49,49,84,90,129,121,209,169,249,259,340,289,454,361,545,499,609,529,849,650,849,819,1049,841,1299,961,1364,1219,1449,1299,1910,1369,1809,1699,2209,1681,2499,1849,2561,2365,2649,2209,3409,2450,3254,2899,3569,2809,4099,3171,4249,3619,4209,3481,5459,3721,480...
35.526316
465
0.681481
46429893574bd092d8c5bd150104cf4e462d2249
1,311
asm
Assembly
year-2/Programming-languages/assignment-2-dictionary/main.asm
Zubrailx/university
8920779d6fdb6f5bb1c8abb26e182401728344c9
[ "MIT" ]
3
2021-10-13T05:01:37.000Z
2022-01-21T15:25:47.000Z
Year-2/Programming-languages/assignment-2-dictionary/main.asm
zubrailx/university
9c746ab6cfa95ecd6ff02eb23e1f49c93337ec61
[ "MIT" ]
null
null
null
Year-2/Programming-languages/assignment-2-dictionary/main.asm
zubrailx/university
9c746ab6cfa95ecd6ff02eb23e1f49c93337ec61
[ "MIT" ]
null
null
null
%include "colon.inc" %include "words.inc" global _start extern print_string extern read_word extern exit extern find_word extern print_newline extern string_length %define STD_OUT 0x01 %define STD_ERR 0x02 section .rodata mes_enter: db "enter the key: ", 0 mes_key_not_found_str: db "ERROR: such key is not in dictio...
19.567164
71
0.686499
56ff0c0506f87865d664ffcb0bb2a91d2ee19688
1,010
asm
Assembly
patches/shared/includes/ram_getters.asm
RPGHacker/SMW-Workspace
dbbc37a650b71800c5113b28f115aa6ffc59fa7f
[ "MIT" ]
9
2017-11-03T17:37:24.000Z
2021-10-16T23:01:24.000Z
patches/shared/includes/ram_getters.asm
RPGHacker/SMW-Workspace
dbbc37a650b71800c5113b28f115aa6ffc59fa7f
[ "MIT" ]
17
2017-11-03T17:37:16.000Z
2021-11-02T14:42:12.000Z
patches/shared/includes/ram_getters.asm
RPGHacker/SMW-Workspace
dbbc37a650b71800c5113b28f115aa6ffc59fa7f
[ "MIT" ]
3
2018-01-14T21:49:55.000Z
2019-06-27T10:41:27.000Z
@asar 1.50 @includefrom "../shared.asm" ; This file is included by shared.asm and should not be included directly !shared_asm_included ?= 0 if !shared_asm_included == 0 error "Trying to include 'ram_getters.asm' directly, which is meant to be included from 'shared.asm' only." else !ram_getters_asm_included ?= ...
33.666667
131
0.621782
d9988f95fc3c632b86dace1f9382ea15cdbd157f
384
asm
Assembly
Chapter_6/Program 6.3/Program_6.3_NASM.asm
chen150182055/Assembly
e5e76bea438a3752b59775098205a77aa7087110
[ "MIT" ]
272
2016-12-28T02:24:21.000Z
2022-03-30T21:05:37.000Z
Chapter_6/Program 6.3/Program_6.3_NASM.asm
chen150182055/Assembly
e5e76bea438a3752b59775098205a77aa7087110
[ "MIT" ]
1
2018-04-17T19:47:52.000Z
2018-04-17T19:47:52.000Z
Chapter_6/Program 6.3/Program_6.3_NASM.asm
chen150182055/Assembly
e5e76bea438a3752b59775098205a77aa7087110
[ "MIT" ]
62
2017-02-02T14:39:37.000Z
2022-01-04T09:02:07.000Z
; Program 6.3 ; Sum Program - NASM (64-bit) ; Copyright (c) 2017 Hall & Slonka section .data num1: dq 2 num2: dq 4 section .text global _main, _sum _main: mov rax, 10 dec rax mov rbx, 5 lea rdi, [rel num1] lea rsi, [rel num2] call _sum add rax, rbx dec rax mov rax, 60 xor rdi, rdi syscall _sum: push rbp mov rbp,...
10.378378
34
0.682292
f1824ec15e4e60ec9bc05b1bf3c727be4de00fb8
548
asm
Assembly
programs/oeis/031/A031911.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/031/A031911.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/031/A031911.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A031911: a(n) = prime(7*n - 6). ; 2,19,47,79,109,151,191,229,269,311,353,397,439,479,523,577,617,659,709,757,811,857,907,953,1009,1049,1093,1151,1201,1249,1297,1361,1427,1459,1499,1559,1607,1657,1709,1759,1823,1877,1933,1997,2039,2089,2141,2213,2269,2311,2371,2411,2467,2543,2609,2663,2699,2741,2797,2851,2909,2969,303...
91.333333
472
0.755474
a0e768ffc08c8b44bde069fb5120cb66d10d7bb2
154
asm
Assembly
libsrc/stdio/z80tvgame/fgetc_cons.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
libsrc/stdio/z80tvgame/fgetc_cons.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
1,600
2017-01-15T16:12:02.000Z
2022-03-31T12:11:12.000Z
libsrc/stdio/z80tvgame/fgetc_cons.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
; ; Z80TVGame ; ; getkey() Wait for keypress ; SECTION code_clib PUBLIC fgetc_cons PUBLIC _fgetc_cons fgetc_cons: _fgetc_cons: ld hl,0 ret
9.625
28
0.701299
46b6edfb33cd60c467c1a2cd159608f902227a04
1,419
asm
Assembly
programs/oeis/022/A022350.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/022/A022350.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/022/A022350.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A022350: Fibonacci sequence beginning 0, 16. ; 0,16,16,32,48,80,128,208,336,544,880,1424,2304,3728,6032,9760,15792,25552,41344,66896,108240,175136,283376,458512,741888,1200400,1942288,3142688,5084976,8227664,13312640,21540304,34852944,56393248,91246192,147639440,238885632,386525072,625410704,1011935776,1637346480,264...
101.357143
1,271
0.883016
5233c3e44e5b56841baa05d20b0f17e3de02e9be
1,405
asm
Assembly
programs/oeis/168/A168106.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/168/A168106.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
programs/oeis/168/A168106.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
; A168106: a(n) = sum of natural numbers m such that n - 7 <= m <= n + 7. ; 28,36,45,55,66,78,91,105,120,135,150,165,180,195,210,225,240,255,270,285,300,315,330,345,360,375,390,405,420,435,450,465,480,495,510,525,540,555,570,585,600,615,630,645,660,675,690,705,720,735,750,765,780,795,810,825,840,855,870,885,900,915,930...
73.947368
1,177
0.738078
d9891716758b3c57c0cb3999bda82eafd3271413
571
asm
Assembly
programs/oeis/098/A098162.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/098/A098162.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/098/A098162.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A098162: a(n+1) = smallest number greater than a(n) having with a(n) a common divisor which is used before as such a common divisor at most once; a(1) = 1. ; 1,2,3,6,8,10,15,18,24,28,32,40,45,54,60,70,77,84,96,104,117,126,140,150,165,176,187,204,216,234,247,266,280,300,315,336,352,368,391,408,432,450,475,494,520,540,...
24.826087
205
0.611208
da4ca0cb22ce85e8775ae0307d83b80d8ed7fcc3
618
asm
Assembly
oeis/122/A122825.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/122/A122825.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/122/A122825.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A122825: a(n) = n + number of previous prime terms, a(1) = 1. ; Submitted by Jon Maiga ; 1,2,4,5,7,9,10,11,13,15,16,17,19,21,22,23,25,26,27,28,29,31,33,34,35,36,37,39,40,41,43,45,46,47,49,50,51,52,53,55,56,57,58,59,61,63,64,65,66,67,69,70,71,73,75,76,77,78,79,81,82,83,85,86,87,88,89,91,92,93,94,95,96,97,99,100,101,10...
36.352941
320
0.63754
e221e3f51c2a099389700cce74f7c947a485af62
2,015
asm
Assembly
programs/oeis/019/A019298.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/019/A019298.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/019/A019298.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A019298: Number of balls in pyramid with base either a regular hexagon or a hexagon with alternate sides differing by 1 (balls in hexagonal pyramid of height n taken from hexagonal close-packing). ; 0,1,4,11,23,42,69,106,154,215,290,381,489,616,763,932,1124,1341,1584,1855,2155,2486,2849,3246,3678,4147,4654,5201,5789,...
134.333333
1,708
0.830273
8564155f17f09daf6408f1aebdd171bb45648ed1
8,738
asm
Assembly
Homework 5/Project05.asm
brandonlee503/Assembly-Projects
e266574e36362de05e79a4091eeec4658411cbeb
[ "MIT" ]
2
2018-05-26T14:26:23.000Z
2019-10-22T21:13:12.000Z
Homework 5/Project05.asm
brandonlee503/Assembly-Projects
e266574e36362de05e79a4091eeec4658411cbeb
[ "MIT" ]
null
null
null
Homework 5/Project05.asm
brandonlee503/Assembly-Projects
e266574e36362de05e79a4091eeec4658411cbeb
[ "MIT" ]
13
2017-02-17T00:26:39.000Z
2020-06-08T18:24:16.000Z
TITLE Assignment 5 (Project05.asm) ; Name: Brandon Lee ; Email: leebran@onid.oregonstate.edu ; Class: CS271 Section 400 ; Assignment: #5 ; Due Date: 5/24/15 INCLUDE Irvine32.inc min = 10 max = 200 lo = 100 hi = 999 .data introMsg0 BYTE "TITLE: Assignment 5 - Brandon Lee",0 introMsg1 BYTE ...
24.965714
92
0.498627
688f87c9a5c30f52181f289cbdaf0a1c4f96cb2f
33,331
asm
Assembly
hello.asm
vdthatte/Operating-Systems-Class-CS-UY-3224
588f656f76d6741f59d356cc132be7be89bf2d5c
[ "MIT-0" ]
1
2017-02-06T03:42:51.000Z
2017-02-06T03:42:51.000Z
hello.asm
vdthatte/Operating-Systems-Class-CS-UY-3224-
588f656f76d6741f59d356cc132be7be89bf2d5c
[ "MIT-0" ]
null
null
null
hello.asm
vdthatte/Operating-Systems-Class-CS-UY-3224-
588f656f76d6741f59d356cc132be7be89bf2d5c
[ "MIT-0" ]
1
2022-03-29T00:55:04.000Z
2022-03-29T00:55:04.000Z
_hello: file format elf32-i386 Disassembly of section .text: 00000000 <main>: #include "types.h" #include "user.h" int main(){ 0: 8d 4c 24 04 lea 0x4(%esp),%ecx 4: 83 e4 f0 and $0xfffffff0,%esp 7: ff 71 fc pushl -0x4(%ecx) a: 55 push ...
42.677337
59
0.410189
2f3335db91b50aef57a74e788618492ec2b6e849
4,027
asm
Assembly
serial_asm.asm
KarthikGangadhar/tm4c123gh6pm
43dc4524b27068b11589026c821c9d01fb9cc74f
[ "Apache-2.0" ]
null
null
null
serial_asm.asm
KarthikGangadhar/tm4c123gh6pm
43dc4524b27068b11589026c821c9d01fb9cc74f
[ "Apache-2.0" ]
null
null
null
serial_asm.asm
KarthikGangadhar/tm4c123gh6pm
43dc4524b27068b11589026c821c9d01fb9cc74f
[ "Apache-2.0" ]
null
null
null
; Serial C/ASM Mix Example ; Jason Losh ;----------------------------------------------------------------------------- ; Hardware Target ;----------------------------------------------------------------------------- ; Target Platform: EK-TM4C123GXL Evaluation Board ; Target uC: TM4C123GH6PM ; System Clock: 4...
44.744444
117
0.474298
b23238f4c53ffb59dfe06925c417cd09498cd264
1,585
asm
Assembly
Examples/ch15/Pixel1.asm
satadriver/LiunuxOS
693174ac2b3e503d72782fc7a14f18c8a4f2756c
[ "Apache-2.0" ]
null
null
null
Examples/ch15/Pixel1.asm
satadriver/LiunuxOS
693174ac2b3e503d72782fc7a14f18c8a4f2756c
[ "Apache-2.0" ]
null
null
null
Examples/ch15/Pixel1.asm
satadriver/LiunuxOS
693174ac2b3e503d72782fc7a14f18c8a4f2756c
[ "Apache-2.0" ]
null
null
null
TITLE DrawLine Program (Pixel1.asm) ; This program draws a straight line, using INT 10h ; function calls. ; Last update: 12/14/01 INCLUDE Irvine16.inc ;------------ Video Mode Constants ------------------- Mode_06 = 6 ; 640 X 200, 2 colors Mode_0D = 0Dh ; 320 X 200, 16 colors Mode_0E = 0Eh...
21.712329
55
0.626498
29b1b032c0ad95b8ff76e962f31a9539cb0324c7
460
asm
Assembly
oeis/014/A014463.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/014/A014463.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/014/A014463.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A014463: Triangular array formed from elements to left of middle of rows of Pascal's triangle that are not 1. ; Submitted by Jon Maiga ; 3,4,5,10,6,15,7,21,35,8,28,56,9,36,84,126,10,45,120,210,11,55,165,330,462,12,66,220,495,792,13,78,286,715,1287,1716,14,91,364,1001,2002,3003,15,105,455,1365,3003,5005,6435,16,120,56...
27.058824
205
0.678261
4b91e26cc3a0b253f9b695e600e713eba6ce4242
728
asm
Assembly
programs/oeis/157/A157659.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/157/A157659.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/157/A157659.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A157659: a(n) = 100*n^2 - n. ; 99,398,897,1596,2495,3594,4893,6392,8091,9990,12089,14388,16887,19586,22485,25584,28883,32382,36081,39980,44079,48378,52877,57576,62475,67574,72873,78372,84071,89970,96069,102368,108867,115566,122465,129564,136863,144362,152061,159960,168059,176358,184857,193556,202455,211554,220853,230...
91
656
0.81456
6c68ddb37a51dc54cac8fe0171855819796e1520
4,106
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_1731.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_1731.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_1731.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 %rax push %rcx push %rdi push %rsi lea addresses_A_ht+0x646a, %rsi lea addresses_A_ht+0x1ec6a, %rdi nop nop nop nop xor %rax, %rax mov $61, %rcx rep movsw nop nop nop nop nop inc %rsi pop %rsi pop %rdi pop %rcx pop %rax ret .global s_faulty_load s_faulty_load: push...
61.283582
2,999
0.664394
957c823f0b18cd0199b34309efad86bef7f55bb2
8,216
asm
Assembly
Transynther/x86/_processed/NONE/_xt_sm_/i7-8650U_0xd2.log_4356_120.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-8650U_0xd2.log_4356_120.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-8650U_0xd2.log_4356_120.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r12 push %r14 push %r8 push %rax push %rcx push %rdi push %rsi lea addresses_WC_ht+0x82ef, %rdi nop nop nop nop sub $53075, %r14 mov $0x6162636465666768, %r10 movq %r10, %xmm2 vmovups %ymm2, (%rdi) nop nop nop and $49693, %r10 lea addresses_A_ht+0x172cf, %rsi...
31.722008
2,999
0.655185
c56df18c8869d64bcaf484026cb7e3da631b1b5b
631
asm
Assembly
programs/oeis/062/A062880.asm
ckrause/cm
0021b6ca0be0fbe79164e647ddfd0e65869304fe
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/062/A062880.asm
ckrause/cm
0021b6ca0be0fbe79164e647ddfd0e65869304fe
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/062/A062880.asm
ckrause/cm
0021b6ca0be0fbe79164e647ddfd0e65869304fe
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A062880: Zero together with numbers which can be written as a sum of distinct odd powers of 2. ; 0,2,8,10,32,34,40,42,128,130,136,138,160,162,168,170,512,514,520,522,544,546,552,554,640,642,648,650,672,674,680,682,2048,2050,2056,2058,2080,2082,2088,2090,2176,2178,2184,2186,2208,2210,2216,2218,2560,2562,2568,2570,2592...
90.142857
462
0.765452
ec0590dfbe3cca3650cd9e5ae444d5206095a6a9
400
asm
Assembly
programs/oeis/195/A195590.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/195/A195590.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/195/A195590.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A195590: Number of ways to place 2n nonattacking kings on a vertical cylinder 4 X 2n. ; 8,32,100,276,708,1732,4100,9476,21508,48132,106500,233476,507908,1097732,2359300,5046276,10747908,22806532,48234500,101711876,213909508,448790532,939524100,1962934276,4093640708,8522825732,17716740100,36775657476,76235669508 mov ...
30.769231
226
0.7725
19eba036ab88fece1eb3ad56a1bd0e1cd870d3a8
819
asm
Assembly
wof/lcs/enemy/26.asm
zengfr/arcade_game_romhacking_sourcecode_top_secret_data
a4a0c86c200241494b3f1834cd0aef8dc02f7683
[ "Apache-2.0" ]
6
2020-10-14T15:29:10.000Z
2022-02-12T18:58:54.000Z
wof/lcs/enemy/26.asm
zengfr/arcade_game_romhacking_sourcecode_top_secret_data
a4a0c86c200241494b3f1834cd0aef8dc02f7683
[ "Apache-2.0" ]
null
null
null
wof/lcs/enemy/26.asm
zengfr/arcade_game_romhacking_sourcecode_top_secret_data
a4a0c86c200241494b3f1834cd0aef8dc02f7683
[ "Apache-2.0" ]
1
2020-12-17T08:59:10.000Z
2020-12-17T08:59:10.000Z
copyright zengfr site:http://github.com/zengfr/romhack 001590 lea ($20,A0), A0 003DAA bpl $3dba [enemy+26] 00436E clr.b ($26,A0) [enemy+24] 004372 addq.b #2, ($29,A0) [enemy+26] 004380 bne $4388 [enemy+26] 010730 move.w (A6)+, ($26,A1) 010734 move.l A6, ($40,A0) 010842 move.w (A6)+, ($26,A1...
34.125
54
0.605617
e59485b550c503668a978ab9bff717da9e8ce1ee
443
asm
Assembly
oeis/222/A222066.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/222/A222066.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/222/A222066.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A222066: Decimal expansion of 1/sqrt(128). ; Submitted by Christian Krause ; 0,8,8,3,8,8,3,4,7,6,4,8,3,1,8,4,4,0,5,5,0,1,0,5,5,4,5,2,6,3,1,0,6,1,2,9,9,1,0,6,0,4,4,9,2,2,1,1,0,5,9,2,5,4,5,7,3,5,4,2,4,8,3,6,2,4,4,2,0,7,7,9,9,0,3,8,8,1,6,8,9,9,2,8,1,4,9,2,2,0,8,9,5,4,7,7,5,9,8,2 add $0,1 mov $1,1 mov $3,$0 mul $3,4 lpb...
20.136364
201
0.548533
21f667c0404b92e906f50b79b9be94a4e431b177
741
asm
Assembly
Irvine/Examples/ch08/32 bit/proc.asm
alieonsido/ASM_TESTING
4d5e2a3e11d921eeb50d69bbe4352cfc0e99afa7
[ "Apache-2.0" ]
null
null
null
Irvine/Examples/ch08/32 bit/proc.asm
alieonsido/ASM_TESTING
4d5e2a3e11d921eeb50d69bbe4352cfc0e99afa7
[ "Apache-2.0" ]
null
null
null
Irvine/Examples/ch08/32 bit/proc.asm
alieonsido/ASM_TESTING
4d5e2a3e11d921eeb50d69bbe4352cfc0e99afa7
[ "Apache-2.0" ]
null
null
null
; (proc.asm) ; This program shows how to use the PROC directive with ; different calling conventions. INCLUDE Irvine32.inc .code Example1 PROTO C, parm1:DWORD, parm2:DWORD Example2 PROTO STDCALL, parm1:DWORD, parm2:DWORD Example3 PROTO PASCAL, parm1:DWORD, parm2:DWORD main PROC INVOKE Example1, 2, 3 ...
11.951613
56
0.735493
654f4e01b020ce80215db7247495ba2d239a1de5
335
asm
Assembly
oeis/096/A096885.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/096/A096885.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/096/A096885.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A096885: Related to diagonals of Pascal's triangle. ; Submitted by Jamie Morken(s2) ; 1,100,10001,1000200,100030001,10004000300,1000500060001,100060010000400,10007001500100001,1000800210020000500,100090028003500150001,10010003600560035000600 mov $3,1 lpb $0 sub $0,1 mov $2,$3 mul $3,100 add $3,$1 mov $1,$2...
23.928571
157
0.758209
9c96adaf13ab61d231e526986f4936bbf0fdda25
27,017
asm
Assembly
Library/Kernel/Local/numericMeasure.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
504
2018-11-18T03:35:53.000Z
2022-03-29T01:02:51.000Z
Library/Kernel/Local/numericMeasure.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
96
2018-11-19T21:06:50.000Z
2022-03-06T10:26:48.000Z
Library/Kernel/Local/numericMeasure.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: FILE: numericMeasure.asm AUTHOR: Chris, 1/10/91 ROUTINES: Name Description ---- ----------- GetMeasurementType Get the current measurement...
22.684299
80
0.602732
e5e6b3b4e21761ea4b9f3d072d0275aeae4f267d
2,262
asm
Assembly
software/atommc2/save.asm
AtomicRoland/AtomFpga
200d57d85cb2abf43f80723a78db98a8b21c1d7d
[ "Apache-2.0" ]
25
2015-01-19T20:53:43.000Z
2021-10-04T18:42:06.000Z
software/atommc2/save.asm
AtomicRoland/AtomFpga
200d57d85cb2abf43f80723a78db98a8b21c1d7d
[ "Apache-2.0" ]
2
2019-06-15T17:10:09.000Z
2019-06-15T17:15:35.000Z
software/atommc2/save.asm
AtomicRoland/AtomFpga
200d57d85cb2abf43f80723a78db98a8b21c1d7d
[ "Apache-2.0" ]
12
2015-02-12T14:38:00.000Z
2021-06-09T10:05:34.000Z
;~~;~~;~~;~~;~~;~~;~~;~~;~~;~~;~~;~~;~~;~~;~~;~~;~~;~~;~~;~~;~~;~~;~~;~~;~~;~~;~~;~~ ; ; STARSAVE ; ; Parses filename then resumes execution of the BIOS' save routine. ; STARSAVE: jsr read_filename ; copy filename into $140 jsr $f844 ; set $c9\a = $140, set x = $c9 jmp $fabe ...
18.390244
85
0.495137
8d6c9096cd7d2b5c4a76cd78e465e183f70cea2e
51,260
asm
Assembly
Quickdraw/QuickDraw Source/Regions.asm
Computer-history-Museum/MacPaint
f6b5321ab10a4422a811502252d2a2a00cf7764f
[ "MIT" ]
2
2020-10-06T18:30:23.000Z
2021-03-31T20:01:46.000Z
Quickdraw/QuickDraw Source/Regions.asm
Computer-history-Museum/MacPaint
f6b5321ab10a4422a811502252d2a2a00cf7764f
[ "MIT" ]
null
null
null
Quickdraw/QuickDraw Source/Regions.asm
Computer-history-Museum/MacPaint
f6b5321ab10a4422a811502252d2a2a00cf7764f
[ "MIT" ]
null
null
null
.INCLUDE GRAFTYPES.TEXT ;----------------------------------------------------------- ; ; ; **** ***** *** *** *** * * *** ; * * * * * * * * * * * * ; * * * * * * * ** * * ; **** *** * ** * * * * * * *** ; * * * *...
43.774552
87
0.404741
f77401cab02d606ea7c3f5301cb0d51eb2af66c0
324
asm
Assembly
programs/oeis/104/A104747.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/104/A104747.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
programs/oeis/104/A104747.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
; A104747: a(n) = (n-3)*2^n + n*(n+3)/2 + 3. ; 1,4,12,33,87,222,550,1327,3129,7236,16464,36957,82027,180346,393354,852123,1835181,3932352,8388820,17826025,37748991,79692054,167772462,352321863,738197857,1543504252,3221225880,6710886837 mov $2,$0 add $0,1 lpb $0 add $1,$2 add $1,$0 sub $0,1 sub $2,1 mul $2,2 ...
24.923077
190
0.682099
bbfc2194b6ead08feeee3457171077dc4786938a
442
asm
Assembly
oeis/327/A327021.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/327/A327021.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/327/A327021.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A327021: a(n) = (2*n-1)! / 2^(n-1) if n > 0 and a(0) = 1. ; Submitted by Jon Maiga ; 1,1,3,30,630,22680,1247400,97297200,10216206000,1389404016000,237588086736000,49893498214560000,12623055048283680000,3786916514485104000000,1329207696584271504000000,539658324813214230624000000,250941121038144617240160000000,13249691...
29.466667
260
0.751131
d0a8429ec313240b6298ba20efb11d55fbd6dd32
13,427
asm
Assembly
Appl/Tools/Localize/Document/documentPath.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
504
2018-11-18T03:35:53.000Z
2022-03-29T01:02:51.000Z
Appl/Tools/Localize/Document/documentPath.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
96
2018-11-19T21:06:50.000Z
2022-03-06T10:26:48.000Z
Appl/Tools/Localize/Document/documentPath.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: PC GEOS MODULE: ResEdit FILE: documentPath.asm AUTHOR: Paul Canavese, Jul 27, 1995 ROUTINES: Name Description ---- ----------- REDGetFullPath Fill the p...
24.636697
79
0.609518
38bc2181f0d4cfc9a59c10099a29d3bc031e8ad5
359
asm
Assembly
oeis/120/A120248.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/120/A120248.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/120/A120248.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A120248: a(n)=Product{k=0..n, C(n+k+2, n+2)}. ; Submitted by Jon Maiga ; 1,4,75,7056,3457440,9032601600,127843321480875,9917120529316000000,4253520573615071657074176,10156681309872614660803421798400,135766978921156343322148046967386880000 mov $1,1 mov $3,$0 add $0,1 add $3,2 lpb $0 mov $2,$4 sub $2,$0 sub $0,1...
21.117647
167
0.713092
ac1836bf5f6c391f145f1a02a0755348437ab93b
289
asm
Assembly
programs/oeis/113/A113311.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/113/A113311.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/113/A113311.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A113311: Expansion of (1+x)^2/(1-x). ; 1,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4 mul $0,2 mov $1,3 min $1,$0 add $1,1 mov $0,$1
32.111111
201
0.512111
4a10ed8e757a5a7807a3152ec466cd6735e0ff76
11,597
asm
Assembly
audio/music/unused/Radio/Hoenn/Route 103.asm
AtmaBuster/pokeplat-gen2-old
01e42c55db5408d72d89133dc84a46c699d849ad
[ "blessing" ]
2
2022-02-17T11:11:03.000Z
2022-02-21T03:41:01.000Z
audio/music/unused/Radio/Hoenn/Route 103.asm
AtmaBuster/pokeplat-gen2-old
01e42c55db5408d72d89133dc84a46c699d849ad
[ "blessing" ]
null
null
null
audio/music/unused/Radio/Hoenn/Route 103.asm
AtmaBuster/pokeplat-gen2-old
01e42c55db5408d72d89133dc84a46c699d849ad
[ "blessing" ]
null
null
null
Music_Route103:;this song doesn't loop properly most likely (drums) dbw $C0, Music_Route103_Ch1 dbw $01, Music_Route103_Ch2 dbw $02, Music_Route103_Ch3 dbw $03, Music_Route103_Ch4 Music_Route103_Ch1: tempo $98 volume $77 notetype $C, $97 dutycycle 2 octave 4 note __, 16 note __, 16 Music_Route103_Ch1_loop: ...
12.456498
67
0.585238
a459a8a1f0ae6dc25e18642cd31ffeb4ac850bde
5,777
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2.log_21829_1017.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.log_21829_1017.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.log_21829_1017.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r12 push %r14 push %r9 push %rbx push %rcx push %rdi push %rsi lea addresses_WT_ht+0x6856, %rsi lea addresses_UC_ht+0x164d6, %rdi nop nop nop nop sub $29633, %r9 mov $105, %rcx rep movsl xor %r12, %r12 lea addresses_WC_ht+0x3602, %rsi lea addresses_A_ht+0x1a8a4, %rdi n...
37.512987
2,999
0.659512
d5dbcd7cb40df3868325e721ae2074305ffe42d5
3,470
asm
Assembly
F0xC_i8086/include/bootloader.asm
Pusty/F0xC
946be39e872d9f1119cf04290cb7aa3aac39a9bc
[ "BSL-1.0" ]
null
null
null
F0xC_i8086/include/bootloader.asm
Pusty/F0xC
946be39e872d9f1119cf04290cb7aa3aac39a9bc
[ "BSL-1.0" ]
null
null
null
F0xC_i8086/include/bootloader.asm
Pusty/F0xC
946be39e872d9f1119cf04290cb7aa3aac39a9bc
[ "BSL-1.0" ]
null
null
null
%include "SECTS" org 0x7C00 jmp start nop ;------------------------------------------; ;  Standard BIOS Parameter Block, "BPB".   ; ;------------------------------------------; ;bpbOEM db 'F0xC' ;bpbSectSize dw 512 ;bpbClustSize db 1 ;bpbReservedSec dw 1 ;bpbFats db 2 ;bpbRootSize dw 224 ;bpbTotalSect dw 2880 ;b...
24.785714
71
0.594524
5e00ce2517f6a43f48e305414663a1e371df55f0
542
asm
Assembly
Final Assignment CSE331/Solution/1.asm
afra-tech/CSE331L-Section-1-Fall20-NSU
cea1d602e75e7b413d032ac990dfc85e9e0c36e6
[ "MIT" ]
null
null
null
Final Assignment CSE331/Solution/1.asm
afra-tech/CSE331L-Section-1-Fall20-NSU
cea1d602e75e7b413d032ac990dfc85e9e0c36e6
[ "MIT" ]
null
null
null
Final Assignment CSE331/Solution/1.asm
afra-tech/CSE331L-Section-1-Fall20-NSU
cea1d602e75e7b413d032ac990dfc85e9e0c36e6
[ "MIT" ]
null
null
null
.MODEL SMALL .STACK 100H .DATA MSG1 DB "Enter Lowercase Character:$" MSG2 DB 0DH,0AH, "The Uppercase Character is: $" .CODE MAIN PROC MOV AX, @DATA MOV DS, AX LEA DX, MSG1 MOV AH, 9 INT 21H MOV AH, 1 ;take char input INT 21H MOV BL, AL SUB BL,20H ...
12.318182
48
0.54059
3b9ba19816a8c98d21d7a0ea2c8a5aba4ca70610
288
asm
Assembly
Gathered CTF writeups/ptr-yudai-writeups/2019/BSidesSF_2019_CTF/slowfire/reverseshell.asm
mihaid-b/CyberSakura
f60e6b6bfd6898c69b84424b080090ae98f8076c
[ "MIT" ]
1
2022-03-27T06:00:41.000Z
2022-03-27T06:00:41.000Z
Gathered CTF writeups/ptr-yudai-writeups/2019/BSidesSF_2019_CTF/slowfire/reverseshell.asm
mihaid-b/CyberSakura
f60e6b6bfd6898c69b84424b080090ae98f8076c
[ "MIT" ]
null
null
null
Gathered CTF writeups/ptr-yudai-writeups/2019/BSidesSF_2019_CTF/slowfire/reverseshell.asm
mihaid-b/CyberSakura
f60e6b6bfd6898c69b84424b080090ae98f8076c
[ "MIT" ]
1
2022-03-27T06:01:42.000Z
2022-03-27T06:01:42.000Z
xor rsi, rsi mov al, 33 syscall inc rsi mov al, 33 syscall ; Execve xor rax, rax push rax mov rbx, 0x68732f2f6e69622f push rbx push rsp pop rdi push rax push rdi push rsp pop rsi cdq mov al, 59 syscall
10.285714
28
0.53125
e41054bdfac48d56c4fe39bc936bde3a5f3bdd7c
549
asm
Assembly
oeis/051/A051495.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/051/A051495.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/051/A051495.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A051495: Expansion of (1 + x + 2*x^2 - x^3 + x^4)/(1 - 3*x^3 + 3*x^6 - x^9). ; Submitted by Jon Maiga ; 1,1,2,2,4,6,3,9,12,4,16,20,5,25,30,6,36,42,7,49,56,8,64,72,9,81,90,10,100,110,11,121,132,12,144,156,13,169,182,14,196,210,15,225,240,16,256,272,17,289,306,18,324,342,19,361,380,20,400,420 lpb $0 mov $3,3 add $...
19.607143
189
0.531876
93dd0accdf1d81c94c21f35d535bfecbf2128c1a
609
asm
Assembly
programs/oeis/157/A157997.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/157/A157997.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/157/A157997.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A157997: 288n - 1. ; 287,575,863,1151,1439,1727,2015,2303,2591,2879,3167,3455,3743,4031,4319,4607,4895,5183,5471,5759,6047,6335,6623,6911,7199,7487,7775,8063,8351,8639,8927,9215,9503,9791,10079,10367,10655,10943,11231,11519,11807,12095,12383,12671,12959,13247,13535,13823,14111,14399,14687,14975,15263,15551,15839,1612...
101.5
564
0.802956
8428200f928352b3aefd4aadf23e1f477074f211
330
asm
Assembly
programs/oeis/180/A180446.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/180/A180446.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/180/A180446.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A180446: Number of non-pentagonal numbers <= n. ; 0,0,1,2,3,3,4,5,6,7,8,9,9,10,11,12,13,14,15,16,17,18,18,19,20,21,22,23,24,25,26,27,28,29,30,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,63,64,65,66 mov $1,$0 lpb $0,1 sub $0,1 add $2,3 trn $0,$2 sub...
30
210
0.618182
f82afc64c6ef8e6471650821d81659306d185dc3
5,287
asm
Assembly
ugbc/src/hw/gtia/vscroll_text.asm
spotlessmind1975/ugbasic
1df3c8fde8e80b479ece86b4ff2b97b599d57ff4
[ "Apache-2.0" ]
10
2021-10-03T13:44:25.000Z
2022-03-10T23:53:32.000Z
ugbc/src/hw/gtia/vscroll_text.asm
spotlessmind1975/ugbasic
1df3c8fde8e80b479ece86b4ff2b97b599d57ff4
[ "Apache-2.0" ]
379
2021-08-12T09:46:09.000Z
2022-03-27T11:29:12.000Z
ugbc/src/hw/gtia/vscroll_text.asm
spotlessmind1975/ugbasic
1df3c8fde8e80b479ece86b4ff2b97b599d57ff4
[ "Apache-2.0" ]
2
2021-11-08T19:37:50.000Z
2021-11-20T22:27:12.000Z
; /***************************************************************************** ; * ugBASIC - an isomorphic BASIC language compiler for retrocomputers * ; ***************************************************************************** ; * Copyright 2021-2022 Marco Spedaletti (asimov@mclink.it) ; * ; * Licens...
24.821596
80
0.583128
0ef48fc7c2ad53b8ee77789881a70ce24e9dd5ce
6,693
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_547.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_547.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_547.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r12 push %r14 push %rbp push %rcx push %rdi push %rsi lea addresses_WT_ht+0x6c56, %rsi lea addresses_D_ht+0x4dee, %rdi nop nop nop cmp %r10, %r10 mov $118, %rcx rep movsb nop nop nop nop sub %rbp, %rbp lea addresses_UC_ht+0x4bda, %rcx clflush (%rcx) nop nop n...
36.774725
2,999
0.656955
d9ecf8107198c8c96f8f80ae5ebde68a0986401c
1,805
asm
Assembly
testsuite/ubivm/output/data_list_2.asm
alexgarzao/UOP
12460841ff2b9991d2f7f461635b1f551413823f
[ "MIT" ]
null
null
null
testsuite/ubivm/output/data_list_2.asm
alexgarzao/UOP
12460841ff2b9991d2f7f461635b1f551413823f
[ "MIT" ]
null
null
null
testsuite/ubivm/output/data_list_2.asm
alexgarzao/UOP
12460841ff2b9991d2f7f461635b1f551413823f
[ "MIT" ]
null
null
null
.constant_pool .const 0 string [start] .const 1 string [constructor] .const 2 string [data_list] .const 3 string [datat] .const 4 string [data_number] .const 5 string [users] .const 6 int [1] .const 7 string [Nome : ] .const 8 int [2] .const 9 string [io.writeln] ...
30.083333
41
0.412742
9766d4b029cc8977319384b9c35a3d2c35a708d9
707
asm
Assembly
oeis/163/A163308.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/163/A163308.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/163/A163308.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A163308: a(n) = 16*a(n-1) - 59*a(n-2) for n > 1; a(0) = 1, a(1) = 9. ; Submitted by Christian Krause ; 1,9,85,829,8249,83073,842477,8578325,87547057,894631737,9148831429,93598030381,957787431785,9802315116081,100327583381981,1026904742262917,10511148456669793,107590995513204585,1101298169267755573,1127290197300501865...
41.588235
483
0.799151
da153f5e856aba3a301f72116d6c89d78e5a99a4
38,703
asm
Assembly
src/asm_x86/x86/irvine16.asm
JINGCW/go_decompose
a4ea89b77b981aca861ae562f4a44732f5d0cfa1
[ "MIT" ]
null
null
null
src/asm_x86/x86/irvine16.asm
JINGCW/go_decompose
a4ea89b77b981aca861ae562f4a44732f5d0cfa1
[ "MIT" ]
null
null
null
src/asm_x86/x86/irvine16.asm
JINGCW/go_decompose
a4ea89b77b981aca861ae562f4a44732f5d0cfa1
[ "MIT" ]
null
null
null
INCLUDE Irvine16.inc INCLUDE Macros.inc ; Write <count< spaces to standard output WriteSpace MACRO count Local spaces .data spaces BYTE count dup(' '),0 .code mov dx,OFFSET spaces call WriteString ENDM ; Send a newline sequence to standard output NewLine MACRO Local temp .data temp BYTE 13,10,0 .code push dx ...
24.698787
76
0.572152
b27311c44be149a9079a79a3ba2756c498050842
595
asm
Assembly
oeis/030/A030110.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/030/A030110.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/030/A030110.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A030110: a(n) = 2^n - n^2 + 1. ; 2,2,1,0,1,8,29,80,193,432,925,1928,3953,8024,16189,32544,65281,130784,261821,523928,1048177,2096712,4193821,8388080,16776641,33553808,67108189,134217000,268434673,536870072,1073740925,2147482688,4294966273,8589933504,17179868029,34359737144,68719475441,137438952104,274877905501,549755...
54.090909
493
0.820168
a34566e3ac7afe552f424c82ee1a45b500078ab0
2,691
asm
Assembly
programs/oeis/017/A017158.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/017/A017158.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/017/A017158.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A017158: a(n) = (8*n + 7)^10. ; 282475249,576650390625,41426511213649,819628286980801,8140406085191601,52599132235830049,253295162119140625,984930291881790849,3255243551009881201,9468276082626847201,24842341419143568849,59873693923837890625,134391637934412192049,283942098606901565601,569468379011812486801,10915338530...
384.428571
2,629
0.950576
08efb45faf8c203298e8093d972e254522c3238a
5,723
asm
Assembly
lib/nes_macros.asm
cppchriscpp/waddles-the-duck
05127094ffea6dbb3bc822fb8c0be2a7800e5060
[ "MIT" ]
null
null
null
lib/nes_macros.asm
cppchriscpp/waddles-the-duck
05127094ffea6dbb3bc822fb8c0be2a7800e5060
[ "MIT" ]
null
null
null
lib/nes_macros.asm
cppchriscpp/waddles-the-duck
05127094ffea6dbb3bc822fb8c0be2a7800e5060
[ "MIT" ]
null
null
null
.macro set_ppu_addr addr lda PPU_STATUS lda #>(addr) sta PPU_ADDR lda #<(addr) sta PPU_ADDR .endmacro .macro reset_ppu_scrolling lda PPU_STATUS store scrollX, PPU_SCROLL store scrollY, PPU_SCROLL .endmacro .macro reset_ppu_scrolling_and_ctrl reset_ppu_scrolling lda ppuCtrlBuffer sta PPU_CTRL .endmacro ....
18.763934
124
0.657348
17f032d0e3b451d20580209b0874f12cdfc16164
8,599
asm
Assembly
Transynther/x86/_processed/AVXALIGN/_ht_st_zr_un_sm_/i3-7100_9_0x84_notsx.log_9770_2420.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/AVXALIGN/_ht_st_zr_un_sm_/i3-7100_9_0x84_notsx.log_9770_2420.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/AVXALIGN/_ht_st_zr_un_sm_/i3-7100_9_0x84_notsx.log_9770_2420.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r12 push %r14 push %r15 push %r9 push %rbp push %rcx push %rdi push %rsi lea addresses_D_ht+0x1e238, %rbp nop nop nop nop xor $30211, %r14 mov $0x6162636465666768, %rcx movq %rcx, %xmm2 vmovups %ymm2, (%rbp) nop xor $54001, %r9 lea addresses_A_ht+0x19638, %rdi nop nop ...
42.359606
2,999
0.619491
76fd5688f5cffe48e9712b118bd2e295841c4e0d
61,441
asm
Assembly
kill.asm
swu038/CS183lab2
b9c4db70ae1b36f4a6b7c26c0361d6728532d1cb
[ "MIT-0" ]
null
null
null
kill.asm
swu038/CS183lab2
b9c4db70ae1b36f4a6b7c26c0361d6728532d1cb
[ "MIT-0" ]
null
null
null
kill.asm
swu038/CS183lab2
b9c4db70ae1b36f4a6b7c26c0361d6728532d1cb
[ "MIT-0" ]
null
null
null
_kill: file format elf32-i386 Disassembly of section .text: 00001000 <main>: #include "stat.h" #include "user.h" int main(int argc, char **argv) { 1000: 55 push %ebp 1001: 89 e5 mov %esp,%ebp 1003: 83 e4 f0 and $0xfffffff0,%esp 1006: 83 ec...
36.572024
64
0.424114
566b213993883d39932d35fc0a2d38dc5175e073
529
asm
Assembly
src/test/resources/data/potests/test66.asm
cpcitor/mdlz80optimizer
75070d984e1f08474e6d397c7e0eb66d8be0c432
[ "Apache-2.0" ]
null
null
null
src/test/resources/data/potests/test66.asm
cpcitor/mdlz80optimizer
75070d984e1f08474e6d397c7e0eb66d8be0c432
[ "Apache-2.0" ]
null
null
null
src/test/resources/data/potests/test66.asm
cpcitor/mdlz80optimizer
75070d984e1f08474e6d397c7e0eb66d8be0c432
[ "Apache-2.0" ]
null
null
null
; Test: no tail recursion optimization if the function assumes fixed stack offsets. call_f1: ld a, 1 push af inc sp ; a is passed via de stack call f1 ; this should not be optimized, since f1 gets arguments in the stack ret call_f2: ld a, 1 call f2 ; this should be optimized to "jr f2" ...
18.892857
83
0.625709
399feb5b2f7e39de48fc9c4b1b30b00afcc6d7af
1,233
asm
Assembly
vendor/github.com/ovirt/go-ovirt-client/testimage/image.asm
dvachhan/assisted-service
b964e9f1f32c8bbac78672f034ac57bdbd53c42c
[ "Apache-2.0" ]
9
2021-07-29T06:51:06.000Z
2022-03-19T17:38:09.000Z
vendor/github.com/ovirt/go-ovirt-client/testimage/image.asm
dvachhan/assisted-service
b964e9f1f32c8bbac78672f034ac57bdbd53c42c
[ "Apache-2.0" ]
61
2021-06-23T18:44:40.000Z
2022-03-31T09:37:59.000Z
vendor/github.com/ovirt/go-ovirt-client/testimage/image.asm
dvachhan/assisted-service
b964e9f1f32c8bbac78672f034ac57bdbd53c42c
[ "Apache-2.0" ]
8
2021-06-23T15:26:30.000Z
2022-03-20T08:59:57.000Z
; This is a minimalistic assembler program that prints "Hello oVirt!" ; and then stops the CPU. It is intended to be in the boot sector of ; a disk image for testing purposes. ; ; You can compile this program by running "nasm image.asm". This will ; create a file called "image" which is the raw image. This is committed...
33.324324
97
0.723439
e1a8e4e6ff708f5e5da4d8d58385de5644666029
696
asm
Assembly
oeis/163/A163462.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/163/A163462.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/163/A163462.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A163462: a(n) = 20*a(n-1) - 98*a(n-2) for n > 1; a(0) = 1, a(1) = 11. ; Submitted by Jon Maiga ; 1,11,122,1362,15284,172204,1946248,22048968,250247056,2844142256,32358633632,368446731552,4197788535104,47847991009984,545576543759488,6222427756211328,70982053835796736,809843156607224576,9240621856236411392,105447807777...
40.941176
475
0.795977
80c29b2fc24d8527d99d24525473b1d835a8bb50
377
asm
Assembly
mips/try.asm
ping58972/Computer-Organization-Architecture
0f9377a9e54e3f0494143963aecf1ba7c83eec45
[ "ISC" ]
null
null
null
mips/try.asm
ping58972/Computer-Organization-Architecture
0f9377a9e54e3f0494143963aecf1ba7c83eec45
[ "ISC" ]
null
null
null
mips/try.asm
ping58972/Computer-Organization-Architecture
0f9377a9e54e3f0494143963aecf1ba7c83eec45
[ "ISC" ]
null
null
null
.data string: .asciiz "Aaa Bbbsty cccc f" #we: .word 21 array: .space 2000 .text .globl main # Initialize main: lui $8, 0x1001 lui $1, 0x1001 ori $11, $1, 0x20 #la #la $11, array #la $8, string lbu $9, 0($8) lbu $10, 1($8) lbu $14, 2($8) # la $15, we sb $9, 0($11) sb $10, 1($11) sb $...
13.464286
38
0.517241
7e37e2c481c460496781e2035e8c9c55f06c366d
329
asm
Assembly
libsrc/_DEVELOPMENT/l/sdcc/___muluint2ulong.asm
dikdom/z88dk
40c55771062b0ea9bb2f0d5b73e2f754fc12b6b0
[ "ClArtistic" ]
null
null
null
libsrc/_DEVELOPMENT/l/sdcc/___muluint2ulong.asm
dikdom/z88dk
40c55771062b0ea9bb2f0d5b73e2f754fc12b6b0
[ "ClArtistic" ]
2
2022-03-20T22:17:35.000Z
2022-03-24T16:10:00.000Z
libsrc/_DEVELOPMENT/l/sdcc/___muluint2ulong.asm
jorgegv/z88dk
127130cf11f9ff268ba53e308138b12d2b9be90a
[ "ClArtistic" ]
null
null
null
SECTION code_clib SECTION code_l_sdcc PUBLIC ___muluint2ulong EXTERN l_mulu_32_16x16 ___muluint2ulong: ; 16-bit multiplication, 32-bit result ; ; enter : stack = multiplicand, multiplicand, ret ; ; exit : dehl = product pop af pop hl pop de push de push hl push af jp l_mulu_...
12.653846
52
0.683891
a785cffd33442267507ee6ad43c653a0ac781707
421
asm
Assembly
oeis/118/A118447.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/118/A118447.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/118/A118447.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A118447: Number of rooted n-edge one-vertex maps on the Klein bottle (dually: one-face maps). ; Submitted by Christian Krause ; 4,42,304,1870,10488,55412,280768,1379286,6616360,31144300,144367584,660746892,2991902704,13424189160,59758420736,264191654758,1160934273288,5074150057916,22071747625120,95596117130724 mov $...
38.272727
185
0.776722
2b8330d69a113d08a267544e495bdf62cfb77f90
409
asm
Assembly
programs/oeis/071/A071791.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/071/A071791.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/071/A071791.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A071791: Decimal expansion of the third (of 10) decimal selvage numbers; the n-th digit of a decimal selvage number, x, is equal to the tenths digit of n*x. ; 2,5,7,0,2,5,7,0,3,5,8,0,3,5,8,1,3,6,8,1,3,6,9,1,4,6,9,1,4,7,9,2,4,7,9,2,5,7,0,2,5,7,0,3,5,8,0,3,5,8,1,3,6,8,1,3,6,9,1,4,6,9,1,4,7,9,2,4,7,9,2,5,7,0,2,5,7,0,3,5...
45.444444
201
0.603912
67c78528076c7ce3b5176216a7c948e45041f496
593
asm
Assembly
oeis/229/A229854.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/229/A229854.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/229/A229854.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A229854: Primes of the form 384*n + 1. ; Submitted by Jon Maiga ; 769,1153,2689,3457,4993,6529,7297,7681,9601,10369,10753,12289,13441,14593,15361,18049,18433,20353,21121,22273,23041,26113,26497,26881,29569,31489,31873,32257,33409,36097,37633,39937,43777,45697,49537,49921,52609,53377 mov $1,35 mov $2,$0 add $2,6 pow ...
21.178571
219
0.666105
6f1f8aa59c0918eb36409c185b2a5c5aaf621923
377
asm
Assembly
programs/oeis/216/A216225.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/216/A216225.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/216/A216225.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A216225: Distance between n^2 and next higher Fibonacci number. ; 0,0,1,4,5,9,19,6,25,8,44,23,0,64,37,8,121,88,53,16,210,169,126,81,34,362,311,258,203,146,87,26,573,508,441,372,301,228,153,76,984,903,820,735,648,559,468,375,280,183,84,1580,1477,1372,1265,1156,1045,932 pow $0,2 trn $0,3 seq $0,280514 ; Index sequence...
47.125
204
0.72679
e1d452d462d5add7adef4fef2895749719896b1d
321
asm
Assembly
programs/oeis/107/A107453.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/107/A107453.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/107/A107453.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A107453: 1 followed by repetitions of the period-4 sequence 1,1,1,2. ; 1,1,1,1,2,1,1,1,2,1,1,1,2,1,1,1,2,1,1,1,2,1,1,1,2,1,1,1,2,1,1,1,2,1,1,1,2,1,1,1,2,1,1,1,2,1,1,1,2,1,1,1,2,1,1,1,2,1,1,1,2,1,1,1,2,1,1,1,2,1,1,1,2,1,1,1,2,1,1,1,2,1,1,1,2,1,1,1,2,1,1,1,2,1,1,1,2,1,1,1,2,1,1,1,2 trn $0,2 gcd $0,4 mod $0,3 mov $1,$0...
40.125
211
0.554517
231a9cfe40fb22ef1756773949bdbcb8c61d72c3
131
asm
Assembly
code/div.asm
CornPrincess/Assembly
c8bd1a8cda0b019f47ea22b97351f59bea6053b6
[ "MIT" ]
null
null
null
code/div.asm
CornPrincess/Assembly
c8bd1a8cda0b019f47ea22b97351f59bea6053b6
[ "MIT" ]
null
null
null
code/div.asm
CornPrincess/Assembly
c8bd1a8cda0b019f47ea22b97351f59bea6053b6
[ "MIT" ]
null
null
null
assume cs:code code segment start: mov ax,1000h mov bl,1 div bl mov ax,4c00h int 21h code ends end start
10.076923
16
0.618321
81a684f23a7f7a8ad025d56bdc34c3fe0dc94929
4,367
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_21829_1717.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_1717.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_1717.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r12 push %r15 push %rbx push %rcx push %rdx push %rsi lea addresses_D_ht+0x109ea, %rdx nop nop xor $49426, %r12 mov $0x6162636465666768, %r10 movq %r10, %xmm3 and $0xffffffffffffffc0, %rdx vmovntdq %ymm3, (%rdx) nop nop nop nop inc %r15 lea addresses_UC_ht+0x...
53.256098
2,999
0.663384
59c572d87d39712a53942c1cc7aab3116e997f9a
639
asm
Assembly
programs/oeis/178/A178420.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/178/A178420.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/178/A178420.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A178420: Partial sums of floor(2^n/3). ; 0,1,3,8,18,39,81,166,336,677,1359,2724,5454,10915,21837,43682,87372,174753,349515,699040,1398090,2796191,5592393,11184798,22369608,44739229,89478471,178956956,357913926,715827867,1431655749,2863311514,5726623044,11453246105,22906492227,45812984472,91625968962,183251937943,3665...
49.153846
501
0.810642
d5ae6ac572a9ece4019f6bba44486f4fd6686d97
321
asm
Assembly
programs/oeis/100/A100335.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/100/A100335.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/100/A100335.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A100335: An inverse Catalan transform of J(2n). ; 0,1,4,11,27,64,149,341,768,1707,3755,8192,17749,38229,81920,174763,371371,786432,1660245,3495253,7340032,15379115,32156331,67108864,139810133,290805077,603979776,1252698795,2594876075,5368709120 mov $1,2 lpb $0 mul $1,2 add $1,$0 sub $0,1 lpe div $1,3 mov $0,$1...
26.75
196
0.744548
c9db155c37ff4cd9a55cc838ec3a68575fa2f791
3,985
asm
Assembly
Transynther/x86/_processed/NC/_st_sm_/i3-7100_9_0xca_notsx.log_9_104.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NC/_st_sm_/i3-7100_9_0xca_notsx.log_9_104.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NC/_st_sm_/i3-7100_9_0xca_notsx.log_9_104.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 %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_WC_ht+0x15e13, %rsi nop nop nop nop nop sub $50619, %r8 movb $0x61, (%rsi) nop dec %r13 lea addresses_A_ht+0xc553, %rsi lea addresses_normal_ht+0xd083, %rdi nop nop nop nop and $51129, %r8 mov...
18.70892
152
0.645922
bd6dba9aca72ac9745baa424f1dc491d023de09e
1,897
asm
Assembly
FinT-FindMaxAndMin.asm
CallMeMengMeng/ASSEMBLY-LANGUAGE
8c884b43906225045e4ee68497d8913394a0d71a
[ "MIT" ]
null
null
null
FinT-FindMaxAndMin.asm
CallMeMengMeng/ASSEMBLY-LANGUAGE
8c884b43906225045e4ee68497d8913394a0d71a
[ "MIT" ]
null
null
null
FinT-FindMaxAndMin.asm
CallMeMengMeng/ASSEMBLY-LANGUAGE
8c884b43906225045e4ee68497d8913394a0d71a
[ "MIT" ]
null
null
null
; There are 10 8-bit unsigned numbers stored in DATA, now try to compare them ; and find the max number and the min number, then store them in MAX and MIN, ; respectively. DATAS SEGMENT DATA DB 98,50,23,1,56,76,100,99,98,0 LEN DB $-DATA MAX DB 0 MIN DB 0 DATAS ENDS CODE SEGMENT ASSUME...
21.556818
138
0.571956
7a227dbbee82a44cde98f7c21d9c9ba59cb79fcf
514
asm
Assembly
uw1/pitchBound.asm
JohnGlassmyer/UltimaHacks
f9a114e00c4a1edf1ac7792b465feff2c9b88ced
[ "MIT" ]
68
2018-03-04T22:34:22.000Z
2022-03-10T15:18:32.000Z
uw1/pitchBound.asm
ptrie/UltimaHacks
2c3557a86d94ad8b54b26bc395b9aed1604f8be1
[ "MIT" ]
19
2018-11-20T04:06:49.000Z
2021-11-08T16:37:10.000Z
uw1/pitchBound.asm
ptrie/UltimaHacks
2c3557a86d94ad8b54b26bc395b9aed1604f8be1
[ "MIT" ]
4
2020-09-01T17:57:36.000Z
2022-01-04T20:51:11.000Z
%ifndef EXE_LENGTH %include "../UltimaPatcher.asm" %include "include/uw1.asm" defineAddress 134, 0x0ED0, pushCrystalBallPitchBound defineAddress 134, 0x0EDB, pushPlayerPitchBound %endif [bits 16] startPatch EXE_LENGTH, \ change how far up or down the player may look using keys ; pitchBound is now defined i...
21.416667
58
0.799611
95b295d8ed257030a53316aa7851f8706acf1722
362
asm
Assembly
programs/oeis/187/A187163.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/187/A187163.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
programs/oeis/187/A187163.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
; A187163: Number of 2-step self-avoiding walks on a n X n X n cube summed over all starting positions. ; 0,24,108,288,600,1080,1764,2688,3888,5400,7260,9504,12168,15288,18900,23040,27744,33048,38988,45600,52920,60984,69828,79488,90000,101400,113724,127008,141288,156600,172980,190464,209088,228888,249900,272160 mov $1...
40.222222
208
0.759669
88de7299980922b38f296855898099a9a3e92556
1,127
asm
Assembly
data/pokemon/base_stats/darkrai.asm
AtmaBuster/pokeplat-gen2
fa83b2e75575949b8f72cb2c48f7a1042e97f70f
[ "blessing" ]
6
2021-06-19T06:41:19.000Z
2022-02-15T17:12:33.000Z
data/pokemon/base_stats/darkrai.asm
AtmaBuster/pokeplat-gen2-old
01e42c55db5408d72d89133dc84a46c699d849ad
[ "blessing" ]
null
null
null
data/pokemon/base_stats/darkrai.asm
AtmaBuster/pokeplat-gen2-old
01e42c55db5408d72d89133dc84a46c699d849ad
[ "blessing" ]
2
2021-08-11T19:47:07.000Z
2022-01-01T07:07:56.000Z
db 0 ; species ID placeholder db 70, 90, 90, 125, 135, 90 ; hp atk def spd sat sdf db DARK, DARK ; type db 3 ; catch rate db 255 ; base exp db NO_ITEM, NO_ITEM ; items db GENDER_UNKNOWN ; gender ratio db 120 ; step cycles to hatch INCBIN "gfx/pokemon/darkrai/front.dimensions" db GROWTH_SLOW ; gr...
56.35
716
0.764862
1618dbf82b083cf95610af8e43c48f5856c3e1a5
3,955
asm
Assembly
base/mvdm/wow16/mmsystem/comm.asm
npocmaka/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
17
2020-11-13T13:42:52.000Z
2021-09-16T09:13:13.000Z
base/mvdm/wow16/mmsystem/comm.asm
sancho1952007/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
2
2020-10-19T08:02:06.000Z
2020-10-19T08:23:18.000Z
base/mvdm/wow16/mmsystem/comm.asm
sancho1952007/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
14
2020-11-14T09:43:20.000Z
2021-08-28T08:59:57.000Z
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; ; COMM.ASM ; ; Copyright (c) Microsoft Corporation 1990. All rights reserved. ; ; This module contains code to write a string to the COM port ; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ?...
23.969697
80
0.398989
cea3bfcdd4325b2aeacd964dae59c9757f7f748e
779
asm
Assembly
oeis/321/A321823.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/321/A321823.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/321/A321823.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A321823: a(n) = Sum_{d|n, d==1 mod 4} d^7 - Sum_{d|n, d==3 mod 4} d^7. ; Submitted by Jon Maiga ; 1,1,-2186,1,78126,-2186,-823542,1,4780783,78126,-19487170,-2186,62748518,-823542,-170783436,1,410338674,4780783,-893871738,78126,1800262812,-19487170,-3404825446,-2186,6103593751,62748518,-10455572420,-823542,17249876310...
35.409091
501
0.717587
ef885d034bccbfb88860169089907d2823b0ac75
182
asm
Assembly
libsrc/_DEVELOPMENT/adt/b_array/c/sccz80/b_array_pop_back.asm
teknoplop/z88dk
bb03fbfd6b2ab0f397a1358559089f9cd3706485
[ "ClArtistic" ]
8
2017-01-18T12:02:17.000Z
2021-06-12T09:40:28.000Z
libsrc/_DEVELOPMENT/adt/b_array/c/sccz80/b_array_pop_back.asm
teknoplop/z88dk
bb03fbfd6b2ab0f397a1358559089f9cd3706485
[ "ClArtistic" ]
1
2017-03-06T07:41:56.000Z
2017-03-06T07:41:56.000Z
libsrc/_DEVELOPMENT/adt/b_array/c/sccz80/b_array_pop_back.asm
teknoplop/z88dk
bb03fbfd6b2ab0f397a1358559089f9cd3706485
[ "ClArtistic" ]
3
2017-03-07T03:19:40.000Z
2021-09-15T17:59:19.000Z
; int b_array_pop_back(b_array_t *a) SECTION code_clib SECTION code_adt_b_array PUBLIC b_array_pop_back EXTERN asm_b_array_pop_back defc b_array_pop_back = asm_b_array_pop_back
15.166667
44
0.857143
8fb297e15d114b989f864fc8e53098895826b4ae
737
asm
Assembly
oeis/328/A328356.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/328/A328356.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/328/A328356.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A328356: a(n) is the sum of all positive integers whose decimal expansion is up to n digits and does not contain the 0 digit. ; 0,45,4500,409095,36855450,3317322645,298562027400,26870609370195,2418355085455350,217651959870221745,19588676407933119300,1762980876890499197295,158668278921733593899250,14280145102970321446...
52.642857
481
0.837178
979672cdcb739a55fe8a4f5e453f4a6c45ea4e44
403,586
asm
Assembly
embedded_neural_nework_test/bin/embedded_neural_nework_test.elf.asm
michalnand/line_follower_rl
8e5f1a18f6c02d9de0a3b7c10f84ba8c3e958e73
[ "MIT" ]
2
2020-05-14T14:14:19.000Z
2020-08-05T02:55:43.000Z
embedded_neural_nework_test/bin/embedded_neural_nework_test.elf.asm
michalnand/line_follower_rl
8e5f1a18f6c02d9de0a3b7c10f84ba8c3e958e73
[ "MIT" ]
null
null
null
embedded_neural_nework_test/bin/embedded_neural_nework_test.elf.asm
michalnand/line_follower_rl
8e5f1a18f6c02d9de0a3b7c10f84ba8c3e958e73
[ "MIT" ]
3
2020-05-14T14:14:21.000Z
2020-12-07T00:33:11.000Z
bin/embedded_neural_nework_test.elf: file format Mach-O 64-bit x86-64 Disassembly of section __TEXT,__text: 0000000100001dd0 __Z10dot_kernelPKaS0_j: 100001dd0: 55 pushq %rbp 100001dd1: 48 89 e5 movq %rsp, %rbp 100001dd4: 41 56 pushq %r14 100001dd6...
61.409921
171
0.517808
87954344c4a396a7ff6899bff217f8af63360ffc
153
asm
Assembly
examples/add.asm
christiankuhl/em68k
924f9851837775299cb241205ffac69a06ce56b8
[ "MIT" ]
null
null
null
examples/add.asm
christiankuhl/em68k
924f9851837775299cb241205ffac69a06ce56b8
[ "MIT" ]
null
null
null
examples/add.asm
christiankuhl/em68k
924f9851837775299cb241205ffac69a06ce56b8
[ "MIT" ]
null
null
null
gpio1 equ $F0000 org $400 start move.l #$45DFED78,d0 move.l #$DDEA7654,d1 add.l d1,d0 trap #0
15.3
30
0.437908
7cd6f6ac136fd7f28614831c48d468904911719b
885
asm
Assembly
src/test/ref/deref-to-derefidx.asm
jbrandwood/kickc
d4b68806f84f8650d51b0e3ef254e40f38b0ffad
[ "MIT" ]
2
2022-03-01T02:21:14.000Z
2022-03-01T04:33:35.000Z
src/test/ref/deref-to-derefidx.asm
jbrandwood/kickc
d4b68806f84f8650d51b0e3ef254e40f38b0ffad
[ "MIT" ]
null
null
null
src/test/ref/deref-to-derefidx.asm
jbrandwood/kickc
d4b68806f84f8650d51b0e3ef254e40f38b0ffad
[ "MIT" ]
null
null
null
// Tests optimizing derefs of *(ptr+b) to ptr[b] // Commodore 64 PRG executable file .file [name="deref-to-derefidx.prg", type="prg", segments="Program"] .segmentdef Program [segments="Basic, Code, Data"] .segmentdef Basic [start=$0801] .segmentdef Code [start=$80d] .segmentdef Data [startAfter="Code"] .segment Basic...
20.113636
68
0.567232
78a9659e69685b70486bc7de61030c63ca972c88
1,055
asm
Assembly
04/mult/mult.asm
Bozar/Nand2Tetris
5f91805823b7572263bc31b0b4537aed14d6b4e7
[ "MIT" ]
3
2019-12-04T12:17:32.000Z
2021-08-04T07:08:24.000Z
04/mult/mult.asm
Bozar/Nand2Tetris
5f91805823b7572263bc31b0b4537aed14d6b4e7
[ "MIT" ]
null
null
null
04/mult/mult.asm
Bozar/Nand2Tetris
5f91805823b7572263bc31b0b4537aed14d6b4e7
[ "MIT" ]
1
2021-07-31T16:01:22.000Z
2021-07-31T16:01:22.000Z
// This file is part of www.nand2tetris.org // and the book "The Elements of Computing Systems" // by Nisan and Schocken, MIT Press. // File name: projects/04/Mult.asm // Multiplies R0 and R1 and stores the result in R2. // (R0, R1, R2 refer to RAM[0], RAM[1], and RAM[2], respectively.) // Put your code here. //...
15.071429
66
0.522275
ee09a85251445950d1519e879781dd36a6d261bf
135
asm
Assembly
vidhi09-tech/q3.asm
KaveeshaGallage/Hacktoberfest-2022
a3e903927ce700f237832008f4b8428c679ace5c
[ "MIT" ]
40
2021-09-25T04:50:35.000Z
2021-11-08T12:47:52.000Z
vidhi09-tech/q3.asm
KaveeshaGallage/Hacktoberfest-2022
a3e903927ce700f237832008f4b8428c679ace5c
[ "MIT" ]
18
2021-09-26T05:50:29.000Z
2021-10-05T07:03:22.000Z
vidhi09-tech/q3.asm
KaveeshaGallage/Hacktoberfest-2022
a3e903927ce700f237832008f4b8428c679ace5c
[ "MIT" ]
213
2021-09-24T06:27:35.000Z
2021-10-31T17:59:38.000Z
ORG 0000H MOV DPTR, #4000H MOVX A, @DPTR MOV B,A INC DPTR MOVX A, @DPTR MUL AB MOV DPTR, #4500H MOVX @DPTR,A L1: SJMP L1 END
12.272727
17
0.644444
2345e83d4a680ae52517c3167e2780c59cb63032
193
asm
Assembly
libsrc/_DEVELOPMENT/adt/w_array/c/sdcc_iy/w_array_back_fastcall.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
libsrc/_DEVELOPMENT/adt/w_array/c/sdcc_iy/w_array_back_fastcall.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
1,600
2017-01-15T16:12:02.000Z
2022-03-31T12:11:12.000Z
libsrc/_DEVELOPMENT/adt/w_array/c/sdcc_iy/w_array_back_fastcall.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
; void *w_array_back_fastcall(w_array_t *a) SECTION code_clib SECTION code_adt_w_array PUBLIC _w_array_back_fastcall EXTERN asm_w_array_back defc _w_array_back_fastcall = asm_w_array_back
16.083333
46
0.860104
3224120a1f77af372b4a024bcd37acb53bc8583a
417
asm
Assembly
tests/macros/defarray_size.asm
fengjixuchui/sjasmplus
df0fabd2411bf89e23637fce46d273f52dafbe16
[ "BSD-3-Clause" ]
220
2016-10-22T19:44:39.000Z
2022-03-29T20:57:04.000Z
tests/macros/defarray_size.asm
ped7g/sjasmplus
487635c8057cd5594c372d9b70bc00a3f3a1ecc4
[ "BSD-3-Clause" ]
153
2018-05-07T10:31:23.000Z
2022-03-30T04:35:59.000Z
tests/macros/defarray_size.asm
ped7g/sjasmplus
487635c8057cd5594c372d9b70bc00a3f3a1ecc4
[ "BSD-3-Clause" ]
51
2016-05-12T21:27:36.000Z
2022-03-27T15:16:16.000Z
DEFARRAY myarray 'A', 'B', 'C' DB myarray[#], myarray[0], myarray[myarray[#] - 1] DEFARRAY+ myarray 'D', 'E', 'F' DB myarray[#], myarray[3], myarray[myarray[#]-1] iii = -1 DUP myarray[#] iii = iii + 1 : DB myarray[iii] ; the DEFL symbol will be updated separately because of colon EDUP ...
37.909091
97
0.613909
6d46127973a078b861716c1eea6ce405b28b0be3
510
asm
Assembly
oeis/145/A145033.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/145/A145033.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/145/A145033.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A145033: T(n,k) is the number of amenable quasi-idempotent order-decreasing partial one-one transformations (of an n-chain) of height k (height(alpha) = |Im(alpha)|). ; Submitted by Christian Krause ; 1,1,1,1,3,1,1,5,6,1,1,7,14,10,1,1,9,25,30,15,1,1,11,39,65,55,21,1,1,13,56,119,140,91,28,1,1,15,76,196,294,266,140,36,...
30
193
0.656863
a79282ad2f9277130d791a287b9334690cfa03ee
513
asm
Assembly
oeis/131/A131817.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/131/A131817.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/131/A131817.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A131817: a(n) = A051340(n) + A130321(n) - A000012(n). ; Submitted by Christian Krause ; 1,2,2,4,2,3,8,4,2,4,16,8,4,2,5,32,16,8,4,2,6,64,32,16,8,4,2,7,128,64,32,16,8,4,2,8,256,128,64,32,16,8,4,2,9,512,256,128,64,32,16,8,4,2,10,1024,512,256,128,64,32,16,8,4,2,11,2048,1024,512,256,128,64,32,16,8,4,2,12,4096,2048,1024,51...
28.5
297
0.617934
826395c66f430e1a49f1ebf40081828edb5f50d7
2,926
asm
Assembly
src/app/bf.asm
neri/osz
d1766e2f5daabd5914a80b838c0219f330a0d0af
[ "MIT" ]
7
2017-01-11T17:13:10.000Z
2022-02-17T06:40:50.000Z
src/app/bf.asm
neri/osz
d1766e2f5daabd5914a80b838c0219f330a0d0af
[ "MIT" ]
null
null
null
src/app/bf.asm
neri/osz
d1766e2f5daabd5914a80b838c0219f330a0d0af
[ "MIT" ]
1
2019-06-24T09:49:43.000Z
2019-06-24T09:49:43.000Z
;; -*- coding: utf-8 -*- ;; ;; Brainf**k interpreter for OSZ ;; ;; Copyright (c) 1998-2017, MEG-OS project ;; All rights reserved. ;; ;; Redistribution and use in source and binary forms, with or without modification, ;; are permitted provided that the following conditions are met: ;; ;; * Redistributions of source cod...
19
83
0.710868
411d20dc0a7e0ae0964b9b1a073926c33fba81dd
143
asm
Assembly
tests/stack_and_math/equation_with_empty.asm
UPB-FILS-ALF/devoir-1-tests
75ad3698f506329c609cdfe66e9fbeffe2ae03ad
[ "Apache-2.0" ]
null
null
null
tests/stack_and_math/equation_with_empty.asm
UPB-FILS-ALF/devoir-1-tests
75ad3698f506329c609cdfe66e9fbeffe2ae03ad
[ "Apache-2.0" ]
null
null
null
tests/stack_and_math/equation_with_empty.asm
UPB-FILS-ALF/devoir-1-tests
75ad3698f506329c609cdfe66e9fbeffe2ae03ad
[ "Apache-2.0" ]
1
2021-03-25T10:58:49.000Z
2021-03-25T10:58:49.000Z
push 1 push 2 add print push 7 div print push 3 stack push 10 push 5 mul print sub print push 3 mod stack push 5 add stack print
3.864865
7
0.692308
175478dcfe48e92c00435253eebd9642230d46d5
1,138
asm
Assembly
Engine Hacks/FE8-Item Range Fix/Unknown Function.asm
sme23/Christmas2
f3f3daeda1afe2b78bfed38cbf60d8bc17ca9f79
[ "CC0-1.0" ]
3
2020-06-15T14:22:38.000Z
2020-06-28T19:44:52.000Z
Wizardry/Necessary/ItemRangeFix/RangeDisplay/UnknownFunction.asm
sme23/WhatHeck
746a2be83358aaa4e855182176b47c4808f2587a
[ "CC0-1.0" ]
null
null
null
Wizardry/Necessary/ItemRangeFix/RangeDisplay/UnknownFunction.asm
sme23/WhatHeck
746a2be83358aaa4e855182176b47c4808f2587a
[ "CC0-1.0" ]
null
null
null
.thumb .org 0x0 @r0=active char data pointer, r1 has 1 (which we will negate) @I have no idea why this even exists push {r14} mov r7,r8 push {r7} neg r1,r1 ldr r3,ReturnRangeBitfield bl goto_r3 mov r7,r0 mov r8,r1 ldr r0,RangeMapPtr ldr r0,[r0] mov r1,#0x0 ldr r3,ClearRangeMap bl goto_r3 mov r5,#0x81 ldr ...
15.589041
109
0.721441
ac0e6f18242cb8caa747c8d1d6085481efc08d29
729
asm
Assembly
oeis/200/A200998.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/200/A200998.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/200/A200998.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A200998: Triangular numbers, T(m), that are three-quarters of another triangular number: T(m) such that 4*T(m)=3*T(k) for some k. ; 0,21,4095,794430,154115346,29897582715,5799976931385,1125165627105996,218276331681631860,42344483180609474865,8214611460706556491971,1593592278893891349967530,309148687493954215337208870...
81
494
0.844993