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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
d4fb206227eb3a7eb0e71d1ed85f984dafac7bc5 | 582 | asm | Assembly | programs/oeis/282/A282704.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/282/A282704.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/282/A282704.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A282704: (Twice product of first n primes) - 1.
; 1,3,11,59,419,4619,60059,1021019,19399379,446185739,12939386459,401120980259,14841476269619,608500527054419,26165522663340059,1229779565176982819,65178316954380089459,3845520700308425278139,234576762718813941966539,15716643102160534111758179,11158816602533979219348307... | 83.142857 | 404 | 0.865979 |
2c62dfd4e54f85f781aa3e33c8a8262a3cc83e98 | 1,297 | asm | Assembly | color/boulder.asm | etdv-thevoid/pokemon-rgb-enhanced | 5b244c1cf46aab98b9c820d1b7888814eb7fa53f | [
"MIT"
] | 1 | 2022-01-09T05:28:52.000Z | 2022-01-09T05:28:52.000Z | color/boulder.asm | ETDV-TheVoid/pokemon-rgb-enhanced | 5b244c1cf46aab98b9c820d1b7888814eb7fa53f | [
"MIT"
] | null | null | null | color/boulder.asm | ETDV-TheVoid/pokemon-rgb-enhanced | 5b244c1cf46aab98b9c820d1b7888814eb7fa53f | [
"MIT"
] | null | null | null | ; Copies a lot of code from engine/cut.asm.
; Had to separate them because they used to use the same oam data, but they need different
; palettes.
WriteBoulderDustAnimationOAMBlock:
call GetBoulderDustAnimationOffsets
ld a, $9
ld de, BoulderDustAnimationTilesAndAttributes
jp WriteOAMBlock
BoulderDustAnimationTile... | 26.469388 | 113 | 0.716268 |
7061ddde5f904fbca8176fbf5e6637446ebcb8fb | 520 | asm | Assembly | oeis/049/A049563.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/049/A049563.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/049/A049563.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A049563: a(n) = ((prime(n)-1)! + 1) mod (prime(n) + 2).
; Submitted by Jamie Morken(w1)
; 2,3,4,1,7,1,10,1,1,16,1,1,22,1,1,1,31,1,1,37,1,1,1,1,1,52,1,55,1,1,1,1,70,1,76,1,1,1,1,1,91,1,97,1,100,1,1,1,115,1,1,121,1,1,1,1,136,1,1,142,1,1,1,157,1,1,1,1,175,1,1,1,1,1,1,1,1,1,1,1,211,1,217,1,1,1,1,1
mov $1,3
lpb $0
lpb ... | 24.761905 | 206 | 0.555769 |
7083f6af58cd08d102ebc0392f29d8d616c362bf | 2,941 | asm | Assembly | ugbc/src/hw/zx/vars.asm | spotlessmind1975/ugbasic | 1df3c8fde8e80b479ece86b4ff2b97b599d57ff4 | [
"Apache-2.0"
] | 10 | 2021-10-03T13:44:25.000Z | 2022-03-10T23:53:32.000Z | ugbc/src/hw/zx/vars.asm | spotlessmind1975/ugbasic | 1df3c8fde8e80b479ece86b4ff2b97b599d57ff4 | [
"Apache-2.0"
] | 379 | 2021-08-12T09:46:09.000Z | 2022-03-27T11:29:12.000Z | ugbc/src/hw/zx/vars.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... | 45.246154 | 80 | 0.489629 |
549a7c94c1eaa7be0e93e3a441aa91017318fd95 | 66 | asm | Assembly | regression/negative/duplicated_equ.asm | davesnowdon/sjasmplus | 0d979ed6fc4554eb616ec04e9ef3b075f486099b | [
"Zlib"
] | 39 | 2018-12-02T01:13:53.000Z | 2022-01-29T18:31:28.000Z | regression/negative/duplicated_equ.asm | davesnowdon/sjasmplus | 0d979ed6fc4554eb616ec04e9ef3b075f486099b | [
"Zlib"
] | 14 | 2018-12-01T19:58:12.000Z | 2022-01-30T20:51:05.000Z | regression/negative/duplicated_equ.asm | davesnowdon/sjasmplus | 0d979ed6fc4554eb616ec04e9ef3b075f486099b | [
"Zlib"
] | 11 | 2018-12-05T11:37:37.000Z | 2021-02-06T16:35:07.000Z | device zxspectrum128
label equ #1234
label equ #4321
| 13.2 | 28 | 0.651515 |
eadd7e3006925d6e811ed3ddbf4f9941bd606896 | 27,139 | asm | Assembly | MH6502-3/Code/io.asm | FredericSegard/Micro-Hobbyist | 4074e5d91154db92efedda5952a58f48531b4cf3 | [
"MIT"
] | null | null | null | MH6502-3/Code/io.asm | FredericSegard/Micro-Hobbyist | 4074e5d91154db92efedda5952a58f48531b4cf3 | [
"MIT"
] | null | null | null | MH6502-3/Code/io.asm | FredericSegard/Micro-Hobbyist | 4074e5d91154db92efedda5952a58f48531b4cf3 | [
"MIT"
] | null | null | null | ; _ _ _ _
; __ _ ___ (_) __ _ (_) _ __ (_) | |_
; / _` | / __| | | / _` | | | | '_ \ | | | __|
; | (_| | | (__ | | | (_| | | | | | | | | | | |_
; \__,_| \___| |_| \__,_| _____ |_| |_| |_| |_| \__|
; |... | 35.108668 | 132 | 0.499355 |
2313ca49d767a4b7cb9d9bff48ab454418021ddb | 492 | asm | Assembly | programs/oeis/069/A069549.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/069/A069549.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/069/A069549.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A069549: Smallest composite k such that phi(k) > k*(1-1/n).
; 4,4,9,25,25,49,49,121,121,121,121,169,169,289,289,289,289,361,361,529,529,529,529,841,841,841,841,841,841,961,961,1369,1369,1369,1369,1369,1369,1681,1681,1681,1681,1849,1849,2209,2209,2209,2209,2809,2809,2809
trn $0,1
seq $0,720 ; pi(n), the number of pri... | 44.727273 | 210 | 0.70935 |
6d218752352000062612ec6b0db8755704eb2430 | 118,079 | asm | Assembly | sh.asm | mtreffert/xv6-staus-treffert | eb739a9297b3bddcae1d4ed30745ad05744dc01e | [
"Xnet",
"X11"
] | null | null | null | sh.asm | mtreffert/xv6-staus-treffert | eb739a9297b3bddcae1d4ed30745ad05744dc01e | [
"Xnet",
"X11"
] | null | null | null | sh.asm | mtreffert/xv6-staus-treffert | eb739a9297b3bddcae1d4ed30745ad05744dc01e | [
"Xnet",
"X11"
] | 1 | 2021-02-16T11:57:21.000Z | 2021-02-16T11:57:21.000Z |
_sh: file format elf32-i386
Disassembly of section .text:
00000000 <nulterminate>:
}
// NUL-terminate all the counted strings.
struct cmd*
nulterminate(struct cmd *cmd)
{
0: 55 push %ebp
1: 89 e5 mov %esp,%ebp
3: 53 push %ebx
... | 33.252323 | 72 | 0.422709 |
d8c2bb49f3822d511d09137e809497ef4321feed | 807 | asm | Assembly | oeis/225/A225828.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/225/A225828.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/225/A225828.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A225828: Number of binary pattern classes in the (4,n)-rectangular grid: two patterns are in the same class if one of them can be obtained by a reflection or 180-degree rotation of the other.
; Submitted by Christian Krause
; 1,10,76,1120,16576,263680,4197376,67133440,1073790976,17180262400,274878693376,4398052802560... | 53.8 | 484 | 0.845105 |
ea2f5292e88e235c8610d2986fdbdd7f3136e388 | 49,152 | asm | Assembly | P6/data_P6/testpoint/testpoint67.asm | alxzzhou/BUAA_CO_2020 | b54bf367081a5a11701ebc3fc78a23494aecca9e | [
"Apache-2.0"
] | 1 | 2022-01-23T09:24:47.000Z | 2022-01-23T09:24:47.000Z | P6/data_P6/testpoint/testpoint67.asm | alxzzhou/BUAA_CO_2020 | b54bf367081a5a11701ebc3fc78a23494aecca9e | [
"Apache-2.0"
] | null | null | null | P6/data_P6/testpoint/testpoint67.asm | alxzzhou/BUAA_CO_2020 | b54bf367081a5a11701ebc3fc78a23494aecca9e | [
"Apache-2.0"
] | null | null | null | ori $1, $0, 13
ori $2, $0, 9
ori $3, $0, 5
ori $4, $0, 6
sw $4, 0($0)
sw $1, 4($0)
sw $3, 8($0)
sw $1, 12($0)
sw $1, 16($0)
sw $3, 20($0)
sw $1, 24($0)
sw $1, 28($0)
sw $2, 32($0)
sw $1, 36($0)
sw $3, 40($0)
sw $1, 44($0)
sw $2, 48($0)
sw $2, 52($0)
sw $4, 56($0)
sw $4, 60($0)
sw $1, 64($0)
sw $3, ... | 12.965444 | 22 | 0.499654 |
42ca976a266fa3ed834fe0995a0adf4d602fcc31 | 7,099 | asm | Assembly | third-party/gmp/gmp-src/mpn/x86_64/coreibwl/mul_basecase.asm | jhh67/chapel | f041470e9b88b5fc4914c75aa5a37efcb46aa08f | [
"ECL-2.0",
"Apache-2.0"
] | 1,602 | 2015-01-06T11:26:31.000Z | 2022-03-30T06:17:21.000Z | third-party/gmp/gmp-src/mpn/x86_64/coreibwl/mul_basecase.asm | jhh67/chapel | f041470e9b88b5fc4914c75aa5a37efcb46aa08f | [
"ECL-2.0",
"Apache-2.0"
] | 11,789 | 2015-01-05T04:50:15.000Z | 2022-03-31T23:39:19.000Z | third-party/gmp/gmp-src/mpn/x86_64/coreibwl/mul_basecase.asm | jhh67/chapel | f041470e9b88b5fc4914c75aa5a37efcb46aa08f | [
"ECL-2.0",
"Apache-2.0"
] | 498 | 2015-01-08T18:58:18.000Z | 2022-03-20T15:37:45.000Z | dnl AMD64 mpn_mul_basecase optimised for Intel Broadwell.
dnl Copyright 2015 Free Software Foundation, Inc.
dnl This file is part of the GNU MP Library.
dnl
dnl The GNU MP Library is free software; you can redistribute it and/or modify
dnl it under the terms of either:
dnl
dnl * the GNU Lesser General Public ... | 19.186486 | 79 | 0.596985 |
ad15bfe7c6d29e5473353c959508a8119e6d8749 | 1,419 | asm | Assembly | programs/oeis/241/A241851.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/241/A241851.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/241/A241851.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A241851: a(n) = n^2 + 21.
; 21,22,25,30,37,46,57,70,85,102,121,142,165,190,217,246,277,310,345,382,421,462,505,550,597,646,697,750,805,862,921,982,1045,1110,1177,1246,1317,1390,1465,1542,1621,1702,1785,1870,1957,2046,2137,2230,2325,2422,2521,2622,2725,2830,2937,3046,3157,3270,3385,3502,3621,3742,3865,3990,4117,4246,4... | 202.714286 | 1,360 | 0.801973 |
b418d75e6dfcb7b4500153b5c8452eb85fcaa516 | 1,270 | asm | Assembly | examples/strtolower.asm | christiankuhl/em68k | 924f9851837775299cb241205ffac69a06ce56b8 | [
"MIT"
] | null | null | null | examples/strtolower.asm | christiankuhl/em68k | 924f9851837775299cb241205ffac69a06ce56b8 | [
"MIT"
] | null | null | null | examples/strtolower.asm | christiankuhl/em68k | 924f9851837775299cb241205ffac69a06ce56b8 | [
"MIT"
] | null | null | null | ; strtolower:
; Copy a null-terminated ASCII string, converting
; all alphabetic characters to lower case.
;
; Entry parameters:
; (SP+4): Source string address
; (SP+8): Target string address
org $00100000 ;Start at 00100000
move.l #$00001000,(a7) ;Initialize $2000 with ... | 43.793103 | 69 | 0.417323 |
d8fa5b6f1c7d1fb6a1ad556d1442da076d9c5bd2 | 6,750 | asm | Assembly | Transynther/x86/_processed/NONE/_ht_st_zr_un_/i7-7700_9_0x48.log_21829_2108.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_ht_st_zr_un_/i7-7700_9_0x48.log_21829_2108.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_ht_st_zr_un_/i7-7700_9_0x48.log_21829_2108.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r13
push %r14
push %r8
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_D_ht+0x14b64, %rsi
lea addresses_WC_ht+0x14e64, %rdi
add $27407, %r8
mov $67, %rcx
rep movsb
xor $29218, %rsi
lea addresses_WT_ht+0x1af64, %rsi
lea addresses_WT_ht+0x1295c, %rdi
clfl... | 38.135593 | 2,999 | 0.656148 |
32de7855a3f69aa27df88962aea79de2823e9696 | 483 | asm | Assembly | oeis/314/A314894.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/314/A314894.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/314/A314894.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A314894: Coordination sequence Gal.6.194.3 where G.u.t.v denotes the coordination sequence for a vertex of type v in tiling number t in the Galebach list of u-uniform tilings.
; Submitted by Jamie Morken(s1)
; 1,5,9,14,19,24,28,33,38,43,47,52,57,61,66,71,76,80,85,90,95,99,104,109,113,118,123,128,132,137,142,147,151,1... | 32.2 | 177 | 0.708075 |
0b9df37b876645fc9c9b8340b9638481e0b94763 | 293 | asm | Assembly | libsrc/_DEVELOPMENT/arch/sms/misc/c/sdcc_iy/sms_scroll_wc_up_callee.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/arch/sms/misc/c/sdcc_iy/sms_scroll_wc_up_callee.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/arch/sms/misc/c/sdcc_iy/sms_scroll_wc_up_callee.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z | ; void sms_scroll_wc_up(struct r_Rect8 *r, uchar rows, uint bgnd_char)
SECTION code_clib
SECTION code_arch
PUBLIC _sms_scroll_wc_up_callee
EXTERN asm_sms_scroll_wc_up
_sms_scroll_wc_up_callee:
pop hl
pop ix
dec sp
pop de
ex (sp),hl
ld e,d
jp asm_sms_scroll_wc_up
| 14.65 | 70 | 0.750853 |
2c4edcad64a6d3b95973055408e2cb4baed1b51a | 1,261 | asm | Assembly | ver0/4_osInOrder/4_fileSys/kernel/asm/dispLibA.asm | RongbinZhuang/simpleOS | 81a817eb5f2c7891ab3f107a5cd5e0f0c31af143 | [
"MIT"
] | null | null | null | ver0/4_osInOrder/4_fileSys/kernel/asm/dispLibA.asm | RongbinZhuang/simpleOS | 81a817eb5f2c7891ab3f107a5cd5e0f0c31af143 | [
"MIT"
] | null | null | null | ver0/4_osInOrder/4_fileSys/kernel/asm/dispLibA.asm | RongbinZhuang/simpleOS | 81a817eb5f2c7891ab3f107a5cd5e0f0c31af143 | [
"MIT"
] | null | null | null | [section .data]
extern dwDispPos
[SECTION .text]
; 导出函数
global disp_str
global disp_color_str
; ========================================================================
; void disp_str(char * info);
; ========================================================================
disp_str:
push ebp
mov e... | 14.835294 | 74 | 0.463125 |
9946294995cef24c4d95293f85f4814bfca43988 | 9,060 | asm | Assembly | vp8/encoder/x86/encodeopt.asm | genesi/libvpx0 | e1b3804c733f0d4d7eca3c6d2ccd42eaa558cc8d | [
"BSD-3-Clause"
] | null | null | null | vp8/encoder/x86/encodeopt.asm | genesi/libvpx0 | e1b3804c733f0d4d7eca3c6d2ccd42eaa558cc8d | [
"BSD-3-Clause"
] | null | null | null | vp8/encoder/x86/encodeopt.asm | genesi/libvpx0 | e1b3804c733f0d4d7eca3c6d2ccd42eaa558cc8d | [
"BSD-3-Clause"
] | 1 | 2022-02-09T05:02:32.000Z | 2022-02-09T05:02:32.000Z | ;
; Copyright (c) 2010 The WebM project authors. All Rights Reserved.
;
; Use of this source code is governed by a BSD-style license
; that can be found in the LICENSE file in the root of the source
; tree. An additional intellectual property rights grant can be found
; in the file PATENTS. All contributing proje... | 23.410853 | 76 | 0.413466 |
77549c3ad4db902fe694a11940c809a5d18a793a | 807 | asm | Assembly | programs/oeis/004/A004092.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/004/A004092.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/004/A004092.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A004092: Sum of digits of even numbers.
; 0,2,4,6,8,1,3,5,7,9,2,4,6,8,10,3,5,7,9,11,4,6,8,10,12,5,7,9,11,13,6,8,10,12,14,7,9,11,13,15,8,10,12,14,16,9,11,13,15,17,1,3,5,7,9,2,4,6,8,10,3,5,7,9,11,4,6,8,10,12,5,7,9,11,13,6,8,10,12,14,7,9,11,13,15,8,10,12,14,16,9,11,13,15,17,10,12,14,16,18,2,4,6,8,10,3,5,7,9,11,4,6,8,10,... | 50.4375 | 648 | 0.60347 |
805d73663dcdef53abeff3c14ed4275face00b0c | 169 | asm | Assembly | libsrc/_DEVELOPMENT/string/c/sdcc_iy/stricmp_callee.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/string/c/sdcc_iy/stricmp_callee.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/string/c/sdcc_iy/stricmp_callee.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null |
; int stricmp_callee(const char *s1, const char *s2)
SECTION code_string
PUBLIC _stricmp_callee
EXTERN _strcasecmp_callee
defc _stricmp_callee = _strcasecmp_callee
| 15.363636 | 52 | 0.822485 |
d8296896037b10924b6ec4e388d5f19ffe2386be | 9,008 | asm | Assembly | Code/lookup-pal.asm | LeifBloomquist/VICMIDI | 29c43bd537bd7cdb2db395c594a7804abb98915d | [
"MIT"
] | 7 | 2016-04-04T04:26:50.000Z | 2021-03-02T13:17:38.000Z | Code/lookup-pal.asm | LeifBloomquist/VICMIDI | 29c43bd537bd7cdb2db395c594a7804abb98915d | [
"MIT"
] | 2 | 2021-03-02T12:34:11.000Z | 2021-03-03T16:32:44.000Z | Code/lookup-pal.asm | LeifBloomquist/VICMIDI | 29c43bd537bd7cdb2db395c594a7804abb98915d | [
"MIT"
] | 2 | 2017-05-24T13:12:59.000Z | 2021-07-21T05:34:52.000Z | ; --------------------------------------------------------------------------------------------------
; Note Lookups PAL - 128 bytes each, map MIDI Note# to a VIC register value
; From http://sleepingelephant.com/ipw-web/bulletin/bb/viewtopic.php?t=3643
voice1lookup_pal:
byte 0
byte 0
byte 0
b... | 17.092979 | 102 | 0.347136 |
b5a66076a6a89a7db53b64a95fa230b09ac34048 | 2,075 | asm | Assembly | gamedbg.asm | kun1z/gamedbg | 736d1aef612904558d6b091708fb9b375d591602 | [
"Unlicense"
] | null | null | null | gamedbg.asm | kun1z/gamedbg | 736d1aef612904558d6b091708fb9b375d591602 | [
"Unlicense"
] | null | null | null | gamedbg.asm | kun1z/gamedbg | 736d1aef612904558d6b091708fb9b375d591602 | [
"Unlicense"
] | 1 | 2021-02-15T16:59:59.000Z | 2021-02-15T16:59:59.000Z | ; Copyright © 2021 by Brett Kuntz. All rights reserved.
.686p
.MMX
.model flat, stdcall
option casemap :none
include \masm32\include\windows.inc
include \masm32\include\user32.inc
include \masm32\include\kernel32.inc
includelib \masm32\lib\user32.lib
includelib \masm32... | 32.936508 | 119 | 0.642892 |
2167dbdc5e9cffa1d5442db96e615a0e6806fbba | 48,017 | asm | Assembly | Appl/Calendar/Main/mainCalendar.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 504 | 2018-11-18T03:35:53.000Z | 2022-03-29T01:02:51.000Z | Appl/Calendar/Main/mainCalendar.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 96 | 2018-11-19T21:06:50.000Z | 2022-03-06T10:26:48.000Z | Appl/Calendar/Main/mainCalendar.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 73 | 2018-11-19T20:46:53.000Z | 2022-03-29T00:59:26.000Z | COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1989 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: Calendar\Main
FILE: mainCalendar.asm
AUTHOR: Don Reeves, July 11, 1989
ROUTINES:
Name Who Description
---- --- -----------
REVISIO... | 25.312072 | 79 | 0.60943 |
a651a794cbbc7d10d96d6637fdf2c99a8a21ca11 | 261 | asm | Assembly | learn/hello.asm | lauripaulo/cx16-work | 782089032e12d0a498ed153163a4cee5015e8581 | [
"MIT"
] | null | null | null | learn/hello.asm | lauripaulo/cx16-work | 782089032e12d0a498ed153163a4cee5015e8581 | [
"MIT"
] | null | null | null | learn/hello.asm | lauripaulo/cx16-work | 782089032e12d0a498ed153163a4cee5015e8581 | [
"MIT"
] | null | null | null | .org $080D
.segment "STARTUP"
.segment "INIT"
.segment "ONCE"
.segment "CODE"
jmp start
valor1 = $123
valor2 = $456
total = $579
start:
clc
lda #<valor1
adc #<valor2
sta $1000
lda #>valor1
adc #>valor2
sta $1001
lda total
sta $1003
rts
| 10.875 | 18 | 0.628352 |
f49f7cea2b4d32f8aae3bfa1f758fd979f4e85a4 | 280 | asm | Assembly | libsrc/_DEVELOPMENT/adt/ba_priority_queue/c/sdcc_iy/ba_priority_queue_destroy.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/adt/ba_priority_queue/c/sdcc_iy/ba_priority_queue_destroy.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/adt/ba_priority_queue/c/sdcc_iy/ba_priority_queue_destroy.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null |
; void ba_priority_queue_destroy(ba_priority_queue_t *q)
SECTION code_adt_ba_priority_queue
PUBLIC _ba_priority_queue_destroy
EXTERN asm_ba_priority_queue_destroy
_ba_priority_queue_destroy:
pop af
pop hl
push hl
push af
jp asm_ba_priority_queue_destroy
| 14.736842 | 56 | 0.814286 |
7614e47aea21d72d505ca44aa75b1b8373d8d432 | 23,980 | asm | Assembly | src/tetris.asm | Arkowski24/nasm-tetris | 3fc95987c68e71200538b2f52f1b032e9b15b85f | [
"MIT"
] | 8 | 2019-03-27T16:58:25.000Z | 2021-02-05T15:50:58.000Z | src/tetris.asm | Arkowski24/nasm-tetris | 3fc95987c68e71200538b2f52f1b032e9b15b85f | [
"MIT"
] | 1 | 2020-07-29T06:49:34.000Z | 2020-08-07T21:41:11.000Z | src/tetris.asm | Arkowski24/nasm-tetris | 3fc95987c68e71200538b2f52f1b032e9b15b85f | [
"MIT"
] | 3 | 2019-03-11T14:59:20.000Z | 2020-11-03T00:15:38.000Z | ;Frame parametres
frameHeight equ 8 * 20
frameWidth equ 8 * 10
frameBorderWidth equ 5
frameBeginningX equ 50
frameBeginningY equ 10
nextPieceFrameHeight equ 8 * 5
nextPieceFrameWidth equ 8 * 5
nextPieceFrameBorderWidth equ 5
nextPieceFrameBeginningX equ 155
nextPieceFrameBeginningY equ 10
boardColor equ 0
pieceSize e... | 21.258865 | 163 | 0.58553 |
9dbadbe13cad8efa97224e5bd95e20545b565ee2 | 134 | asm | Assembly | libsrc/_DEVELOPMENT/math/float/math48/lm/c/sdcc_ix/___uchar2fs.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/math/float/math48/lm/c/sdcc_ix/___uchar2fs.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/math/float/math48/lm/c/sdcc_ix/___uchar2fs.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
SECTION code_clib
SECTION code_fp_math48
PUBLIC ___uchar2fs
EXTERN cm48_sdccixp_uchar2ds
defc ___uchar2fs = cm48_sdccixp_uchar2ds
| 13.4 | 40 | 0.873134 |
573e5ee79c5f3f4cc77f03b95dc84e85c2bc9e42 | 11,748 | asm | Assembly | gwnum/zr4dwpn3.asm | Kasual/GIMPS | a09c0d4cc1489558725eef0578613c66bd65a708 | [
"Intel"
] | null | null | null | gwnum/zr4dwpn3.asm | Kasual/GIMPS | a09c0d4cc1489558725eef0578613c66bd65a708 | [
"Intel"
] | null | null | null | gwnum/zr4dwpn3.asm | Kasual/GIMPS | a09c0d4cc1489558725eef0578613c66bd65a708 | [
"Intel"
] | null | null | null | ; Copyright 2011-2017 Mersenne Research, Inc. All rights reserved
; Author: George Woltman
; Email: woltman@alum.mit.edu
;
; These FFTs were split out of yr4dwpn.asm because of MASM limitations.
;
TITLE setup
yfft_type TEXTEQU <r4dwpn>
INCLUDE unravel.mac
INCLUDE extrn.mac
INCLUDE yarch.mac
INCLUDE ybasics.mac
... | 43.835821 | 96 | 0.69714 |
ce814e061d6e99d3362523ea45cb8e7bdb093f83 | 11,594 | asm | Assembly | iod/con2/atql/disp_size.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | iod/con2/atql/disp_size.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | iod/con2/atql/disp_size.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | ; Atari QL Mode set display size V2.01 2000 Tony Tebby
section con
xdef cn_disp_size
xref cn_disp_clear
include 'dev8_keys_atari'
include 'dev8_keys_con'
include 'dev8_keys_sys'
;+++
; Set the display size
;
; d6 c p pointer to size definition (SIZE proc definition)
; d7 c p colour depth = 0
; a3 c ... | 21.3125 | 79 | 0.647921 |
68b90c1c99aff2f1f750082a350d0c607ac0b5fc | 7,110 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_21829_1715.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_21829_1715.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_21829_1715.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r15
push %r8
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0x16ac8, %rdi
nop
nop
nop
nop
nop
dec %r10
mov $0x6162636465666768, %rbp
movq %rbp, %xmm5
vmovups %ymm5, (%rdi)
nop
nop
nop
nop
add $32422, %r15
lea addresses_normal_ht+0x73c8, %rcx
clflu... | 33.857143 | 2,999 | 0.652743 |
a4203e158825c9eef93b90fac3367c3832d636ef | 705 | asm | Assembly | oeis/192/A192809.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/192/A192809.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/192/A192809.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A192809: Coefficient of x in the reduction of the polynomial (x^2 + 2)^n by x^3 -> x^2 + 2.
; Submitted by Jon Maiga
; 0,0,2,14,74,366,1786,8702,42410,206734,1007834,4913310,23953034,116774190,569289402,2775359806,13530239338,65961672910,321571716762,1567703857118,7642759781962,37259445922414,181644634930298,88554117... | 47 | 485 | 0.814184 |
f7ee6f4e932db2cecb5852876400ac20e82ee3d3 | 621 | asm | Assembly | oeis/170/A170759.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/170/A170759.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/170/A170759.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A170759: Expansion of g.f.: (1+x)/(1-39*x).
; 1,40,1560,60840,2372760,92537640,3608967960,140749750440,5489240267160,214080370419240,8349134446350360,325616243407664040,12699033492898897560,495262306223057004840,19315229942699223188760,753293967765269704361640,29378464742845518470103960,1145760124970975220334054440,4... | 44.357143 | 477 | 0.848631 |
d539b27d689292260147bdaf2817f86d235e29b7 | 271 | asm | Assembly | libsrc/_DEVELOPMENT/string/c/sdcc_iy/memchr_callee.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/string/c/sdcc_iy/memchr_callee.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/string/c/sdcc_iy/memchr_callee.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
; void *memchr_callee(const void *s, int c, size_t n)
SECTION code_clib
SECTION code_string
PUBLIC _memchr_callee, l0_memchr_callee
EXTERN asm_memchr
_memchr_callee:
pop af
pop hl
pop de
pop bc
push af
l0_memchr_callee:
ld a,e
jp asm_memchr
| 11.291667 | 53 | 0.723247 |
575e13f817507128df5ed6a6870792e8d1ec092d | 2,640 | asm | Assembly | artwork/barbaro_salto_corto.asm | fjpena/sword-of-ianna-zx | fdd6bdb5775933756e75402a7c6be80d5334702d | [
"Apache-2.0"
] | 67 | 2017-10-07T18:48:05.000Z | 2022-02-01T20:37:40.000Z | artwork/barbaro_salto_corto.asm | fjpena/sword-of-ianna-zx | fdd6bdb5775933756e75402a7c6be80d5334702d | [
"Apache-2.0"
] | null | null | null | artwork/barbaro_salto_corto.asm | fjpena/sword-of-ianna-zx | fdd6bdb5775933756e75402a7c6be80d5334702d | [
"Apache-2.0"
] | 9 | 2017-10-06T21:02:55.000Z | 2022-01-06T03:11:58.000Z | ; ASM source file created by SevenuP v1.20
; SevenuP (C) Copyright 2002-2006 by Jaime Tejedor Gomez, aka Metalbrain
;GRAPHIC DATA:
;Pixel Size: ( 24, 32)
;Char Size: ( 3, 4)
;Frames: 5
;Sort Priorities: X char, Char line, Y char, Frame number
;Data Outputted: Gfx
;Interleave: Sprite
;M... | 36.164384 | 72 | 0.495076 |
c9cb77b9329b5fdf48c1149e35ea02fd3da512f2 | 202,664 | asm | Assembly | asg/asm/snappy.asm | asgkafka/librdkafka | d0a14ca313ed1efafb3924ff33fb6c4d474efe3c | [
"BSD-2-Clause-NetBSD",
"Zlib",
"BSD-2-Clause",
"MIT",
"BSD-3-Clause"
] | null | null | null | asg/asm/snappy.asm | asgkafka/librdkafka | d0a14ca313ed1efafb3924ff33fb6c4d474efe3c | [
"BSD-2-Clause-NetBSD",
"Zlib",
"BSD-2-Clause",
"MIT",
"BSD-3-Clause"
] | null | null | null | asg/asm/snappy.asm | asgkafka/librdkafka | d0a14ca313ed1efafb3924ff33fb6c4d474efe3c | [
"BSD-2-Clause-NetBSD",
"Zlib",
"BSD-2-Clause",
"MIT",
"BSD-3-Clause"
] | 1 | 2021-05-05T11:49:00.000Z | 2021-05-05T11:49:00.000Z | *PROCESS DUPALIAS
*
* Compiled by DCC Version 2.25.07 Mar 6 2021 08:51:07
* on Fri Apr 30 15:36:24 2021
*
WXTRN @@ZARCH#
*
*
*
* Code Section
*
@CODE ALIAS C'@SNAPPY'
@CODE CSECT
@CODE AMODE ANY
@CODE RMODE ANY
@DATA ALIAS C'@snappy'
__error ALIAS C'##ERROR'
EXTRN __err... | 28.608696 | 72 | 0.471993 |
21b7575dcca108a563681babe81a53257f5ea28b | 1,192 | asm | Assembly | programs/oeis/018/A018804.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/018/A018804.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/018/A018804.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A018804: Pillai's arithmetical function: Sum_{k=1..n} gcd(k, n).
; 1,3,5,8,9,15,13,20,21,27,21,40,25,39,45,48,33,63,37,72,65,63,45,100,65,75,81,104,57,135,61,112,105,99,117,168,73,111,125,180,81,195,85,168,189,135,93,240,133,195,165,200,105,243,189,260,185,171,117,360,121,183,273,256,225,315,133,264,225,351,141,420,1... | 74.5 | 996 | 0.71057 |
1dc88c9b7e8db59857c23d9db03c163f2be9ba94 | 4,358 | asm | Assembly | Transynther/x86/_processed/US/_zr_/i7-7700_9_0x48.log_21829_1043.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_0x48.log_21829_1043.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_0x48.log_21829_1043.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 %r15
push %r8
push %rax
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x1306b, %rsi
lea addresses_WT_ht+0x887b, %rdi
clflush (%rdi)
nop
add $8039, %r8
mov $97, %rcx
rep movsw
nop
nop
nop
add %rax, %rax
lea addresses_normal_ht+0x16d35, %r15
nop
nop
nop
nop
... | 53.146341 | 2,999 | 0.663148 |
5e6822cc3bc93a73976b952ce92ea19887f7a6ed | 371 | asm | Assembly | programs/oeis/157/A157706.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/157/A157706.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/157/A157706.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A157706: The z^2 coefficients of the polynomials in the GF1 denominators of A156921.
; 7,75,385,1365,3850,9282,19950,39270,72105,125125,207207,329875,507780,759220,1106700,1577532,2204475,3026415,4089085,5445825,7158382,9297750,11945050,15192450,19144125,23917257
mul $0,2
add $0,6
mov $2,$0
bin $0,3
sub $0,$2
add $0... | 24.733333 | 178 | 0.749326 |
193fd70e39a82519366016e73036b74fe0837cf7 | 67,816 | asm | Assembly | Library/Hyperlink/hyperlinkUtils.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 504 | 2018-11-18T03:35:53.000Z | 2022-03-29T01:02:51.000Z | Library/Hyperlink/hyperlinkUtils.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 96 | 2018-11-19T21:06:50.000Z | 2022-03-06T10:26:48.000Z | Library/Hyperlink/hyperlinkUtils.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: GEOS
MODULE: Hyperlink Library
FILE: hyperlinkUtils.asm
AUTHOR: Jenny Greenwood, May 23, 1994
ROUTINES:
Name Description
---- -----------
REVISION HI... | 26.043011 | 79 | 0.551183 |
feebbc5a41fc5c1b3413905208aee32bb54f85d0 | 1,571 | asm | Assembly | codigo/capitulo 37/cadena_minusculas.asm | Nabucodonosor-editorial/ensamblador-x86 | d6d1498e67fdc58278cef9e45cdb5c423ade552f | [
"MIT"
] | 2 | 2020-03-19T19:10:21.000Z | 2021-04-10T16:01:21.000Z | codigo/capitulo 37/cadena_minusculas.asm | Nabucodonosor-editorial/ensamblador-x86 | d6d1498e67fdc58278cef9e45cdb5c423ade552f | [
"MIT"
] | null | null | null | codigo/capitulo 37/cadena_minusculas.asm | Nabucodonosor-editorial/ensamblador-x86 | d6d1498e67fdc58278cef9e45cdb5c423ade552f | [
"MIT"
] | null | null | null | segment .data
string1 db 'HOLA MUNDO'
len equ $-string1
ln db 10,13
lenln equ $-ln
segment .bss
string2 resb 10
segment .text
global _start
_start:
mov ecx, len ; utilizamos el registro ecx como contador
mov esi, string1 ; especificamos la ubicacion de memoria de donde
; ob... | 31.42 | 73 | 0.680458 |
ac51802942bd660d33dab551b2b15d190b4d9f78 | 438 | asm | Assembly | programs/oeis/335/A335807.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/335/A335807.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/335/A335807.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A335807: Number of vertices in the n-th simplex graph of the complete graph on three vertices (K_3).
; 3,8,21,54,140,365,954,2496,6533,17102,44772,117213,306866,803384,2103285,5506470,14416124,37741901,98809578,258686832,677250917,1773065918,4641946836,12152774589,31816376930,83296356200,218072691669,570921718806,149... | 31.285714 | 241 | 0.767123 |
bd8943471d7786d49d26bc9bc7317a743ff7c938 | 517 | asm | Assembly | programs/oeis/070/A070545.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/070/A070545.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/070/A070545.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A070545: a(n)=Card( k, 0<k<=n such that k is relatively prime to sigma(k)).
; 1,2,3,4,5,5,6,7,8,8,9,9,10,10,10,11,12,12,13,13,14,14,15,15,16,16,17,17,18,18,19,20,20,20,21,22,23,23,24,24,25,25,26,26,26,26,27,27,28,29,29,29,30,30,31,31,32,32,33,33,34,34,35,36,37,37,38,38,38,38,39,39,40
lpb $0
mov $2,$0
sub $0,1
... | 43.083333 | 208 | 0.647969 |
686859e549c0695a52ffa1d2c75d88668ef76aa6 | 4,021 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_573.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_573.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_573.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 %r14
push %r8
push %rcx
push %rdi
push %rdx
push %rsi
// REPMOV
lea addresses_PSE+0x8f78, %rsi
lea addresses_UC+0x1cdb8, %rdi
nop
nop
nop
nop
nop
xor %r14, %r14
mov $54, %rcx
rep movsq
nop
nop
add $18928, %rsi
//... | 63.825397 | 2,999 | 0.66277 |
51859d0085ee39fd54871fa1b17947982ee42795 | 2,054 | asm | Assembly | dv3/qlsd/hd_ckrdy.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | dv3/qlsd/hd_ckrdy.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | dv3/qlsd/hd_ckrdy.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | ; DV3 QLSD Check Ready Drive 2018 M. Kilgus
;
; 2018-06-10 1.01 Use new qlsd_crdused flags instead of hdl_actm (MK)
; 2020-05-05 1.02 Always assume card changed after re-init
section dv3
xdef hd_ckrdy
xref hd_ckroot
xref inicrd
include 'dev8_dv3_qlsd_keys'
include 'dev8_dv3_qlf_keys'
include 'dev8_... | 26.675325 | 78 | 0.717624 |
947a1669888e3374b8164d6f33da9c274a4b38b4 | 95,931 | asm | Assembly | src/search.asm | Iambian/wordsearch-test-CE | 89c583648f809efc6ff4d78286822b593f616f96 | [
"MIT"
] | 1 | 2022-02-13T20:45:41.000Z | 2022-02-13T20:45:41.000Z | src/search.asm | Iambian/wordsearch-test-CE | 89c583648f809efc6ff4d78286822b593f616f96 | [
"MIT"
] | null | null | null | src/search.asm | Iambian/wordsearch-test-CE | 89c583648f809efc6ff4d78286822b593f616f96 | [
"MIT"
] | null | null | null | section .text
public _findWord
;
; Come up with the 84+CE header.
; Didn't want to have to deal with external files
; in testing with the 83+ because big files and needing to use shells?
; Not only "No", but "Hell no".
;
;
;Input: arg1 = 5 letter word to check against
;returns: HL = word found, else HL = -1
;
_findWor... | 79.875937 | 86 | 0.418071 |
e8c3b7c72c9f5b0ea290806294b3ce5401acbd26 | 451 | asm | Assembly | programs/oeis/242/A242493.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/242/A242493.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/242/A242493.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A242493: a(n) is the number of not-sqrt-smooth numbers ("jagged" numbers) not exceeding n. This is the counting function of A064052.
; 0,1,2,2,3,4,5,5,5,6,7,7,8,9,10,10,11,11,12,13,14,15,16,16,16,17,17,18,19,19,20,20,21,22,23,23,24,25,26,26,27,28,29,30,30,31,32,32,32,32,33,34,35,35,36,36,37,38,39,39,40,41,41,41,42,43... | 41 | 191 | 0.667406 |
9e4d7e2f4885a705644b319725363819b22608ee | 1,395 | asm | Assembly | programs/oeis/022/A022121.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/022/A022121.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/022/A022121.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A022121: Fibonacci sequence beginning 3, 8.
; 3,8,11,19,30,49,79,128,207,335,542,877,1419,2296,3715,6011,9726,15737,25463,41200,66663,107863,174526,282389,456915,739304,1196219,1935523,3131742,5067265,8199007,13266272,21465279,34731551,56196830,90928381,147125211,238053592,385178803,623232395,1008411198,1631643593,26... | 99.642857 | 1,250 | 0.882437 |
ecf88ebf639b17d8c0d64a20f7e6bfc98bc69ef2 | 3,703 | asm | Assembly | Borland/CBuilder5/Source/RTL/source/math/expld.asm | TrevorDArcyEvans/DivingMagpieSoftware | 7ffcfef653b110e514d5db735d11be0aae9953ec | [
"MIT"
] | 1 | 2021-05-27T10:27:25.000Z | 2021-05-27T10:27:25.000Z | Borland/CBuilder5/Source/RTL/source/math/expld.asm | TrevorDArcyEvans/Diving-Magpie-Software | 7ffcfef653b110e514d5db735d11be0aae9953ec | [
"MIT"
] | null | null | null | Borland/CBuilder5/Source/RTL/source/math/expld.asm | TrevorDArcyEvans/Diving-Magpie-Software | 7ffcfef653b110e514d5db735d11be0aae9953ec | [
"MIT"
] | null | null | null | ;[]-----------------------------------------------------------------[]
;| EXPLD.ASM -- long double exponential helper function |
;[]-----------------------------------------------------------------[]
;
; C/C++ Run Time Library - Version 10.0
;
; Copyright (c) 1991, 2000 by Inprise Corporation
; ... | 30.603306 | 75 | 0.468539 |
33280333dbf6683ae670c964695343d40b416010 | 128 | asm | Assembly | HW5/ChristianWebber-HW5-1.asm | vonderborch/CS260 | ff435317be557c10f131f99184e944ef2ada7cdf | [
"MIT"
] | null | null | null | HW5/ChristianWebber-HW5-1.asm | vonderborch/CS260 | ff435317be557c10f131f99184e944ef2ada7cdf | [
"MIT"
] | null | null | null | HW5/ChristianWebber-HW5-1.asm | vonderborch/CS260 | ff435317be557c10f131f99184e944ef2ada7cdf | [
"MIT"
] | null | null | null | .text
.globl swap
# Swaps contents of $a0 with $a1
swap:
lw $t0, 0($a0)
lw $t1, 0($a1)
sw $t1, 0($a0)
sw $t0, 0($a1)
jr $ra | 14.222222 | 32 | 0.5625 |
ac096a5fae2891fca94b9d3deba6463d3671caaa | 46 | asm | Assembly | pkgs/tools/yasm/src/modules/arch/x86/tests/fwdequ64.asm | manggoguy/parsec-modified | d14edfb62795805c84a4280d67b50cca175b95af | [
"BSD-3-Clause"
] | 2,151 | 2020-04-18T07:31:17.000Z | 2022-03-31T08:39:18.000Z | pkgs/tools/yasm/src/modules/arch/x86/tests/fwdequ64.asm | manggoguy/parsec-modified | d14edfb62795805c84a4280d67b50cca175b95af | [
"BSD-3-Clause"
] | 395 | 2020-04-18T08:22:18.000Z | 2021-12-08T13:04:49.000Z | pkgs/tools/yasm/src/modules/arch/x86/tests/fwdequ64.asm | manggoguy/parsec-modified | d14edfb62795805c84a4280d67b50cca175b95af | [
"BSD-3-Clause"
] | 338 | 2020-04-18T08:03:10.000Z | 2022-03-29T12:33:22.000Z | [bits 64]
l1:
inc dword [l2]
l2 equ 4-(l1-$$)
| 9.2 | 16 | 0.565217 |
b3b971cbba88bdc1f9b20260dd1f1d4452b88ba4 | 299 | asm | Assembly | programs/oeis/063/A063110.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/063/A063110.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/063/A063110.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A063110: Dimension of the space of weight 2n cusp forms for Gamma_0(42).
; 5,20,36,52,68,84,100,116,132,148,164,180,196,212,228,244,260,276,292,308,324,340,356,372,388,404,420,436,452,468,484,500,516,532,548,564,580,596,612,628,644,660,676,692,708,724,740,756,772,788
mul $0,16
trn $0,1
add $0,5
| 42.714286 | 194 | 0.722408 |
3b4f091d86a338d6b5da2065fcd80bd8772cbc2e | 361 | asm | Assembly | programs/oeis/047/A047432.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/047/A047432.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/047/A047432.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A047432: Numbers that are congruent to {0, 1, 4, 5, 6} mod 8.
; 0,1,4,5,6,8,9,12,13,14,16,17,20,21,22,24,25,28,29,30,32,33,36,37,38,40,41,44,45,46,48,49,52,53,54,56,57,60,61,62,64,65,68,69,70,72,73,76,77,78,80,81,84,85,86,88,89,92,93,94,96,97,100,101,102
mov $1,$0
lpb $0,1
trn $0,4
add $1,3
mov $2,1
trn $2,$... | 25.785714 | 192 | 0.595568 |
e8d0a78fabdef0d536ad0fea94002703f9d461d1 | 3,385 | asm | Assembly | Transynther/x86/_processed/P/_zr_/i3-7100_9_0x84_notsx.log_488_32.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/P/_zr_/i3-7100_9_0x84_notsx.log_488_32.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/P/_zr_/i3-7100_9_0x84_notsx.log_488_32.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r9
push %rax
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_UC_ht+0x18c91, %rdx
nop
nop
nop
add $35045, %r10
mov (%rdx), %rsi
nop
nop
inc %rdi
lea addresses_normal_ht+0x4575, %rsi
lea addresses_WT_ht+0x16911, %rdi
nop
add $6873, %r9
mov $87, ... | 33.186275 | 1,463 | 0.661152 |
ac24fdb0a42ea04fd346c329311565b83d7a78c2 | 743 | asm | Assembly | oeis/100/A100215.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/100/A100215.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/100/A100215.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A100215: Expansion of (4 - 7*x + 2*x^2)/((1-2*x)*(1 - 2*x + 2*x^2)).
; Submitted by Simon Strandgaard
; 4,9,14,18,24,44,104,248,544,1104,2144,4128,8064,16064,32384,65408,131584,263424,525824,1049088,2095104,4189184,8382464,16775168,33562624,67129344,134242304,268443648,536838144,1073659904,2147385344,4294934528,85900... | 39.105263 | 496 | 0.76716 |
65cb2686f7709807de96cf87277f178dc9e2940d | 567 | asm | Assembly | programs/oeis/060/A060191.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/060/A060191.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/060/A060191.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A060191: Union_i p(4i), p(4i+1), where p(k) = k-th prime.
; 2,7,11,19,23,37,41,53,59,71,73,89,97,107,109,131,137,151,157,173,179,193,197,223,227,239,241,263,269,281,283,311,313,337,347,359,367,383,389,409,419,433,439,457,461,479,487,503,509,541,547,569,571,593,599,613,617,641,643,659,661,683,691,719,727,743,751,769,7... | 47.25 | 402 | 0.703704 |
aa82ae9b794eb607f23e4769cc27de984daed0e0 | 40,283 | asm | Assembly | zombie.asm | MahtabEK/OS---XV6 | eb32b4b384df09d9cc102a46e683dbe37f66f8eb | [
"MIT-0"
] | null | null | null | zombie.asm | MahtabEK/OS---XV6 | eb32b4b384df09d9cc102a46e683dbe37f66f8eb | [
"MIT-0"
] | null | null | null | zombie.asm | MahtabEK/OS---XV6 | eb32b4b384df09d9cc102a46e683dbe37f66f8eb | [
"MIT-0"
] | null | null | null |
_zombie: file format elf32-i386
Disassembly of section .text:
00000000 <main>:
#include "stat.h"
#include "user.h"
int
main(void)
{
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 pus... | 34.022804 | 60 | 0.420152 |
a5aa28971d60a0a22533a3a344d52bbf91f40072 | 70,660 | asm | Assembly | ls.asm | dylsugar/cs461_hw7 | 0eacc005942b80f081e5643af7d8a00ff9920af9 | [
"MIT-0"
] | null | null | null | ls.asm | dylsugar/cs461_hw7 | 0eacc005942b80f081e5643af7d8a00ff9920af9 | [
"MIT-0"
] | null | null | null | ls.asm | dylsugar/cs461_hw7 | 0eacc005942b80f081e5643af7d8a00ff9920af9 | [
"MIT-0"
] | null | null | null |
_ls: file format elf64-x86-64
Disassembly of section .text:
0000000000001000 <fmtname>:
#include "user.h"
#include "fs.h"
char*
fmtname(char *path)
{
1000: f3 0f 1e fa endbr64
1004: 55 push %rbp
1005: 48 89 e5 mov %rsp,%rbp
1008: 53 ... | 39.875847 | 73 | 0.449858 |
4a10aafbb8a5c5c4fce250d05d7dda93b24396d8 | 31,023 | asm | Assembly | Library/Kernel/Initfile/initfileNike.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 504 | 2018-11-18T03:35:53.000Z | 2022-03-29T01:02:51.000Z | Library/Kernel/Initfile/initfileNike.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 96 | 2018-11-19T21:06:50.000Z | 2022-03-06T10:26:48.000Z | Library/Kernel/Initfile/initfileNike.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:
MODULE:
FILE: initfileNike.asm
AUTHOR: Muhammad Mohsin Hussain, Sep 28, 1994
ROUTINES:
Name Description
---- -----------
REVISION HISTORY:
Name D... | 23.44898 | 79 | 0.585566 |
49a2aad0814d65121fb927a88e6c089820f28770 | 8,496 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_2784.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_2784.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_2784.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r13
push %rax
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0xd112, %rsi
lea addresses_D_ht+0x1e7a, %rdi
clflush (%rsi)
nop
nop
nop
nop
xor %r13, %r13
mov $90, %rcx
rep movsq
sub $25132, %rsi
lea addresses_WC_ht+0xb012, %rsi
nop
cmp %rb... | 32.427481 | 2,999 | 0.651248 |
ac86fe5c04dfa38dd585c13a9abadfe9898558a8 | 830 | asm | Assembly | oeis/141/A141988.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/141/A141988.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/141/A141988.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A141988: Primes congruent to 12 mod 29.
; Submitted by Jon Maiga
; 41,157,331,389,563,853,911,1201,1259,1433,1549,1607,1723,2129,2477,2593,2767,2999,3347,3463,3637,4159,4217,4391,4507,5087,5261,5783,6073,6131,6247,6421,6653,6827,7001,7349,7523,7639,8161,8219,8741,9437,9901,10133,10597,10771,11003,11119,11177,11351,11... | 34.583333 | 496 | 0.721687 |
5ab3c2baffe52a1a3cd99d044613e6ceb3fbf8e3 | 691 | asm | Assembly | programs/oeis/186/A186238.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/186/A186238.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/186/A186238.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A186238: Adjusted joint rank sequence of (f(i)) and (g(j)) with f(i) after g(j) when f(i)=g(j), where f and g are the triangular numbers and heptagonal numbers. Complement of A186237.
; 1,5,8,11,14,18,21,24,27,31,34,37,40,44,47,50,53,57,60,63,66,70,73,76,79,82,86,89,92,95,99,102,105,108,112,115,118,121,125,128,131,1... | 34.55 | 351 | 0.672938 |
a4ded9254dac3f1fd8d2df250c4103b79885b07f | 544 | asm | Assembly | programs/oeis/335/A335876.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/335/A335876.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/335/A335876.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A335876: a(1) = 2, and for n > 1, a(n) = n + (n/p), where p is largest prime dividing n, A006530(n).
; 2,3,4,6,6,8,8,12,12,12,12,16,14,16,18,24,18,24,20,24,24,24,24,32,30,28,36,32,30,36,32,48,36,36,40,48,38,40,42,48,42,48,44,48,54,48,48,64,56,60,54,56,54,72,60,64,60,60,60,72,62,64,72,96,70,72,68,72,72,80,72,96,74,76,... | 30.222222 | 301 | 0.601103 |
0593e9a43fa380c229e4cb1e1ee207bccbfb6668 | 969 | asm | Assembly | programs/oeis/016/A016138.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/016/A016138.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/016/A016138.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A016138: Expansion of 1/((1-3x)(1-7x)).
; 1,10,79,580,4141,29230,205339,1439560,10083481,70604050,494287399,3460188940,24221854021,169554572470,1186886790259,8308221880720,58157596211761,407103302622490,2849723505777919,19948065702706900,139636463405732701,977455254300482110,6842186811484434379,47895307774534219480,3... | 74.538462 | 839 | 0.893705 |
9161defaa4275419be6ffdf9b50d24e13d569b94 | 427 | asm | Assembly | programs/oeis/212/A212968.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/212/A212968.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/212/A212968.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A212968: Number of (w,x,y) with all terms in {0,...,n} and w>=range{w,x,y}.
; 1,5,17,38,75,127,203,300,429,585,781,1010,1287,1603,1975,2392,2873,3405,4009,4670,5411,6215,7107,8068,9125,10257,11493,12810,14239,15755,17391,19120,20977,22933,25025,27222,29563,32015,34619,37340
lpb $0
mov $2,$0
sub $0,1
seq $2,212... | 35.583333 | 198 | 0.665105 |
d77f2cffd8e81ff1a4340934b73815c8fc3bc7c0 | 1,016 | asm | Assembly | Assignments/A5/Q1/boot.asm | 100RABHpy/CSE231-Operating-System | 44224ecc230c1540f4ee4d37437cb457099543c9 | [
"MIT"
] | null | null | null | Assignments/A5/Q1/boot.asm | 100RABHpy/CSE231-Operating-System | 44224ecc230c1540f4ee4d37437cb457099543c9 | [
"MIT"
] | null | null | null | Assignments/A5/Q1/boot.asm | 100RABHpy/CSE231-Operating-System | 44224ecc230c1540f4ee4d37437cb457099543c9 | [
"MIT"
] | null | null | null | bits 16
org 0x7c00
boot:
mov ax, 0x2401
int 0x15
mov ax, 0x3
int 0x10
cli
lgdt [gdt_pointer]
mov eax, cr0
or eax, 0x1
mov eax, 0x1
mov cr0, eax
jmp CODE_SEG:boot_32
gdt_start:
dq 0x0
gdt_code:
dw 0xFFFF
dw 0x0
db 0x0
db 10011010b
db 11001111b
db 0x0
gdt_data:
dw 0xFFFF
dw 0x0
db 0x0
db 1001001... | 10.808511 | 39 | 0.655512 |
aadc298bead0a443c6e603abc59bcb552ca2c4c3 | 1,499 | asm | Assembly | src/Lib/Sassy/tests/misc2.asm | pnkfelix/larceny | 4671a1f8acbd3f8d4d95e96672eae8b2a33502d3 | [
"MIT"
] | 212 | 2015-01-06T06:39:01.000Z | 2022-03-15T00:34:09.000Z | src/Lib/Sassy/tests/misc2.asm | larcenists/larceny-oldimport | 4bfd2d2571d3f11f9a51e2d5fa5982211fb276cb | [
"MIT"
] | 209 | 2015-01-17T00:18:33.000Z | 2021-11-15T21:52:15.000Z | src/Lib/Sassy/tests/misc2.asm | larcenists/larceny-oldimport | 4bfd2d2571d3f11f9a51e2d5fa5982211fb276cb | [
"MIT"
] | 39 | 2015-02-12T05:49:09.000Z | 2021-08-31T03:35:18.000Z | BITS 32
section .text
foo:
in al, 9
in ax, 9
in eax, 9
in al, dx
in ax, dx
in eax, dx
out 9, al
out 9, ax
out 9, eax
out dx, al
out dx, ax
out dx, eax
int 128
pop cx
pop ecx
pop dword [ecx]
pop word [ecx]
pop ds
pop es
pop ss
pop fs
pop gs
push cx
push edx
push dword 100
push word 100
push byte 100
push word [esi]
push... | 13.383929 | 26 | 0.661775 |
15334efc875fe67acfc85a7af4958144d5638ed8 | 248 | asm | Assembly | libsrc/_DEVELOPMENT/math/float/math16/c/sdcc/cm16_sdcc___h2sint.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/math/float/math16/c/sdcc/cm16_sdcc___h2sint.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/math/float/math16/c/sdcc/cm16_sdcc___h2sint.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
SECTION code_fp_math16
PUBLIC cm16_sdcc___h2sint
PUBLIC cm16_sdcc___h2schar
EXTERN cm16_sdcc_read1
EXTERN asm_f24_f16
EXTERN asm_i16_f24
.cm16_sdcc___h2sint
.cm16_sdcc___h2schar
call cm16_sdcc_read1
call asm_f24_f16
jp asm_i16_f24
| 14.588235 | 26 | 0.842742 |
e98d675f45575726959ded260fdb3c2af13d25b3 | 313 | asm | Assembly | programs/oeis/211/A211661.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/211/A211661.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/211/A211661.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A211661: Number of iterations log_3(log_3(log_3(...(n)...))) such that the result is < 1.
; 1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3
div $0,2
add $0,3
log $0,4
mov $1,$0
add $1,1
| 34.777778 | 173 | 0.549521 |
651bea4e72affde6d3adb84e554895a281fd0608 | 174 | asm | Assembly | tests/define/redefine.asm | fengjixuchui/sjasmplus | df0fabd2411bf89e23637fce46d273f52dafbe16 | [
"BSD-3-Clause"
] | 220 | 2016-10-22T19:44:39.000Z | 2022-03-29T20:57:04.000Z | tests/define/redefine.asm | ped7g/sjasmplus | 487635c8057cd5594c372d9b70bc00a3f3a1ecc4 | [
"BSD-3-Clause"
] | 153 | 2018-05-07T10:31:23.000Z | 2022-03-30T04:35:59.000Z | tests/define/redefine.asm | ped7g/sjasmplus | 487635c8057cd5594c372d9b70bc00a3f3a1ecc4 | [
"BSD-3-Clause"
] | 51 | 2016-05-12T21:27:36.000Z | 2022-03-27T15:16:16.000Z | OUTPUT "redefine.bin"
DEFINE+ do_stuff set 4,e
do_stuff ; set 4,e
DEFINE+ do_stuff set 2,e
do_stuff ; set 2,e
| 29 | 44 | 0.465517 |
22c36a74fa3475bdbcde9e073c2feb1d043584a4 | 1,806 | asm | Assembly | src/os/boot/boot_disk16.asm | PatrickDropbox/abc | 2d27e5a7cb200de7645e4325d8d1f49335c1adba | [
"BSD-3-Clause"
] | null | null | null | src/os/boot/boot_disk16.asm | PatrickDropbox/abc | 2d27e5a7cb200de7645e4325d8d1f49335c1adba | [
"BSD-3-Clause"
] | null | null | null | src/os/boot/boot_disk16.asm | PatrickDropbox/abc | 2d27e5a7cb200de7645e4325d8d1f49335c1adba | [
"BSD-3-Clause"
] | null | null | null | ; bits 16
;
; Save which drive number did the BIOS boot from.
;
save_boot_drive_id:
pushf
pusha
mov [_boot_drive_id], dl ; BIOS stores the drive id in dl on startup
mov si, .msg
call print_str
xor dh, dh
call print_hex16
mov si, _crlf
call print_str
popa
popf
ret
.msg:
db 'Boot drive: ... | 15.435897 | 79 | 0.674419 |
f75171affacdcec62f0c0a52f118502f789adf35 | 1,068 | asm | Assembly | programs/oeis/221/A221374.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/221/A221374.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/221/A221374.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A221374: Number of n X 2 arrays of occupancy after each element stays put or moves to some horizontal, vertical or antidiagonal neighbor, with no occupancy greater than 2.
; 3,19,139,1035,7723,57643,430251,3211435,23970475,178918059,1335462571,9968028331,74402376363,555346897579,4145165675179,30939937811115,230938839... | 76.285714 | 794 | 0.878277 |
f1291f841c135a5f74201c8b76896f76d76e5f6c | 622 | asm | Assembly | oeis/179/A179899.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/179/A179899.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/179/A179899.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A179899: Integers of the form A179896(n)/A141468(n+1).
; Submitted by Jamie Morken(s2)
; 0,12,21,30,36,39,48,51,57,66,72,75,81,84,93,96,102,111,114,120,126,129,135,138,141,147,156,165,171,174,177,180,183,186,192,198,201,210,213,216,219,228,231,237,240,246,252,255,261,264,273,276,279,282,291,300,303,306,309,312,318,32... | 44.428571 | 384 | 0.696141 |
1fbaed29f7e48c7f1dd70cf4cf2e48cb589bebcf | 867 | asm | Assembly | libsrc/strings/strncat_callee.asm | andydansby/z88dk-mk2 | 51c15f1387293809c496f5eaf7b196f8a0e9b66b | [
"ClArtistic"
] | 1 | 2020-09-15T08:35:49.000Z | 2020-09-15T08:35:49.000Z | libsrc/strings/strncat_callee.asm | andydansby/z88dk-MK2 | 51c15f1387293809c496f5eaf7b196f8a0e9b66b | [
"ClArtistic"
] | null | null | null | libsrc/strings/strncat_callee.asm | andydansby/z88dk-MK2 | 51c15f1387293809c496f5eaf7b196f8a0e9b66b | [
"ClArtistic"
] | null | null | null | ; char __CALEE__ *strncat_callee(char *dst, char *src, uint n)
; copy src to dst but no more than n chars, add '\0'
; 04.2001 dom, 12.2006 aralbrec
XLIB strncat_callee
XDEF ASMDISP_STRNCAT_CALLEE
LIB rcmx_cpir
.strncat_callee
pop hl
pop bc
pop de
ex (sp),hl
; enter : de = char *src
; ... | 13.761905 | 62 | 0.566321 |
67963453ee222933d0366a5600a6dc73c0e4f0b6 | 7,939 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_1249.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_1249.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_1249.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 %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WC_ht+0xb317, %rsi
lea addresses_normal_ht+0xcae9, %rdi
nop
xor $44650, %rdx
mov $44, %rcx
rep movsq
nop
nop
nop
nop
nop
xor %r10, %r10
lea addresses_normal_ht+0x1b6b5, %r15
clflush (%r15)
cm... | 34.973568 | 2,999 | 0.65575 |
fe9821ce780ed79e564c132821db325be9e43721 | 22,322 | asm | Assembly | third_party/dav1d/libdav1d/src/x86/cdef.asm | zipated/src | 2b8388091c71e442910a21ada3d97ae8bc1845d3 | [
"BSD-3-Clause"
] | 2,151 | 2020-04-18T07:31:17.000Z | 2022-03-31T08:39:18.000Z | third_party/dav1d/libdav1d/src/x86/cdef.asm | cangulcan/src | 2b8388091c71e442910a21ada3d97ae8bc1845d3 | [
"BSD-3-Clause"
] | 395 | 2020-04-18T08:22:18.000Z | 2021-12-08T13:04:49.000Z | third_party/dav1d/libdav1d/src/x86/cdef.asm | cangulcan/src | 2b8388091c71e442910a21ada3d97ae8bc1845d3 | [
"BSD-3-Clause"
] | 338 | 2020-04-18T08:03:10.000Z | 2022-03-29T12:33:22.000Z | ; Copyright © 2018, VideoLAN and dav1d authors
; Copyright © 2018, Two Orioles, LLC
; All rights reserved.
;
; Redistribution and use in source and binary forms, with or without
; modification, are permitted provided that the following conditions are met:
;
; 1. Redistributions of source code must retain the above copy... | 32.491994 | 81 | 0.50784 |
84f1a4ca3828ce9ee73ce2250b12361d9788b496 | 683 | asm | Assembly | oeis/042/A042763.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/042/A042763.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/042/A042763.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A042763: Denominators of continued fraction convergents to sqrt(912).
; Submitted by Jon Maiga
; 1,5,301,1510,90901,456015,27451801,137715020,8290353001,41589480025,2503659154501,12559885252530,756096774306301,3793043756784035,228338722181348401,1145486654663526040,68957538001992910801,345933176664628080045,208249481... | 68.3 | 470 | 0.877013 |
e8f89e94584fbab94245084348f35efc519ce0cb | 4,915 | asm | Assembly | cmd/graftabl/grtabsm.asm | minblock/msdos | 479ffd237d9bb7cc83cb06361db2c4ef42dfbac0 | [
"Apache-2.0"
] | null | null | null | cmd/graftabl/grtabsm.asm | minblock/msdos | 479ffd237d9bb7cc83cb06361db2c4ef42dfbac0 | [
"Apache-2.0"
] | null | null | null | cmd/graftabl/grtabsm.asm | minblock/msdos | 479ffd237d9bb7cc83cb06361db2c4ef42dfbac0 | [
"Apache-2.0"
] | null | null | null | ;/*
; * Microsoft Confidential
; * Copyright (C) Microsoft Corporation 1981 - 1991
; * All Rights Reserved.
; */
PAGE 90,132 ;AN000;A2
TITLE GRTABSM.SAL - GRAFTABL SYSTEM MESSAGES ;AN000;
;****************** START OF SPECIFICATIONS *****************... | 32.335526 | 81 | 0.644557 |
64f19c78f65210e5d381e150ec64f792f6f20d55 | 159 | asm | Assembly | libsrc/_DEVELOPMENT/adt/p_stack/c/sccz80/p_stack_top.asm | teknoplop/z88dk | bb03fbfd6b2ab0f397a1358559089f9cd3706485 | [
"ClArtistic"
] | 8 | 2017-01-18T12:02:17.000Z | 2021-06-12T09:40:28.000Z | libsrc/_DEVELOPMENT/adt/p_stack/c/sccz80/p_stack_top.asm | teknoplop/z88dk | bb03fbfd6b2ab0f397a1358559089f9cd3706485 | [
"ClArtistic"
] | 1 | 2017-03-06T07:41:56.000Z | 2017-03-06T07:41:56.000Z | libsrc/_DEVELOPMENT/adt/p_stack/c/sccz80/p_stack_top.asm | teknoplop/z88dk | bb03fbfd6b2ab0f397a1358559089f9cd3706485 | [
"ClArtistic"
] | 3 | 2017-03-07T03:19:40.000Z | 2021-09-15T17:59:19.000Z |
; void *p_stack_top(p_stack_t *s)
SECTION code_clib
SECTION code_adt_p_stack
PUBLIC p_stack_top
EXTERN asm_p_stack_top
defc p_stack_top = asm_p_stack_top
| 13.25 | 34 | 0.830189 |
529da6fa381a1361cc2737fa226ad9c75432b741 | 6,537 | asm | Assembly | Transynther/x86/_processed/US/_zr_/i7-8650U_0xd2.log_21829_1536.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/US/_zr_/i7-8650U_0xd2.log_21829_1536.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/US/_zr_/i7-8650U_0xd2.log_21829_1536.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %r8
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_D_ht+0xe600, %rbp
nop
nop
nop
inc %r12
mov $0x6162636465666768, %rdx
movq %rdx, %xmm1
and $0xffffffffffffffc0, %rbp
vmovntdq %ymm1, (%rbp)
nop
and %rcx, %rcx
lea addresses_A_ht+0x5d4... | 36.724719 | 2,999 | 0.656723 |
b3207d418dddb1334fadd3073bd41f75fd470405 | 5,326 | asm | Assembly | code/example.asm | VladThodo/minZ80 | d39b8e6c123008b21798111f1752e6932534ecd5 | [
"Apache-2.0"
] | 1 | 2021-07-09T15:08:23.000Z | 2021-07-09T15:08:23.000Z | code/example.asm | VladThodo/minZ80 | d39b8e6c123008b21798111f1752e6932534ecd5 | [
"Apache-2.0"
] | null | null | null | code/example.asm | VladThodo/minZ80 | d39b8e6c123008b21798111f1752e6932534ecd5 | [
"Apache-2.0"
] | null | null | null | ;*****************************************************
;
; Firmware for the Z80 SBC. Assembled with the generic z80asm from
; the main Ubuntu repository. The memory map is explained below.
;
; Total memory: 64KB divided into 32KB ROM and 32KB RAM.
; ROM: 0x0000 - 0x7FFF
; RAM: 0x8000 - 0xFFFF
;
; I/O addres... | 21.219124 | 164 | 0.668795 |
4b0976e4c74d496923916ee7a75ce75da6bce40a | 722 | asm | Assembly | oeis/127/A127553.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/127/A127553.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/127/A127553.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A127553: a(n) = Product_{k=1..n} lcm(k,n)/gcd(k,n).
; Submitted by Christian Krause
; 1,2,18,96,15000,6480,84707280,41287680,21427701120,56700000000,94121726392108800,2483144294400,11159820050604594969600,24625709514114508800,620634514500000000000,359450793240158011392000,1018127893314230509110892720128000,2232369676... | 38 | 490 | 0.814404 |
9a0ae6bbc1712d8abeab6e648e7ecda02833ae98 | 8,304 | asm | Assembly | hacks/images/m6502/dmsc.asm | MBrassey/xscreensaver_BlueMatrix | 2152a79ec08a676d940158735700087323d4a556 | [
"CC0-1.0"
] | 2 | 2020-07-15T07:40:50.000Z | 2020-09-01T05:51:36.000Z | hacks/images/m6502/dmsc.asm | luc1dLife/xscreensaver_BlueMatrix | 2152a79ec08a676d940158735700087323d4a556 | [
"CC0-1.0"
] | null | null | null | hacks/images/m6502/dmsc.asm | luc1dLife/xscreensaver_BlueMatrix | 2152a79ec08a676d940158735700087323d4a556 | [
"CC0-1.0"
] | null | null | null | ;
; 6502 Assembler Demo.
; Copyright (C) 2007 Daniel Serpell <daniel.serpell@gmail.com>
;
; Redistribution and use in source and binary forms, with or without
; modification, are permitted provided that the following conditions are met:
;
; 1. Redistributions of source code must retain the above copyright notice,
; th... | 63.389313 | 78 | 0.605371 |
c6dfc142eb957b6100136afa302c8572017258c0 | 768 | asm | Assembly | oeis/095/A095917.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/095/A095917.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/095/A095917.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A095917: Unreduced numerator of Sum[k=1..n, -(-1)^k/(F(k)*F(k+1))], with F(i) = A000045(i) the Fibonacci numbers.
; Submitted by Christian Krause
; 1,1,8,108,4500,460800,126547200,90150278400,168726978201600,825645617596800000,10582810279847245440000,355057327760217947504640000,31189165230267027857184030720000,717252... | 42.666667 | 489 | 0.820313 |
f813c56434abf60c7dcab0d60febfc55de41e178 | 977 | asm | Assembly | UefiCpuPkg/ResetVector/Vtf0/Ia32/Flat32ToFlat64.asm | KaoTuz/edk2-stable202108 | 49d9306e7bf64b2f07d8473be1f2faea49d0a012 | [
"Python-2.0",
"Zlib",
"BSD-2-Clause",
"MIT",
"BSD-2-Clause-Patent",
"BSD-3-Clause"
] | 9 | 2021-07-26T17:02:51.000Z | 2021-12-30T10:49:46.000Z | UefiCpuPkg/ResetVector/Vtf0/Ia32/Flat32ToFlat64.asm | ESdove/edk2_exploring | 34ff32b45f43d233d9696e7c8e3de68ea3000a7b | [
"Python-2.0",
"Zlib",
"BSD-2-Clause",
"MIT",
"BSD-2-Clause-Patent",
"BSD-3-Clause"
] | null | null | null | UefiCpuPkg/ResetVector/Vtf0/Ia32/Flat32ToFlat64.asm | ESdove/edk2_exploring | 34ff32b45f43d233d9696e7c8e3de68ea3000a7b | [
"Python-2.0",
"Zlib",
"BSD-2-Clause",
"MIT",
"BSD-2-Clause-Patent",
"BSD-3-Clause"
] | null | null | null | ;------------------------------------------------------------------------------
; @file
; Transition from 32 bit flat protected mode into 64 bit flat protected mode
;
; Copyright (c) 2008 - 2018, Intel Corporation. All rights reserved.<BR>
; SPDX-License-Identifier: BSD-2-Clause-Patent
;
;------------------------------... | 24.425 | 79 | 0.507677 |
5a41ef9f220d00c389f38fc493ec536402bd5304 | 6,468 | asm | Assembly | storageio.asm | laubzega/c0pperdragon-VIC-II-Palette-editor | 715c309b4d5a4380c5af3bdb1d0118e2eb158222 | [
"MIT"
] | 12 | 2019-09-25T10:11:19.000Z | 2022-03-26T20:21:06.000Z | storageio.asm | laubzega/c0pperdragon-VIC-II-Palette-editor | 715c309b4d5a4380c5af3bdb1d0118e2eb158222 | [
"MIT"
] | 5 | 2020-06-14T19:26:06.000Z | 2021-01-25T18:37:16.000Z | storageio.asm | laubzega/c0pperdragon-VIC-II-Palette-editor | 715c309b4d5a4380c5af3bdb1d0118e2eb158222 | [
"MIT"
] | 1 | 2020-09-11T05:06:35.000Z | 2020-09-11T05:06:35.000Z | ;*******************
;save load functions
;*******************
saveram
jsr prepls
jsr getdrive
ldy seldevice
cpy #0
bne +
jsr SetIRQ
jmp mainscr
+ #prints fntxt
jsr filtered_text
lda #64
sta FullPalOddL-1
jsr fullcalc
lda #13
jsr $ffd2
lda seldevice
cmp #1
beq +
... | 17.672131 | 67 | 0.575758 |
352ac4718939cb143292d1631725367828989cf9 | 1,336 | asm | Assembly | dd/nd/sgc.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | dd/nd/sgc.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | dd/nd/sgc.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | ; Super Gold Card timing constants
section init
xdef nd_gold
xdef nd.ptype
nd.ptype equ $20
xdef nd.card
nd.card equ 'SGC '
xref nd_initb
xref nd_proctab
xref ut_procdef
include 'dev8_sys_gold_keys'
nd_gold
lea ndt_sgl,a1
ndg_init
jsr nd_initb
lea nd_proctab,a1
jmp ut_procdef
ndt_sgl
nsg_wgap dc.w ... | 29.043478 | 68 | 0.696856 |
aa8b5bf4ebea80fabf86a82048a1553e29254585 | 832 | asm | Assembly | TestAPUltra.asm | MonstersGoBoom/Kickassembler-Modules | c6eba8e1e3846fd8b99e3c4b4d2ba6a41d6e9a36 | [
"MIT"
] | 16 | 2020-10-16T13:31:39.000Z | 2022-03-25T18:48:48.000Z | TestAPUltra.asm | MonstersGoBoom/Kickassembler-Modules | c6eba8e1e3846fd8b99e3c4b4d2ba6a41d6e9a36 | [
"MIT"
] | null | null | null | TestAPUltra.asm | MonstersGoBoom/Kickassembler-Modules | c6eba8e1e3846fd8b99e3c4b4d2ba6a41d6e9a36 | [
"MIT"
] | 4 | 2020-12-08T22:48:55.000Z | 2021-10-18T01:31:47.000Z |
// https://github.com/emmanuel-marty/apultra
// use the compressor above to generate data
//
// NOTE : this file won't build AS IS it will need data
//
// we only write CODE and DATA
.file [name="TestAPUltra.prg", segments="CODE,DATA"]
// NOTE: doesn't get written to the prg
.segment ZP [start=$02] ... | 20.292683 | 63 | 0.581731 |
898942ee2045df59b05c18909f2b1b18ef1174e7 | 7,710 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_21829_2717.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_21829_2717.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_21829_2717.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 %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_UC_ht+0xed32, %rsi
lea addresses_D_ht+0x4f0e, %rdi
and $55124, %r11
mov $113, %rcx
rep movsq
nop
nop
nop
nop
and $36463, %rdx
lea addresses_UC_ht+0x1250e, %r14
nop
nop
nop
nop
nop
a... | 34.573991 | 2,999 | 0.661479 |
15fc2b24c386324af77692e97782291beb48f808 | 2,734 | asm | Assembly | cFreeMU/MU6Cfix/MU6Cfix.asm | MokhaLeee/FreeMovement | 9126c22d1ab41a0ef7798743da70ea66f5c05ff3 | [
"MIT"
] | 1 | 2022-03-25T21:47:35.000Z | 2022-03-25T21:47:35.000Z | cFreeMU/MU6Cfix/MU6Cfix.asm | MokhaLeee/FreeMovement | 9126c22d1ab41a0ef7798743da70ea66f5c05ff3 | [
"MIT"
] | null | null | null | cFreeMU/MU6Cfix/MU6Cfix.asm | MokhaLeee/FreeMovement | 9126c22d1ab41a0ef7798743da70ea66f5c05ff3 | [
"MIT"
] | null | null | null | .thumb
.include "../../../_FuncLib/_Definitions.h.s"
.include "../../../_FuncLib/MokhaRAMSpace.s"
SET_FUNC_INLINE MU_ExecCmd_FixForFreeMU
SET_FUNC_INLINE MU_CALL2_FixForFreeMU
SET_FUNC_INLINE MU_GetSpeed_FixForFreeMU
MU_ExecCmd_FixForFreeMU:
push {r4-r7, lr}
asr r4, r0, #0x18
ldr r0, =FreeMovementContr... | 15.446328 | 54 | 0.621068 |
204a227599231844e5aacae3f9f839b9d59f4df4 | 351 | asm | Assembly | src/mem_layout.asm | Gegel85/SpaceShooterGB | 7f1ff08708fd3ad91c911c7c91f8d07e1c7b2366 | [
"MIT"
] | 3 | 2020-02-24T14:31:36.000Z | 2020-03-28T22:38:57.000Z | src/mem_layout.asm | Gegel85/BTTGB | 4efeb1470759f0c391a0543649f3bd9a96a17eef | [
"MIT"
] | 4 | 2020-02-24T16:35:26.000Z | 2020-02-26T16:47:11.000Z | src/mem_layout.asm | Gegel85/BTTGB | 4efeb1470759f0c391a0543649f3bd9a96a17eef | [
"MIT"
] | 1 | 2020-02-24T14:31:39.000Z | 2020-02-24T14:31:39.000Z | ; Crash handler
SECTION "rst 38h", ROM0
jp pcAt38
SECTION "vblank", ROM0
jp vblank_interrupt
SECTION "hblank", ROM0
jp hblank_interrupt
SECTION "timer", ROM0
jp timer_interrupt
SECTION "serial", ROM0
jp serial_interrupt
SECTION "joypad", ROM0
jp joypad_interrupt
SECTION "Start", ROM0
nop
jp main
SECTION ... | 13.5 | 23 | 0.740741 |
9a01246b2d0b3279e09de1d819a1891250d8911e | 403 | asm | Assembly | audio/music/jigglypuffsong.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | 16 | 2018-08-28T21:47:01.000Z | 2022-02-20T20:29:59.000Z | audio/music/jigglypuffsong.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | 5 | 2019-04-03T19:53:11.000Z | 2022-03-11T22:49:34.000Z | audio/music/jigglypuffsong.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | 2 | 2019-12-09T19:46:02.000Z | 2020-12-05T21:36:30.000Z | Music_JigglypuffSong_Ch1::
tempo 144
volume 7, 7
vibrato 8, 2, 4
duty 2
dutycycle 165
toggleperfectpitch
notetype 13, 6, 7
octave 4
E_ 8
notetype 12, 6, 7
B_ 2
G# 6
F# 8
G# 2
A_ 6
G# 8
F# 4
G# 4
E_ 10
endchannel
Music_JigglypuffSong_Ch2::
vibrato 5, 1, 5
duty 2
dutycycle 10
notetype 12, 10, 7
... | 9.829268 | 26 | 0.635236 |
e6f31923a94cfa4193af6ae95132411f03f36dda | 5,371 | asm | Assembly | juegoFuncionando.asm | ribriel2911/Organizacion-del-Computador | 22b1eba2ce039edada912165afbae456d45f58f2 | [
"Apache-2.0"
] | null | null | null | juegoFuncionando.asm | ribriel2911/Organizacion-del-Computador | 22b1eba2ce039edada912165afbae456d45f58f2 | [
"Apache-2.0"
] | null | null | null | juegoFuncionando.asm | ribriel2911/Organizacion-del-Computador | 22b1eba2ce039edada912165afbae456d45f58f2 | [
"Apache-2.0"
] | null | null | null |
; You may customize this and other start-up templates;
; The location of this template is c:\emu8086\inc\0_com_template.txt
org 100h
start:
call reiniciarTabla
mov estado,0
mov ax,0
mov bx,0
mov cx,0 ;guarda posicion ingresada por el usuario
mov dx,0
mov di,0 ;guarda mi posicion actual en TAMANIOS y BLOQUES
mov ... | 15.937685 | 68 | 0.498231 |
a5fa4061e2bb9b532ef85deb4e5e200cfd1cda43 | 472 | asm | Assembly | oeis/061/A061163.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/061/A061163.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/061/A061163.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A061163: a(n) = (10n)!*n!/((5n)!*(4n)!*(2n)!).
; Submitted by Jon Maiga
; 1,630,1385670,3528923580,9540949030470,26651569523959380,75998432812419471900,219813190240007470094520,642409325786050322446410310,1892390644737640220059489996260
mov $1,1
mov $2,1
mov $3,$0
mul $3,8
lpb $3
mul $1,$0
mul $1,2
sub $3,1
... | 17.481481 | 164 | 0.631356 |
d7c084befc847dd5b21f51912ef94e94b42f448e | 516 | asm | Assembly | programs/oeis/144/A144610.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/144/A144610.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/144/A144610.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A144610: Sturmian word of slope e.
; 0,1,1,0,1,1,1,0,1,1,1,0,1,1,0,1,1,1,0,1,1,1,0,1,1,1,0,1,1,0,1,1,1,0,1,1,1,0,1,1,0,1,1,1,0,1,1,1,0,1,1,1,0,1,1,0,1,1,1,0,1,1,1,0,1,1,0,1,1,1,0,1,1,1,0,1,1,1,0,1,1,0,1,1,1,0,1,1,1,0,1,1,0,1,1,1,0,1,1,1,0,1,1,1,0
mov $5,$0
mov $7,2
lpb $7
clr $0,5
mov $0,$5
sub $7,1
add $0,$... | 17.2 | 211 | 0.494186 |
176e8666aa4f628c561eaa78ec37ba75022180ef | 1,340 | asm | Assembly | Assembler/compass.asm | paulscottrobson/elf-replica | 779619efcd59c41e1d7f34e3e7b8dee9a3aeb2f4 | [
"MIT"
] | null | null | null | Assembler/compass.asm | paulscottrobson/elf-replica | 779619efcd59c41e1d7f34e3e7b8dee9a3aeb2f4 | [
"MIT"
] | null | null | null | Assembler/compass.asm | paulscottrobson/elf-replica | 779619efcd59c41e1d7f34e3e7b8dee9a3aeb2f4 | [
"MIT"
] | null | null | null | ; ************************************************************************************************************
; ************************************************************************************************************
;
; Update Compass
;
; *****************************************************************... | 20 | 110 | 0.434328 |
21f75e6ae23dc2a89d65a133c48f2e64f38bd7c4 | 4,296 | asm | Assembly | Transynther/x86/_processed/US/_zr_/i9-9900K_12_0xa0.log_21829_70.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/US/_zr_/i9-9900K_12_0xa0.log_21829_70.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/US/_zr_/i9-9900K_12_0xa0.log_21829_70.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r13
push %r15
push %rax
lea addresses_normal_ht+0x19a80, %r10
nop
nop
nop
cmp %r13, %r13
mov $0x6162636465666768, %r12
movq %r12, %xmm3
vmovups %ymm3, (%r10)
nop
nop
nop
nop
nop
sub %r15, %r15
lea addresses_WT_ht+0x1b02d, %r12
nop
nop
nop
add %rax, ... | 57.28 | 2,999 | 0.662709 |
8731e01a8949230fb92c270e70db90fb09a89e1d | 3,097 | asm | Assembly | libtool/src/gmp-6.1.2/mpn/powerpc64/mode64/p7/aormul_2.asm | kroggen/aergo | 05af317eaa1b62b21dc0144ef74a9e7acb14fb87 | [
"MIT"
] | 1,602 | 2015-01-06T11:26:31.000Z | 2022-03-30T06:17:21.000Z | libtool/src/gmp-6.1.2/mpn/powerpc64/mode64/p7/aormul_2.asm | kroggen/aergo | 05af317eaa1b62b21dc0144ef74a9e7acb14fb87 | [
"MIT"
] | 11,789 | 2015-01-05T04:50:15.000Z | 2022-03-31T23:39:19.000Z | libtool/src/gmp-6.1.2/mpn/powerpc64/mode64/p7/aormul_2.asm | kroggen/aergo | 05af317eaa1b62b21dc0144ef74a9e7acb14fb87 | [
"MIT"
] | 498 | 2015-01-08T18:58:18.000Z | 2022-03-20T15:37:45.000Z | dnl PowerPC-64 mpn_mul_2 and mpn_addmul_2.
dnl Copyright 2013 Free Software Foundation, Inc.
dnl This file is part of the GNU MP Library.
dnl
dnl The GNU MP Library is free software; you can redistribute it and/or modify
dnl it under the terms of either:
dnl
dnl * the GNU Lesser General Public License as publ... | 22.772059 | 79 | 0.644495 |
46f1cd9b48b4ebe28ab653e5cb5da03a29d868bc | 565 | asm | Assembly | oeis/011/A011917.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/011/A011917.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/011/A011917.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A011917: [ n(n-1)(n-2)(n-3)/7 ].
; 0,0,0,0,3,17,51,120,240,432,720,1131,1697,2451,3432,4680,6240,8160,10491,13289,16611,20520,25080,30360,36432,43371,51257,60171,70200,81432,93960,107880,123291,140297,159003,179520,201960,226440,253080,282003,313337,347211,383760,423120,465432,510840,559491,611537,667131,726432,78960... | 80.714286 | 500 | 0.8 |
79d4f89f3251bd8859b01869a2e21f2c765d0b26 | 376 | asm | Assembly | programs/oeis/249/A249407.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/249/A249407.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/249/A249407.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A249407: Numbers not in A249406.
; 2,3,4,5,7,8,9,10,11,12,13,14,15,16,17,18,19,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,57,58,59,60,61,62,63,64,65,66,67,68,69,70
mov $2,$0
add $0,5
add $2,2
mov $1,$2
add $2,4
lpb $0
sub $0,1
sub $2,$0
sub $0,$2
... | 19.789474 | 192 | 0.593085 |
84b4ed4f8704dfd28d58ede09326332fcfbe67f0 | 2,313 | asm | Assembly | apu/channel_3/channel_3_extra_length_clocking-cgb0.asm | endrift/SameSuite | 89ffe653cdd888385935fe9a2f1062d2dcc18cdb | [
"MIT"
] | 21 | 2018-09-09T01:49:32.000Z | 2022-03-22T20:49:05.000Z | apu/channel_3/channel_3_extra_length_clocking-cgb0.asm | mattcurrie/SameSuite | ab8d88e5606928060fe84b07c85a4d05edce3bca | [
"MIT"
] | 3 | 2020-10-18T16:33:08.000Z | 2021-09-04T10:58:51.000Z | apu/channel_3/channel_3_extra_length_clocking-cgb0.asm | mattcurrie/SameSuite | ab8d88e5606928060fe84b07c85a4d05edce3bca | [
"MIT"
] | 9 | 2018-09-29T19:18:03.000Z | 2021-05-15T14:23:08.000Z | RESULTS_START EQU $c000
RESULTS_N_ROWS EQU 4
include "base.inc"
; "Extra length clocking occurs when writing to NRx4 when the frame
; sequencer's next step is one that doesn't clock the length counter.
;
; In this case, if the length counter was PREVIOUSLY disabled
; and now enabled and the length counter is not zer... | 19.769231 | 69 | 0.565499 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.