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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
2f32d4df35e8a913b757cdb5264bc3767366e12a | 1,308 | asm | Assembly | Appl/FileMgrs2/CommonDesktop/CShObj/cshobjManager.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 504 | 2018-11-18T03:35:53.000Z | 2022-03-29T01:02:51.000Z | Appl/FileMgrs2/CommonDesktop/CShObj/cshobjManager.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 96 | 2018-11-19T21:06:50.000Z | 2022-03-06T10:26:48.000Z | Appl/FileMgrs2/CommonDesktop/CShObj/cshobjManager.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 73 | 2018-11-19T20:46:53.000Z | 2022-03-29T00:59:26.000Z | COMMENT @----------------------------------------------------------------------
Copyright (c) GeoWorks 1988 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: CommonDesktop/CDeskVis
FILE: cshobjManager.asm
REVISION HISTORY:
Name Date Description
---- ---- -----------
chrisb 11/92 Initial version
... | 29.066667 | 80 | 0.377676 |
18ad26f8b552cc33319a96dfdce6b801276bc182 | 257 | asm | Assembly | List 03/ex01 d.asm | LeonardoSanBenitez/Assembly-exercises | 0f8e7f316d7e0171e28aae1b1dc0b056b123cd92 | [
"MIT"
] | null | null | null | List 03/ex01 d.asm | LeonardoSanBenitez/Assembly-exercises | 0f8e7f316d7e0171e28aae1b1dc0b056b123cd92 | [
"MIT"
] | null | null | null | List 03/ex01 d.asm | LeonardoSanBenitez/Assembly-exercises | 0f8e7f316d7e0171e28aae1b1dc0b056b123cd92 | [
"MIT"
] | null | null | null | q = 10;
while ( q ) {
a += a * q ;
q - -;
}
// # Mapeamento de registradores
// # a -> $t0 e q -> $t1
li $t1, 10
while: ble $t1, DONE
mul $t2, $t0, $t1
add $t0, $t0, $t2
addi $t1, $t1, -1
j while
DONE:
| 15.117647 | 32 | 0.396887 |
650e6575e0350afbcf22fa3a4a327a58c0927808 | 626 | asm | Assembly | oeis/089/A089034.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/089/A089034.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/089/A089034.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A089034: a(n) = (prime(n)^4 - 1) / 240.
; Submitted by Jon Maiga
; 10,61,119,348,543,1166,2947,3848,7809,11774,14245,20332,32877,50489,57691,83963,105882,118326,162292,197743,261426,368872,433585,468962,546165,588159,679364,1083936,1227083,1467814,1555421,2053685,2166190,2531555,2941299,3240818,3732271,4277607,447201... | 69.555556 | 501 | 0.809904 |
d3fdc308123db16350a2ac609488222cf2559e2f | 18,979 | asm | Assembly | base/boot/lib/i386/wakea.asm | npocmaka/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 17 | 2020-11-13T13:42:52.000Z | 2021-09-16T09:13:13.000Z | base/boot/lib/i386/wakea.asm | sancho1952007/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 2 | 2020-10-19T08:02:06.000Z | 2020-10-19T08:23:18.000Z | base/boot/lib/i386/wakea.asm | sancho1952007/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 14 | 2020-11-14T09:43:20.000Z | 2021-08-28T08:59:57.000Z | ;++
;
;Copyright (c) 1997 Microsoft Corporation
;
;Module Name:
;
; wakea.asm
;
;Abstract:
;
;
;Author:
;
; Ken Reneris (kenr) 05-May-1997
;
;Revision History:
;
; Steve Deng (sdeng) 20-Aug-2002
;
; Support hibernation in PAE mode. It is assumed that all the
; physical pages ar... | 27.992625 | 92 | 0.507139 |
50511e24f7869829b21a0cd6ee25cd3a2cd1f88a | 364 | asm | Assembly | programs/oeis/186/A186685.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/186/A186685.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/186/A186685.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A186685: Total number of n-digit numbers requiring 19 positive biquadrates in their representation as sum of biquadrates.
; 0,1,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
mov $13,$0
mul $13,... | 36.4 | 175 | 0.615385 |
9800d33afe79d96aef27f6df1e8462b4c413d772 | 594 | asm | Assembly | software/profi/net-tools/src/pqdos/browser/gopher/engine/fetcher.asm | andykarpov/karabas-pro | 11d897e51a7a66fddcdfb97fc7b785ca535d48dd | [
"MIT"
] | 26 | 2020-07-25T15:00:32.000Z | 2022-03-22T19:30:04.000Z | software/profi/net-tools/src/pqdos/browser/gopher/engine/fetcher.asm | zxrepo/andykarpov.karabas-pro | ab84aa2c95c206b2384d99054eb23cbe6aeec56b | [
"MIT"
] | 42 | 2020-07-29T14:29:18.000Z | 2022-03-22T11:34:28.000Z | software/profi/net-tools/src/pqdos/browser/gopher/engine/fetcher.asm | zxrepo/andykarpov.karabas-pro | ab84aa2c95c206b2384d99054eb23cbe6aeec56b | [
"MIT"
] | 7 | 2020-09-07T14:21:31.000Z | 2022-01-24T17:18:56.000Z | MODULE Fetcher
fetchFromNet:
call Gopher.makeRequest : jr c, .error
call Gopher.loadBuffer
jp MediaProcessor.processResource
.error
ld hl, .err : call DialogBox.msgBox
jp History.back
.err db "Document fetch error! Check your connection or hostname!", 0
fetchFromFS:
call UrlEncoder.... | 22.846154 | 69 | 0.681818 |
bca90cd7612f857b3969c1fa947e865c994ce685 | 359 | asm | Assembly | libsrc/_DEVELOPMENT/l/z80/long/l_long_add_mhl_bc.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/l/z80/long/l_long_add_mhl_bc.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/l/z80/long/l_long_add_mhl_bc.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
PUBLIC l_long_add_mhl_bc
EXTERN l0_long_inc_mhl
l_long_add_mhl_bc:
; add bc to long pointed at by hl
;
; enter : hl = unsigned long *
; bc = unsigned int
;
; exit : *hl += bc
;
; uses : af, hl
ld a,(hl)
add a,c
ld (hl),a
inc hl
ld a,(hl)
adc a,b
ld (hl)... | 12.821429 | 36 | 0.529248 |
ece098095687e748305335b44282867cd9032464 | 498 | asm | Assembly | programs/oeis/104/A104879.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/104/A104879.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/104/A104879.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A104879: Row sums of a sum-of-powers triangle.
; 1,2,4,8,17,40,106,316,1049,3830,15208,65072,297841,1449756,7468542,40555748,231335961,1381989882,8623700812,56078446616,379233142801,2662013133296,19362917622002,145719550012300,1133023004941273,9090156910550110,75161929739797520
mov $14,$0
mov $16,$0
add $16,1
lpb $1... | 21.652174 | 231 | 0.682731 |
e2c0f6bcb2c0da8401616a2c0513d8e885f46ed3 | 474 | asm | Assembly | Documentation/Tut32/add_func.asm | geoffthorpe/ant-architecture | d85952e3050c352d5d715d9749171a335e6768f7 | [
"BSD-3-Clause"
] | null | null | null | Documentation/Tut32/add_func.asm | geoffthorpe/ant-architecture | d85952e3050c352d5d715d9749171a335e6768f7 | [
"BSD-3-Clause"
] | null | null | null | Documentation/Tut32/add_func.asm | geoffthorpe/ant-architecture | d85952e3050c352d5d715d9749171a335e6768f7 | [
"BSD-3-Clause"
] | 1 | 2020-07-15T04:09:05.000Z | 2020-07-15T04:09:05.000Z | # add_func.asm
# An Ant-32 function to compute the sum of two numbers.
main:
# Set up the stack and frame pointers. (This is usually done
# by the executive, but this is included here in order to make
# this example stand-alone.)
lc sp, 0x80002000
lc fp, 0x80002000
lc g1, 0x20
lc g2, 0x30
push g1
push g2
... | 15.290323 | 63 | 0.675105 |
f8978074255785cd0e3d638f95dc1681ddb7d806 | 4,234 | nasm | Assembly | repl/libmarkab/vm/math.nasm | samblenny/markab-lab | a18108bdf96e820f078c6e86d1068d21d66d6964 | [
"MIT"
] | null | null | null | repl/libmarkab/vm/math.nasm | samblenny/markab-lab | a18108bdf96e820f078c6e86d1068d21d66d6964 | [
"MIT"
] | null | null | null | repl/libmarkab/vm/math.nasm | samblenny/markab-lab | a18108bdf96e820f078c6e86d1068d21d66d6964 | [
"MIT"
] | null | null | null | ; Copyright (c) 2022 Sam Blenny
; SPDX-License-Identifier: MIT
;
; MarkabForth math words (meant to be included in ../libmarkab.nasm)
; This include path is relative to the working directory that will be in effect
; when running the Makefile in the parent directory of this file. So the
; include path is relative to ..... | 29.2 | 79 | 0.552197 |
db8433fb131cf6c6a3641532d242c556d226437f | 7,049 | asm | Assembly | Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0xca.log_21829_254.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0xca.log_21829_254.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0xca.log_21829_254.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r12
push %r14
push %r15
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0xc612, %rsi
lea addresses_A_ht+0x1025a, %rdi
nop
nop
nop
nop
nop
cmp %r15, %r15
mov $113, %rcx
rep movsl
nop
nop
nop
mfence
lea addresses_normal_ht+0x6fba, %rsi
lea addresses... | 34.385366 | 2,999 | 0.663357 |
35cd66162d29f14c003176735b4d7a3106e825c6 | 449 | asm | Assembly | oeis/188/A188941.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/188/A188941.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/188/A188941.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A188941: Decimal expansion of (9+sqrt(65))/4.
; Submitted by Jon Maiga
; 4,2,6,5,5,6,4,4,3,7,0,7,4,6,3,7,4,1,3,0,9,1,6,5,3,3,0,7,5,7,5,9,4,2,7,8,2,7,8,3,5,9,9,0,7,6,4,0,2,1,4,3,3,4,6,9,8,4,1,4,8,0,9,7,3,1,5,9,6,8,7,3,7,7,5,6,4,2,2,0,5,0,7,4,0,0,3,8,5,6,6,6,7,9,3,0,7,6,6,0
mov $1,2
mov $3,$0
mul $3,3
lpb $3
add $1,... | 19.521739 | 201 | 0.536748 |
b1e469a477790c2f06b571c96c7dc18ac6878629 | 2,149 | asm | Assembly | common/pixel_addr_160_200_16color.asm | c64scene-ar/64k-ought-to-be-enough | d97997ecd5ddb598bd58fa61da76e4b0c10c5bc1 | [
"MIT"
] | 4 | 2018-09-27T06:44:33.000Z | 2019-03-16T13:37:01.000Z | common/pixel_addr_160_200_16color.asm | c64scene-ar/64k-ought-to-be-enough | d97997ecd5ddb598bd58fa61da76e4b0c10c5bc1 | [
"MIT"
] | null | null | null | common/pixel_addr_160_200_16color.asm | c64scene-ar/64k-ought-to-be-enough | d97997ecd5ddb598bd58fa61da76e4b0c10c5bc1 | [
"MIT"
] | 2 | 2018-10-16T01:49:09.000Z | 2020-08-11T12:35:55.000Z | ;=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-;
;
; Name: PixelAddr16
;
; Function: Determine buffer address of pixel in 160x200 16-color mode
;
; Caller: AX = y-coordinate (0-199)
; BX = x-coordinate (0-159)
;
; Returns: AH = bit mask
; BX = b... | 34.111111 | 80 | 0.379711 |
a0493f03d5428a412514135e9a450caa2994b8e3 | 402,021 | asm | Assembly | asm/Visual Studio 2015_14_MSVC_x86_Debug/span_compile_only.asm | dbd64/GSL | 59f8a9f9599c239f0bceb932da93dd9034607b6c | [
"MIT"
] | null | null | null | asm/Visual Studio 2015_14_MSVC_x86_Debug/span_compile_only.asm | dbd64/GSL | 59f8a9f9599c239f0bceb932da93dd9034607b6c | [
"MIT"
] | null | null | null | asm/Visual Studio 2015_14_MSVC_x86_Debug/span_compile_only.asm | dbd64/GSL | 59f8a9f9599c239f0bceb932da93dd9034607b6c | [
"MIT"
] | 1 | 2019-04-08T21:36:56.000Z | 2019-04-08T21:36:56.000Z | ; Listing generated by Microsoft (R) Optimizing Compiler Version 19.00.24241.7
TITLE C:\projects\gsl\tests\span_compile_only.cpp
.686P
.XMM
include listing.inc
.model flat
INCLUDELIB MSVCRTD
INCLUDELIB OLDNAMES
CONST SEGMENT
$SG61561 DB 'GSL: Postcondition failure at C:\projects\gsl\include\gs'
D... | 36.457876 | 486 | 0.664709 |
a407ec19d0db4d3de6476ba615a7159606478bbb | 691 | asm | Assembly | oeis/159/A159470.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/159/A159470.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/159/A159470.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A159470: Numerator of Hermite(n, 10/11).
; Submitted by Christian Krause
; 1,20,158,-6520,-245108,1409200,324764680,4449135200,-461168663920,-17836899025600,647687369505760,56119043032067200,-601762916982989120,-175004959304782931200,-1606953049267174852480,560777741139261073856000,17048794391625066191622400,-1830355... | 38.388889 | 479 | 0.816208 |
3babc6383f57fbbb6e77b5be5627ed97dc7074c1 | 795 | asm | Assembly | programs/oeis/180/A180576.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/180/A180576.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/180/A180576.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A180576: Wiener index of the n-web graph.
; 4,27,69,148,255,417,616,888,1206,1615,2079,2652,3289,4053,4890,5872,6936,8163,9481,10980,12579,14377,16284,18408,20650,23127,25731,28588,31581,34845,38254,41952,45804,49963,54285,58932,63751,68913,74256,79960
mov $7,$0
add $7,1
mov $12,$0
lpb $7
mov $0,$12
sub $7,1
s... | 17.282609 | 210 | 0.520755 |
887ebb4fb05fa0d40591d78c1cade781c9364b4c | 305 | asm | Assembly | 5_2.asm | EduardaSRBastos/Assembly-2020 | 65fd798bd2b9a4f4520256f71aac7bd91398a7fd | [
"MIT"
] | null | null | null | 5_2.asm | EduardaSRBastos/Assembly-2020 | 65fd798bd2b9a4f4520256f71aac7bd91398a7fd | [
"MIT"
] | null | null | null | 5_2.asm | EduardaSRBastos/Assembly-2020 | 65fd798bd2b9a4f4520256f71aac7bd91398a7fd | [
"MIT"
] | null | null | null | inicio:
mov ah, 9
lea dx, texto1
int 21h
mov ah, 1
int 21h
cmp al, '5'
je cinco
jne diferente
cinco:
mov ah, 9
lea dx, texto2
int 21h
jmp inicio
diferente:
mov ah, 9
lea dx, texto3
int 21h
jmp inicio
ret
texto1 db 0ah, 0dh, 'Carregue numa tecla: $'
texto2 db ' Cinco $'
texto3 db ' Diferente $' | 10.892857 | 44 | 0.681967 |
130840f0dd18972df333e911229e407ef83ce0be | 951 | asm | Assembly | data/pokemon/base_stats/natu.asm | AtmaBuster/pokeplat-gen2 | fa83b2e75575949b8f72cb2c48f7a1042e97f70f | [
"blessing"
] | 6 | 2021-06-19T06:41:19.000Z | 2022-02-15T17:12:33.000Z | data/pokemon/base_stats/natu.asm | AtmaBuster/pokeplat-gen2-old | 01e42c55db5408d72d89133dc84a46c699d849ad | [
"blessing"
] | null | null | null | data/pokemon/base_stats/natu.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 40, 50, 45, 70, 70, 45
; hp atk def spd sat sdf
db PSYCHIC, FLYING ; type
db 190 ; catch rate
db 73 ; base exp
db NO_ITEM, NO_ITEM ; items
db GENDER_F50 ; gender ratio
db 20 ; step cycles to hatch
INCBIN "gfx/pokemon/natu/front.dimensions"
db GROWTH_MEDIUM_FAST... | 47.55 | 530 | 0.754995 |
ff72ba3e4f773a74035da0509553979f05634e40 | 29 | asm | Assembly | externals/skia/third_party/externals/yasm/source/patched-yasm/modules/parsers/tasm/tests/label.asm | terrajobst/linux-packaging-skiasharp | 47dbb2ff9ae01305b190f409ccea00b3b4f0bc79 | [
"MIT"
] | 2,151 | 2020-04-18T07:31:17.000Z | 2022-03-31T08:39:18.000Z | externals/skia/third_party/externals/yasm/source/patched-yasm/modules/parsers/tasm/tests/label.asm | terrajobst/linux-packaging-skiasharp | 47dbb2ff9ae01305b190f409ccea00b3b4f0bc79 | [
"MIT"
] | 395 | 2020-04-18T08:22:18.000Z | 2021-12-08T13:04:49.000Z | externals/skia/third_party/externals/yasm/source/patched-yasm/modules/parsers/tasm/tests/label.asm | terrajobst/linux-packaging-skiasharp | 47dbb2ff9ae01305b190f409ccea00b3b4f0bc79 | [
"MIT"
] | 338 | 2020-04-18T08:03:10.000Z | 2022-03-29T12:33:22.000Z | a label byte
mov ax,offset a
| 9.666667 | 15 | 0.758621 |
0aa22b475fbbaba53d89a018772260b8395d60b1 | 71 | asm | Assembly | src/main/fragment/mos6502-common/vwsm1_gt_vwsc1_then_la1.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | 2 | 2022-03-01T02:21:14.000Z | 2022-03-01T04:33:35.000Z | src/main/fragment/mos6502-common/vwsm1_gt_vwsc1_then_la1.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | src/main/fragment/mos6502-common/vwsm1_gt_vwsc1_then_la1.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | lda #<{c1}
cmp {m1}
lda #>{c1}
sbc {m1}+1
bvc !+
eor #$80
!:
bmi {la1}
| 7.888889 | 10 | 0.492958 |
97685446ffdc0f5d50718b6d44f146d28b3b13ee | 1,473 | asm | Assembly | Transynther/x86/_processed/US/_zr_/i7-7700_9_0x48_notsx.log_151_645.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_notsx.log_151_645.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_notsx.log_151_645.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 %rbx
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0x1b66a, %rsi
lea addresses_D_ht+0x906a, %rdi
dec %rbx
mov $89, %rcx
rep movsq
nop
nop
nop
nop
inc %rbx
pop %rsi
pop %rdi
pop %rcx
pop %rbx
ret
.global s_faulty_load
s_faulty_load:
push %r11
push %r12
push %r14
... | 24.966102 | 452 | 0.659199 |
cd931b20722cc7c8b398b83366481ccce2d43824 | 4,742 | asm | Assembly | expeb/expeb32.asm | msmania/procjack | a8e7a48208d776235c2808f5f60ff1bd754c1279 | [
"MIT"
] | 12 | 2017-09-26T01:27:55.000Z | 2022-03-27T12:13:09.000Z | expeb/expeb32.asm | msmania/procjack | a8e7a48208d776235c2808f5f60ff1bd754c1279 | [
"MIT"
] | null | null | null | expeb/expeb32.asm | msmania/procjack | a8e7a48208d776235c2808f5f60ff1bd754c1279 | [
"MIT"
] | 5 | 2019-12-12T06:19:30.000Z | 2022-03-27T10:53:43.000Z | BITS 32
ShellCode:
mov eax,dword [fs:00000030h]
sub esp,10h
push ebx
push ebp
push esi
push edi
mov edi,dword [esp+24h]
mov dword [edi+1000h],eax
mov ebp,dword [eax+0Ch]
mov edx,dword [edi+1008h]
add ebp,14h
mov ebx,dword [ebp]
cmp ebx,ebp
je ... | 17.119134 | 38 | 0.607971 |
070f240b34e46fa491adfe49bf13e7fe7024426b | 5,726 | asm | Assembly | Plugin64/list_field_adjustment_asm.asm | matanki-saito/EU4dll | 7b71e92c792210f6e52c007c28faa50b3d8d4ee5 | [
"MIT"
] | 483 | 2018-08-17T12:44:22.000Z | 2022-03-30T16:49:44.000Z | Plugin64/list_field_adjustment_asm.asm | Dawn-of-Higaara/EU4dll | c516f00bf729dc2c95cccedb65508c05283e1268 | [
"MIT"
] | 111 | 2018-08-24T18:43:15.000Z | 2022-03-07T11:20:10.000Z | Plugin64/list_field_adjustment_asm.asm | Dawn-of-Higaara/EU4dll | c516f00bf729dc2c95cccedb65508c05283e1268 | [
"MIT"
] | 95 | 2018-09-17T07:56:04.000Z | 2022-03-19T04:56:27.000Z | EXTERN listFieldAdjustmentProc1ReturnAddress : QWORD
EXTERN listFieldAdjustmentProc2ReturnAddress : QWORD
EXTERN listFieldAdjustmentProc3ReturnAddress : QWORD
EXTERN listFieldAdjustmentProc2V1315ReturnAddress : QWORD
ESCAPE_SEQ_1 = 10h
ESCAPE_SEQ_2 = 11h
ESCAPE_SEQ_3 = 12h
ESCAPE_SEQ_4 = 13h
LOW_SHIFT = 0Eh
HIGH_SHIF... | 19.676976 | 57 | 0.673245 |
07976e2fda3bf8712c9e0380cdf6d919afbc2a9e | 569 | asm | Assembly | data/baseStats_original/sneasel.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | 16 | 2018-08-28T21:47:01.000Z | 2022-02-20T20:29:59.000Z | data/baseStats_original/sneasel.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | 5 | 2019-04-03T19:53:11.000Z | 2022-03-11T22:49:34.000Z | data/baseStats_original/sneasel.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | 2 | 2019-12-09T19:46:02.000Z | 2020-12-05T21:36:30.000Z | ;SneaselBaseStats: ; 38aa6 (e:4aa6)
db DEX_SNEASEL ; pokedex id
db 55 ; base hp
db 95 ; base attack
db 55 ; base defense
db 115 ; base speed
db 75 ; base special
db DARK ; species type 1
db ICE ; species type 2
db 60 ; catch rate
db 132 ; base exp yield
INCBIN "pic/ymon/sneasel.pic",0,1 ; 55, sprite dimensions
dw Sneas... | 19.62069 | 57 | 0.720562 |
d2a65b95241452c7291a00d81e535b26fd4e5980 | 733 | asm | Assembly | oeis/103/A103439.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/103/A103439.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/103/A103439.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A103439: a(n) = Sum_{i=0..n-1} Sum_{j=0..i} (i-j+1)^j.
; Submitted by Jamie Morken(s3)
; 0,1,3,7,16,39,105,315,1048,3829,15207,65071,297840,1449755,7468541,40555747,231335960,1381989881,8623700811,56078446615,379233142800,2662013133295,19362917622001,145719550012299,1133023004941272,9090156910550109,75161929739797519... | 45.8125 | 495 | 0.787176 |
e1b7b01df374b15579c01c46ff6d81511002626f | 185 | asm | Assembly | transfer.asm | creativcoder/asm8085 | 94eee431aec7e49df6ea8df01cc4c5a370e86df7 | [
"MIT"
] | null | null | null | transfer.asm | creativcoder/asm8085 | 94eee431aec7e49df6ea8df01cc4c5a370e86df7 | [
"MIT"
] | null | null | null | transfer.asm | creativcoder/asm8085 | 94eee431aec7e49df6ea8df01cc4c5a370e86df7 | [
"MIT"
] | null | null | null |
;Program to transfer n data to another n locations
jmp start
;data
;code
start: lxi h,0000h
lxi d, 000Ah
mvi b, 05h
loop: mov a,m
xchg
mov m,a
xchg
inx d
inx h
dcr b
jnz loop
hlt
| 8.043478 | 50 | 0.708108 |
609ccb48acd4605d24a8f7f10c9c2086e98d2969 | 208 | asm | Assembly | data/pokemon/dex_entries/hitmontop.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 28 | 2019-11-08T07:19:00.000Z | 2021-12-20T10:17:54.000Z | data/pokemon/dex_entries/hitmontop.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 13 | 2020-01-11T17:00:40.000Z | 2021-09-14T01:27:38.000Z | data/pokemon/dex_entries/hitmontop.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 22 | 2020-05-28T17:31:38.000Z | 2022-03-07T20:49:35.000Z | db "HANDSTAND@" ; species name
dw 407, 1060 ; height, weight
db "After doing a"
next "handstand to"
next "throw off the"
page "opponent's timing,"
next "it presents its"
next "fancy kick moves.@"
| 18.909091 | 31 | 0.673077 |
54c72a6bd4fb8548491ec8603ccaf43cfef8f5e6 | 598 | asm | Assembly | oeis/141/A141072.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/141/A141072.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/141/A141072.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A141072: Sum of diagonal numbers in a Pascal-like triangle with index of asymmetry y = 3 and index of obliquity z = 0 (going upwards, left to right).
; Submitted by Jon Maiga
; 1,1,2,3,6,11,22,42,83,162,319,626,1231,2419,4756,9349,18380,36133,71036,139652,274549,539748,1061117,2086100,4101165,8062677,15850806,3116186... | 26 | 226 | 0.683946 |
857694047287b7a0033d41c20d5ce2988bebddc0 | 319 | asm | Assembly | programs/oeis/043/A043659.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/043/A043659.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/043/A043659.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A043659: Numbers n such that base 13 representation has exactly 4 runs.
; 2210,2212,2213,2214,2215,2216,2217,2218,2219,2220,2221,2222,2223,2224,2226,2227,2228,2229,2230,2231,2232,2233,2234,2235,2236,2237,2238,2240,2241,2242,2243,2244,2245,2246,2247,2248
add $0,12
mov $1,12
add $1,$0
div $0,13
add $1,$0
add $1,2186
| 31.9 | 181 | 0.746082 |
cfe370e1c0ed5a1a4a228735c9a4f7b679307976 | 1,614 | asm | Assembly | asminator/printtest.asm | mgohde/MiniMicroII | 28351912580956551041fe00ebcbd320562a617e | [
"BSD-2-Clause"
] | null | null | null | asminator/printtest.asm | mgohde/MiniMicroII | 28351912580956551041fe00ebcbd320562a617e | [
"BSD-2-Clause"
] | null | null | null | asminator/printtest.asm | mgohde/MiniMicroII | 28351912580956551041fe00ebcbd320562a617e | [
"BSD-2-Clause"
] | null | null | null | xor r0,r0,r0
xor r1,r1,r1
xor r2,r2,r2
xor r3,r3,r3
xor r4,r4,r4
xor r5,r5,r5
xor r6,r6,r6
ldl $-1
lsr r7,r0,r0
ldl #main
jmp r0,r7,r0
>curX
. 0
>curY
. 0
>val1
. 1
>val2
. 9
>str
. 42
>str1
. 61
>main
ldl #val1
load r0,r7,r1
and r1,r1,r2
ldl #printnum
call r0,r7,r0
ldl #str
load r0,r7,r1
ldl #printchar
call r0,r7,r0
l... | 11.366197 | 20 | 0.704461 |
be12d1ae04e20f12876f6786ba0fa6be90d7fe3f | 15,123 | asm | Assembly | 8088/vga_composite/vga_composite.asm | reenigne/reenigne | c3eb8b31d7964e78bbe44908987d4be052a74488 | [
"Unlicense"
] | 92 | 2015-04-10T17:45:11.000Z | 2022-03-30T17:58:51.000Z | 8088/vga_composite/vga_composite.asm | MS-DOS-stuff/reenigne | 0a113990aef398550c6f14d1c7a33af1cb091887 | [
"Unlicense"
] | 2 | 2017-11-05T07:21:35.000Z | 2018-11-04T23:36:13.000Z | 8088/vga_composite/vga_composite.asm | MS-DOS-stuff/reenigne | 0a113990aef398550c6f14d1c7a33af1cb091887 | [
"Unlicense"
] | 18 | 2015-04-11T20:32:44.000Z | 2021-11-06T05:19:57.000Z | %include "../defaults_bin.asm"
stopScreen
; outputCharacter 'A'
mov dx,0xc000
romScanLoop:
mov ds,dx
cmp word[0],0xaa55
jnz noRom
push dx
; outputCharacter 'e'
mov ax,0x40
mov es,ax
mov word[es:0x67],3
mov [es:0x69],ds
call far [es:0x67] ; Init ROM
; outputCharacter 'f'
pop dx
no... | 27.297834 | 234 | 0.613172 |
f32f74c717be1e8f87bf08b87b832699e1a3ebcc | 501 | asm | Assembly | string operations/copying a string in reverse order.asm | informramiz/Assembly-Language-Programs | 600d8f737a09ef4c133b686918501fba56dd586e | [
"Apache-2.0"
] | null | null | null | string operations/copying a string in reverse order.asm | informramiz/Assembly-Language-Programs | 600d8f737a09ef4c133b686918501fba56dd586e | [
"Apache-2.0"
] | null | null | null | string operations/copying a string in reverse order.asm | informramiz/Assembly-Language-Programs | 600d8f737a09ef4c133b686918501fba56dd586e | [
"Apache-2.0"
] | null | null | null | .MODEL SMALL
.STACK 100H
.DATA
STRING1 DB 'RAMIZ$'
STRING2 DB 'RESUL$'
.CODE
MAIN PROC
;making the DS to point to data segment
MOV AX,@DATA
MOV DS,AX
MOV ES,AX
STD
LEA SI,STRING1+4
LEA DI,STRING2
MOV CX,5
TOP:
MOVSB
ADD DI,2
LOOP TOP
CALL OUTPUT
EXIT:... | 9.45283 | 41 | 0.566866 |
81961ab85e087480d2649f73ded7e10a0054d4c8 | 836 | asm | Assembly | oeis/142/A142334.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/142/A142334.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/142/A142334.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A142334: Primes congruent to 43 mod 45.
; Submitted by Jon Maiga
; 43,223,313,673,853,1033,1123,1213,1303,1483,1663,1753,1933,2113,2203,2293,2383,2473,2833,3373,3463,3643,3733,3823,4003,4093,4273,4363,4723,4813,4903,4993,5443,5623,6073,6163,6343,6703,6793,6883,7243,7333,7603,7873,7963,8053,8233,8863,9043,9133,9403,10... | 33.44 | 496 | 0.721292 |
a1f5698541eb62cc569a0468a5aa96b749a04f9e | 2,085 | asm | Assembly | programs/oeis/135/A135364.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/135/A135364.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/135/A135364.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A135364: First column of a triangle - see Comments lines.
; 1,2,3,7,17,40,93,216,502,1167,2713,6307,14662,34085,79238,184206,428227,995507,2314273,5380032,12507057,29075380,67592058,157132471,365288677,849193147,1974134558,4589306057,10668842202,24802049050,57657768803,134038050511,311600662977,724383656712,168398769... | 130.3125 | 1,904 | 0.914149 |
c811b8460726550d99b209a8a78b314095b6866a | 66,691 | asm | Assembly | tests/bfp-018-subtract.asm | mtalexander/hyperion | 05ade04006bd53f03dba6ec8c0a0155bae994b84 | [
"BSL-1.0"
] | 187 | 2015-01-10T15:01:43.000Z | 2022-03-03T14:06:17.000Z | tests/bfp-018-subtract.asm | mtalexander/hyperion | 05ade04006bd53f03dba6ec8c0a0155bae994b84 | [
"BSL-1.0"
] | 246 | 2015-01-04T15:59:06.000Z | 2022-03-19T23:21:55.000Z | tests/bfp-018-subtract.asm | mtalexander/hyperion | 05ade04006bd53f03dba6ec8c0a0155bae994b84 | [
"BSL-1.0"
] | 83 | 2015-01-11T10:55:01.000Z | 2022-03-25T16:08:57.000Z | TITLE 'bfp-018-subtract.asm: Test IEEE Subtract'
***********************************************************************
*
*Testcase IEEE SUBTRACT
* Test case capability includes IEEE exceptions trappable and
* otherwise. Test results, FPCR flags, the Condition code, and any
* DXC are saved for all tests.
*
*****... | 45.306386 | 72 | 0.590619 |
a87a231c7be97c1e6a7147f0d4146f3678a02c8f | 4,698 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_659.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_659.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_659.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r14
push %r15
push %rax
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0x1aa33, %r14
nop
nop
nop
nop
and $33614, %r11
mov $0x6162636465666768, %rax
movq %rax, (%r14)
nop
nop
nop
nop
nop
add %r15, %r15
lea addresses_D_ht+0x41b3, %r11
nop
nop
nop
xo... | 50.516129 | 2,999 | 0.664538 |
f09b18a1dfab33b886e589d6206363f380888b66 | 303 | asm | Assembly | programs/oeis/144/A144603.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/144/A144603.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/144/A144603.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A144603: Christoffel word of slope 5/11.
; 0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0,1,0,0,1,0,0
mod $0,16
sub $0,1
mod $0,3
mov $1,$0
div $1,2
| 33.666667 | 211 | 0.537954 |
609a4e63366946874891e107f7e4b5f0b2eedefc | 18,423 | asm | Assembly | Third course/5th semester/Unix programming/Lab2/asm.asm | tekcellat/University | 9a0196a45c9cf33ac58018d636c3e4857eba0330 | [
"MIT"
] | null | null | null | Third course/5th semester/Unix programming/Lab2/asm.asm | tekcellat/University | 9a0196a45c9cf33ac58018d636c3e4857eba0330 | [
"MIT"
] | null | null | null | Third course/5th semester/Unix programming/Lab2/asm.asm | tekcellat/University | 9a0196a45c9cf33ac58018d636c3e4857eba0330 | [
"MIT"
] | 7 | 2020-12-04T07:26:46.000Z | 2022-03-08T17:47:47.000Z | .386p ; Чтобы разрешить транслятору обрабатывать
; расширенный набор команд 32-разрядного микропроцессора,
; часть к-х отн. к привелигерованным
; Пока не поздно - Рудаков-Ф. Раздел 6, Да, полностью
; Зубков Глава 6, можно пробежаться глазами
; ОСТАВЬ НАДЕЖДУ ВСЯК СЮДА ВХОДЯЩИЙ
; КРИТИЧ... | 35.49711 | 154 | 0.702546 |
3c81b319802e5ea7b05c0c56ffc98eeeaabffd1b | 9,831 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_4.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_4.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_4.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 %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_D_ht+0x595d, %rsi
lea addresses_UC_ht+0x6b4d, %rdi
clflush (%rsi)
nop
nop
nop
xor $54692, %r10
mov $93, %rcx
rep movsl
and %rcx, %rcx
lea addresses_WT_ht+0x1bd4d, %rbp
nop
nop
nop
sub $18039,... | 27.537815 | 2,999 | 0.653138 |
24af5eb60984a3a6881625960dd13d652436ed52 | 3,146 | asm | Assembly | zapdemo2.asm | raphnet/rc201804 | b59293e2b08fdd0559eda4896fc92b16c3b0042c | [
"MIT"
] | null | null | null | zapdemo2.asm | raphnet/rc201804 | b59293e2b08fdd0559eda4896fc92b16c3b0042c | [
"MIT"
] | null | null | null | zapdemo2.asm | raphnet/rc201804 | b59293e2b08fdd0559eda4896fc92b16c3b0042c | [
"MIT"
] | null | null | null | org 100h
bits 16
cpu 8086
;;;; Make sure to jump to main first before includes
section .text
jmp start
;;;; Includes
%include 'tgalib.asm'
%include 'random.asm'
%include 'zapper.asm'
section .bss
section .data
; Symbols required to reference sprites by their ID.
; for instance: get16x16TileID (macro) or getTile16 ... | 15.052632 | 62 | 0.704704 |
8c4b2d8776c4d67801280b415d06ece6a1182ddc | 478 | asm | Assembly | pwnlib/shellcraft/templates/arm/memcpy.asm | DrKeineLust/pwntools | 415f11bba7096b7d68fe144f5b3432b9c12a4f0a | [
"MIT"
] | 8,966 | 2015-01-02T11:58:14.000Z | 2022-03-31T21:19:56.000Z | pwnlib/shellcraft/templates/arm/memcpy.asm | DrKeineLust/pwntools | 415f11bba7096b7d68fe144f5b3432b9c12a4f0a | [
"MIT"
] | 1,401 | 2015-01-01T00:56:22.000Z | 2022-03-31T16:19:53.000Z | pwnlib/shellcraft/templates/arm/memcpy.asm | DrKeineLust/pwntools | 415f11bba7096b7d68fe144f5b3432b9c12a4f0a | [
"MIT"
] | 1,844 | 2015-01-07T04:38:06.000Z | 2022-03-30T03:54:46.000Z | <% from pwnlib.shellcraft import arm, pretty, common %>
<%docstring>Copies memory.
Args:
dest: Destination address
src: Source address
n: Number of bytes
</%docstring>
<%page args="dest, src, n"/>
<%
memcpy_loop = common.label("memcpy_loop")
%>
/* memcpy(${pretty(dest)}, ${pretty(src)}, ${pretty(n)}) *... | 23.9 | 63 | 0.594142 |
2d230004c712a585a703ee0af71077f22ea6abc8 | 16 | asm | Assembly | src/main/fragment/mos6502-common/vbsaa_le_0_then_la1.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | 2 | 2022-03-01T02:21:14.000Z | 2022-03-01T04:33:35.000Z | src/main/fragment/mos6502-common/vbsaa_le_0_then_la1.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | src/main/fragment/mos6502-common/vbsaa_le_0_then_la1.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | cmp #1
bmi {la1} | 8 | 9 | 0.625 |
111db6fa7207e56053e9b27263e303338f59c95e | 298 | asm | Assembly | pgm/gas/03_data_types/pgm.asm | vinaib/x86_asm | 00252c34c242cc60148279f650634131b56a1951 | [
"Apache-2.0"
] | null | null | null | pgm/gas/03_data_types/pgm.asm | vinaib/x86_asm | 00252c34c242cc60148279f650634131b56a1951 | [
"Apache-2.0"
] | null | null | null | pgm/gas/03_data_types/pgm.asm | vinaib/x86_asm | 00252c34c242cc60148279f650634131b56a1951 | [
"Apache-2.0"
] | null | null | null | # Demo for data types
.data
string: .ascii "Hello world"
one_byte: .byte 10
int_32: .int 2
int_16: .short 3
Flt: .float 10.23
int_array: .int 10,20,30,40,50
.bss
.comm lrg_buff, 10000
.text
.globl _start
_start:
nop
movl $1, %eax #system call
movl $0, %ebx
int $0x80
| 10.275862 | 31 | 0.630872 |
d21a2105f3a35ea50b6e4a94e2ff3333cfbe9164 | 844 | asm | Assembly | Info/VecAddRef_CompilerSSE.asm | PhilippMueller1991/SIMD_Tests | 72794d7fb0dedf575d435238e512f198a1ce3471 | [
"MIT"
] | null | null | null | Info/VecAddRef_CompilerSSE.asm | PhilippMueller1991/SIMD_Tests | 72794d7fb0dedf575d435238e512f198a1ce3471 | [
"MIT"
] | null | null | null | Info/VecAddRef_CompilerSSE.asm | PhilippMueller1991/SIMD_Tests | 72794d7fb0dedf575d435238e512f198a1ce3471 | [
"MIT"
] | null | null | null | ; ============================================================================================= RELEASE x64 - VecAddRef
; 15 : for (int i = 0; i < 4; i++)
; 16 : out.m[i] = A.m[i] + B.m[i];
movss xmm0, DWORD PTR [rdx]
addss xmm0, DWORD PTR [r8]
movss DWORD PTR [rcx], xmm0
movss xmm1, DWORD PTR [rdx+4]
add... | 32.461538 | 119 | 0.494076 |
2aa71e5545ff7db52594ac5f3f34ef63b9b7b92c | 719 | asm | Assembly | programs/oeis/212/A212561.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/212/A212561.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/212/A212561.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A212561: Number of (w,x,y,z) with all terms in {1,...,n} and w + x = 2y + 2z.
; 0,0,1,5,12,26,45,75,112,164,225,305,396,510,637,791,960,1160,1377,1629,1900,2210,2541,2915,3312,3756,4225,4745,5292,5894,6525,7215,7936,8720,9537,10421,11340,12330,13357,14459,15600,16820,18081,19425,20812,22286,23805,25415,27072,28824,30... | 59.916667 | 562 | 0.757997 |
8be210cb62a17ebbce04cebe824576d5cd78f71f | 4,665 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_679.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_679.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_679.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 %rax
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0xfbb8, %rsi
lea addresses_WT_ht+0xfdb8, %rdi
and %rdx, %rdx
mov $40, %rcx
rep movsb
nop
sub %rbp, %rbp
lea addresses_WT_ht+0x4db8, %rsi
lea addresses_WT_ht+0x15b38, %rdi
xor $8379, %ra... | 56.890244 | 2,999 | 0.663666 |
ea95b1e0352c6c9f2a8df5469027ade417caf9f8 | 584 | asm | Assembly | exemplos/basic/main.asm | bencz/IntelAssembler | 4270148a4122a11f0b1ff0cb47b6914530e01056 | [
"Apache-2.0"
] | null | null | null | exemplos/basic/main.asm | bencz/IntelAssembler | 4270148a4122a11f0b1ff0cb47b6914530e01056 | [
"Apache-2.0"
] | null | null | null | exemplos/basic/main.asm | bencz/IntelAssembler | 4270148a4122a11f0b1ff0cb47b6914530e01056 | [
"Apache-2.0"
] | null | null | null | %cpx 100h
pushad
mov ah,Create
mov cx,020h
mov dx,filename
int 021h
mov [file1],ax ; handle do arquivo
mov ah,Write
mov cx,14
mov bx,[file1]
mov dx,fileCont
int 021h
mov cx,10
xor ax,ax
jmpT... | 16.222222 | 39 | 0.479452 |
d848c6622a0e7a7c1be56c02f99bde1a46248e6d | 1,775 | asm | Assembly | programs/oeis/049/A049332.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/049/A049332.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/049/A049332.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A049332: Number of conjugacy classes in Clifford group CL(n).
; 2,4,5,10,17,34,65,130,257,514,1025,2050,4097,8194,16385,32770,65537,131074,262145,524290,1048577,2097154,4194305,8388610,16777217,33554434,67108865,134217730,268435457,536870914,1073741825,2147483650,4294967297,8589934594,17179869185,34359738370,68719476... | 161.363636 | 1,642 | 0.915493 |
0635f4ab1cfa9d82a086788145337872bd9c6d08 | 1,064 | asm | Assembly | data/wild/roammon_maps.asm | Trap-Master/spacworld97-thingy | a144827abecacdfec6cdc3baa32098e9290adf70 | [
"blessing"
] | null | null | null | data/wild/roammon_maps.asm | Trap-Master/spacworld97-thingy | a144827abecacdfec6cdc3baa32098e9290adf70 | [
"blessing"
] | null | null | null | data/wild/roammon_maps.asm | Trap-Master/spacworld97-thingy | a144827abecacdfec6cdc3baa32098e9290adf70 | [
"blessing"
] | null | null | null | ; Maps that roaming monsters can be on, and possible maps they can jump to.
; Notably missing are Route 40 and Route 41, which are water routes.
roam_map: MACRO
map_id \1
db _NARG - 1
rept _NARG + -1
map_id \2
shift
endr
db 0
ENDM
RoamMaps:
; there are NUM_ROAMMON_MAPS entries
; start map, ...other maps
roam_m... | 31.294118 | 75 | 0.796992 |
073a8e1fb1d5103bbc2f9680c7171aa0a4fd8274 | 1,010 | asm | Assembly | libsrc/graphics/px4/pixladdr.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/graphics/px4/pixladdr.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/graphics/px4/pixladdr.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z | ;
; Graphics library for the Epson PX4
; Stefano - Nov 2015
;
;
; $Id: pixladdr.asm,v 1.3 2016-06-21 20:16:35 dom Exp $
;
SECTION code_clib
PUBLIC pixeladdress
INCLUDE "graphics/grafix.inc"
EXTERN base_graphics
; ******************************************************************
;
; Get absolute pixel addre... | 14.027778 | 68 | 0.546535 |
6cc5ec1ce40f6a95bbbd08bf83f9dccb125e9e56 | 519 | asm | Assembly | Addition_by_Add_&_Shift.asm | AdityaSatnalika/Microprocessor | 945b05a5c58f8d8f29d150ede4688fa0f755b5e2 | [
"Apache-2.0"
] | 1 | 2017-11-28T16:06:25.000Z | 2017-11-28T16:06:25.000Z | Addition_by_Add_&_Shift.asm | AdiSatnalika/Microprocessor | 945b05a5c58f8d8f29d150ede4688fa0f755b5e2 | [
"Apache-2.0"
] | null | null | null | Addition_by_Add_&_Shift.asm | AdiSatnalika/Microprocessor | 945b05a5c58f8d8f29d150ede4688fa0f755b5e2 | [
"Apache-2.0"
] | 1 | 2020-09-18T08:36:27.000Z | 2020-09-18T08:36:27.000Z | .model small
.data
a db 11H
b db 10H
.code
mov ax, @data
mov ds, ax
mov al, a
mov bl, b
mov ah, 0
mov dl, 04h
ad:
add ax, ax
rcl bl, 01
jnc skip
add ax, bx
skip:
dec dl
jnz ad
mov ch, 04h
mo... | 11.795455 | 29 | 0.420039 |
2a5d3e475fd082a1a0c17f880a22c2b02afc31cb | 2,456 | asm | Assembly | binutils-2.21.1/gcc-4.5.1/gcc/config/rs6000/e500crtsav64gpr.asm | cberner12/xv6 | 53c4dfef0d48287ca0d0f9d27eab7a6ed7fee845 | [
"MIT-0"
] | 51 | 2015-01-31T01:51:39.000Z | 2022-02-18T02:01:50.000Z | binutils-2.21.1/gcc-4.5.1/gcc/config/rs6000/e500crtsav64gpr.asm | cberner12/xv6 | 53c4dfef0d48287ca0d0f9d27eab7a6ed7fee845 | [
"MIT-0"
] | 7 | 2017-05-29T09:29:00.000Z | 2019-03-11T16:01:39.000Z | binutils-2.21.1/gcc-4.5.1/gcc/config/rs6000/e500crtsav64gpr.asm | cberner12/xv6 | 53c4dfef0d48287ca0d0f9d27eab7a6ed7fee845 | [
"MIT-0"
] | 12 | 2015-03-26T08:05:38.000Z | 2022-02-18T02:01:51.000Z | /*
* Special support for e500 eabi and SVR4
*
* Copyright (C) 2008, 2009 Free Software Foundation, Inc.
* Written by Nathan Froyd
*
* This file is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
* Free Software Foundation; eith... | 33.643836 | 76 | 0.785016 |
81d6e0c7202af625305909be78995c0f99b8438e | 22,109 | asm | Assembly | maps/old/TeamRocketBaseB2F.asm | AtmaBuster/pokeplat-gen2 | fa83b2e75575949b8f72cb2c48f7a1042e97f70f | [
"blessing"
] | 6 | 2021-06-19T06:41:19.000Z | 2022-02-15T17:12:33.000Z | maps/TeamRocketBaseB2F.asm | TastySnax12/pokecrystal16-493-plus | 9de36c8803c9bdf4b8564ed547f988b0b66f0c41 | [
"blessing"
] | null | null | null | maps/TeamRocketBaseB2F.asm | TastySnax12/pokecrystal16-493-plus | 9de36c8803c9bdf4b8564ed547f988b0b66f0c41 | [
"blessing"
] | 3 | 2021-01-15T18:45:40.000Z | 2021-10-16T03:35:27.000Z | object_const_def ; object_event constants
const TEAMROCKETBASEB2F_ROCKET1
const TEAMROCKETBASEB2F_ROCKET_GIRL
const TEAMROCKETBASEB2F_LANCE
const TEAMROCKETBASEB2F_DRAGON
const TEAMROCKETBASEB2F_ELECTRODE1
const TEAMROCKETBASEB2F_ELECTRODE2
const TEAMROCKETBASEB2F_ELECTRODE3
const TEAMROCKETBASEB2F_ELECTRODE4
... | 22.792784 | 168 | 0.811208 |
53de4ea5fffe44b5f864a60d0fecdf5d3a0b43d1 | 681 | asm | Assembly | oeis/015/A015578.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/015/A015578.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/015/A015578.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A015578: Expansion of x/(1 - 8*x - 11*x^2).
; Submitted by Jon Maiga
; 0,1,8,75,688,6329,58200,535219,4921952,45263025,416245672,3827858651,35201571600,323719017961,2976969431288,27376664647875,251759980927168,2315223158543969,21291145058550600,195796615212388459,1800575517343164272,16558366906081587225,1522732659394... | 42.5625 | 496 | 0.823789 |
d22dceb6a9373798640834ed02de89c6ad1889a2 | 421 | asm | Assembly | oeis/343/A343174.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/343/A343174.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/343/A343174.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A343174: Partial sums of paper-folding sequence A014577.
; Submitted by Jamie Morken(s1)
; 1,2,2,3,4,4,4,5,6,7,7,7,8,8,8,9,10,11,11,12,13,13,13,13,14,15,15,15,16,16,16,17,18,19,19,20,21,21,21,22,23,24,24,24,25,25,25,25,26,27,27,28,29,29,29,29,30,31,31,31,32,32,32,33,34,35,35,36,37,37,37,38,39,40,40,40
mov $1,$0
add ... | 24.764706 | 213 | 0.627078 |
2b9e9e1abf00040b9c54f197a7f779f7a4574882 | 453 | asm | Assembly | backup/readtest.asm | limlnlog/jff-os | e58cce55847ad9f55edcd693fc2ef414e57844be | [
"MIT"
] | 1 | 2018-09-25T14:41:40.000Z | 2018-09-25T14:41:40.000Z | backup/readtest.asm | limlnlog/jff-os | e58cce55847ad9f55edcd693fc2ef414e57844be | [
"MIT"
] | null | null | null | backup/readtest.asm | limlnlog/jff-os | e58cce55847ad9f55edcd693fc2ef414e57844be | [
"MIT"
] | null | null | null | [org 0x00]
[bits 16]
section .text
jmp 0x1000:Start
sectorcount: dw 0x0000
totalsectorcount equ 1024
Start:
mov ax, cs
mov ds, ax
mov ax, 0xb800
mov es, ax
%assign i 0
%rep totalsectorcount
%assign i i+1
mov ax, 2
mul word[sectorcount]
mov si, ax
mov byte[es:si], '0'+(i % 10)
inc word[sectorcount]
... | 16.777778 | 38 | 0.642384 |
93b111cc78dd2785f9eddb0486b03ba4df5e27fa | 950 | asm | Assembly | programs/oeis/017/A017079.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/017/A017079.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/017/A017079.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A017079: a(n) = (8*n + 1)^3.
; 1,729,4913,15625,35937,68921,117649,185193,274625,389017,531441,704969,912673,1157625,1442897,1771561,2146689,2571353,3048625,3581577,4173281,4826809,5545233,6331625,7189057,8120601,9129329,10218313,11390625,12649337,13997521,15438249,16974593,18609625,20346417,22188041,24137569,2619807... | 135.714286 | 890 | 0.86 |
bc1a48f40932d1b8733e50c25752a49b3f1f0109 | 7,204 | asm | Assembly | ffmpeg-3.2.5/libavcodec/x86/synth_filter.asm | huyu0415/FFmpeg | 7a3f75791cb3255805bf17126d4074a328f46c8c | [
"Apache-2.0"
] | 3,645 | 2016-08-25T09:31:17.000Z | 2022-03-25T06:28:34.000Z | ffmpeg-3.2.5/libavcodec/x86/synth_filter.asm | huyu0415/FFmpeg | 7a3f75791cb3255805bf17126d4074a328f46c8c | [
"Apache-2.0"
] | 395 | 2020-04-18T08:22:18.000Z | 2021-12-08T13:04:49.000Z | ffmpeg-3.2.5/libavcodec/x86/synth_filter.asm | huyu0415/FFmpeg | 7a3f75791cb3255805bf17126d4074a328f46c8c | [
"Apache-2.0"
] | 764 | 2016-08-26T09:19:00.000Z | 2022-03-22T12:07:16.000Z | ;******************************************************************************
;* SSE-optimized functions for the DCA decoder
;* Copyright (C) 2012-2014 Christophe Gisquet <christophe.gisquet@gmail.com>
;*
;* This file is part of FFmpeg.
;*
;* FFmpeg is free software; you can redistribute it and/or
;* modify it under ... | 29.165992 | 79 | 0.521655 |
7e49146ee0884a00752b402ebdeac162d9985cc2 | 391 | asm | Assembly | solutions/26 - Budget Brigade 2/size-17_speed-69.asm | michaelgundlach/7billionhumans | 02c6f3963364362c95cb516cbc6ef1efc073bb2e | [
"MIT"
] | 45 | 2018-09-05T04:56:59.000Z | 2021-11-22T08:57:26.000Z | solutions/26 - Budget Brigade 2/size-17_speed-69.asm | michaelgundlach/7billionhumans | 02c6f3963364362c95cb516cbc6ef1efc073bb2e | [
"MIT"
] | 36 | 2018-09-01T11:34:26.000Z | 2021-05-19T23:20:49.000Z | solutions/26 - Budget Brigade 2/size-17_speed-69.asm | michaelgundlach/7billionhumans | 02c6f3963364362c95cb516cbc6ef1efc073bb2e | [
"MIT"
] | 36 | 2018-09-01T07:44:19.000Z | 2021-09-10T19:07:35.000Z | -- 7 Billion Humans (2053) --
-- 26: Budget Brigade 2 --
-- Author: ansvonwa
-- Size: 17
-- Speed: 69
if s == printer:
a:
takefrom s
giveto n
jump a
endif
if n == worker:
b:
if myitem != nothing:
giveto n
endif
jump b
endif
if s == shredder:
c:
if myitem == datacube:
giveto s
endif
jump c
endif
d:
if ... | 10.289474 | 29 | 0.626598 |
372cc881ada31289d1697122c59b9f4e98c9558e | 513 | asm | Assembly | oeis/060/A060587.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/060/A060587.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/060/A060587.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A060587: A ternary code: inverse of A060583.
; Submitted by Christian Krause
; 0,2,1,8,7,6,4,3,5,24,26,25,23,22,21,19,18,20,12,14,13,11,10,9,16,15,17,72,74,73,80,79,78,76,75,77,69,71,70,68,67,66,64,63,65,57,59,58,56,55,54,61,60,62,36,38,37,44,43,42,40,39,41,33,35,34,32,31,30,28,27,29,48,50,49,47,46,45,52,51,53,216,21... | 30.176471 | 310 | 0.637427 |
a740f43548395f749e21b74bb5afa2ea72d91ffb | 601 | asm | Assembly | programs/oeis/038/A038764.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/038/A038764.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/038/A038764.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A038764: a(n) = (9*n^2 + 3*n + 2)/2.
; 1,7,22,46,79,121,172,232,301,379,466,562,667,781,904,1036,1177,1327,1486,1654,1831,2017,2212,2416,2629,2851,3082,3322,3571,3829,4096,4372,4657,4951,5254,5566,5887,6217,6556,6904,7261,7627,8002,8386,8779,9181,9592,10012,10441,10879,11326,11782,12247,12721,13204,13696,14197,14707,... | 85.857143 | 532 | 0.768719 |
92b3224ab96cdacfe0f7fa2d73f11233fb495f9e | 152 | asm | Assembly | Lista_2/questaoQuatro.asm | 0Augusto/ArquiteturadeComputadores2 | 277fdf94028114cd9328dfc5ed2de7cc7bc68393 | [
"Apache-2.0"
] | 1 | 2022-03-03T17:22:21.000Z | 2022-03-03T17:22:21.000Z | Lista_2/questaoQuatro.asm | 0Augusto/ArquiteturadeComputadores2 | 277fdf94028114cd9328dfc5ed2de7cc7bc68393 | [
"Apache-2.0"
] | null | null | null | Lista_2/questaoQuatro.asm | 0Augusto/ArquiteturadeComputadores2 | 277fdf94028114cd9328dfc5ed2de7cc7bc68393 | [
"Apache-2.0"
] | null | null | null | .text
.globl main
main :
addi $s1, $0, 3 # $s1 = 3
addi $t0, $0, 4
div $s1, $t0 # 3/4 — hi — resto (parte alta) e lo — quociente (parte baixa)
| 15.2 | 76 | 0.546053 |
835936a99601bf54c890b945fd841ba7b2fa7291 | 1,963 | asm | Assembly | day22/a_asm.asm | itiB/hariboteOS_30days | f04fccc0f394f3f1687c547e65658af429898f48 | [
"MIT"
] | 1 | 2020-02-16T05:07:34.000Z | 2020-02-16T05:07:34.000Z | day22/a_asm.asm | itiB/hariboteOS_30days | f04fccc0f394f3f1687c547e65658af429898f48 | [
"MIT"
] | null | null | null | day22/a_asm.asm | itiB/hariboteOS_30days | f04fccc0f394f3f1687c547e65658af429898f48 | [
"MIT"
] | null | null | null | [CPU 486]
[BITS 32]
GLOBAL api_putchar
GLOBAL api_end
GLOBAL api_putstr0
GLOBAL api_openwin
GLOBAL api_putstrwin
GLOBAL api_boxfilwin
section .text
api_putchar: ; void api_putchar(int c)
MOV EDX, 1
MOV AL, [ESP + 4] ; c
INT... | 23.650602 | 91 | 0.464595 |
3db3d5470fabea570c1afc9c5d582745e7852c2a | 6,333 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_ht_zr_/i9-9900K_12_0xca_notsx.log_7247_1588.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_ht_zr_/i9-9900K_12_0xca_notsx.log_7247_1588.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_ht_zr_/i9-9900K_12_0xca_notsx.log_7247_1588.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r14
push %r8
push %rax
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0xece9, %rcx
clflush (%rcx)
nop
nop
nop
and %rbp, %rbp
mov $0x6162636465666768, %r8
movq %r8, (%rcx)
nop
nop
nop
nop
nop
sub $13619, %r11
lea addresses_WT_ht+0x8322, ... | 37.035088 | 2,999 | 0.658456 |
b8b427e9fc8e3ffb75708d8d07db9ae2a49d1f36 | 3,439 | asm | Assembly | iod/con2/ptr/csvec.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | iod/con2/ptr/csvec.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | iod/con2/ptr/csvec.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | ; cursor sprite con vector
; this sets the per job table so that all channels opened for this job
; will have a normal cursor (d2 = 0) or a sprite cursor (d2=1) it also sets
; the channels already opened by this job to use (not use) sprite cursor
; 2004-04-02 1.00 copyright (c) W. Lenerz
section driver
include 'DE... | 29.144068 | 75 | 0.673161 |
2e8011fa17a8a796c5ce4e0585a605e7da04f225 | 303 | asm | Assembly | programs/oeis/132/A132045.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/132/A132045.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/132/A132045.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A132045: Row sums of triangle A132044.
; 1,2,3,6,13,28,59,122,249,504,1015,2038,4085,8180,16371,32754,65521,131056,262127,524270,1048557,2097132,4194283,8388586,16777193,33554408,67108839,134217702,268435429,536870884,1073741795,2147483618,4294967265,8589934560
mov $1,2
pow $1,$0
trn $0,1
sub $1,$0
| 37.875 | 222 | 0.785479 |
457852786bef695d970f24187f860cfa201a9931 | 6,069 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca.log_21829_13.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.log_21829_13.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.log_21829_13.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r14
push %r8
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0x15267, %r14
nop
nop
nop
cmp $44968, %r10
movb $0x61, (%r14)
nop
nop
nop
nop
lfence
lea addresses_WC_ht+0x1a1ad, %rcx
nop
nop
nop
nop
sub $44958, %r11
mov $0x6162636465666... | 36.781818 | 2,999 | 0.661559 |
965f70f129b86492df294bf53ebd998c678b8b18 | 44,765 | asm | Assembly | dosshell/swapper/woaxms.asm | minblock/msdos | 479ffd237d9bb7cc83cb06361db2c4ef42dfbac0 | [
"Apache-2.0"
] | null | null | null | dosshell/swapper/woaxms.asm | minblock/msdos | 479ffd237d9bb7cc83cb06361db2c4ef42dfbac0 | [
"Apache-2.0"
] | null | null | null | dosshell/swapper/woaxms.asm | minblock/msdos | 479ffd237d9bb7cc83cb06361db2c4ef42dfbac0 | [
"Apache-2.0"
] | null | null | null | ;/*
; * Microsoft Confidential
; * Copyright (C) Microsoft Corporation 1985-1991
; * All Rights Reserved.
; */
;----------------------------------------------------------------------------;
; This file contains all the modules necessary for managing the o... | 29.567371 | 82 | 0.588272 |
9fb3f1345a35cb31c3f010c0e95260d27d166d01 | 170 | asm | Assembly | libsrc/_DEVELOPMENT/adt/bv_stack/c/sdcc_iy/bv_stack_capacity.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/adt/bv_stack/c/sdcc_iy/bv_stack_capacity.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/adt/bv_stack/c/sdcc_iy/bv_stack_capacity.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null |
; size_t bv_stack_capacity(bv_stack_t *s)
SECTION code_adt_bv_stack
PUBLIC _bv_stack_capacity
EXTERN _b_vector_capacity
defc _bv_stack_capacity = _b_vector_capacity
| 15.454545 | 44 | 0.858824 |
ae9f298088970a1ba19897c6eba9ab612e179de4 | 657 | asm | Assembly | oeis/140/A140236.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/140/A140236.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/140/A140236.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A140236: Double tetrahedral numbers (or double pyramidal numbers): a(n) = k(k+1)(k+2)/6 where k = n(n+1)(n+2)/6.
; 0,1,20,220,1540,7770,30856,102340,295240,762355,1798940,3939936,8104460,15803060,29426320,52636760,90889616,152112005,247574180,392991060,609896980,927341646,1383960600,2030479100,2932714200,4175145975,5... | 73 | 492 | 0.824962 |
047b34c0e6cc91b273fa1c96d52a3d9e31572adb | 589 | asm | Assembly | programs/oeis/111/A111282.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/111/A111282.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/111/A111282.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A111282: Number of permutations avoiding the patterns {1432,2431,3412,3421,4132,4231,4312,4321}; number of strong sorting class based on 1432.
; 1,2,6,16,42,110,288,754,1974,5168,13530,35422,92736,242786,635622,1664080,4356618,11405774,29860704,78176338,204668310,535828592,1402817466,3672623806,9615053952,25172538050... | 49.083333 | 367 | 0.814941 |
37b2e5dff75c0c2e3d22fdd9ea47edf6082fedbb | 6,705 | asm | Assembly | src/intel/tools/tests/gen6/add.asm | SoftReaper/Mesa-Renoir-deb | 8d1de1f66058d62b41fe55d36522efea2bdf996d | [
"MIT"
] | null | null | null | src/intel/tools/tests/gen6/add.asm | SoftReaper/Mesa-Renoir-deb | 8d1de1f66058d62b41fe55d36522efea2bdf996d | [
"MIT"
] | null | null | null | src/intel/tools/tests/gen6/add.asm | SoftReaper/Mesa-Renoir-deb | 8d1de1f66058d62b41fe55d36522efea2bdf996d | [
"MIT"
] | null | null | null | add(16) g6<1>UW g1.4<1,4,0>UW 0x11001010V { align1 WE_all 1H };
add(16) g4<1>UW g1.4<2,4,0>UW 0x10101010V { align1 1H };
add(8) g30<1>F g26<8,8,1>F -g4.4<0,1,0>F { align1 1Q };
add(16) g18<1>F g8<8,8,1>F -g6.4<0,1,0>F { align1 1H ... | 83.8125 | 103 | 0.418195 |
eba045ec9ebc365022c970075835c25c8a6cd66c | 568 | asm | Assembly | libsrc/_DEVELOPMENT/target/yaz180/device/pca9665/pca9665_write_burst.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/target/yaz180/device/pca9665/pca9665_write_burst.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/target/yaz180/device/pca9665/pca9665_write_burst.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
INCLUDE "config_private.inc"
SECTION code_driver
PUBLIC pca9665_write_burst
;Do a burst write to the direct registers
;input A = number of bytes to write, max 68 to hardware buffer
;input BC = device addr | direct register address (ddd.....:......rr)
;input HL = starting adddress of ... | 28.4 | 74 | 0.626761 |
b864b58c90f6c2536557941b0db81a36407e7b9a | 182 | asm | Assembly | data/pokemon/dex_entries/whiscash.asm | AtmaBuster/pokeplat-gen2 | fa83b2e75575949b8f72cb2c48f7a1042e97f70f | [
"blessing"
] | 6 | 2021-06-19T06:41:19.000Z | 2022-02-15T17:12:33.000Z | data/pokemon/dex_entries/whiscash.asm | AtmaBuster/pokeplat-gen2-old | 01e42c55db5408d72d89133dc84a46c699d849ad | [
"blessing"
] | null | null | null | data/pokemon/dex_entries/whiscash.asm | AtmaBuster/pokeplat-gen2-old | 01e42c55db5408d72d89133dc84a46c699d849ad | [
"blessing"
] | 3 | 2021-01-15T18:45:40.000Z | 2021-10-16T03:35:27.000Z | db "WHISKERS@" ; species name
db "It claims a large"
next "swamp to itself."
next "If a foe comes"
page "near it, it sets"
next "off tremors by"
next "thrashing around.@"
| 18.2 | 30 | 0.659341 |
5505ceadf29a86d60d35a52af9a59a5c3f7788d9 | 2,457 | asm | Assembly | software/pcx86/test/cpu/80186/shifts.asm | jriwanek-forks/pcjs | 868047405c383e2b05848e771e89e2bd4558ee96 | [
"MIT"
] | 711 | 2015-01-12T21:43:49.000Z | 2022-03-31T15:04:16.000Z | software/pcx86/test/cpu/80186/shifts.asm | jriwanek-forks/pcjs | 868047405c383e2b05848e771e89e2bd4558ee96 | [
"MIT"
] | 98 | 2015-01-06T11:52:01.000Z | 2022-03-28T18:14:28.000Z | software/pcx86/test/cpu/80186/shifts.asm | jriwanek-forks/pcjs | 868047405c383e2b05848e771e89e2bd4558ee96 | [
"MIT"
] | 152 | 2015-02-01T20:23:27.000Z | 2022-03-30T21:58:48.000Z | ;00: 70 a6 e0 31 c0 66 80 64 5d 0f 02 74 d4 e5 ff 6e
;10: 55 5d 03 34 26 1d 00 8d XX XX XX XX XX XX XX XX
;20: 8a dd a8 b1 00 00 00 a8 93 84 80 95 b9 fd b9 df
;30: ff ff fd fe 88 33 ff 93 d0 3d e8 54 00 00 4e 05
;40: 28 0b 00 04 46 00 46 00 07 00 02 00 06 00 07 00
;50: 46 00 06 08 06 08 03 00 87 00 86 00 82 00 06 ... | 13.353261 | 53 | 0.610501 |
eed2fcf96d51ee6f96d99bf17f1a2f98b2ddf3e5 | 1,972 | asm | Assembly | constants/tileset_constants.asm | Ebernacher90/pokecrystal-allworld | 5d623c760e936842cf92563912c5bd64dd69baef | [
"blessing"
] | null | null | null | constants/tileset_constants.asm | Ebernacher90/pokecrystal-allworld | 5d623c760e936842cf92563912c5bd64dd69baef | [
"blessing"
] | null | null | null | constants/tileset_constants.asm | Ebernacher90/pokecrystal-allworld | 5d623c760e936842cf92563912c5bd64dd69baef | [
"blessing"
] | null | null | null | ; Tilesets indexes (see data/tilesets.asm)
const_def 1
const TILESET_JOHTO ; 01
const TILESET_JOHTO_MODERN ; 02
const TILESET_KANTO ; 03
const TILESET_BATTLE_TOWER_OUTSIDE ; 04
const TILESET_HOUSE ; 05
const TILESET_PLAYERS_HOUSE ; 06
const TILESET_POK... | 36.518519 | 58 | 0.649594 |
8601aa29322d1913953f3707f2d58cc7d2438e61 | 691 | asm | Assembly | oeis/154/A154610.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/154/A154610.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/154/A154610.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A154610: Numbers n such that 13n + 5 is prime.
; Submitted by Christian Krause
; 0,2,6,8,18,24,32,38,44,56,62,66,72,74,78,84,86,92,98,108,114,128,132,134,144,162,164,174,176,182,186,198,204,206,224,228,246,248,254,258,266,272,276,282,284,296,302,318,324,326,336,342,368,378,386,392,396,398,402,408,414,416,428,434,452,... | 32.904762 | 378 | 0.674385 |
0ff778eb6b1873bb8c8136c053391333455325ad | 1,303 | asm | Assembly | maps/FightingDojo.asm | pokeachromicdevs/pokeoctober | db74bb68bbfceac07eec6d64674bc24fd4c0b67f | [
"blessing"
] | 1 | 2021-07-05T23:48:37.000Z | 2021-07-05T23:48:37.000Z | maps/FightingDojo.asm | pokeachromicdevs/pokeoctober | db74bb68bbfceac07eec6d64674bc24fd4c0b67f | [
"blessing"
] | 1 | 2020-12-16T01:11:20.000Z | 2020-12-16T22:53:56.000Z | maps/FightingDojo.asm | pokeachromicdevs/pokeoctober | db74bb68bbfceac07eec6d64674bc24fd4c0b67f | [
"blessing"
] | 1 | 2021-07-05T23:33:22.000Z | 2021-07-05T23:33:22.000Z | object_const_def ; object_event constants
const FIGHTINGDOJO_BLACK_BELT
const FIGHTINGDOJO_POKE_BALL
FightingDojo_MapScripts:
db 0 ; scene scripts
db 0 ; callbacks
FightingDojoBlackBelt:
jumptextfaceplayer FightingDojoBlackBeltText
FightingDojoSign1:
jumptext FightingDojoSign1Text
FightingDojoSign2:
jumpte... | 22.084746 | 152 | 0.778204 |
2e934138145e2b911fe309374d125dfc437207c5 | 6,611 | asm | Assembly | checkPasswordEasy/checkPasswordEasy.asm | nico9889/CT0539-Sec | d2726d33d26a77eb5907a8855d4196d0541541c7 | [
"MIT"
] | null | null | null | checkPasswordEasy/checkPasswordEasy.asm | nico9889/CT0539-Sec | d2726d33d26a77eb5907a8855d4196d0541541c7 | [
"MIT"
] | null | null | null | checkPasswordEasy/checkPasswordEasy.asm | nico9889/CT0539-Sec | d2726d33d26a77eb5907a8855d4196d0541541c7 | [
"MIT"
] | null | null | null |
; Save old stack pointer
0x000000000000076a <+0>: push rbp ; Push stack base pointer
0x000000000000076b <+1>: mov rbp,rsp ; Copy Stack Pointer into Stack Base Pointer
0x000000000000076e <+4>: push rbx ; Push RBX Value (64bit, base register)
0x000000000000... | 78.702381 | 193 | 0.59643 |
c8a962a39cce029d80558a81a53442159dda122c | 885 | asm | Assembly | programs/oeis/274/A274339.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/274/A274339.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/274/A274339.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A274339: The 3-cycle of the iterated sum of deficient divisors function.
; 15,24,18,15,24,18,15,24,18,15,24,18,15,24,18,15,24,18,15,24,18,15,24,18,15,24,18,15,24,18,15,24,18,15,24,18,15,24,18,15,24,18,15,24,18,15,24,18,15,24,18,15,24,18,15,24,18,15,24,18,15,24,18,15,24,18,15,24,18,15,24,18,15,24,18,15,24,18,15,24,18,... | 88.5 | 751 | 0.667797 |
ee50822f709848f2bca3b420356f1269bad07b51 | 582 | asm | Assembly | libsrc/_DEVELOPMENT/adt/p_queue/z80/asm_p_queue_push.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/adt/p_queue/z80/asm_p_queue_push.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/adt/p_queue/z80/asm_p_queue_push.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null |
; ===============================================================
; Dec 2013
; ===============================================================
;
; void p_queue_push(p_queue_t *q, void *item)
;
; Push item into queue.
;
; ===============================================================
SECTION code_adt_p_queue
PUBLIC... | 21.555556 | 65 | 0.42268 |
233d913482df9e1da22228f1dcc2cd261852b932 | 285 | asm | Assembly | libsrc/_DEVELOPMENT/math/float/math16/lm16/c/sccz80/ldexp_callee.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/math/float/math16/lm16/c/sccz80/ldexp_callee.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/math/float/math16/lm16/c/sccz80/ldexp_callee.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | null | null | null |
SECTION code_fp_math16
PUBLIC f16_ldexp_callee
EXTERN cm16_sccz80_ldexp_callee
defc f16_ldexp_callee = cm16_sccz80_ldexp_callee
; SDCC bridge for Classic
IF __CLASSIC
PUBLIC _f16_ldexp_callee
EXTERN cm16_sdcc_ldexp_callee
defc _f16_ldexp_callee = cm16_sdcc_ldexp_callee
ENDIF
| 17.8125 | 49 | 0.866667 |
6de6923087d1dd8aa20c581a1030145be65873e2 | 161 | asm | Assembly | assembly/CPPandAssembly/maxofthree.asm | MosheBerman/logisim-assignments | c911492379081042fd78d20a2ff03d6622dd4a40 | [
"MIT"
] | null | null | null | assembly/CPPandAssembly/maxofthree.asm | MosheBerman/logisim-assignments | c911492379081042fd78d20a2ff03d6622dd4a40 | [
"MIT"
] | null | null | null | assembly/CPPandAssembly/maxofthree.asm | MosheBerman/logisim-assignments | c911492379081042fd78d20a2ff03d6622dd4a40 | [
"MIT"
] | null | null | null | global maxofthree
section .text
maxofthree:
mov eax, [esp+4]
mov ecx, [esp+8]
mov edx, [esp+12]
cmp eax, ecx
cmovl eax, ecx
cmp eax, edx
cmovl eax, edx
ret
| 9.470588 | 17 | 0.689441 |
0bf47a97b9cc75423f209105e970cc3df1c2a1a6 | 1,091 | asm | Assembly | src/PJ/flic386p/libsrc/8514/mmmmsync.asm | AnimatorPro/Animator-Pro | 6d0b68cd94bb5cfde2cdd05e9a7c8ee1e1cb3cbb | [
"BSD-3-Clause"
] | 119 | 2015-01-10T15:13:50.000Z | 2022-01-24T04:54:34.000Z | src/PJ/flic386p/libsrc/8514/mmmmsync.asm | AnimatorPro/Animator-Pro | 6d0b68cd94bb5cfde2cdd05e9a7c8ee1e1cb3cbb | [
"BSD-3-Clause"
] | 6 | 2015-10-22T20:14:59.000Z | 2021-07-10T03:25:21.000Z | src/PJ/flic386p/libsrc/8514/mmmmsync.asm | AnimatorPro/Animator-Pro | 6d0b68cd94bb5cfde2cdd05e9a7c8ee1e1cb3cbb | [
"BSD-3-Clause"
] | 27 | 2015-04-24T22:55:30.000Z | 2022-01-21T13:54:00.000Z |
CGROUP group code
code segment dword 'CODE'
assume cs:CGROUP,ds:CGROUP
;Set BIOS video mode
;pj_8514_set_vmode(mode)
public pj_8514_set_vmode
pj_8514_set_vmode proc near
mov eax,4[esp]
int 10H
ret
pj_8514_set_vmode endp
;Get BIOS video mode
;pj_8514_get_vmode()
public pj_8514_get_vmode
... | 17.046875 | 41 | 0.749771 |
8001d411ea333d652f42c4c7ee0cbf13293bf92d | 545 | asm | Assembly | programs/oeis/168/A168565.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/168/A168565.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/168/A168565.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A168565: Let p = prime(n); then a(n) = p + (p-1)/2.
; 4,7,10,16,19,25,28,34,43,46,55,61,64,70,79,88,91,100,106,109,118,124,133,145,151,154,160,163,169,190,196,205,208,223,226,235,244,250,259,268,271,286,289,295,298,316,334,340,343,349,358,361,376,385,394,403
mov $7,2
mov $9,$0
lpb $7
mov $0,$9
sub $7,1
add $0,... | 18.793103 | 206 | 0.570642 |
8884178528d24b15ca9008e899960c61e7a62d7e | 4,125 | asm | Assembly | vbox/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-SwitchTo16BitV86.asm | Nurzamal/rest_api_docker | a9cc01dfc235467d490d9663755b33ef6990bdd8 | [
"MIT"
] | null | null | null | vbox/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-SwitchTo16BitV86.asm | Nurzamal/rest_api_docker | a9cc01dfc235467d490d9663755b33ef6990bdd8 | [
"MIT"
] | null | null | null | vbox/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-SwitchTo16BitV86.asm | Nurzamal/rest_api_docker | a9cc01dfc235467d490d9663755b33ef6990bdd8 | [
"MIT"
] | null | null | null | ; $Id: bs3-cmn-SwitchTo16BitV86.asm 69111 2017-10-17 14:26:02Z vboxsync $
;; @file
; BS3Kit - Bs3SwitchTo16BitV86
;
;
; Copyright (C) 2007-2017 Oracle Corporation
;
; This file is part of VirtualBox Open Source Edition (OSE), as
; available from http://www.virtualbox.org. This file is free software;
; you can redistri... | 33.266129 | 125 | 0.586909 |
e378b55f1791efbcf0909ad4f06fbf7ca377a333 | 382 | asm | Assembly | oeis/071/A071902.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/071/A071902.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/071/A071902.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A071902: Sum_{k=0..n^2} (k^2 - n^2)/n.
; Submitted by Jamie Morken(w2)
; -1,5,65,306,975,2479,5425,10660,19311,32825,53009,82070,122655,177891,251425,347464,470815,626925,821921,1062650,1356719,1712535,2139345,2647276,3247375,3951649,4773105,5725790,6824831,8086475,9528129
add $0,1
mov $2,$0
pow $0,2
sub $0,3
mov $1... | 23.875 | 202 | 0.701571 |
81bd86c9f8a79c8c6b70de9899941610f17db19c | 5,872 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_1800.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_1800.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_1800.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 %r9
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WC_ht+0x12e1f, %rsi
lea addresses_normal_ht+0x106ef, %rdi
nop
nop
nop
nop
sub $26403, %r8
mov $101, %rcx
rep movsw
nop
nop
nop
cmp %rdx, %rdx
lea addresses_WT_ht+0xe07b, %rcx
xor $617... | 42.861314 | 2,999 | 0.659401 |
c3b48c2125b6718305f1f9fff5b7d6e670f23908 | 2,334 | asm | Assembly | CISP 310/M5 - Branching and Looping/A6_PenniesForPay.asm | gb-camera/college-hw | e36d275ed7fad0a0fdb711a2a4abc82860bc3fcd | [
"Unlicense"
] | null | null | null | CISP 310/M5 - Branching and Looping/A6_PenniesForPay.asm | gb-camera/college-hw | e36d275ed7fad0a0fdb711a2a4abc82860bc3fcd | [
"Unlicense"
] | null | null | null | CISP 310/M5 - Branching and Looping/A6_PenniesForPay.asm | gb-camera/college-hw | e36d275ed7fad0a0fdb711a2a4abc82860bc3fcd | [
"Unlicense"
] | null | null | null | ; CISP 310 - Michael Dinh
; Assignment 6: Pennies for Pay
; 10/18/2020
INCLUDE io.h
.DATA
; constant
salaryIncrease DWORD 2
; data
daysWorked DWORD ?
; program variables
prompt BYTE "Enter how many days you've been on the job.", 0
string BYTE 40 DUP (?)
errorLb1 BYTE "Error!", 0
errorLb2 BYTE "Input has to be betwe... | 28.463415 | 73 | 0.677806 |
4f0ee61ce0b160659e79a5d76443fff3f750a87d | 700 | asm | Assembly | oeis/017/A017269.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/017/A017269.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/017/A017269.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A017269: Expansion of 1/((1-3x)(1-5x)(1-6x)).
; Submitted by Jon Maiga
; 1,14,133,1070,7861,54614,365653,2385950,15282421,96547814,603612373,3743478830,23070427381,141471930614,864083198293,5260771611710,31946034826741,193583363883014,1171036345331413,7073900044416590,42681813615424501,257282958897525014,154965817079... | 38.888889 | 493 | 0.815714 |
2bcf05252602e9f9da8e6494034a3512731260a5 | 148 | asm | Assembly | libsrc/_DEVELOPMENT/math/float/math48/lm/c/sdcc_iy/cbrt_fastcall.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_iy/cbrt_fastcall.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_iy/cbrt_fastcall.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 _cbrt_fastcall
EXTERN cm48_sdcciy_cbrt_fastcall
defc _cbrt_fastcall = cm48_sdcciy_cbrt_fastcall
| 14.8 | 47 | 0.885135 |
dd39e05a83663080a6f4f7b5ea210a55a0822862 | 5,021 | asm | Assembly | videocodec/libvpx_internal/libvpx/vp8/common/ppc/recon_altivec.asm | Omegaphora/hardware_intel_common_omx-components | 2dc257bd12d2604f5bac67d039e2b7e53c255ac9 | [
"Apache-2.0"
] | 49 | 2015-01-07T04:37:04.000Z | 2022-03-25T08:37:14.000Z | videocodec/libvpx_internal/libvpx/vp8/common/ppc/recon_altivec.asm | Omegaphora/hardware_intel_common_omx-components | 2dc257bd12d2604f5bac67d039e2b7e53c255ac9 | [
"Apache-2.0"
] | 15 | 2015-02-17T09:28:19.000Z | 2017-09-23T16:51:25.000Z | videocodec/libvpx_internal/libvpx/vp8/common/ppc/recon_altivec.asm | Omegaphora/hardware_intel_common_omx-components | 2dc257bd12d2604f5bac67d039e2b7e53c255ac9 | [
"Apache-2.0"
] | 16 | 2015-01-08T01:47:24.000Z | 2022-02-25T06:06:06.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... | 28.528409 | 72 | 0.478391 |
ea0218124a06e4d49f71768460b112e01d62dd34 | 406 | asm | Assembly | LM/Aula3/mov_inst8/mov_inst_8.asm | Kw-Vinicius/Linguagem-de-Montagem- | b0b878bb7ed9093433e0e37037fb61b79570f2b9 | [
"MIT"
] | null | null | null | LM/Aula3/mov_inst8/mov_inst_8.asm | Kw-Vinicius/Linguagem-de-Montagem- | b0b878bb7ed9093433e0e37037fb61b79570f2b9 | [
"MIT"
] | null | null | null | LM/Aula3/mov_inst8/mov_inst_8.asm | Kw-Vinicius/Linguagem-de-Montagem- | b0b878bb7ed9093433e0e37037fb61b79570f2b9 | [
"MIT"
] | null | null | null | ;#################################################################
; Exemplo da instrução XCHG (EXCHANGE)
;#################################################################
SECTION .data ;Seção de dados
univ DB 'UNESP',0AH ;Definição e alocação da string
SECTION .text
global _start
_start :
mov eax,4
mov eb... | 16.24 | 66 | 0.470443 |
1071c785280d4beacf739be4807fc00194dc8e23 | 1,426 | asm | Assembly | exp/insttest.asm | laanwj/decuda | c30bd179a8d9b89cc7d07c34bc42bcce734eda1a | [
"BSD-3-Clause"
] | 64 | 2015-05-13T13:53:49.000Z | 2022-02-17T03:23:25.000Z | exp/insttest.asm | laanwj/decuda | c30bd179a8d9b89cc7d07c34bc42bcce734eda1a | [
"BSD-3-Clause"
] | null | null | null | exp/insttest.asm | laanwj/decuda | c30bd179a8d9b89cc7d07c34bc42bcce734eda1a | [
"BSD-3-Clause"
] | 8 | 2015-01-23T07:24:53.000Z | 2021-01-02T16:56:40.000Z |
.entry my_kernel
{
.lmem 0
.smem 32
.reg 3
.bar 0
cvt.u32.u16 $r0, $r0.lo
shl.u32 $r1, $r0, 0x00000002
add.u32 $r1, s[0x0010], $r1
#mov.u32 $r2, 0x7FFFFFFF
#set.lt.u32 $p0|$r0, $r0, $r2
#add.u32 $p0|$r0, $r0, $r2
#mov.b32 $r0, $p0
#mov.b32 $p0, $r0
#mov.b32 $... | 21.283582 | 44 | 0.486676 |
88c16f286a00cb7b815f49d832cb592d983bdb22 | 492 | asm | Assembly | oeis/155/A155888.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/155/A155888.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/155/A155888.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A155888: a(n) = dimension of the space of n-boxes in the unshaded subfactor planar algebra of type E8.
; Submitted by Jon Maiga
; 1,1,2,5,14,43,143,506,1870,7107,27474,107274,421268,1659725,6551041,25884007,102330007,404682554,1600678795,6331951858,25049290301,99098453901,392054049162,1551062360070,6136418173129,2427... | 24.6 | 200 | 0.697154 |
544aa6c6f91dc36dd59308928f73dc6a1d1786f6 | 648 | asm | Assembly | libsrc/_DEVELOPMENT/alloc/malloc/c/sdcc_iy/heap_calloc_callee.asm | teknoplop/z88dk | bb03fbfd6b2ab0f397a1358559089f9cd3706485 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/alloc/malloc/c/sdcc_iy/heap_calloc_callee.asm | teknoplop/z88dk | bb03fbfd6b2ab0f397a1358559089f9cd3706485 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/alloc/malloc/c/sdcc_iy/heap_calloc_callee.asm | teknoplop/z88dk | bb03fbfd6b2ab0f397a1358559089f9cd3706485 | [
"ClArtistic"
] | 1 | 2019-12-03T23:57:48.000Z | 2019-12-03T23:57:48.000Z |
; void *heap_calloc_callee(void *heap, size_t nmemb, size_t size)
INCLUDE "clib_cfg.asm"
SECTION code_clib
SECTION code_alloc_malloc
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
IF __CLIB_OPT_MULTITHREAD & $01
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
PUBLIC _heap_calloc_callee
EXTERN asm_heap_calloc
_heap_calloc_callee:
pop af
... | 16.2 | 65 | 0.558642 |
b85acaf23e229a9a98885c980f3c85be2dc91b1d | 8,060 | asm | Assembly | Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xa0.log_21829_1708.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xa0.log_21829_1708.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xa0.log_21829_1708.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 %r8
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_UC_ht+0x32eb, %rsi
lea addresses_UC_ht+0x12eeb, %rdi
nop
nop
nop
nop
nop
sub %r8, %r8
mov $48, %rcx
rep movsl
nop
nop
nop
nop
sub $51346, %rdx
lea addresses_D_ht+0x14ceb, %rsi
lea ad... | 33.443983 | 2,999 | 0.661911 |
b489c1428937bbb0f9526098056b69fcbd0c5798 | 309 | asm | Assembly | oeis/130/A130459.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/130/A130459.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/130/A130459.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A130459: A059268 * A097806.
; Submitted by Christian Krause
; 1,3,2,3,6,4,3,6,12,8,3,6,12,24,16,3,6,12,24,48,32,3,6,12,24,48,96,64,3,6,12,24,48,96,192,128,3,6,12,24,48,96,192,384,256
lpb $0
add $1,1
sub $0,$1
lpe
sub $1,$0
min $1,1
mul $1,6
add $1,3
lpb $0
sub $0,1
mul $1,2
lpe
mov $0,$1
div $0,3
| 16.263158 | 122 | 0.605178 |
d8b40a92a08bc9ea542d6fdc8bab7efcccf7ace9 | 463 | asm | Assembly | cgi-bin/syserror.asm | Konamiman/NestorWeb | 434a23176518c137731f4784046d3c472b845842 | [
"MIT"
] | 4 | 2020-01-19T11:53:25.000Z | 2021-05-10T21:13:47.000Z | cgi-bin/syserror.asm | Konamiman/NestorWeb | 434a23176518c137731f4784046d3c472b845842 | [
"MIT"
] | null | null | null | cgi-bin/syserror.asm | Konamiman/NestorWeb | 434a23176518c137731f4784046d3c472b845842 | [
"MIT"
] | 1 | 2020-01-20T05:17:46.000Z | 2020-01-20T05:17:46.000Z | ;Example of NestorWeb CGI script that retuns an error message
;using the system-defined markup.
CR: equ 13
LF: equ 10
STDOUT: equ 1
_WRITE: equ 49h
org 100h
ld de,ERROR
ld hl,ERROR_END-ERROR
ld b,STDOUT
ld c,_WRITE
call 5
ret
ERROR:
db "X-CGI-Error: 434 Bad Foob... | 18.52 | 62 | 0.62851 |
2b2375b32ccc0ef1fcf2ef68956227d27ea93cf9 | 1,882 | asm | Assembly | lab_task-2.asm | IftekharMohammad/Computer-Organization-and-Architecture-Lab-Task | b4bde92c476ec51267604efb3c92e1344fe76dd2 | [
"MIT"
] | null | null | null | lab_task-2.asm | IftekharMohammad/Computer-Organization-and-Architecture-Lab-Task | b4bde92c476ec51267604efb3c92e1344fe76dd2 | [
"MIT"
] | null | null | null | lab_task-2.asm | IftekharMohammad/Computer-Organization-and-Architecture-Lab-Task | b4bde92c476ec51267604efb3c92e1344fe76dd2 | [
"MIT"
] | null | null | null | .MODEL SMALL
.STACK 100H
.DATA
QUES DB "Enter a Character: $"
INITIAL DB ?
.CODE
MAIN PROC
MOV AX,@DATA
MOV DS,AX
MOV AH,9
LEA DX,QUES
INT 21H
MOV AH,1
INT 21H ;INPUT IN INITIAL
MOV INITIAL,AL
MOV AH,2
MOV DL,0AH
INT 21H
MOV... | 17.266055 | 40 | 0.50797 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.