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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
f7277fe71936b083e14d9c9ec67786ffebf2562b | 5,306 | asm | Assembly | libsrc/sprites/software/sp1/spectrum/sprites/sp1_MoveSprAbs_callee.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 38 | 2021-06-18T12:56:15.000Z | 2022-03-12T20:38:40.000Z | libsrc/sprites/software/sp1/spectrum/sprites/sp1_MoveSprAbs_callee.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 2 | 2021-06-20T16:28:12.000Z | 2021-11-17T21:33:56.000Z | libsrc/sprites/software/sp1/spectrum/sprites/sp1_MoveSprAbs_callee.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 6 | 2021-06-18T18:18:36.000Z | 2021-12-22T08:01:32.000Z | ; void __CALLEE__ sp1_MoveSprAbs_callee(struct sp1_ss *s, struct sp1_Rect *clip, uchar *frame, uchar row, uchar col, uchar vrot, uchar hrot)
; 04.2006 aralbrec, Sprite Pack v3.0
; sinclair spectrum version
; *** PLEASE HELP ME I'VE BEEN MADE UGLY BY BUGFIXES
PUBLIC sp1_MoveSprAbs_callee
PUBLIC ASMDISP_SP1_MOVESPRABS_... | 25.757282 | 140 | 0.574444 |
195ed1768d68c64e20c4dbaac5b24c048791a939 | 300 | asm | Assembly | programs/oeis/100/A100104.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/100/A100104.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/100/A100104.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A100104: a(n) = n^3 - n^2 + 1.
; 1,1,5,19,49,101,181,295,449,649,901,1211,1585,2029,2549,3151,3841,4625,5509,6499,7601,8821,10165,11639,13249,15001,16901,18955,21169,23549,26101,28831,31745,34849,38149,41651,45361,49285,53429,57799,62401,67241,72325
mov $1,$0
sub $0,1
pow $1,2
mul $0,$1
add $0,1
| 33.333333 | 218 | 0.71 |
9e80dca6323b25e83abb03359520ea558fb8ea02 | 3,290 | asm | Assembly | gbz80/squish.asm | Bananattack/squish | fc9e063547364554dba31348c324ee2d1ff75b47 | [
"Unlicense"
] | 11 | 2015-02-04T23:45:27.000Z | 2022-02-22T17:46:32.000Z | gbz80/squish.asm | Bananattack/squish | fc9e063547364554dba31348c324ee2d1ff75b47 | [
"Unlicense"
] | null | null | null | gbz80/squish.asm | Bananattack/squish | fc9e063547364554dba31348c324ee2d1ff75b47 | [
"Unlicense"
] | 1 | 2019-10-05T08:55:02.000Z | 2019-10-05T08:55:02.000Z | ; Copyright (c) 2013 Andrew G. Crowell (Overkill / Bananattack)
; 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 copyright
; no... | 26.747967 | 90 | 0.651976 |
756e71f8f225ee7c06cb6bcb00ed96934b84a27b | 838 | asm | Assembly | Library/Trans/Database/dbase3/Lib/libFormat.asm | NCommander/pcgeos | 0d0a2c20425b32589f313861a00b78546c1da46f | [
"Apache-2.0"
] | null | null | null | Library/Trans/Database/dbase3/Lib/libFormat.asm | NCommander/pcgeos | 0d0a2c20425b32589f313861a00b78546c1da46f | [
"Apache-2.0"
] | null | null | null | Library/Trans/Database/dbase3/Lib/libFormat.asm | NCommander/pcgeos | 0d0a2c20425b32589f313861a00b78546c1da46f | [
"Apache-2.0"
] | null | null | null | COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1992 -- All Rights Reserved
PROJECT: dBase III
MODULE: Lib
FILE: libFormat.asm
AUTHOR: Ted H. Kim, 9/14/92
REVISION HISTORY:
Name Date Description
---- ---- -----------
ted 9/92 Initial rev... | 22.052632 | 79 | 0.551313 |
213e4eb306b6aaf46d2b4a489c76bcd7c3b2c8d8 | 727 | asm | Assembly | programs/oeis/070/A070460.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/070/A070460.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/070/A070460.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A070460: a(n) = n^2 mod 38.
; 0,1,4,9,16,25,36,11,26,5,24,7,30,17,6,35,28,23,20,19,20,23,28,35,6,17,30,7,24,5,26,11,36,25,16,9,4,1,0,1,4,9,16,25,36,11,26,5,24,7,30,17,6,35,28,23,20,19,20,23,28,35,6,17,30,7,24,5,26,11,36,25,16,9,4,1,0,1,4,9,16,25,36,11,26,5,24,7,30,17,6,35,28,23,20,19,20,23,28,35,6,17,30,7,24,5,26,11,... | 103.857143 | 666 | 0.614856 |
9f413145192356c318b2f0348da765b602ca36d1 | 436 | asm | Assembly | programs/oeis/228/A228409.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/228/A228409.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/228/A228409.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A228409: a(n) = 4*mu(n) + 5, where mu is the Moebius function (A008683).
; 9,1,1,5,1,9,1,5,5,9,1,5,1,9,9,5,1,5,1,5,9,9,1,5,5,9,5,5,1,1,1,5,9,9,9,5,1,9,9,5,1,1,1,5,5,9,1,5,5,5,9,5,1,5,9,5,9,9,1,5,1,9,5,5,9,1,1,5,9,1,1,5,1,9,5,5,9,1,1,5,5,9,1,5,9,9,9,5,1,5,9,5,9,9,9,5,1,5,5,5
seq $0,8683 ; Möbius (or Moebius) function... | 62.285714 | 201 | 0.566514 |
9bbf17fd6b9020e1d96c53a60a392498a7ad1708 | 414,733 | asm | Assembly | src/test/cpp/raw/mmu/build/mmu.asm | cbrune/VexRiscv | 4824827b7ed6331acfda1c2b0dd8c9fb7361cb96 | [
"MIT"
] | 1,524 | 2017-03-23T19:56:30.000Z | 2022-03-31T10:23:27.000Z | src/test/cpp/raw/mmu/build/mmu.asm | cbrune/VexRiscv | 4824827b7ed6331acfda1c2b0dd8c9fb7361cb96 | [
"MIT"
] | 234 | 2017-08-05T16:39:01.000Z | 2022-03-25T09:57:00.000Z | src/test/cpp/raw/mmu/build/mmu.asm | cbrune/VexRiscv | 4824827b7ed6331acfda1c2b0dd8c9fb7361cb96 | [
"MIT"
] | 283 | 2017-03-13T18:59:22.000Z | 2022-03-31T11:19:31.000Z |
build/mmu.elf: file format elf32-littleriscv
Disassembly of section .crt_section:
80000000 <_start>:
80000000: 00000e93 li t4,0
80000004: 00000097 auipc ra,0x0
80000008: 59008093 addi ra,ra,1424 # 80000594 <trap>
8000000c: 30509073 csrw mtvec,ra
80000010 <test1>:
8000001... | 33.362803 | 76 | 0.577562 |
1e0df75b934d22eeb51a64ea6d0f26adb9639db0 | 239 | asm | Assembly | macros/debug.asm | ISSOtm/Aevilia-GB | 9b4e233bac6fbf175ca9ae7e4c0a8f16c8222275 | [
"Apache-2.0"
] | 53 | 2017-08-25T01:27:33.000Z | 2021-08-30T19:55:57.000Z | macros/debug.asm | ISSOtm/Aevilia-GB | 9b4e233bac6fbf175ca9ae7e4c0a8f16c8222275 | [
"Apache-2.0"
] | 6 | 2017-08-24T19:40:33.000Z | 2018-05-14T19:37:34.000Z | macros/debug.asm | ISSOtm/Aevilia-GB | 9b4e233bac6fbf175ca9ae7e4c0a8f16c8222275 | [
"Apache-2.0"
] | 10 | 2017-08-24T18:37:35.000Z | 2019-10-02T04:35:39.000Z |
debug_message: MACRO
IF DEF(DebugMode)
ld d, d
jr .debugMessage\@
dw $6464
dw $0000
REPT _NARG
db \1
shift
ENDR
.debugMessage\@
ENDC
ENDM
debug_break: MACRO
IF DEF(DebugMode)
ld b, b
ENDC
ENDM
| 11.380952 | 21 | 0.606695 |
a5cee3ea8457af8d18d76cd452af9f60a54d5082 | 739 | asm | Assembly | oeis/113/A113438.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/113/A113438.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/113/A113438.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A113438: Third row of A113435.
; Submitted by Christian Krause
; 1,4,16,62,237,901,3418,12956,49096,186029,704861,2670692,10119152,38341126,145273353,550436561,2085588866,7902239404,29941371656,113447051497,429847830217,1628681887876,6171031956688,23381874459566,88593294803061,335677616363629,1271873479598026,4819094... | 33.590909 | 491 | 0.794317 |
674616e81023b9a1d5036c6c1e0f51613785bee9 | 2,300 | asm | Assembly | 2_EVEN_REVERSE_ODD_.asm | TashinAhmed/ASSEMBLY-LANGUAGE | fbda7c30f46f55eb3c1ce0907d22f99c2e8adf86 | [
"MIT"
] | null | null | null | 2_EVEN_REVERSE_ODD_.asm | TashinAhmed/ASSEMBLY-LANGUAGE | fbda7c30f46f55eb3c1ce0907d22f99c2e8adf86 | [
"MIT"
] | null | null | null | 2_EVEN_REVERSE_ODD_.asm | TashinAhmed/ASSEMBLY-LANGUAGE | fbda7c30f46f55eb3c1ce0907d22f99c2e8adf86 | [
"MIT"
] | null | null | null | .MODEL SMALL
.STACK 100H
.DATA
NEWLINE DB 0AH,0DH,'$'
.CODE
MAIN PROC
MOV AX,@DATA
MOV DS,AX
INPUT:
MOV AH,1
INT 21H
INP1:
MOV CH,AL ;MSB STORED AT CH
SUB CH,48
MOV AH,1
INT... | 20.535714 | 57 | 0.316522 |
f53214dbfb33e349acd4b5e014c72e4f4f473608 | 3,373 | asm | Assembly | lib/x1_crt0.asm | grancier/z180 | e83f35e36c9b4d1457e40585019430e901c86ed9 | [
"ClArtistic"
] | null | null | null | lib/x1_crt0.asm | grancier/z180 | e83f35e36c9b4d1457e40585019430e901c86ed9 | [
"ClArtistic"
] | null | null | null | lib/x1_crt0.asm | grancier/z180 | e83f35e36c9b4d1457e40585019430e901c86ed9 | [
"ClArtistic"
] | 1 | 2019-12-03T23:57:48.000Z | 2019-12-03T23:57:48.000Z | ; CRT0 for the Sharp X1
;
; Karl Von Dyson (for X1s.org)
;
; $Id: x1_crt0.asm,v 1.17 2016/07/20 05:45:02 stefano Exp $
;
MODULE x1_crt0
;
; Initially include the zcc_opt.def file to find out lots of lovely
; information about what we should do..
;
defc crt0 = 1
INCLUDE "zcc_opt.... | 14.729258 | 69 | 0.565372 |
249bb529d1ec20316d609ead91a1ec83a35195d0 | 12,789 | asm | Assembly | windows/core/ntgdi/gre/i386/str.asm | npocmaka/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 17 | 2020-11-13T13:42:52.000Z | 2021-09-16T09:13:13.000Z | windows/core/ntgdi/gre/i386/str.asm | sancho1952007/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 2 | 2020-10-19T08:02:06.000Z | 2020-10-19T08:23:18.000Z | windows/core/ntgdi/gre/i386/str.asm | sancho1952007/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 14 | 2020-11-14T09:43:20.000Z | 2021-08-28T08:59:57.000Z | page ,132
;------------------------------Module-Header----------------------------;
; Module Name: str.asm
;
; Same format, no translation stretch blt inner loop
;
; Created: 17-Oct-1994
; Author: Mark Enstrom
;
; Copyright (c) 1994-1999 Microsoft Corporation
;-----------------------------------------... | 32.70844 | 105 | 0.485808 |
00419b38879ef170f614bd4ebc1a35d0e0a38556 | 7,460 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_735.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_735.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_735.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 %r8
push %r9
push %rbp
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0x1c185, %rsi
lea addresses_WT_ht+0x8327, %rdi
nop
nop
add $41996, %rbx
mov $40, %rcx
rep movsl
sub %rbp, %rbp
lea addresses_normal_ht+0x1dbbb, %r8
nop
nop
nop
lfence
vmovups (%... | 33.755656 | 2,999 | 0.655496 |
30aef2b245e24253d59bcc6de37bf56cbe01a316 | 570 | asm | Assembly | src/prg.asm | giomba/snake6502 | a82c9e94fedbd0398b248ed73e2336262e86f10f | [
"Zlib"
] | 1 | 2020-04-24T22:28:18.000Z | 2020-04-24T22:28:18.000Z | src/prg.asm | giomba/snake6502 | a82c9e94fedbd0398b248ed73e2336262e86f10f | [
"Zlib"
] | null | null | null | src/prg.asm | giomba/snake6502 | a82c9e94fedbd0398b248ed73e2336262e86f10f | [
"Zlib"
] | null | null | null | processor 6502
SEG.U
org $02
INCLUDE "zeropage.asm"
SEG autostart
org $801
autostartRoutine SUBROUTINE
; this is at $801
; and it MUST be exactly at this location in order to autostart
; 10 SYS2060 ($80c) BASIC autostart
BYTE #$0b,#$08,#$0a,#$00,#$9e,#$32,#$30,#$36,#$31,#$00,#$00,... | 21.111111 | 68 | 0.577193 |
4dc6d2bb4db8a64cf9010ef99ed1e89f679e1ece | 388 | asm | Assembly | programs/oeis/284/A284721.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/284/A284721.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/284/A284721.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A284721: Smallest odd prime that is relatively prime to 2n+1.
; 3,5,3,3,5,3,3,7,3,3,5,3,3,5,3,3,5,3,3,5,3,3,7,3,3,5,3,3,5,3,3,5,3,3,5,3,3,7,3,3,5,3,3,5,3,3,5,3,3,5,3,3,11,3,3,5,3,3,5,3,3,5,3,3,5,3,3,7,3,3,5,3,3,5,3,3,5,3,3,5,3,3,7,3,3,5,3,3,5,3,3,5,3,3,5,3,3,7,3,3
mul $0,2
seq $0,284723 ; Smallest odd prime that is ... | 35.272727 | 202 | 0.592784 |
4b9c64e2cef33eff9dbba26c8e485d668a7571d6 | 5,504 | asm | Assembly | Transynther/x86/_processed/US/_ht_zr_/i7-7700_9_0xca.log_21829_656.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/US/_ht_zr_/i7-7700_9_0xca.log_21829_656.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/US/_ht_zr_/i7-7700_9_0xca.log_21829_656.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r13
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_normal_ht+0x1a73d, %rsi
lea addresses_A_ht+0xf399, %rdi
clflush (%rsi)
nop
nop
nop
nop
sub %rbp, %rbp
mov $43, %rcx
rep movsq
nop
and %r13, %r13
lea addresses_WC_ht+0x674e, %rcx
nop
nop
nop
nop
nop
xor... | 38.48951 | 2,999 | 0.655523 |
f80a992f4a41bb711a29bed13431c2c062fd9bcc | 6,241 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_st_/i7-7700_9_0x48_notsx.log_21829_1237.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_st_/i7-7700_9_0x48_notsx.log_21829_1237.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_st_/i7-7700_9_0x48_notsx.log_21829_1237.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r13
push %r14
push %rax
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0x68d1, %r14
nop
nop
nop
nop
nop
xor $33126, %r12
movw $0x6162, (%r14)
nop
nop
inc %rcx
lea addresses_A_ht+0x2e31, %rax
nop
nop
nop
nop
nop
sub $25217, %r13
movl $0x61626364, (... | 38.288344 | 2,999 | 0.65967 |
23367d816be5f5b4fa7975144e848b3416986bcd | 9,944 | asm | Assembly | asg/asm/rdrand.asm | asgkafka/librdkafka | d0a14ca313ed1efafb3924ff33fb6c4d474efe3c | [
"BSD-2-Clause-NetBSD",
"Zlib",
"BSD-2-Clause",
"MIT",
"BSD-3-Clause"
] | null | null | null | asg/asm/rdrand.asm | asgkafka/librdkafka | d0a14ca313ed1efafb3924ff33fb6c4d474efe3c | [
"BSD-2-Clause-NetBSD",
"Zlib",
"BSD-2-Clause",
"MIT",
"BSD-3-Clause"
] | null | null | null | asg/asm/rdrand.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:21 2021
*
WXTRN @@ZARCH#
*
*
*
* Code Section
*
@CODE ALIAS C'@RDRAND'
@CODE CSECT
@CODE AMODE ANY
@CODE RMODE ANY
@DATA ALIAS C'@rdrand'
rand_r ALIAS X'998195846D99'
EXTRN ... | 28.25 | 72 | 0.490044 |
a392ec85b142ef93e9575b4e749d2d5b31c3ab6a | 310 | asm | Assembly | programs/oeis/021/A021283.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/021/A021283.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/021/A021283.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A021283: Decimal expansion of 1/279.
; 0,0,3,5,8,4,2,2,9,3,9,0,6,8,1,0,0,3,5,8,4,2,2,9,3,9,0,6,8,1,0,0,3,5,8,4,2,2,9,3,9,0,6,8,1,0,0,3,5,8,4,2,2,9,3,9,0,6,8,1,0,0,3,5,8,4,2,2,9,3,9,0,6,8,1,0,0,3,5,8,4,2,2,9,3,9,0,6,8,1,0,0,3,5,8,4,2,2,9
add $0,2
mov $1,10
pow $1,$0
mul $1,2
div $1,5580
mod $1,10
mov $0,$1
| 28.181818 | 199 | 0.541935 |
df04604c42e8ac0354ad96a0bff7a5d3aaa55fd7 | 3,684 | asm | Assembly | mbr.asm | tzg157/tlos | ecca087d786292660061c82eba01561dc85304dd | [
"MIT"
] | null | null | null | mbr.asm | tzg157/tlos | ecca087d786292660061c82eba01561dc85304dd | [
"MIT"
] | null | null | null | mbr.asm | tzg157/tlos | ecca087d786292660061c82eba01561dc85304dd | [
"MIT"
] | null | null | null | .code16
.section .text
.globl _start
_start:
cli
xorw %ax, %ax # setup stack and segments
movw %ax, %ds
movw %ax, %es
movw %ax, %ss
movw $0x7c00, %sp
sti
movw %cs, %ax
movw %ax, %ds
movw %ax, %es
movb $0x0, %bh
movw $0x0, %dx
call set_currsor
call clean_screen_new
cal... | 18.700508 | 68 | 0.534473 |
7f78a96782275d681e548a81df3882ab358b5b91 | 2,515 | asm | Assembly | lib/mem/_routines.asm | locodarwin/xc-basic3 | 74d73fb4049980fc0c7b648b4893ce3a53056af3 | [
"MIT"
] | 11 | 2021-08-05T18:13:21.000Z | 2022-03-26T21:44:50.000Z | lib/mem/_routines.asm | locodarwin/xc-basic3 | 74d73fb4049980fc0c7b648b4893ce3a53056af3 | [
"MIT"
] | 119 | 2021-08-09T06:28:44.000Z | 2022-03-31T07:12:11.000Z | lib/mem/_routines.asm | locodarwin/xc-basic3 | 74d73fb4049980fc0c7b648b4893ce3a53056af3 | [
"MIT"
] | 3 | 2022-01-22T05:25:09.000Z | 2022-03-26T17:11:55.000Z | ; Fills memory area
;
; derived from Practical Memory Move Routines
; by Bruce Clark
;
; R0: destination address
; A: fill byte
; R2: number of bytes to copy
IFCONST I_MEMSET_IMPORTED
MEMSET SUBROUTINE
.dst EQU R0
.siz EQU R2
ldy #0
ldx .siz+1
beq .md2
.md1
sta (.dst),Y
... | 12.766497 | 58 | 0.582505 |
adf993d55a18dfe58d492380e04b9e3d158f7aae | 690 | asm | Assembly | oeis/280/A280294.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/280/A280294.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/280/A280294.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A280294: a(n) = a(n-1) + 2^n * a(n-2) with a(0) = 1 and a(1) = 1.
; Submitted by Christian Krause
; 1,1,5,13,93,509,6461,71613,1725629,38391485,1805435581,80431196861,7475495336637,666367860021949,123144883455482557,21958686920654707389,8092381769059159562941,2886261393833112966453949,2124255587862077437434059453,151... | 38.333333 | 456 | 0.794203 |
e547d753dfb871d244c4ecd2b9d6b9243cc59d9d | 1,867 | asm | Assembly | Sem IV Microprocessors Lab/Hardware Programs (part b)/elev.asm | prithvihv/VTU_CSE_LABS | 8e20f438e3e541cce60d136af58fd28b74c3e01b | [
"MIT"
] | 1 | 2017-10-03T15:55:20.000Z | 2017-10-03T15:55:20.000Z | Sem IV Microprocessors Lab/Hardware Programs (part b)/elev.asm | vintageplayer/VTU_CSE_LABS | 907cdc804c145ce511c81bad1e99a9d5f099033e | [
"MIT"
] | null | null | null | Sem IV Microprocessors Lab/Hardware Programs (part b)/elev.asm | vintageplayer/VTU_CSE_LABS | 907cdc804c145ce511c81bad1e99a9d5f099033e | [
"MIT"
] | null | null | null | UP MACRO N
LOCAL AGN
MOV AL,0F0H
AGN:MOV DX,PA
OUT DX,AL
DELAY
INC AL
CMP AL,N
JLE AGN
ENDM
DOWN MACRO M
LOCAL AGN
MOV AL,M
AGN: MOV DX,PA
OUT DX,AL
DEL... | 17.12844 | 30 | 0.368506 |
568784665a43ee866e65b88fab2123cefefd4bef | 670 | asm | Assembly | oeis/189/A189742.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/189/A189742.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/189/A189742.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A189742: a(1)=4, a(2)=3, a(n)=4*a(n-1) + 3*a(n-2)
; Submitted by Jon Maiga
; 4,3,24,105,492,2283,10608,49281,228948,1063635,4941384,22956441,106649916,495468987,2301825696,10693709745,49680316068,230802393507,1072250522232,4981409269449,23142388644492,107513782386315,499482295478736,2320470529073889,1078032900273176... | 41.875 | 481 | 0.802985 |
09f3bcd3f73abcaa6863ef6dacf3de0355aa86e9 | 514 | asm | Assembly | pwnlib/shellcraft/templates/aarch64/linux/setsockopt_timeout.asm | zaratec/pwntools | 8793decd1c9b8c822e3db6c27b9cbf6e8cddfeba | [
"MIT"
] | 5 | 2018-05-15T13:00:56.000Z | 2020-02-09T14:29:00.000Z | pwnlib/shellcraft/templates/aarch64/linux/setsockopt_timeout.asm | FDlucifer/binjitsu | 999ad632004bfc3e623eead20eb11de98fc1f4dd | [
"MIT"
] | null | null | null | pwnlib/shellcraft/templates/aarch64/linux/setsockopt_timeout.asm | FDlucifer/binjitsu | 999ad632004bfc3e623eead20eb11de98fc1f4dd | [
"MIT"
] | 6 | 2017-09-07T02:31:11.000Z | 2021-07-05T16:59:18.000Z |
<%
from pwnlib.shellcraft.aarch64.linux import setsockopt
from pwnlib.shellcraft.aarch64 import mov
from pwnlib.constants import SOL_SOCKET, SO_RCVTIMEO
%>
<%page args="sock, secs"/>
<%docstring>
Invokes the syscall for setsockopt with specified timeout. See 'man 2 setsockopt' for more information.
Argum... | 25.7 | 104 | 0.677043 |
403e1b5b97571d67238353f3d2a8f5c3abc54346 | 344 | asm | Assembly | libsrc/stdio/fabandon.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/stdio/fabandon.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/stdio/fabandon.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
MODULE fabandon
PUBLIC fabandon
PUBLIC _fabandon
SECTION code_clib
fabandon:
_fabandon:
pop de
pop hl
push hl
push de
xor a
ld (hl),a
inc hl
ld (hl),a
inc hl
ld (hl),a
inc hl
... | 14.956522 | 22 | 0.406977 |
a0f4d017c1963f44852ac8b6f1afdc2dcbab5b8f | 100,084 | asm | Assembly | mesasim.asm | tzulang/os2 | 331769c4f7d2bd57346dc5583ee077e97b24f391 | [
"Xnet",
"X11"
] | null | null | null | mesasim.asm | tzulang/os2 | 331769c4f7d2bd57346dc5583ee077e97b24f391 | [
"Xnet",
"X11"
] | null | null | null | mesasim.asm | tzulang/os2 | 331769c4f7d2bd57346dc5583ee077e97b24f391 | [
"Xnet",
"X11"
] | null | null | null |
_mesasim: file format elf32-i386
Disassembly of section .text:
00000000 <main>:
void addSlot(void);
int main (int argc, char* argv[]){
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... | 37.910606 | 92 | 0.445935 |
4d63742ee2626e06e0d439f53cea3c653e937dc1 | 581 | asm | Assembly | programs/oeis/267/A267536.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/267/A267536.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/267/A267536.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A267536: Decimal representation of the n-th iteration of the "Rule 143" elementary cellular automaton starting with a single ON (black) cell.
; 1,6,25,103,415,1663,6655,26623,106495,425983,1703935,6815743,27262975,109051903,436207615,1744830463,6979321855,27917287423,111669149695,446676598783,1786706395135,7146825580... | 27.666667 | 260 | 0.738382 |
5c46fe89fcfc597effbef4ceb225b41b6afaa395 | 794 | asm | Assembly | PROGS/16bits.asm | carlos-santiago-2017/HC12-MicrocontrollerNotes | 76e98b5761eae8c157fc8fd34324bc6c543ca9a3 | [
"MIT"
] | null | null | null | PROGS/16bits.asm | carlos-santiago-2017/HC12-MicrocontrollerNotes | 76e98b5761eae8c157fc8fd34324bc6c543ca9a3 | [
"MIT"
] | null | null | null | PROGS/16bits.asm | carlos-santiago-2017/HC12-MicrocontrollerNotes | 76e98b5761eae8c157fc8fd34324bc6c543ca9a3 | [
"MIT"
] | null | null | null | org $100
bufdat equ $10
banint equ $00
bufaux equ $02
longitud equ $01
temp0 equ $03
temp1 equ $05
inisort ldx bufdat
clr banint
ldaa longitud
deca
deca
lsra
staa bufaux
ldd 0,... | 20.358974 | 26 | 0.355164 |
669a22215377c972d3a156ee9b62fe4cf0b72dc6 | 4,213 | asm | Assembly | Userland/SampleCodeModule/asm/selfLib.asm | imanfredi/TP2-SO | 0ccdf6fb88c3c18bc55306065c5e49ee90da58f9 | [
"BSD-3-Clause"
] | null | null | null | Userland/SampleCodeModule/asm/selfLib.asm | imanfredi/TP2-SO | 0ccdf6fb88c3c18bc55306065c5e49ee90da58f9 | [
"BSD-3-Clause"
] | null | null | null | Userland/SampleCodeModule/asm/selfLib.asm | imanfredi/TP2-SO | 0ccdf6fb88c3c18bc55306065c5e49ee90da58f9 | [
"BSD-3-Clause"
] | null | null | null | GLOBAL getChar
GLOBAL printString
GLOBAL putChar
GLOBAL clear
GLOBAL printError
GLOBAL nextScreen
GLOBAL needScreen
GLOBAL initVisualEnvironment
GLOBAL addNewProcess
GLOBAL getSecondsElapsed
GLOBAL getPid
GLOBAL free2
GLOBAL malloc2
GLOBAL sem_open
GLOBAL sem_close
GLOBAL sem_wait
GLOBAL sem_post
GLOBA... | 12.963077 | 97 | 0.540707 |
40855ccb9def60bcb640ebff236ffcdff13b81c7 | 275 | asm | Assembly | libsrc/_DEVELOPMENT/math/float/math48/c/sdcc_iy/cm48_sdcciy_lgamma_fastcall.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/math/float/math48/c/sdcc_iy/cm48_sdcciy_lgamma_fastcall.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/math/float/math48/c/sdcc_iy/cm48_sdcciy_lgamma_fastcall.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null |
; float lgamma(float x) __z88dk_fastcall
SECTION code_fp_math48
PUBLIC cm48_sdcciy_lgamma_fastcall
EXTERN cm48_sdcciyp_dx2m48, am48_lgamma, cm48_sdcciyp_m482d
cm48_sdcciy_lgamma_fastcall:
call cm48_sdcciyp_dx2m48
call am48_lgamma
jp cm48_sdcciyp_m482d
| 16.176471 | 59 | 0.821818 |
8b8b8006fdc56525378c034801a15859b87a7731 | 1,587 | asm | Assembly | src/arch/x86/mach-i386/entry.asm | MUYIio/Mini-OS | cac8134f636e30a28d8c1da6a6c7c71366cc2618 | [
"MIT"
] | 5 | 2021-11-17T05:22:18.000Z | 2021-12-25T04:30:25.000Z | src/arch/x86/mach-i386/entry.asm | MUYIio/Mini-OS | cac8134f636e30a28d8c1da6a6c7c71366cc2618 | [
"MIT"
] | null | null | null | src/arch/x86/mach-i386/entry.asm | MUYIio/Mini-OS | cac8134f636e30a28d8c1da6a6c7c71366cc2618 | [
"MIT"
] | null | null | null | %include "arch/const.inc"
[bits 32]
[section .text]
extern kernel_main
extern arch_init
extern acpi_init
extern setup_paging
global kernel_start
;这个标签是整个内核的入口,从loader跳转到这儿
kernel_start:
mov esp, KERNEL_STACK_TOP_PHY
mov byte [TEXT_START_ADDR_PHY+160*4+0], 'K'
mov byte [TEXT_START_ADDR_PHY+160*... | 26.898305 | 55 | 0.712665 |
b0100cf49bb4a3507cd9cf1e317a6ad69f62a6c0 | 342 | asm | Assembly | Irvine/Examples/ch03/AddVariables.asm | alieonsido/ASM_TESTING | 4d5e2a3e11d921eeb50d69bbe4352cfc0e99afa7 | [
"Apache-2.0"
] | null | null | null | Irvine/Examples/ch03/AddVariables.asm | alieonsido/ASM_TESTING | 4d5e2a3e11d921eeb50d69bbe4352cfc0e99afa7 | [
"Apache-2.0"
] | null | null | null | Irvine/Examples/ch03/AddVariables.asm | alieonsido/ASM_TESTING | 4d5e2a3e11d921eeb50d69bbe4352cfc0e99afa7 | [
"Apache-2.0"
] | null | null | null | ; AddVariables.asm - Chapter 3 example.
.386
.model flat,stdcall
.stack 4096
ExitProcess proto,dwExitCode:dword
.data
firstval dword 20002000h
secondval dword 11111111h
thirdval dword 22222222h
sum dword 0
.code
main proc
mov eax,firstval
add eax,secondval
add eax,thirdval
mov sum,eax
invoke ExitProces... | 14.869565 | 39 | 0.777778 |
507168168b55fa6b5f8619a1bb4195a909e0634d | 439 | asm | Assembly | oeis/028/A028095.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/028/A028095.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/028/A028095.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A028095: Expansion of 1/((1-3x)(1-7x)(1-9x)(1-12x)).
; Submitted by Christian Krause
; 1,31,622,10294,153139,2133397,28467664,368853628,4681501957,58545953323,724357095826,8891996242402,108525576595255,1318871068893409,15976717061264308,193081291067943016
mov $1,1
mov $2,$0
mov $3,$0
lpb $2
mov $0,$3
sub $2,1
... | 24.388889 | 170 | 0.681093 |
34b877e7b08fd6f8a9f7ac77353c591319a3731a | 49,103 | asm | Assembly | wc.asm | neha45556/cs153_lab4 | 766e08fc130da84af0e430d003bbe8788c1f68ba | [
"MIT-0"
] | 1 | 2021-12-01T09:59:40.000Z | 2021-12-01T09:59:40.000Z | wc.asm | neha45556/cs153_lab4 | 766e08fc130da84af0e430d003bbe8788c1f68ba | [
"MIT-0"
] | null | null | null | wc.asm | neha45556/cs153_lab4 | 766e08fc130da84af0e430d003bbe8788c1f68ba | [
"MIT-0"
] | 1 | 2021-12-01T09:59:49.000Z | 2021-12-01T09:59:49.000Z |
_wc: file format elf32-i386
Disassembly of section .text:
00001000 <main>:
printf(1, "%d %d %d %s\n", l, w, c, name);
}
int
main(int argc, char *argv[])
{
1000: 55 push %ebp
1001: 89 e5 mov %esp,%ebp
1003: 57 push %edi
1004: 56 ... | 36.184967 | 70 | 0.411747 |
4205565fc39fa1ef607d46d25f72211bf6039419 | 6,553 | asm | Assembly | Transynther/x86/_processed/NC/_ht_zr_/i7-7700_9_0x48.log_21829_1309.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NC/_ht_zr_/i7-7700_9_0x48.log_21829_1309.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NC/_ht_zr_/i7-7700_9_0x48.log_21829_1309.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r13
push %r8
push %r9
push %rax
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x1235c, %rsi
lea addresses_D_ht+0x114ac, %rdi
clflush (%rsi)
nop
nop
nop
nop
inc %rbx
mov $125, %rcx
rep movsq
nop
nop
dec %r8
lea addresses_A_ht+0x8b4, %r13
nop
nop
nop
inc %r... | 36.814607 | 2,999 | 0.654967 |
552c649bfec23db2b832427c47a35b8e58245d44 | 304 | asm | Assembly | programs/oeis/010/A010995.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/010/A010995.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/010/A010995.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A010995: Binomial coefficient C(n,42).
; 1,43,946,14190,163185,1533939,12271512,85900584,536878650,3042312350,15820024220,76223753060,343006888770,1451182990950,5804731963800,22057981462440,79960182801345,277508869722315,925029565741050,2969831763694950,9206478467454345
add $0,42
mov $1,$0
bin $1,42
| 43.428571 | 231 | 0.842105 |
3ce04ef9ee4ca4a625a30d99ddb5d956cd8fe0cc | 8,830 | asm | Assembly | example_moving_los.asm | vsariola/c64-fast-marching | 04639505b11da9e91640cf3af9cbe582dd5bf64c | [
"MIT"
] | null | null | null | example_moving_los.asm | vsariola/c64-fast-marching | 04639505b11da9e91640cf3af9cbe582dd5bf64c | [
"MIT"
] | null | null | null | example_moving_los.asm | vsariola/c64-fast-marching | 04639505b11da9e91640cf3af9cbe582dd5bf64c | [
"MIT"
] | null | null | null | FMM_WIDTH = 40
FMM_HEIGHT = 25
FMM_SIZE_MINUS_1 = FMM_SIZE-1
START_LOC = 11+FMM_WIDTH*10 ; $01EF
SCREEN_MEM = $0400
COLOR_MEM = $D800
ZP_1 = $05
ZP_2 = $07
ZP_SCREEN = $09
ZP_COLOR = $11
ZP_MAP = $13
watch time1
watch time2
watch map
watch ZP_1
watch ZP_2
watch ZP_SCREEN
watch ZP_COLOR
watch ZP_MAP
* ... | 44.15 | 175 | 0.455379 |
74d838d75ce81640e1faeca4d3dd556f1dc017af | 528 | asm | Assembly | programs/oeis/072/A072731.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/072/A072731.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/072/A072731.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A072731: Difference of numbers of composite and prime numbers <= n.
; 0,-1,-2,-1,-2,-1,-2,-1,0,1,0,1,0,1,2,3,2,3,2,3,4,5,4,5,6,7,8,9,8,9,8,9,10,11,12,13,12,13,14,15,14,15,14,15,16,17,16,17,18,19,20,21,20,21,22,23,24,25,24,25,24,25,26,27,28,29,28,29,30,31,30,31,30,31,32,33,34
lpb $0
mov $2,$0
sub $0,1
seq $2,63... | 37.714286 | 207 | 0.613636 |
93619070c1584ef4880bf31b9556dfa3004dac46 | 12,971 | asm | Assembly | Tools/unix/lzsa/asm/6502/decompress_faster_v1.asm | davidknoll/RomWBW | 8a7bc97fea27bf10a23c61ee508522a60e2909c6 | [
"DOC",
"MIT"
] | 194 | 2015-08-20T03:18:01.000Z | 2022-03-27T02:25:00.000Z | Tools/unix/lzsa/asm/6502/decompress_faster_v1.asm | davidknoll/RomWBW | 8a7bc97fea27bf10a23c61ee508522a60e2909c6 | [
"DOC",
"MIT"
] | 234 | 2017-03-30T10:59:54.000Z | 2022-03-26T20:05:52.000Z | Tools/unix/lzsa/asm/6502/decompress_faster_v1.asm | davidknoll/RomWBW | 8a7bc97fea27bf10a23c61ee508522a60e2909c6 | [
"DOC",
"MIT"
] | 68 | 2016-12-18T18:20:12.000Z | 2022-03-20T16:02:40.000Z | ; ***************************************************************************
; ***************************************************************************
;
; lzsa1_6502.s
;
; NMOS 6502 decompressor for data stored in Emmanuel Marty's LZSA1 format.
;
; This code is written for the ACME assembler.
;
; Optional code is ... | 33.005089 | 79 | 0.381621 |
80646aecbfde4471282b9d3f03ce7b25d20f9ba0 | 5,206 | asm | Assembly | Code/VGMPlay/vgmplay.asm | QuinnPainter/6502Computer | 2dfd19499bb230caf7a6afb460a54b007692f764 | [
"Unlicense"
] | null | null | null | Code/VGMPlay/vgmplay.asm | QuinnPainter/6502Computer | 2dfd19499bb230caf7a6afb460a54b007692f764 | [
"Unlicense"
] | null | null | null | Code/VGMPlay/vgmplay.asm | QuinnPainter/6502Computer | 2dfd19499bb230caf7a6afb460a54b007692f764 | [
"Unlicense"
] | null | null | null | include viaInfo.asm
include biosFunctions.asm
include qsdosFunctions.asm
org $2000
lda #'S'
sta $7
lda #'O'
sta $8
lda #'N'
sta $9
lda #'G'
sta $A
lda #' '
sta $B
lda #' '
sta $C
lda #' '
sta $D
lda #' '
sta $E
lda #'V'
sta $F... | 21.336066 | 120 | 0.595083 |
5521583b9367cb22f93a5edb8492c9b050538678 | 1,822 | asm | Assembly | macros/wram_16bit.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 6 | 2021-06-19T06:41:19.000Z | 2022-02-15T17:12:33.000Z | macros/wram_16bit.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 1 | 2020-12-16T01:11:20.000Z | 2020-12-16T22:53:56.000Z | macros/wram_16bit.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 3 | 2021-01-15T18:45:40.000Z | 2021-10-16T03:35:27.000Z | ___wram_conversion_table: MACRO
; in:
; 1: name of the table; will be prefixed to all definitions
; 2: table size, in entries
; 3: locked ID table size
; 4: last allocations table size
; 5: cache size
if (\2) > $FE
fail "16-bit conversion table error: too many table entries"
elif (\2) < $20
fail "16-bit convers... | 24.958904 | 97 | 0.667947 |
d494d43b73a8970c47f1dd8e3ffecd03588e65ae | 534 | asm | Assembly | oeis/134/A134976.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/134/A134976.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/134/A134976.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A134976: Decimal expansion of (6 divided by golden ratio = 6/phi = 12/(1 + sqrt(5))).
; Submitted by Jon Maiga
; 3,7,0,8,2,0,3,9,3,2,4,9,9,3,6,9,0,8,9,2,2,7,5,2,1,0,0,6,1,9,3,8,2,8,7,0,6,3,2,1,8,5,5,0,7,8,8,3,4,5,7,7,1,7,2,8,1,2,6,9,1,7,3,6,2,3,1,5,6,2,7,7,6,9,1,3,4,1,4,6,9,8,2,4,3,2
mov $2,1
mov $3,$0
add $3,1
mul ... | 18.413793 | 173 | 0.52809 |
4ce5c3fa81c27cb633d138d04bc33f93fb51f9a0 | 366 | asm | Assembly | programs/oeis/057/A057349.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/057/A057349.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/057/A057349.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A057349: Leap years in the Hebrew Calendar starting in year 1 (3761 BCE). The leap year has an extra-month.
; 3,6,8,11,14,17,19,22,25,27,30,33,36,38,41,44,46,49,52,55,57,60,63,65,68,71,74,76,79,82,84,87,90,93,95,98,101,103,106,109,112,114,117,120,122,125,128,131,133,136,139,141,144,147,150,152,155,158,160,163,166
mu... | 40.666667 | 206 | 0.693989 |
b481a7a176b09736469db8905ac8497fa2407167 | 354 | asm | Assembly | programs/oeis/295/A295911.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/295/A295911.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/295/A295911.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A295911: Number of (not necessarily maximal) cliques in the n-Hanoi graph.
; 8,25,76,229,688,2065,6196,18589,55768,167305,501916,1505749,4517248,13551745,40655236,121965709,365897128,1097691385,3293074156,9879222469,29637667408,88913002225,266739006676,800217020029,2400651060088,7201953180265
mov $1,3
pow $1,$0
div ... | 35.4 | 218 | 0.793785 |
e331a4d7ba1d001613182774944f2103c16828db | 290 | asm | Assembly | data/wild/maps/Route17.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | 1 | 2022-02-15T00:19:44.000Z | 2022-02-15T00:19:44.000Z | data/wild/maps/Route17.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | null | null | null | data/wild/maps/Route17.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | null | null | null | Route17WildMons:
def_grass_wildmons 35 ; encounter rate
db 33, KOFFING
db 32, GRIMER
db 35, ARBOK
db 34, DODUO
db 37, RATICATE
db 36, RATICATE
db 38, MUK
db 39, WEEZING
db 38, FEAROW
db 41, VENOMOTH
end_grass_wildmons
def_water_wildmons 0 ; encounter rate
end_water_wildmons
| 17.058824 | 39 | 0.755172 |
2c5f44f7985ea6ebb09f9fa75f0c6d884b747535 | 33,872 | asm | Assembly | target/cos_117/disasm/iop_overlay1/DSPL.asm | jrrk2/cray-sim | 52c9639808d6890517092637b188282c00cce4f7 | [
"BSL-1.0"
] | 49 | 2020-10-09T12:29:16.000Z | 2022-03-12T02:33:35.000Z | target/cos_117/disasm/iop_overlay1/DSPL.asm | jrrk2/cray-sim | 52c9639808d6890517092637b188282c00cce4f7 | [
"BSL-1.0"
] | 1 | 2021-12-29T15:59:25.000Z | 2021-12-29T15:59:25.000Z | target/cos_117/disasm/iop_overlay1/DSPL.asm | jrrk2/cray-sim | 52c9639808d6890517092637b188282c00cce4f7 | [
"BSL-1.0"
] | 6 | 2021-04-12T06:10:32.000Z | 2022-02-08T23:11:19.000Z | 0x0000 (0x000000) 0x2104- f:00020 d: 260 | A = OR[260]
0x0001 (0x000002) 0x290D- f:00024 d: 269 | OR[269] = A
0x0002 (0x000004) 0x2104- f:00020 d: 260 | A = OR[260]
0x0003 (0x000006) 0x1403- f:00012 d: 3 | A = A + 3 (0x0003)
... | 82.014528 | 127 | 0.465665 |
fad114ef8ef2f5a440a2554446c591ab90809eb7 | 527 | asm | Assembly | libsrc/fcntl/newbrain/writebyte.asm | grancier/z180 | e83f35e36c9b4d1457e40585019430e901c86ed9 | [
"ClArtistic"
] | null | null | null | libsrc/fcntl/newbrain/writebyte.asm | grancier/z180 | e83f35e36c9b4d1457e40585019430e901c86ed9 | [
"ClArtistic"
] | null | null | null | libsrc/fcntl/newbrain/writebyte.asm | grancier/z180 | e83f35e36c9b4d1457e40585019430e901c86ed9 | [
"ClArtistic"
] | 1 | 2019-12-03T23:57:48.000Z | 2019-12-03T23:57:48.000Z | ;
; Grundy Newbrain Specific libraries
;
; Stefano Bodrato - 30/05/2007
;
;
; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
;
; Write a byte by the BASIC driver
;
; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
;
; int writebyte(int handle, int byte)
;
; - - - - - - - - - - - - - - - - ... | 18.172414 | 61 | 0.440228 |
7e774375f04d3e8286d5fc0c9beb905ecee3213b | 1,030 | asm | Assembly | programs/oeis/214/A214394.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/214/A214394.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/214/A214394.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A214394: If n mod 6 = 0 then n/6 else n.
; 0,1,2,3,4,5,1,7,8,9,10,11,2,13,14,15,16,17,3,19,20,21,22,23,4,25,26,27,28,29,5,31,32,33,34,35,6,37,38,39,40,41,7,43,44,45,46,47,8,49,50,51,52,53,9,55,56,57,58,59,10,61,62,63,64,65,11,67,68,69,70,71,12,73,74,75,76,77,13,79,80,81,82,83,14,85,86,87,88,89,15,91,92,93,94,95,16,97... | 64.375 | 858 | 0.668932 |
0bc51fca5838694cfaa6318c23824ae35481b4a6 | 57,307 | asm | Assembly | Library/Kernel/Graphics/graphicsRaster.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 504 | 2018-11-18T03:35:53.000Z | 2022-03-29T01:02:51.000Z | Library/Kernel/Graphics/graphicsRaster.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 96 | 2018-11-19T21:06:50.000Z | 2022-03-06T10:26:48.000Z | Library/Kernel/Graphics/graphicsRaster.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: KernelGraphics
FILE: Graphics/graphicsRaster.asm
AUTHOR: Jim DeFrisco
ROUTINES:
Name Description
---- -----------
GLB GrBitBlt Transf... | 29.509269 | 79 | 0.63343 |
7069aa912ffb43f1fe3a474db94b00ce7233420a | 1,313 | asm | Assembly | tests/relocate/relocation_0000_region.asm | fengjixuchui/sjasmplus | df0fabd2411bf89e23637fce46d273f52dafbe16 | [
"BSD-3-Clause"
] | 220 | 2016-10-22T19:44:39.000Z | 2022-03-29T20:57:04.000Z | tests/relocate/relocation_0000_region.asm | ped7g/sjasmplus | 487635c8057cd5594c372d9b70bc00a3f3a1ecc4 | [
"BSD-3-Clause"
] | 153 | 2018-05-07T10:31:23.000Z | 2022-03-30T04:35:59.000Z | tests/relocate/relocation_0000_region.asm | ped7g/sjasmplus | 487635c8057cd5594c372d9b70bc00a3f3a1ecc4 | [
"BSD-3-Clause"
] | 51 | 2016-05-12T21:27:36.000Z | 2022-03-27T15:16:16.000Z | ; the implementation is providing alternate label values being offset by -0x0201
; to their real value. This test does try relocation blocks near beginnging and end
; of memory regions to verify that there is no connection between the -0x201 offset
; and assembling results (there should not be).
OR... | 36.472222 | 87 | 0.633663 |
802ed191c6797ab7ca064ad44bcc24c8ac75d352 | 2,223 | asm | Assembly | school2/8B/15a.asm | momomeomo/School | d004bf6ed6fa3a5cec4fa067b61e5842acbaa3f6 | [
"Unlicense"
] | null | null | null | school2/8B/15a.asm | momomeomo/School | d004bf6ed6fa3a5cec4fa067b61e5842acbaa3f6 | [
"Unlicense"
] | null | null | null | school2/8B/15a.asm | momomeomo/School | d004bf6ed6fa3a5cec4fa067b61e5842acbaa3f6 | [
"Unlicense"
] | null | null | null | INCLUDE asmlib.inc
;//prototypes
CreateFileA PROTO,
fileName: PTR BYTE,
accessMode: DWORD,
shareMode : DWORD,
securityAttrib : DWORD,
creationDispo : DWORD,
flagsAndAttrib : DWORD,
hTemplateFile : DWORD
CloseHandle PROTO, hObject : DWORD
WriteFile PROTO,
hHandle : DWORD,
lpBuffer : PTR DWORD,
nNumberO... | 24.977528 | 110 | 0.694107 |
63b5274b2926e6071e1717f8ddaba501fc16ef4d | 278 | asm | Assembly | src/test/resources/data/generationtests/sjasm-pages.asm | cpcitor/mdlz80optimizer | 75070d984e1f08474e6d397c7e0eb66d8be0c432 | [
"Apache-2.0"
] | 36 | 2020-06-29T06:52:26.000Z | 2022-02-10T19:41:58.000Z | src/test/resources/data/generationtests/sjasm-pages.asm | cpcitor/mdlz80optimizer | 75070d984e1f08474e6d397c7e0eb66d8be0c432 | [
"Apache-2.0"
] | 39 | 2020-07-02T18:19:34.000Z | 2022-03-27T18:08:54.000Z | src/test/resources/data/generationtests/sjasm-pages.asm | cpcitor/mdlz80optimizer | 75070d984e1f08474e6d397c7e0eb66d8be0c432 | [
"Apache-2.0"
] | 7 | 2020-07-02T06:00:05.000Z | 2021-11-28T17:31:13.000Z | output sjasm-pages-expected.bin
defpage 0, $4040
defpage 1, $8080, $100
code
start:
jp start
code
data1:
db #ff
db :data1
db :start
db :data2
page 1
data2:
dw $
dw ::0
dw ::1
org $1000
page1label:
dw page1label
| 10.692308 | 35 | 0.543165 |
2e98a860890021874cdf0aa02fcacd2be490da11 | 1,155 | asm | Assembly | wtfx/samples/sq50-v2.asm | bushy555/ZX-Spectrum-1-Bit-Routines | 4d336dec9d7abc979a97af76d515104a9263f127 | [
"BSD-3-Clause"
] | 59 | 2015-02-28T14:15:56.000Z | 2022-03-26T12:06:01.000Z | wtfx/samples/sq50-v2.asm | bushy555/ZX-Spectrum-1-Bit-Routines | 4d336dec9d7abc979a97af76d515104a9263f127 | [
"BSD-3-Clause"
] | 1 | 2016-08-22T05:32:43.000Z | 2016-08-22T09:33:28.000Z | wtfx/samples/sq50-v2.asm | bushy555/ZX-Spectrum-1-Bit-Routines | 4d336dec9d7abc979a97af76d515104a9263f127 | [
"BSD-3-Clause"
] | 9 | 2015-02-28T14:16:31.000Z | 2022-01-18T17:52:48.000Z |
db #00,#00,#00,#00,#00,#00,#00,#00
db #00,#00,#00,#00,#00,#00,#00,#00
db #00,#00,#00,#00,#00,#00,#00,#00
db #00,#00,#00,#00,#00,#00,#00,#00
db #00,#00,#00,#00,#00,#00,#00,#00
db #00,#00,#00,#00,#00,#00,#00,#00
db #00,#00,#00,#00,#00,#00,#00,#00
db #00,#00,#00,#00,#00,#00,#00,#00
db #00,#00,#00,#00,#00,#00,#00... | 33 | 35 | 0.498701 |
d2fdabfcb61b5b3fca1ba0bf805c7be8c2ca982d | 58,910 | asm | Assembly | Tools/swat/Stub/rpc.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 504 | 2018-11-18T03:35:53.000Z | 2022-03-29T01:02:51.000Z | Tools/swat/Stub/rpc.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 96 | 2018-11-19T21:06:50.000Z | 2022-03-06T10:26:48.000Z | Tools/swat/Stub/rpc.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 73 | 2018-11-19T20:46:53.000Z | 2022-03-29T00:59:26.000Z | COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) Berkeley Softworks 1988 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: Swat -- Stub Communications
FILE: rpc.asm
AUTHOR: Adam de Boor, Nov 17, 1988
ROUTINES:
Name Description
---- -----------
Rpc_Init Initializ... | 22.467582 | 79 | 0.614548 |
86526079468dab756dfc35193877e458e0f149ce | 488 | asm | Assembly | programs/oeis/083/A083822.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/083/A083822.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/083/A083822.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A083822: a(n) = digit reversal of 3*n, divided by 3.
; 1,2,3,7,17,27,4,14,24,1,11,21,31,8,18,28,5,15,25,2,12,22,32,9,19,29,6,16,26,3,13,23,33,67,167,267,37,137,237,7,107,207,307,77,177,277,47,147,247,17,117,217,317,87,187,287,57,157,257,27,127,227,327,97,197,297,34,134,234,4,104,204,304,74,174,274,44,144,244,14,114,2... | 61 | 332 | 0.682377 |
caa005177f8988144730b6fdcffbf927ad957b23 | 2,954 | asm | Assembly | s2/music-original/9D - Got Emerald.asm | Cancer52/flamedriver | 9ee6cf02c137dcd63e85a559907284283421e7ba | [
"0BSD"
] | 9 | 2017-10-09T20:28:45.000Z | 2021-06-29T21:19:20.000Z | s2/music-original/9D - Got Emerald.asm | Cancer52/flamedriver | 9ee6cf02c137dcd63e85a559907284283421e7ba | [
"0BSD"
] | 12 | 2018-08-01T13:52:20.000Z | 2022-02-21T02:19:37.000Z | s2/music-original/9D - Got Emerald.asm | Cancer52/flamedriver | 9ee6cf02c137dcd63e85a559907284283421e7ba | [
"0BSD"
] | 2 | 2018-02-17T19:50:36.000Z | 2019-10-30T19:28:06.000Z | Emerald_Header:
smpsHeaderStartSong 2, 1
smpsHeaderVoice Emerald_Voices
smpsHeaderChan $07, $03
smpsHeaderTempo $01, $D5
smpsHeaderDAC Emerald_DAC
smpsHeaderFM Emerald_FM1, $F4, $08
smpsHeaderFM Emerald_FM2, $F4, $08
smpsHeaderFM Emerald_FM3, $F4, $07
smpsHeaderFM ... | 25.465517 | 62 | 0.599526 |
706b17d6889dec2bcc5efbb8d501668d9c2fb775 | 41 | asm | Assembly | src/main/fragment/mos6502-common/vdum1=vdum1_ror_1.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | 2 | 2022-03-01T02:21:14.000Z | 2022-03-01T04:33:35.000Z | src/main/fragment/mos6502-common/vdum1=vdum1_ror_1.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | src/main/fragment/mos6502-common/vdum1=vdum1_ror_1.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | lsr {m1}+3
ror {m1}+2
ror {m1}+1
ror {m1} | 10.25 | 10 | 0.560976 |
1b54e35e003af3f5b81795ed26813aa68d225ed6 | 577 | asm | Assembly | oeis/016/A016899.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/016/A016899.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/016/A016899.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A016899: a(n) = (5n + 4)^3.
; 64,729,2744,6859,13824,24389,39304,59319,85184,117649,157464,205379,262144,328509,405224,493039,592704,704969,830584,970299,1124864,1295029,1481544,1685159,1906624,2146689,2406104,2685619,2985984,3307949,3652264,4019679,4410944,4826809,5268024,5735339,6229504,6751269,7301384,7880599,8489... | 64.111111 | 498 | 0.816291 |
4e8ecb469f89b3d39c40e58fb6d3c4706c534c49 | 1,692 | asm | Assembly | Working Disassembly/Levels/LRZ/Misc Object Data/Map - Collapsing Bridge.asm | TeamASM-Blur/Sonic-3-Blue-Balls-Edition | 7e8a2c5df02271615ff4cae529521e6b1560d6b1 | [
"Apache-2.0"
] | 5 | 2021-07-09T08:17:56.000Z | 2022-02-27T19:57:47.000Z | Working Disassembly/Levels/LRZ/Misc Object Data/Map - Collapsing Bridge.asm | TeamASM-Blur/Sonic-3-Blue-Balls-Edition | 7e8a2c5df02271615ff4cae529521e6b1560d6b1 | [
"Apache-2.0"
] | null | null | null | Working Disassembly/Levels/LRZ/Misc Object Data/Map - Collapsing Bridge.asm | TeamASM-Blur/Sonic-3-Blue-Balls-Edition | 7e8a2c5df02271615ff4cae529521e6b1560d6b1 | [
"Apache-2.0"
] | null | null | null | dc.w word_39E8C-Map_LRZCollapsingBridge
dc.w word_39E94-Map_LRZCollapsingBridge
dc.w word_39E9C-Map_LRZCollapsingBridge
dc.w word_39EA4-Map_LRZCollapsingBridge
dc.w word_39EAC-Map_LRZCollapsingBridge
dc.w word_39EB4-Map_LRZCollapsingBridge
dc.w word_39EBC-Map_LRZCollapsingBridge
dc.w word_39EC4-Map_LRZC... | 39.348837 | 49 | 0.547872 |
4c76f6011cc63d847ca0334bea319a9d31ae8941 | 5,547 | asm | Assembly | Transynther/x86/_processed/NONE/_st_/i7-8650U_0xd2.log_138_1590.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_st_/i7-8650U_0xd2.log_138_1590.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_st_/i7-8650U_0xd2.log_138_1590.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r14
push %r15
push %rbp
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_UC_ht+0xc059, %rbp
clflush (%rbp)
cmp $7306, %r15
movb $0x61, (%rbp)
nop
sub %rbx, %rbx
lea addresses_D_ht+0xc805, %rsi
lea addresses_normal_ht+0x659, %rdi
sub %r14, %r14
mov $50, %... | 22.366935 | 413 | 0.645935 |
825125cbf73173360f86297b4c95ffb4dd07b265 | 227 | asm | Assembly | ch06/6_2.asm | zzb610/asm-learn | d8a603347d608eb448dd605941376d6b763ee917 | [
"MIT"
] | null | null | null | ch06/6_2.asm | zzb610/asm-learn | d8a603347d608eb448dd605941376d6b763ee917 | [
"MIT"
] | null | null | null | ch06/6_2.asm | zzb610/asm-learn | d8a603347d608eb448dd605941376d6b763ee917 | [
"MIT"
] | null | null | null | assume cs:code
code segment
dw 0123h, 0456h, 0789h, 0abch, 0defh, 0fedh, 0cbah, 0987h
start:
mov bx, 0
mov ax, 0
s:
add ax, cs:[bx]
add bx, 2
loop s
mov ax, 4c00h
int 21
code ends
end start | 11.35 | 61 | 0.590308 |
7cf38c51c949bfd29cfc36c19ae01ed24f66901c | 758 | asm | Assembly | programs/oeis/153/A153976.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/153/A153976.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/153/A153976.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A153976: a(n) = n^3 + (n+2)^3.
; 8,28,72,152,280,468,728,1072,1512,2060,2728,3528,4472,5572,6840,8288,9928,11772,13832,16120,18648,21428,24472,27792,31400,35308,39528,44072,48952,54180,59768,65728,72072,78812,85960,93528,101528,109972,118872,128240,138088,148428,159272,170632,182520,194948,207928,221472,235592,250300... | 68.909091 | 658 | 0.799472 |
e728e92207b98281a6db69daedec23603826a5fe | 15,472 | asm | Assembly | ARINC653_PORT/arinc653_port_asm.asm | lfarcaro/ARINC653_AM335X | 29d2e1fbe512c6ede607ca8c8bfa40b92ec97904 | [
"BSD-2-Clause"
] | 7 | 2019-08-17T18:26:24.000Z | 2022-02-03T14:27:03.000Z | ARINC653_PORT/arinc653_port_asm.asm | lfarcaro/ARINC653_AM335X | 29d2e1fbe512c6ede607ca8c8bfa40b92ec97904 | [
"BSD-2-Clause"
] | null | null | null | ARINC653_PORT/arinc653_port_asm.asm | lfarcaro/ARINC653_AM335X | 29d2e1fbe512c6ede607ca8c8bfa40b92ec97904 | [
"BSD-2-Clause"
] | 1 | 2021-06-25T17:30:51.000Z | 2021-06-25T17:30:51.000Z | ; Imports C declarations
.cdecls C,LIST,"soc_AM335x.h"
.cdecls C,LIST,"hw_intc.h"
; References global symbols
; Variables and functions addresses
.ref CURRENT_CONTEXT
.ref SCHEDULER
.ref TICK
.ref PORT_ABORTERRORHANDLER
.ref PORT_UNDEFINEDINSTRUCTIONERRORHANDLER
.ref IRQHandlerVectorTable
; Mode constants... | 21.223594 | 135 | 0.750969 |
003766fc3d2d6a8f352d28dc6155c55134fddc3b | 397 | asm | Assembly | oeis/347/A347737.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/347/A347737.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/347/A347737.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A347737: Zero together with the partial sums of A238005.
; Submitted by Christian Krause
; 0,0,0,0,1,1,2,3,5,5,7,9,11,13,15,16,20,23,25,28,31,33,37,41,45,48,52,54,59,64,67,72,78,81,86,89,94,100,106,110,116,122,126,132,138,141,148,155,162,168,174,179,186,193,198,204,212,218,226,234,240,248,256,260
lpb $0
mov $2,$0
... | 33.083333 | 208 | 0.680101 |
2ac33163ed98158b38040d959973e55692825e9b | 186 | asm | Assembly | libsrc/_DEVELOPMENT/input/zx/c/sccz80/in_mouse_kempston_reset.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/input/zx/c/sccz80/in_mouse_kempston_reset.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/input/zx/c/sccz80/in_mouse_kempston_reset.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null |
; void in_mouse_kempston_reset(void)
SECTION code_input
PUBLIC in_mouse_kempston_reset
EXTERN asm_in_mouse_kempston_reset
defc in_mouse_kempston_reset = asm_in_mouse_kempston_reset
| 16.909091 | 58 | 0.88172 |
129d89332dcb20b1cc44591fb200074ddb9ae5ab | 756 | asm | Assembly | oeis/068/A068229.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/068/A068229.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/068/A068229.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A068229: Primes congruent to 7 (mod 12).
; Submitted by Jamie Morken(s4)
; 7,19,31,43,67,79,103,127,139,151,163,199,211,223,271,283,307,331,367,379,439,463,487,499,523,547,571,607,619,631,643,691,727,739,751,787,811,823,859,883,907,919,967,991,1039,1051,1063,1087,1123,1171,1231,1279,1291,1303,1327,1399,1423,1447,1459... | 36 | 450 | 0.702381 |
beafb0d5814114b2c674f56cdac81883cf5072f8 | 624 | asm | Assembly | oeis/154/A154307.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/154/A154307.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/154/A154307.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A154307: a(n) = (n+1)^4*(4+n)!/24.
; 1,80,2430,53760,1050000,19595520,363031200,6812467200,130947062400,2594592000000,53182390060800,1129830653952000,24898991749632000,569337009905664000,13505007035520000000,332172220849717248000,8466600359371714560000,223471781059057090560000,6103370785196067102720000,17234677825923... | 44.571429 | 494 | 0.850962 |
dcfd7c36eac0e880ad7285ae537121788fad45b3 | 5,794 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_384.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_384.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_384.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 %r9
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0x13d, %rsi
lea addresses_normal_ht+0x13745, %rdi
nop
nop
and %rax, %rax
mov $109, %rcx
rep movsw
nop
nop
nop
nop
xor %r9, %r9
lea addresses_UC_ht+0x102d1, %rsi
lea addresses_UC_ht+0x146d... | 41.385714 | 2,999 | 0.662582 |
cf66a4ba30b38cf41293db6ee5e4d89522e796c1 | 308 | asm | Assembly | libsrc/_DEVELOPMENT/target/rc2014/device/acia/z80/__acia_need.asm | ahjelm/z88dk | c4de367f39a76b41f6390ceeab77737e148178fa | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/target/rc2014/device/acia/__acia_need.asm | C-Chads/z88dk | a4141a8e51205c6414b4ae3263b633c4265778e6 | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/target/rc2014/device/acia/__acia_need.asm | C-Chads/z88dk | a4141a8e51205c6414b4ae3263b633c4265778e6 | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
; Generate references to any portions of ACIA
; code that must be part of every compile that
; uses the ACIA.
PUBLIC _acia_need
EXTERN _acia_init
defc _acia_need = _acia_init
; The ACIA must be initialized before main is called
SECTION code_crt_init
call _acia_init
| 19.25 | 56 | 0.701299 |
a1b6d0ae587f19a1c3c42c2a00885c6555520137 | 69 | asm | Assembly | tests/rule_arg_complex/4.asm | NullMember/customasm | 6e34d6432583a41278e6b3596f1817ae82149531 | [
"Apache-2.0"
] | 414 | 2016-10-14T22:39:20.000Z | 2022-03-30T07:52:44.000Z | tests/rule_arg_complex/4.asm | NullMember/customasm | 6e34d6432583a41278e6b3596f1817ae82149531 | [
"Apache-2.0"
] | 100 | 2018-03-22T16:12:24.000Z | 2022-03-26T09:19:23.000Z | tests/rule_arg_complex/4.asm | NullMember/customasm | 6e34d6432583a41278e6b3596f1817ae82149531 | [
"Apache-2.0"
] | 47 | 2017-06-29T15:12:13.000Z | 2022-03-10T04:50:51.000Z | #ruledef test
{
ld {x} => 0x55 @ x`8
}
ld (3 + 4) * 5 ; = 0x5523 | 11.5 | 25 | 0.449275 |
2d694f64f86b000624c85c607e05b981c163762b | 73 | asm | Assembly | ex-bins/constprop.asm | Mm7/radeco-lib | bd1fe6ff4e6fe903294d64c8cdb495e8f387a708 | [
"BSD-3-Clause"
] | null | null | null | ex-bins/constprop.asm | Mm7/radeco-lib | bd1fe6ff4e6fe903294d64c8cdb495e8f387a708 | [
"BSD-3-Clause"
] | null | null | null | ex-bins/constprop.asm | Mm7/radeco-lib | bd1fe6ff4e6fe903294d64c8cdb495e8f387a708 | [
"BSD-3-Clause"
] | null | null | null | mov rax, 2048
cmp rax, 2048
je equal
add rax, 1
equal:
mov rbx, rax
ret
| 9.125 | 13 | 0.69863 |
d82d7458502641ba878f99d336a06faccbdbf7d5 | 1,232 | asm | Assembly | libsrc/graphics/cpc/clrarea.asm | andydansby/z88dk-mk2 | 51c15f1387293809c496f5eaf7b196f8a0e9b66b | [
"ClArtistic"
] | 1 | 2020-09-15T08:35:49.000Z | 2020-09-15T08:35:49.000Z | libsrc/graphics/cpc/clrarea.asm | andydansby/z88dk-MK2 | 51c15f1387293809c496f5eaf7b196f8a0e9b66b | [
"ClArtistic"
] | null | null | null | libsrc/graphics/cpc/clrarea.asm | andydansby/z88dk-MK2 | 51c15f1387293809c496f5eaf7b196f8a0e9b66b | [
"ClArtistic"
] | null | null | null |
xlib cleararea
INCLUDE "cpcfirm.def"
INCLUDE "graphics/grafix.inc"
;
; $Id: clrarea.asm,v 1.2 2009/06/22 21:44:17 dom Exp $
;
; ***********************************************************************
;
; Clear specified graphics area in map.
; Generic version
;
; Stefano Bodrato - March 2002
;
;
; ... | 13.106383 | 73 | 0.556818 |
7f9dc737ed30d59f3445f1f0fe3c72222da952cb | 4,901 | asm | Assembly | Source/Levels/L0003.asm | AbePralle/FGB | 52f004b8d9d4091a2a242a012dc8c1f90d4c160d | [
"MIT"
] | null | null | null | Source/Levels/L0003.asm | AbePralle/FGB | 52f004b8d9d4091a2a242a012dc8c1f90d4c160d | [
"MIT"
] | null | null | null | Source/Levels/L0003.asm | AbePralle/FGB | 52f004b8d9d4091a2a242a012dc8c1f90d4c160d | [
"MIT"
] | null | null | null | ; L0003.asm green pastures big sheep pen
; Generated 08.26.2000 by mlevel
; Modified 08.26.2000 by Abe Pralle
INCLUDE "Source/Defs.inc"
INCLUDE "Source/Levels.inc"
BLUE_INDEX EQU 49
STATE_NORMAL EQU 1
STATE_TALKED1 EQU 2
STATE_TALKED2 EQU 3
;---------------------------------------------------------------------
S... | 24.505 | 70 | 0.511732 |
4f2be5cecd5d57dafb900831ac8393af6c818741 | 2,133 | asm | Assembly | text/maps/route_12.asm | etdv-thevoid/pokemon-rgb-enhanced | 5b244c1cf46aab98b9c820d1b7888814eb7fa53f | [
"MIT"
] | 1 | 2022-01-09T05:28:52.000Z | 2022-01-09T05:28:52.000Z | text/maps/route_12.asm | ETDV-TheVoid/pokemon-rgb-enhanced | 5b244c1cf46aab98b9c820d1b7888814eb7fa53f | [
"MIT"
] | null | null | null | text/maps/route_12.asm | ETDV-TheVoid/pokemon-rgb-enhanced | 5b244c1cf46aab98b9c820d1b7888814eb7fa53f | [
"MIT"
] | null | null | null | _Route12Text1::
text "A sleeping #MON"
line "blocks the way!"
done
_Route12Text13::
text "SNORLAX woke up!"
para "It attacked in a"
line "grumpy rage!"
done
_Route12Text14::
text "SNORLAX calmed"
line "down! With a big"
cont "yawn, it returned"
cont "to the mountains!"
done
_Route12BattleText1::
text "... | 15.12766 | 26 | 0.711205 |
ade437c839290c1f435ca812bdc8502c944da505 | 307 | asm | Assembly | oeis/040/A040507.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/040/A040507.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/040/A040507.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A040507: Continued fraction for sqrt(531).
; Submitted by Christian Krause
; 23,23,46,23,46,23,46,23,46,23,46,23,46,23,46,23,46,23,46,23,46,23,46,23,46,23,46,23,46,23,46,23,46,23,46,23,46,23,46,23,46,23,46,23,46,23,46,23,46,23,46,23,46,23,46,23,46,23,46,23,46,23,46
trn $0,1
mod $0,2
mul $0,23
add $0,23
| 34.111111 | 190 | 0.677524 |
fd5d893eedc7c91ca83d6cafc12946fc219390f6 | 696 | asm | Assembly | oeis/077/A077999.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/077/A077999.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/077/A077999.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A077999: Expansion of (1-x)/(1-2*x-2*x^3).
; Submitted by Jamie Morken(s4)
; 1,1,2,6,14,32,76,180,424,1000,2360,5568,13136,30992,73120,172512,407008,960256,2265536,5345088,12610688,29752448,70195072,165611520,390727936,921846016,2174915072,5131286016,12106264064,28562358272,67387288576,158987105280,375098927104,88497... | 40.941176 | 497 | 0.795977 |
7f7fa0f95f6d57cc4c793682f6c532e525e0baf5 | 1,410 | asm | Assembly | boot/pikos_disk.asm | pikobyte/pikos | ab60ddcde8133690e22dad374ab2055210daf6e2 | [
"MIT"
] | 1 | 2020-04-19T20:09:24.000Z | 2020-04-19T20:09:24.000Z | boot/pikos_disk.asm | pikobyte/pikos | ab60ddcde8133690e22dad374ab2055210daf6e2 | [
"MIT"
] | 1 | 2018-09-25T18:43:42.000Z | 2018-09-25T18:43:42.000Z | boot/pikos_disk.asm | pikobyte/pikos | ab60ddcde8133690e22dad374ab2055210daf6e2 | [
"MIT"
] | 2 | 2018-09-26T07:58:16.000Z | 2018-09-27T14:36:03.000Z | ;
; pikos_disk.asm
; pikOS disk handling routine.
;
; A typical disk is accessed through 3 values: cylinder, head and sector (CHS).
; We can use the BIOS interrupt int 0x13 after setting al to 0x02 to access a
; disk.
; Load the sectors in DH from the drive in DL into the register ES:BX.
disk_load:
pusha ... | 27.115385 | 79 | 0.648227 |
add27acc2ce9239b71c9814f1dbe81d3ddc779b8 | 553 | asm | Assembly | data/baseStats_original/scizor.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | 16 | 2018-08-28T21:47:01.000Z | 2022-02-20T20:29:59.000Z | data/baseStats_original/scizor.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | 5 | 2019-04-03T19:53:11.000Z | 2022-03-11T22:49:34.000Z | data/baseStats_original/scizor.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | 2 | 2019-12-09T19:46:02.000Z | 2020-12-05T21:36:30.000Z | ;ScizorBaseStats: ; 39136 (e:5136)
db DEX_SCIZOR ; pokedex id
db 70 ; base hp
db 130 ; base attack
db 100 ; base defense
db 65 ; base speed
db 80 ; base special
db BUG ; species type 1
db STEEL ; species type 2
db 20 ; catch rate
db 200 ; base exp yield
INCBIN "pic/ymon/scizor.pic",0,1 ; 77, sprite dimensions
dw Scizor... | 19.068966 | 56 | 0.726944 |
aee6302f98dc6ae8192653dc9fcca1e4ae37771d | 2,089 | asm | Assembly | Borland/CBuilder5/Source/RTL/source/math/cosl.asm | TrevorDArcyEvans/DivingMagpieSoftware | 7ffcfef653b110e514d5db735d11be0aae9953ec | [
"MIT"
] | 1 | 2021-05-27T10:27:25.000Z | 2021-05-27T10:27:25.000Z | Borland/CBuilder5/Source/RTL/source/math/cosl.asm | TrevorDArcyEvans/Diving-Magpie-Software | 7ffcfef653b110e514d5db735d11be0aae9953ec | [
"MIT"
] | null | null | null | Borland/CBuilder5/Source/RTL/source/math/cosl.asm | TrevorDArcyEvans/Diving-Magpie-Software | 7ffcfef653b110e514d5db735d11be0aae9953ec | [
"MIT"
] | null | null | null | ;[]-----------------------------------------------------------------[]
;| COSL.ASM -- trigonometric function |
;[]-----------------------------------------------------------------[]
;
; C/C++ Run Time Library - Version 10.0
;
; Copyright (c) 1991, 2000 by Inprise Corporation... | 24.869048 | 80 | 0.44136 |
df0cd9d088b60ad8c58ec329c08d48de747ecc2f | 2,277 | asm | Assembly | source/lean/extract.asm | paulscottrobson/lean | 53975cf780ba7c67d6f7c8ff3530fde2a4c70010 | [
"MIT"
] | 2 | 2020-01-05T03:47:50.000Z | 2020-01-06T15:38:15.000Z | source/lean/extract.asm | paulscottrobson/lean | 53975cf780ba7c67d6f7c8ff3530fde2a4c70010 | [
"MIT"
] | null | null | null | source/lean/extract.asm | paulscottrobson/lean | 53975cf780ba7c67d6f7c8ff3530fde2a4c70010 | [
"MIT"
] | 1 | 2021-05-14T17:04:16.000Z | 2021-05-14T17:04:16.000Z | ; ******************************************************************************
; ******************************************************************************
;
; Name : extract.asm
; Purpose : Extract elements from the translated buffer
; Author : Paul Robson (paul@robsons.org.uk)
; Created : 27th October ... | 25.875 | 80 | 0.357488 |
82dafc4f2dce6be76b23134de65988a738c95f0a | 4,588 | asm | Assembly | Transynther/x86/_processed/US/_zr_/i7-7700_9_0x48.log_21829_862.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_862.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_862.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 %r9
push %rax
push %rcx
push %rdx
push %rsi
lea addresses_UC_ht+0x1c416, %rdx
nop
inc %rcx
movb (%rdx), %r12b
nop
nop
nop
and $36828, %rsi
lea addresses_WT_ht+0x2e0a, %rcx
clflush (%rcx)
nop
nop
nop
nop
sub %rax, %rax
mov $0x6162636465666768, %r9
movq %r9, %xm... | 50.417582 | 2,999 | 0.660636 |
32abfaba2e02eba76fa45105921bad77dbb4a703 | 6,566 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_ht_st_zr_un_/i7-7700_9_0x48.log_21829_362.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_ht_st_zr_un_/i7-7700_9_0x48.log_21829_362.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_ht_st_zr_un_/i7-7700_9_0x48.log_21829_362.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 %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x36a5, %r13
xor %r15, %r15
movb $0x61, (%r13)
nop
nop
nop
xor %rbx, %rbx
lea addresses_UC_ht+0xfe87, %r10
nop
xor %rbx, %rbx
mov $0x6162636465666768, %r12
movq %r12, (%r10)
n... | 37.52 | 2,999 | 0.65367 |
b08705a802a2723c1cb56f52767c78aa2ccf4757 | 20 | asm | Assembly | release/src-rt-6.x.4708/router/gmp/mpn/copyd.asm | zaion520/ATtomato | 4d48bb79f8d147f89a568cf18da9e0edc41f93fb | [
"FSFAP"
] | 2 | 2019-01-13T09:16:31.000Z | 2019-02-15T03:30:28.000Z | release/src-rt-6.x.4708/router/gmp/mpn/copyd.asm | zaion520/ATtomato | 4d48bb79f8d147f89a568cf18da9e0edc41f93fb | [
"FSFAP"
] | null | null | null | release/src-rt-6.x.4708/router/gmp/mpn/copyd.asm | zaion520/ATtomato | 4d48bb79f8d147f89a568cf18da9e0edc41f93fb | [
"FSFAP"
] | 2 | 2020-03-08T01:58:25.000Z | 2020-12-20T10:34:54.000Z | ../mpn/arm/copyd.asm | 20 | 20 | 0.7 |
d2a9f646da8a8beb0bfac31cbcbd5bf0b0f1aeb5 | 305 | asm | Assembly | programs/oeis/269/A269352.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/269/A269352.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/269/A269352.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A269352: Kolakoski-(1,10) sequence: a(n) is length of n-th run.
; 1,10,10,10,10,10,10,10,10,10,10,1,1,1,1,1,1,1,1,1,1,10,10,10,10,10,10,10,10,10,10,1,1,1,1,1,1,1,1,1,1,10,10,10,10,10,10,10,10,10,10,1,1,1,1,1,1,1,1,1,1,10,10,10,10,10,10,10,10,10,10,1,1,1
add $0,909
div $0,10
mod $0,2
mul $0,9
add $0,1
| 33.888889 | 189 | 0.613115 |
2a338a1290f03ec62528870042a628951dc87414 | 705 | asm | Assembly | oeis/017/A017999.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/017/A017999.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/017/A017999.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A017999: Expansion of 1/((1-3x)(1-7x)(1-10x)).
; Submitted by Jon Maiga
; 1,20,279,3370,37841,407640,4281739,44256950,452652981,4597133860,46465625999,468116448930,4705386343321,47223418005680,473421066847059,4742518890351310,47483346499724861,475240568299871100,4755255406504488919,47572502130747596090,47586465777088... | 39.166667 | 496 | 0.821277 |
3469b04d9707c2c68da669b4021c158500554b61 | 609 | asm | Assembly | oeis/295/A295610.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/295/A295610.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/295/A295610.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A295610: a(n) = Sum_{k=0..n} (n!/(n - k)!)^k.
; Submitted by Jon Maiga
; 1,2,7,256,345749,25090776406,139507578065088907,82622801516492599819822772,6985137485409222182920705065038896201,109110989095384931538566720095053550173384985449034,395940975233113726268241745444050219538058574725338743701918216111,4099330268246... | 38.0625 | 424 | 0.82266 |
f6b29c1be37a8915293783495a3693dc48aa4064 | 4,419 | asm | Assembly | Gunz/xpsupport/xpmfcwrap.asm | WhyWolfie/Repack-Aren | 4839db138a502ca4cfac8c2a8c950f1b59064955 | [
"FSFAP"
] | null | null | null | Gunz/xpsupport/xpmfcwrap.asm | WhyWolfie/Repack-Aren | 4839db138a502ca4cfac8c2a8c950f1b59064955 | [
"FSFAP"
] | null | null | null | Gunz/xpsupport/xpmfcwrap.asm | WhyWolfie/Repack-Aren | 4839db138a502ca4cfac8c2a8c950f1b59064955 | [
"FSFAP"
] | null | null | null | ;Copyright (c) 2012 Mike Ryan
;Permission is hereby granted, free of charge, to any person obtaining a copy of this software
;and associated documentation files (the "Software"), to deal in the Software without restriction,
;including without limitation the rights to use, copy, modify, merge, publish, distribute, subl... | 44.636364 | 109 | 0.85766 |
b05595f5b19ed07127d6ab485b35357bcbef6b61 | 7,351 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_1882.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_1882.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_1882.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 %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0x1090f, %rsi
nop
sub %r12, %r12
vmovups (%rsi), %ymm7
vextracti128 $0, %ymm7, %xmm7
vpextrq $1, %xmm7, %rdx
nop
cmp %r14, %r14
lea addresses_A_ht+0x200f, %rsi
lea addresses_UC... | 35.684466 | 2,999 | 0.655013 |
5c2242d97031d59d775f1cd3de6fb274590bb4e7 | 877 | asm | Assembly | data/mapObjects/cinnabargym.asm | etdv-thevoid/pokemon-rgb-enhanced | 5b244c1cf46aab98b9c820d1b7888814eb7fa53f | [
"MIT"
] | 1 | 2022-01-09T05:28:52.000Z | 2022-01-09T05:28:52.000Z | data/mapObjects/cinnabargym.asm | ETDV-TheVoid/pokemon-rgb-enhanced | 5b244c1cf46aab98b9c820d1b7888814eb7fa53f | [
"MIT"
] | null | null | null | data/mapObjects/cinnabargym.asm | ETDV-TheVoid/pokemon-rgb-enhanced | 5b244c1cf46aab98b9c820d1b7888814eb7fa53f | [
"MIT"
] | null | null | null | CinnabarGymObject:
db $2e ; border block
db $2 ; warps
db $11, $10, $1, $ff
db $11, $11, $1, $ff
db $0 ; signs
db $9 ; objects
object SPRITE_BLAINE, $3, $3, STAY, DOWN, $1, OPP_BLAINE, $1
object SPRITE_BLACK_HAIR_BOY_2, $11, $2, STAY, DOWN, $2, OPP_SUPER_NERD, $9
object SPRITE_BLACK_HAIR_BOY_2, $11, $8, STA... | 36.541667 | 76 | 0.690992 |
83616e2ad7be6120b68a3efdca80c339ef104e36 | 9,045 | asm | Assembly | shoe-x64.asm | charlesap/nasm-uefi | 9b683c289251dc687d0e410f25a61a53eeb8bf3a | [
"MIT"
] | 3 | 2019-12-21T15:40:20.000Z | 2022-01-06T17:12:48.000Z | shoe-x64.asm | charlesap/nasm-uefi | 9b683c289251dc687d0e410f25a61a53eeb8bf3a | [
"MIT"
] | null | null | null | shoe-x64.asm | charlesap/nasm-uefi | 9b683c289251dc687d0e410f25a61a53eeb8bf3a | [
"MIT"
] | 1 | 2021-11-27T19:10:52.000Z | 2021-11-27T19:10:52.000Z | bits 64
org 0x8000000
section .header
DOS:
dd 0x00005a4d
times 14 dd 0
dd 0x00000080
times 16 dd 0
PECOFF:
dd `PE\0\0` ; sig
dw 0x8664 ; type
dw 3 ; sections
dd 0x5cba52f6 ; timestamp
dq 0 ; * symbol table + # symbols
dw osize ; ... | 26.839763 | 170 | 0.635379 |
f05a7fb454389fb2ec537fc0572c37edb66722f2 | 828 | asm | Assembly | oeis/142/A142483.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/142/A142483.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/142/A142483.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A142483: Primes congruent to 11 mod 51.
; Submitted by Jon Maiga
; 11,113,317,419,521,827,929,1031,1439,1847,1949,2153,2357,2459,2663,2969,3581,3989,4091,4397,4703,5009,5417,5519,5927,6029,6131,6947,7151,7253,7457,7559,8069,8171,8273,8681,8783,9293,9497,9803,10007,10211,10313,11027,12149,12251,12659,13577,13679,13781... | 34.5 | 499 | 0.727053 |
bcf95c5731889eaf3ef3324c84c7334b293d7608 | 582 | asm | Assembly | programs/oeis/073/A073388.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/073/A073388.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/073/A073388.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A073388: Convolution of A002605(n) (generalized (2,2)-Fibonacci), n >= 0, with itself.
; 1,4,16,56,188,608,1920,5952,18192,54976,164608,489088,1443776,4238336,12382208,36022272,104407296,301618176,868765696,2495715328,7152286720,20452548608,58369409024,166276481024,472876388352,1342740086784,3807270862848,10780966420... | 30.631579 | 330 | 0.738832 |
5004d429c07d792bb56a0707f8ffa1d11a700618 | 220 | asm | Assembly | argot/tests/data/fn_call_no_ret.asm | dalloriam/slang | 1f96ecfe69c8ba8084c8044bd479637503961988 | [
"MIT"
] | null | null | null | argot/tests/data/fn_call_no_ret.asm | dalloriam/slang | 1f96ecfe69c8ba8084c8044bd479637503961988 | [
"MIT"
] | 33 | 2020-05-16T20:31:40.000Z | 2020-07-05T02:18:12.000Z | argot/tests/data/fn_call_no_ret.asm | dalloriam/slang | 1f96ecfe69c8ba8084c8044bd479637503961988 | [
"MIT"
] | null | null | null | .data
.text
jmp @main
hello:
sb $0 0[$ebp]
ld $8 0x0001
sb $8 0[$ebp]
popb $0
ret
main:
sw $0 0[$ebp]
sw $0 4[$ebp]
ld $8 0x0003
sw $8 0[$ebp]
call @hello
ld $8 0x0004
sw $8 4[$ebp]
popw $0
popw $0
ld $v0 0x0002
syscall
| 10 | 13 | 0.622727 |
8838f77420dd410e6c8bcec934a7c378d75eea90 | 988 | asm | Assembly | programs/oeis/062/A062816.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/062/A062816.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/062/A062816.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A062816: a(n) = phi(n)*tau(n) - 2n = A000010(n)*A000005(n) - 2*n.
; -1,-2,-2,-2,-2,-4,-2,0,0,-4,-2,0,-2,-4,2,8,-2,0,-2,8,6,-4,-2,16,10,-4,18,16,-2,4,-2,32,14,-4,26,36,-2,-4,18,48,-2,12,-2,32,54,-4,-2,64,28,20,26,40,-2,36,50,80,30,-4,-2,72,-2,-4,90,96,62,28,-2,56,38,52,-2,144,-2,-4,90,64,86,36,-2,160,108,-4,-2,120,86,... | 123.5 | 850 | 0.592105 |
beee7f55c65c84ebbbe7472e7e834c57e07d9118 | 170 | asm | Assembly | libsrc/target/zx-common/graphics/pointxy_MODE64.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/target/zx-common/graphics/pointxy_MODE64.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/target/zx-common/graphics/pointxy_MODE64.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z | ;
; Plotting in tilemap mode
;
IF FORzxn
SECTION code_graphics
PUBLIC pointxy_MODE64
pointxy_MODE64:
defc NEEDpoint = 1
INCLUDE "pixel_MODE64.inc"
ENDIF
| 12.142857 | 34 | 0.729412 |
c7ca2e25a14733151c8e01f6836ccc461f36c072 | 972 | asm | Assembly | programs/oeis/095/A095832.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/095/A095832.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/095/A095832.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A095832: Triangle read by rows: T(n,k) = (n-k+1)*(n-k), n>=1, 1<=k<=n.
; 0,2,0,6,2,0,12,6,2,0,20,12,6,2,0,30,20,12,6,2,0,42,30,20,12,6,2,0,56,42,30,20,12,6,2,0,72,56,42,30,20,12,6,2,0,90,72,56,42,30,20,12,6,2,0,110,90,72,56,42,30,20,12,6,2,0,132,110,90,72,56,42,30,20,12,6,2,0,156,132,110,90,72,56,42,30,20,12,6,2,0,18... | 121.5 | 769 | 0.666667 |
320f3f289a65bfe28699e16e7cfc689fee34a0f0 | 167 | asm | Assembly | programs/oeis/291/A291154.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/291/A291154.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/291/A291154.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A291154: Red numbers on the roulette wheel.
; 1,3,5,7,9,12,14,16,18,19,21,23,25,27,30,32,34,36
mul $0,2
mov $1,$0
lpb $0
sub $0,9
lpe
mod $0,2
add $0,$1
add $0,1
| 13.916667 | 50 | 0.616766 |
637ab9144a7695d80757fd4cc713b61aff27651f | 4,584 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_674.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_674.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_674.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r14
push %r9
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0x2abf, %rsi
lea addresses_normal_ht+0x19053, %rdi
nop
inc %r14
mov $114, %rcx
rep movsl
dec %rax
lea addresses_WT_ht+0x7fbf, %rsi
nop
nop
nop
and $41708, %rax
movb (%rsi), %r10b
nop
nop
... | 55.228916 | 2,999 | 0.663176 |
552f052bd62b2d26298b6f89e306565caadb6050 | 681 | asm | Assembly | oeis/045/A045823.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/045/A045823.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/045/A045823.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A045823: a(n) = sigma_3(2*n+1).
; 1,28,126,344,757,1332,2198,3528,4914,6860,9632,12168,15751,20440,24390,29792,37296,43344,50654,61544,68922,79508,95382,103824,117993,137592,148878,167832,192080,205380,226982,260408,276948,300764,340704,357912,389018,441028,458208,493040,551881,571788,619164,682920,704970,756112,8341... | 35.842105 | 494 | 0.750367 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.