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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
24fee79a2abf21318aaacd282cc4b8a2ced6853b | 1,143 | asm | Assembly | CS2610/Lab7/problem5.asm | shariefsmm/College-Codes | 8fac4a980f8c20978862f3a16446b7cdb550d95a | [
"MIT"
] | null | null | null | CS2610/Lab7/problem5.asm | shariefsmm/College-Codes | 8fac4a980f8c20978862f3a16446b7cdb550d95a | [
"MIT"
] | null | null | null | CS2610/Lab7/problem5.asm | shariefsmm/College-Codes | 8fac4a980f8c20978862f3a16446b7cdb550d95a | [
"MIT"
] | null | null | null | #problem1.asm
.data
sgpa: .float 8.96, 7.64, 9.4, 7.8
newLine: .asciiz "\n"
.text
.globl main
main:
la $t0, sgpa
li $t1, 0 #counter
li.s $f0, 0.0 #sum
li.s $f1, 1.0 #product
li.s $f2, 0.0 #average
l.s $f3, ($t0) #minimum
l.s $f4, ($t0) #maximum
loop:
beq $t1, 4, average
l.s $f5, ($t0... | 14.653846 | 35 | 0.56168 |
a3ea31195557cc2357135a4baedf5dc35727dff6 | 310 | asm | Assembly | programs/oeis/021/A021429.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/021/A021429.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/021/A021429.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A021429: Decimal expansion of 1/425.
; 0,0,2,3,5,2,9,4,1,1,7,6,4,7,0,5,8,8,2,3,5,2,9,4,1,1,7,6,4,7,0,5,8,8,2,3,5,2,9,4,1,1,7,6,4,7,0,5,8,8,2,3,5,2,9,4,1,1,7,6,4,7,0,5,8,8,2,3,5,2,9,4,1,1,7,6,4,7,0,5,8,8,2,3,5,2,9,4,1,1,7,6,4,7,0,5,8,8,2
add $0,1
mov $1,10
pow $1,$0
mul $1,5
div $1,2125
mod $1,10
mov $0,$1
| 28.181818 | 199 | 0.541935 |
d883f2fa2e032a50e6c5f103ff8210f218c249ce | 5,262 | asm | Assembly | lib/rcmx000_boot.asm | RC2014Z80/z88dk | e5b9447b970e5fae26544b6d8aa5957c98ba0e6a | [
"ClArtistic"
] | 8 | 2017-01-18T12:02:17.000Z | 2021-06-12T09:40:28.000Z | lib/rcmx000_boot.asm | RC2014Z80/z88dk | e5b9447b970e5fae26544b6d8aa5957c98ba0e6a | [
"ClArtistic"
] | 1 | 2017-03-06T07:41:56.000Z | 2017-03-06T07:41:56.000Z | lib/rcmx000_boot.asm | RC2014Z80/z88dk | e5b9447b970e5fae26544b6d8aa5957c98ba0e6a | [
"ClArtistic"
] | 3 | 2017-03-07T03:19:40.000Z | 2021-09-15T17:59:19.000Z | ;
; Rabbit Control Module bootstrap program
;
; This module is included by rcmx000_crt0.asm
;
; $Id: rcmx000_boot.asm,v 1.6 2016-06-02 22:24:57 dom Exp $
;
; PLEASE NOTE: If you ever change this file, please also review
; the boot.c utility in the support/rcmx000 section cause it makes
; assumptions on where the code... | 23.386667 | 97 | 0.698024 |
61acb49bd8821e025ab82b95a1812493b0ec2253 | 6,313 | asm | Assembly | base/mvdm/wow16/win87em/emfdiv.asm | npocmaka/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 17 | 2020-11-13T13:42:52.000Z | 2021-09-16T09:13:13.000Z | base/mvdm/wow16/win87em/emfdiv.asm | sancho1952007/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 2 | 2020-10-19T08:02:06.000Z | 2020-10-19T08:23:18.000Z | base/mvdm/wow16/win87em/emfdiv.asm | sancho1952007/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 14 | 2020-11-14T09:43:20.000Z | 2021-08-28T08:59:57.000Z | page ,132
subttl emfdiv.asm - Division
;***
;emfdiv.asm - Division
;
; Copyright (c) 1986-89, Microsoft Corporation
;
;Purpose:
; Division
;
; This Module contains Proprietary Information of Microsoft
; Corporation and should be treated as Confidential.
;
;Revision History:
; See emulator.hst
;
;*****... | 24.952569 | 81 | 0.64882 |
ca10484e17dfbfcbd2bcf928a10c2210aa4578b2 | 4,387 | asm | Assembly | Delfino/SingleCore/SmartWinch/DCL/source/DCL_DF23.asm | vlad314/FYP_SmartWinch | fca9c23e89d5ea14bfcd18b6565c0a241d7cf3ab | [
"MIT"
] | null | null | null | Delfino/SingleCore/SmartWinch/DCL/source/DCL_DF23.asm | vlad314/FYP_SmartWinch | fca9c23e89d5ea14bfcd18b6565c0a241d7cf3ab | [
"MIT"
] | 5 | 2018-02-15T10:21:58.000Z | 2018-09-21T10:33:36.000Z | Delfino/SingleCore/SmartWinch/DCL/source/DCL_DF23.asm | vlad314/FYP_SmartWinch | fca9c23e89d5ea14bfcd18b6565c0a241d7cf3ab | [
"MIT"
] | 2 | 2018-05-24T16:47:00.000Z | 2019-10-05T15:11:32.000Z | ; DCL_DF23.asm - Direct Form 2 implementation in third order
; version 1.0, August 2015
; define C callable labels
.def _DCL_runDF23 ; full DF2 controller
.def _DCL_runDF23i ; immediate result
.def _DCL_runDF23p ; pre-computed partial result
;
; C type definition:
; typedef volatile struct {
; float... | 27.765823 | 60 | 0.561887 |
0fc648a485ef47c1662b1347f2c4c169b04a294b | 80,657 | asm | Assembly | JOSSimulation/obj/user/test3.asm | marcus-deans/duke-operatingsystems | f37997402a4a1c4f9b69076addc27cecedddceeb | [
"MIT"
] | null | null | null | JOSSimulation/obj/user/test3.asm | marcus-deans/duke-operatingsystems | f37997402a4a1c4f9b69076addc27cecedddceeb | [
"MIT"
] | null | null | null | JOSSimulation/obj/user/test3.asm | marcus-deans/duke-operatingsystems | f37997402a4a1c4f9b69076addc27cecedddceeb | [
"MIT"
] | null | null | null |
obj/user/test3: file format elf32-i386
Disassembly of section .text:
00800020 <umain>:
#include <inc/lib.h>
#include <inc/magic.h>
void
umain(int argc, char **argv)
{
800020: 55 push %ebp
800021: 89 e5 mov %esp,%ebp
800023: 53 push %ebx
80002... | 40.22793 | 78 | 0.44776 |
2bf5193f419e94fbe0d7ec2ed2330877b1b084bc | 1,563 | asm | Assembly | src/palette_streamer.asm | ISSOtm/gb-open-world | b0b5b838e2a98e536e440632c95472ea057111c5 | [
"MIT"
] | 8 | 2021-03-14T21:48:19.000Z | 2021-11-16T11:05:16.000Z | src/palette_streamer.asm | ISSOtm/gb-open-world | b0b5b838e2a98e536e440632c95472ea057111c5 | [
"MIT"
] | null | null | null | src/palette_streamer.asm | ISSOtm/gb-open-world | b0b5b838e2a98e536e440632c95472ea057111c5 | [
"MIT"
] | null | null | null |
NB_BG_PALETTES equ 128
NB_OBJ_PALETTES equ 128
NB_HW_PALS equ 8
; There currently only 1 small routine, it's not worth moving into ROMX for now
SECTION "Palette streamer routine", ROM0
; Inits a palette streamer struct
; @param hl Pointer to the base of the palette streamer
InitPaletteStreamer::
xor a
assert NB_... | 27.421053 | 92 | 0.746001 |
0b524bc5d602126abcc49cab0d16d719a595ff47 | 332 | asm | Assembly | programs/oeis/316/A316832.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/316/A316832.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/316/A316832.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A316832: In A316831, replace 2's and 3's with 0's.
; 0,1,0,1,1,0,0,1,0,1,0,0,1,0,0,1,1,0,0,1,0,0,0,0,0,1,0,0,1,0,0,1,0,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,1,0,0,1,0,0,1,1,0,0,1,0,0,0,0,0,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0
lpb $0
add $0,1
sub $1,2
bin $1,2
sub $0,$1
dif $0,2
l... | 27.666667 | 201 | 0.521084 |
407515213dd7e66d244157c1d3b3821f1c578582 | 1,097 | asm | Assembly | pwnlib/shellcraft/templates/mips/linux/pushstr.asm | zneak/pwntools | 458c6971ea7bdbbd91180af4872d18039c8861dd | [
"MIT"
] | 6 | 2019-05-29T15:02:21.000Z | 2021-04-09T03:52:02.000Z | pwnlib/shellcraft/templates/mips/linux/pushstr.asm | Acidburn0zzz/pwntools | daf117e270d21906a04f809fc603eba90490fe43 | [
"MIT"
] | null | null | null | pwnlib/shellcraft/templates/mips/linux/pushstr.asm | Acidburn0zzz/pwntools | daf117e270d21906a04f809fc603eba90490fe43 | [
"MIT"
] | 3 | 2018-03-04T03:08:02.000Z | 2020-04-22T18:57:44.000Z | <%
from pwnlib.shellcraft import mips
from pwnlib.context import context as ctx # Ugly hack, mako will not let it be called context
%>
<%page args="string, append_null = True"/>
<%docstring>
Thin wrapper around :func:`pwnlib.shellcraft.mips.pushstr`, which sets
`context.os` to `'linux'` before calling.
Example:
... | 25.511628 | 95 | 0.564266 |
02a49d8de14708cf009514a4dae010deb29d45d4 | 12,405 | asm | Assembly | src/shaders/h264/mc/scoreboard_MBAFF.asm | tizenorg/platform.upstream.libva-intel-driver | 9ffc32731bacbfec2cef3d9fb5eb4c0c43952b90 | [
"MIT"
] | null | null | null | src/shaders/h264/mc/scoreboard_MBAFF.asm | tizenorg/platform.upstream.libva-intel-driver | 9ffc32731bacbfec2cef3d9fb5eb4c0c43952b90 | [
"MIT"
] | null | null | null | src/shaders/h264/mc/scoreboard_MBAFF.asm | tizenorg/platform.upstream.libva-intel-driver | 9ffc32731bacbfec2cef3d9fb5eb4c0c43952b90 | [
"MIT"
] | null | null | null | /*
* Dependency control scoreboard kernel for MBAFF frame
* Copyright © <2010>, Intel Corporation.
*
* This program is licensed under the terms and conditions of the
* Eclipse Public License (EPL), version 1.0. The full text of the EPL is at
* http://www.opensource.org/licenses/eclipse-1.0.php.
*
*/
/... | 41.35 | 154 | 0.634422 |
4560754e0a9cbad16bddc4a9a16e9e20230c9189 | 1,613 | asm | Assembly | programs/oeis/260/A260708.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/260/A260708.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/260/A260708.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A260708: a(2n) = n*(2*n+1), a(2n+7) = a(2n+1) + 12*n + 28, with a(1)=1, a(3)=6, a(5)=16.
; 0,1,3,6,10,16,21,29,36,46,55,68,78,93,105,122,136,156,171,193,210,234,253,280,300,329,351,382,406,440,465,501,528,566,595,636,666,709,741,786,820,868,903,953,990,1042,1081,1136,1176,1233,1275,1334,1378,1440,1485,1549,1596,1662,... | 64.52 | 1,297 | 0.737756 |
ddff27ed74868f0a1ea338b5bf503d0388918271 | 713 | asm | Assembly | oeis/024/A024394.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/024/A024394.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/024/A024394.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A024394: a(n) is the sum of squares of the first n positive integers congruent to 2 mod 3.
; Submitted by Jon Maiga
; 4,29,93,214,410,699,1099,1628,2304,3145,4169,5394,6838,8519,10455,12664,15164,17973,21109,24590,28434,32659,37283,42324,47800,53729,60129,67018,74414,82335,90799,99824,109428,119629,130445,141894,1539... | 47.533333 | 500 | 0.784011 |
881e07721835133254dfeeb74294bb6da23f763c | 989 | asm | Assembly | _build/dispatcher/jmp_ippsPrimeInit_bed0e03e.asm | zyktrcn/ippcp | b0bbe9bbb750a7cf4af5914dd8e6776a8d544466 | [
"Apache-2.0"
] | 1 | 2021-10-04T10:21:54.000Z | 2021-10-04T10:21:54.000Z | _build/dispatcher/jmp_ippsPrimeInit_bed0e03e.asm | zyktrcn/ippcp | b0bbe9bbb750a7cf4af5914dd8e6776a8d544466 | [
"Apache-2.0"
] | null | null | null | _build/dispatcher/jmp_ippsPrimeInit_bed0e03e.asm | zyktrcn/ippcp | b0bbe9bbb750a7cf4af5914dd8e6776a8d544466 | [
"Apache-2.0"
] | null | null | null | extern m7_ippsPrimeInit:function
extern n8_ippsPrimeInit:function
extern y8_ippsPrimeInit:function
extern e9_ippsPrimeInit:function
extern l9_ippsPrimeInit:function
extern n0_ippsPrimeInit:function
extern k0_ippsPrimeInit:function
extern ippcpJumpIndexForMergedLibs
extern ippcpSafeInit:function
segment .data
align 8
... | 25.358974 | 79 | 0.777553 |
7efddb906d98b92fff5ff5c60ac18709185e54b3 | 1,354 | asm | Assembly | text/maps/WardensHouse.asm | AmateurPanda92/pokemon-rby-dx | f7ba1cc50b22d93ed176571e074a52d73360da93 | [
"MIT"
] | 9 | 2020-07-12T19:44:21.000Z | 2022-03-03T23:32:40.000Z | text/maps/WardensHouse.asm | JStar-debug2020/pokemon-rby-dx | c2fdd8145d96683addbd8d9075f946a68d1527a1 | [
"MIT"
] | 7 | 2020-07-16T10:48:52.000Z | 2021-01-28T18:32:02.000Z | text/maps/WardensHouse.asm | JStar-debug2020/pokemon-rby-dx | c2fdd8145d96683addbd8d9075f946a68d1527a1 | [
"MIT"
] | 2 | 2021-03-28T18:33:43.000Z | 2021-05-06T13:12:09.000Z | _WardenGibberishText1::
text "WARDEN: Hif fuff"
line "hefifoo!"
para "Ha lof ha feef ee"
line "hafahi ho. Heff"
cont "hee fwee!"
done
_WardenGibberishText2::
text "Ah howhee ho hoo!"
line "Eef ee hafahi ho!"
done
_WardenGibberishText3::
text "Ha? He ohay heh"
line "ha hoo ee haheh!"
done
_WardenTeethTex... | 15.929412 | 26 | 0.686854 |
f359fecea80d437add2fcbf49122656413f314ae | 614 | asm | Assembly | programs/oeis/058/A058966.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/058/A058966.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/058/A058966.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A058966: a(3) = 1, otherwise a(n) = n*2^(n-3) - 2^(n-2) - 2.
; 1,2,10,30,78,190,446,1022,2302,5118,11262,24574,53246,114686,245758,524286,1114110,2359294,4980734,10485758,22020094,46137342,96468990,201326590,419430398,872415230,1811939326,3758096382,7784628222,16106127358,33285996542,68719476734,141733920766,29205777... | 51.166667 | 475 | 0.802932 |
31c0f410b8afa16a7fc276b4fc4103962c7a9636 | 175 | asm | Assembly | pkgs/tools/yasm/src/modules/objfmts/bin/tests/integer-warn.asm | manggoguy/parsec-modified | d14edfb62795805c84a4280d67b50cca175b95af | [
"BSD-3-Clause"
] | 2,151 | 2020-04-18T07:31:17.000Z | 2022-03-31T08:39:18.000Z | pkgs/tools/yasm/src/modules/objfmts/bin/tests/integer-warn.asm | manggoguy/parsec-modified | d14edfb62795805c84a4280d67b50cca175b95af | [
"BSD-3-Clause"
] | 395 | 2020-04-18T08:22:18.000Z | 2021-12-08T13:04:49.000Z | pkgs/tools/yasm/src/modules/objfmts/bin/tests/integer-warn.asm | manggoguy/parsec-modified | d14edfb62795805c84a4280d67b50cca175b95af | [
"BSD-3-Clause"
] | 338 | 2020-04-18T08:03:10.000Z | 2022-03-29T12:33:22.000Z | ; Tests warnings with integer constant handling (for output, not parsing)
db 0x51a
dw 0x3875bc
dd 0x35783134affff
dq 0xABCDEF012345678989abb
dt 0xa907bc890d0e907f0134afb8adee
| 25 | 73 | 0.857143 |
ee94d858c43dc07e9b50ccba1bb01c41de4c46e4 | 716 | asm | Assembly | programs/oeis/026/A026053.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/026/A026053.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/026/A026053.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A026053: (d(n)-r(n))/5, where d = A008778 and r is the periodic sequence with fundamental period (0,3,1,0,1).
; 1,2,5,9,14,21,29,40,53,68,86,106,130,157,187,221,258,300,346,396,451,510,575,645,720,801,887,980,1079,1184,1296,1414,1540,1673,1813,1961,2116,2280,2452,2632,2821,3018,3225,3441,3666,3901,4145,4400,4665,4940... | 21.058824 | 238 | 0.583799 |
eb78d6400a4a7bff8a921ed7bdaba35884b68458 | 491 | asm | Assembly | programs/oeis/046/A046699.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/046/A046699.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/046/A046699.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A046699: a(1) = a(2) = 1, a(n) = a(n - a(n-1)) + a(n-1 - a(n-2)) if n > 2.
; 1,1,2,2,3,4,4,4,5,6,6,7,8,8,8,8,9,10,10,11,12,12,12,13,14,14,15,16,16,16,16,16,17,18,18,19,20,20,20,21,22,22,23,24,24,24,24,25,26,26,27,28,28,28,29,30,30,31,32,32,32,32,32,32,33,34,34,35,36,36,36,37,38,38,39,40,40,40,40,41,42,42,43,44,44,44,... | 49.1 | 284 | 0.586558 |
2433c05f653b83cf2c5da6a38a3ceab0d668ce4b | 4,454 | asm | Assembly | Transynther/x86/_processed/US/_zr_/i3-7100_9_0x84_notsx.log_8_1465.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/US/_zr_/i3-7100_9_0x84_notsx.log_8_1465.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/US/_zr_/i3-7100_9_0x84_notsx.log_8_1465.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 %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WC_ht+0x5be9, %r15
nop
and $52609, %r11
movb (%r15), %dl
nop
nop
nop
nop
nop
inc %rcx
lea addresses_WC_ht+0x499, %rsi
lea addresses_UC_ht+0x1aa19, %rdi
nop
xor $32304, %r14
mov $15, %rcx
rep ... | 21.311005 | 152 | 0.649753 |
2e2fd61555531c92d1ff4120986e085446ce28bf | 796 | asm | Assembly | asm/taste.asm | supeterlau/bedev | c134875eae37d265936199fda278416e2a3c1224 | [
"MIT"
] | null | null | null | asm/taste.asm | supeterlau/bedev | c134875eae37d265936199fda278416e2a3c1224 | [
"MIT"
] | null | null | null | asm/taste.asm | supeterlau/bedev | c134875eae37d265936199fda278416e2a3c1224 | [
"MIT"
] | null | null | null | global _start ; 入口函数
section .data
query_string : db "Enter a character: "
query_string_len : equ $ - query_string
out_string : db "You have input: "
out_string_len : equ $ - out_string
section .bss
in_char: resw 4
section .text
_start:
mov rax, 0x2000004 ; syscall 参数 表示 write
mov rdi, 1 ; 代表 stdout
... | 18.952381 | 46 | 0.684673 |
9321ee0b90d585f9903ed08e2c6ca593cf1a9671 | 647 | asm | Assembly | programs/oeis/256/A256256.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/256/A256256.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/256/A256256.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A256256: Total number of ON cells after n generations of cellular automaton on triangular grid, starting from a node, in which every 60-degree wedge looks like the Sierpiński's triangle.
; 0,6,18,30,54,66,90,114,162,174,198,222,270,294,342,390,486,498,522,546,594,618,666,714,810,834,882,930,1026,1074,1170,1266,1458,1... | 49.769231 | 289 | 0.749614 |
fad2c756571ed743ef6575744c2adc8dbb033ff1 | 1,519 | asm | Assembly | PRG/levels/Ice/6-2.asm | narfman0/smb3_pp1 | 38a58adafff67a403591e38875e9fae943a5fe76 | [
"Unlicense"
] | null | null | null | PRG/levels/Ice/6-2.asm | narfman0/smb3_pp1 | 38a58adafff67a403591e38875e9fae943a5fe76 | [
"Unlicense"
] | null | null | null | PRG/levels/Ice/6-2.asm | narfman0/smb3_pp1 | 38a58adafff67a403591e38875e9fae943a5fe76 | [
"Unlicense"
] | null | null | null | ; Original address was $B14C
; 6-2
.word W602_EndL ; Alternate level layout
.word W602_EndO ; Alternate object layout
.byte LEVEL1_SIZE_09 | LEVEL1_YSTART_140
.byte LEVEL2_BGPAL_00 | LEVEL2_OBJPAL_08 | LEVEL2_XSTART_18 | LEVEL2_UNUSEDFLAG
.byte LEVEL3_TILESET_12 | LEVEL3_VSCROLL_LOCKLOW | LEVEL3_PIPENOTEXIT
.byte... | 63.291667 | 85 | 0.527979 |
124587f1dd735294db3e43a4df0dc2fe6116c919 | 718 | asm | Assembly | oeis/020/A020089.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/020/A020089.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/020/A020089.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A020089: Integer part of Gamma(n + 1/3)/Gamma(1/3).
; Submitted by Jamie Morken(w3)
; 1,0,0,1,3,14,79,505,3710,30920,288591,2982109,33797240,416832633,5557768440,79661347641,1221473997164,19950741953681,345812860530487,6339902443058941,122571447232472865,2492286093726948268,53168769999508229720,1187435863322350463747... | 39.888889 | 501 | 0.820334 |
ee85377e31cb29c4eded33c15468e067345353ef | 1,215 | asm | Assembly | programs/oeis/017/A017787.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/017/A017787.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/017/A017787.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A017787: Binomial coefficients C(71,n).
; 1,71,2485,57155,971635,13019909,143218999,1329890705,10639125640,74473879480,461738052776,2560547383576,12802736917880,58104729088840,240719591939480,914734449370024,3201570572795084,10358022441395860,31074067324187580,86680293062207460,225368761961739396,547324136192795676,1... | 173.571429 | 1,141 | 0.917695 |
063fc6294ebd1b961f25f82ef60f17fed945a741 | 2,304 | asm | Assembly | programs/oeis/235/A235367.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/235/A235367.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/235/A235367.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A235367: Sum of positive even numbers up to n^2.
; 0,6,20,72,156,342,600,1056,1640,2550,3660,5256,7140,9702,12656,16512,20880,26406,32580,40200,48620,58806,69960,83232,97656,114582,132860,154056,176820,202950,230880,262656,296480,334662,375156,420552,468540,522006,578360,640800,706440,778806,854700,937992,1025156,112... | 209.454545 | 2,185 | 0.87066 |
24cadac5183c62a061672bdeec08d67257e16bdf | 645 | asm | Assembly | oeis/164/A164001.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/164/A164001.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/164/A164001.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A164001: Spiral of triangles around a hexagon.
; 1,2,3,4,5,7,9,12,16,21,28,37,49,65,86,114,151,200,265,351,465,616,816,1081,1432,1897,2513,3329,4410,5842,7739,10252,13581,17991,23833,31572,41824,55405,73396,97229,128801,170625,226030,299426,396655,525456,696081,922111,1221537,1618192,2143648,2839729,3761840,4983377,6... | 53.75 | 492 | 0.79845 |
cb8e5840cb31aa9c853b62443abd937e63349d05 | 1,325 | asm | Assembly | programs/oeis/128/A128429.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/128/A128429.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/128/A128429.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A128429: A linear recurrence sequence: a(n) = a(n-1) + a(n-3) + a(n-5) + a(n-6).
; 1,1,1,1,1,1,4,7,10,16,25,40,67,109,175,283,457,739,1198,1939,3136,5074,8209,13282,21493,34777,56269,91045,147313,238357,385672,624031,1009702,1633732,2643433,4277164,6920599,11197765,18118363,29316127,47434489,76750615,124185106,200935... | 147.222222 | 1,122 | 0.85283 |
0de1b9d34f1149a4164c57020eb4b5537699692c | 269 | asm | Assembly | programs/oeis/129/A129072.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/129/A129072.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/129/A129072.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A129072: Numbers n such that (n-13)/12 is prime.
; 37,49,73,97,145,169,217,241,289,361,385,457,505,529,577,649,721,745,817,865,889,961,1009,1081,1177,1225,1249,1297,1321,1369,1537,1585,1657,1681,1801,1825,1897,1969
seq $0,40 ; The prime numbers.
mul $0,12
add $0,13
| 38.428571 | 165 | 0.72119 |
36d228b9a33ac4d00d366c90998bf2831c7b1626 | 332 | asm | Assembly | oeis/021/A021383.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/021/A021383.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/021/A021383.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A021383: Decimal expansion of 1/379.
; Submitted by Christian Krause
; 0,0,2,6,3,8,5,2,2,4,2,7,4,4,0,6,3,3,2,4,5,3,8,2,5,8,5,7,5,1,9,7,8,8,9,1,8,2,0,5,8,0,4,7,4,9,3,4,0,3,6,9,3,9,3,1,3,9,8,4,1,6,8,8,6,5,4,3,5,3,5,6,2,0,0,5,2,7,7,0,4,4,8,5,4,8,8,1,2,6,6,4,9,0,7,6,5,1,7
add $0,1
mov $2,10
pow $2,$0
div $2,379
mov $0,$... | 30.181818 | 199 | 0.566265 |
ea67200b15aee5fb0a3cd0869e864288c902f597 | 495 | asm | Assembly | libsrc/_DEVELOPMENT/math/float/math48/c/sccz80/cm48_sccz80_fma_callee.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/math/float/math48/c/sccz80/cm48_sccz80_fma_callee.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/math/float/math48/c/sccz80/cm48_sccz80_fma_callee.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null |
; double __CALLEE__ fma(double x, double y, double z)
SECTION code_fp_math48
PUBLIC cm48_sccz80_fma_callee
EXTERN am48_fma, cm48_sccz80p_dcallee2, asm0_memswap
cm48_sccz80_fma_callee:
; swap x and z on stack
ld hl,2
add hl,sp
ex de,hl ; de = &z
ld hl,14
add hl,sp ... | 15 | 53 | 0.59596 |
426f0191bf64d765aa36ffc6306bc879cd993ce8 | 765 | asm | Assembly | oeis/289/A289216.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/289/A289216.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/289/A289216.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A289216: a(n) = n! * Laguerre(n,-10).
; Submitted by Jamie Morken(s2)
; 1,11,142,2086,34184,616120,12083920,255749840,5801633920,140276126080,3598075308800,97512721964800,2782552712473600,83347512973644800,2613606571616819200,85594543750221568000,2921314815145299968000,103704333851191177216000,38224350417266112839680... | 30.6 | 477 | 0.775163 |
0011ce3175b560dd22d0d8b0b01d9944d164c356 | 368 | asm | Assembly | programs/oeis/162/A162466.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/162/A162466.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/162/A162466.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A162466: a(n) = 12*a(n-2) for n > 2; a(1) = 1, a(2) = 8.
; 1,8,12,96,144,1152,1728,13824,20736,165888,248832,1990656,2985984,23887872,35831808,286654464,429981696,3439853568,5159780352,41278242816,61917364224,495338913792,743008370688,5944066965504
mov $1,3
mov $2,$0
add $0,9
mod $2,2
sub $1,$2
lpb $0
sub $0,2
m... | 23 | 191 | 0.69837 |
fd66d9c2c47b16f03298f38f71cfcd7b5e307512 | 2,699 | asm | Assembly | Library/Trans/Graphics/Bitmap/Ico/Lib/libMain.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 504 | 2018-11-18T03:35:53.000Z | 2022-03-29T01:02:51.000Z | Library/Trans/Graphics/Bitmap/Ico/Lib/libMain.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 96 | 2018-11-19T21:06:50.000Z | 2022-03-06T10:26:48.000Z | Library/Trans/Graphics/Bitmap/Ico/Lib/libMain.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 73 | 2018-11-19T20:46:53.000Z | 2022-03-29T00:59:26.000Z | COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1992 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: Ico Translation Library
FILE: libMain.asm
AUTHOR: Steve Yegge, March 29, 1993
ROUTINES:
Name Description
---- -----------
GLB TransGet... | 23.884956 | 79 | 0.581326 |
3cc3a825a1f021fb094ad0871c1df9a7de3d86a8 | 6,880 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_sm_/i7-7700_9_0x48_notsx.log_21829_206.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_sm_/i7-7700_9_0x48_notsx.log_21829_206.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_sm_/i7-7700_9_0x48_notsx.log_21829_206.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 %r15
push %r8
push %r9
push %rbp
lea addresses_WT_ht+0x17ca2, %r13
nop
nop
nop
nop
nop
sub $47319, %r14
mov $0x6162636465666768, %r9
movq %r9, (%r13)
nop
and %rbp, %rbp
lea addresses_D_ht+0x1eb42, %r8
nop
nop
nop
nop
add %r15, %r15
mov (%r8... | 32.91866 | 2,999 | 0.644913 |
323a9c3abb32c799c60c5800b0f2316dc4f9b79a | 811 | asm | Assembly | programs/oeis/263/A263919.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/263/A263919.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/263/A263919.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A263919: Triangle read by rows giving successive states of cellular automaton generated by "Rule 163" initiated with a single ON (black) cell.
; 1,1,0,0,1,0,0,1,0,1,0,0,1,0,1,0,1,0,0,1,0,1,0,1,0,1,0,0,1,0,1,0,1,0,1,0,1,0,0,1,0,1,0,1,0,1,0,1,0,1,0,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0,1,0,1... | 40.55 | 501 | 0.541307 |
506557e4ae96826aa78d421b7ab24910003b135d | 8,086 | asm | Assembly | asm/Alphabetizer.asm | hixio-mh/hrm-cpu | e119e1952807aa3a299b61af3e5607497ecfac92 | [
"MIT"
] | 24 | 2015-10-22T00:12:30.000Z | 2022-02-21T22:23:39.000Z | asm/Alphabetizer.asm | hixio-mh/hrm-cpu | e119e1952807aa3a299b61af3e5607497ecfac92 | [
"MIT"
] | 27 | 2015-10-21T04:21:10.000Z | 2015-11-05T00:55:12.000Z | asm/Alphabetizer.asm | hixio-mh/hrm-cpu | e119e1952807aa3a299b61af3e5607497ecfac92 | [
"MIT"
] | null | null | null | -- HUMAN RESOURCE MACHINE PROGRAM --
COPYFROM 23
COPYTO 21
COPYTO 22
BUMPUP 22
BUMPUP 22
COMMENT 0
a:
b:
INBOX
COPYTO [21]
COPYTO 20
BUMPUP 21
COPYFROM 20
JUMPZ c
JUMP b
c:
COMMENT 1
BUMPDN 22
JUMPZ d
JUMP a
d:
C... | 38.688995 | 80 | 0.886223 |
508e2418c64d11ef5b99db372f772f38b25d21a9 | 2,835 | asm | Assembly | 248b/noise/noise.asm | 42Bastian/lynx_hacking | a40edd223a4759d64f20a940ef5eb826a0fdd02d | [
"Apache-2.0"
] | 12 | 2020-07-05T16:47:54.000Z | 2022-02-12T21:21:16.000Z | 248b/noise/noise.asm | 42Bastian/lynx_hacking | a40edd223a4759d64f20a940ef5eb826a0fdd02d | [
"Apache-2.0"
] | null | null | null | 248b/noise/noise.asm | 42Bastian/lynx_hacking | a40edd223a4759d64f20a940ef5eb826a0fdd02d | [
"Apache-2.0"
] | 1 | 2021-01-18T06:47:25.000Z | 2021-01-18T06:47:25.000Z | ***************
* Noise
* 5 byte free.
****************
include <includes/hardware.inc>
;;; ROM sets this address
screen0 equ $2000
run $200
IFND LNX
;; Setup needed if loaded via BLL/Handy
lda #8
sta $fff9
sei
lda #$20
stz $fd94
sta $fd95
stz $fd50
ldy #2
stz 0
lda #$e
sta $fdae
ldx #15
.init
txa... | 13.436019 | 51 | 0.614815 |
32600099d5a97b529a2391ae51662d3a9b73bf14 | 873 | asm | Assembly | tests/src/TestCounter.asm | meghanto/tiny_vm | da19e9f4bff3b48349bf13f8dc725d387d01e1f5 | [
"CC-BY-3.0"
] | 2 | 2022-01-12T03:16:07.000Z | 2022-01-15T07:52:48.000Z | tests/src/TestCounter.asm | meghanto/tiny_vm | da19e9f4bff3b48349bf13f8dc725d387d01e1f5 | [
"CC-BY-3.0"
] | 2 | 2022-01-25T20:52:54.000Z | 2022-01-31T02:46:45.000Z | tests/src/TestCounter.asm | meghanto/tiny_vm | da19e9f4bff3b48349bf13f8dc725d387d01e1f5 | [
"CC-BY-3.0"
] | 10 | 2022-01-04T04:36:07.000Z | 2022-01-15T00:55:27.000Z | # Simple test for the Counter class
.class TestCounter:Obj
.method $constructor
.local counter
enter
const 5
new Counter
call Counter:$constructor
store counter
const "Expecting '5' on next line\n"
call String:print
pop
load counter
call Counter:print
pop
# Increment sh... | 16.471698 | 42 | 0.627721 |
eeee4c90169cc9b10957937641ed11a888b514f9 | 530 | asm | Assembly | programs/oeis/267/A267489.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/267/A267489.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/267/A267489.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A267489: a(n) = n^2 - 4*floor(n^2/6).
; 0,1,4,5,8,9,12,17,24,29,36,41,48,57,68,77,88,97,108,121,136,149,164,177,192,209,228,245,264,281,300,321,344,365,388,409,432,457,484,509,536,561,588,617,648,677,708,737,768,801,836,869,904,937,972,1009,1048,1085,1124,1161,1200,1241,1284,1325,1368,1409,1452,1497,1544,1589,1636,16... | 48.181818 | 422 | 0.709434 |
36ba8bdda3f77f9ab369e1918eb4a5eb3b755f2d | 1,100 | asm | Assembly | MASM_Practice/39_IndirectAddressing.asm | TuringGu/RELearning | a44813d6ae0416631bf5b345a7606cdf3d1a3ffe | [
"MIT"
] | null | null | null | MASM_Practice/39_IndirectAddressing.asm | TuringGu/RELearning | a44813d6ae0416631bf5b345a7606cdf3d1a3ffe | [
"MIT"
] | null | null | null | MASM_Practice/39_IndirectAddressing.asm | TuringGu/RELearning | a44813d6ae0416631bf5b345a7606cdf3d1a3ffe | [
"MIT"
] | null | null | null | .586
.MODEL flat,stdcall
option casemap:none
include windows.inc
include user32.inc
include kernel32.inc
include msvcrt.inc
includelib user32.lib
includelib kernel32.lib
includelib msvcrt.lib
;typedef
mybyte typedef ptr byte
.data
var01 mybyte 2
arrNum01 DWORD 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16
arrNum02 byt... | 16.41791 | 70 | 0.691818 |
a774258ae516238c43ebe612e9143d4476cc2f97 | 5,277 | asm | Assembly | Transynther/x86/_processed/NC/_zr_/i7-7700_9_0x48_notsx.log_21829_1391.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NC/_zr_/i7-7700_9_0x48_notsx.log_21829_1391.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NC/_zr_/i7-7700_9_0x48_notsx.log_21829_1391.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 %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WC_ht+0x1de00, %rsi
lea addresses_UC_ht+0x3016, %rdi
cmp $28858, %r12
mov $86, %rcx
rep movsq
nop
nop
nop
nop
inc %rdx
lea addresses_WC_ht+0x16440, %r10
and $10683, %r12
vmovups (%r... | 45.491379 | 2,999 | 0.660982 |
96bd34fa605221c23353f2cc56b414e1d6fec614 | 474 | asm | Assembly | oeis/019/A019782.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/019/A019782.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/019/A019782.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A019782: Decimal expansion of sqrt(e)/9.
; Submitted by Jamie Morken(s2)
; 1,8,3,1,9,1,2,5,2,3,0,0,0,1,4,2,3,8,5,3,8,7,3,8,9,7,6,4,2,3,7,9,5,9,5,2,4,0,5,9,7,5,1,2,2,3,0,1,1,2,7,5,5,6,8,4,1,6,7,5,4,7,9,0,7,1,1,8,4,5,5,7,9,1,0,4,6,8,4,0,0,9,5,9,1,9,7,3,9,1,1,1,7,3,7,4,0,7,1,4
add $0,1
mov $2,1
mov $3,$0
mul $3,5
lpb $... | 18.96 | 201 | 0.535865 |
f8c2cf7816fd1bc659787a693af45cbc0703d1b8 | 361 | asm | Assembly | oeis/129/A129011.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/129/A129011.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/129/A129011.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A129011: a(n) = floor(n^(4/3)).
; Submitted by Jamie Morken(s2.)
; 0,1,2,4,6,8,10,13,16,18,21,24,27,30,33,36,40,43,47,50,54,57,61,65,69,73,77,81,85,89,93,97,101,105,110,114,118,123,127,132,136,141,145,150,155,160,164,169,174,179,184,189,194,199,204,209,214,219,224,229,234
pow $0,4
lpb $0
sub $0,1
add $2,6
add ... | 25.785714 | 207 | 0.631579 |
dbf3792bf79c73b8136fc9c92481a91e9c53c92f | 1,121 | asm | Assembly | programs/oeis/189/A189749.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/189/A189749.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/189/A189749.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A189749: a(1)=5, a(2)=5, a(n)=5*a(n-1) + 5*a(n-2).
; 5,5,50,275,1625,9500,55625,325625,1906250,11159375,65328125,382437500,2238828125,13106328125,76725781250,449160546875,2629431640625,15392960937500,90111962890625,527524619140625,3088182910156250,18078537646484375,105833602783203125,619560702148437500,3626971524658... | 56.05 | 908 | 0.858162 |
9e1208c8471ea2f0fb21e579c44614ca324166db | 311 | asm | Assembly | programs/oeis/047/A047535.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/047/A047535.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/047/A047535.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A047535: Numbers that are congruent to {4, 7} mod 8.
; 4,7,12,15,20,23,28,31,36,39,44,47,52,55,60,63,68,71,76,79,84,87,92,95,100,103,108,111,116,119,124,127,132,135,140,143,148,151,156,159,164,167,172,175,180,183,188,191,196,199,204,207,212,215,220,223,228,231
mov $1,$0
mod $0,2
mul $1,4
sub $1,$0
add $1,4
| 34.555556 | 207 | 0.678457 |
06a7174bde6444233a500dc878fca1cf2c3bc013 | 6,080 | asm | Assembly | compiler/ti-cgt-arm_18.12.4.LTS/lib/src/fs_tou32.asm | JosiahCraw/TI-Arm-Docker | 23c0f4caf1638512bf53241531c69289c4e82488 | [
"MIT"
] | null | null | null | compiler/ti-cgt-arm_18.12.4.LTS/lib/src/fs_tou32.asm | JosiahCraw/TI-Arm-Docker | 23c0f4caf1638512bf53241531c69289c4e82488 | [
"MIT"
] | null | null | null | compiler/ti-cgt-arm_18.12.4.LTS/lib/src/fs_tou32.asm | JosiahCraw/TI-Arm-Docker | 23c0f4caf1638512bf53241531c69289c4e82488 | [
"MIT"
] | null | null | null | ;******************************************************************************
;* FS_TOU32.ASM - 32 BIT STATE - *
;* *
;* Copyright (c) 1996 Texas Instruments Incorporated *
... | 42.222222 | 79 | 0.461842 |
0d4b07377c34b18690312a330ba4fabf725f39c4 | 1,935 | asm | Assembly | 2/3.asm | chenzhicun/SJTU-EI209-Computer-Organization-Lab | f9b0068cc4ee7b17aca9c3955e46f797eff56e07 | [
"MIT"
] | 4 | 2020-06-29T11:29:19.000Z | 2021-06-21T15:12:46.000Z | 2/3.asm | chenzhicun/SJTU-EI209-Computer-Organization-Lab | f9b0068cc4ee7b17aca9c3955e46f797eff56e07 | [
"MIT"
] | null | null | null | 2/3.asm | chenzhicun/SJTU-EI209-Computer-Organization-Lab | f9b0068cc4ee7b17aca9c3955e46f797eff56e07 | [
"MIT"
] | null | null | null | ;-----------------------------------------------------------
;
; Build this with the "Source" menu using
; "Build All" option
;
;-----------------------------------------------------------
;
; 实验二示例程序
;---------------------------------------------------------... | 30.234375 | 60 | 0.196382 |
cbfb1efbb920539d6629dd8c906d584b6ed32e91 | 14,890 | asm | Assembly | bahamut/source/menu-names.asm | higan-emu/bahamut-lagoon-translation-kit | 6f08de5b92b597c0b9ecebd485cc975b99acfc13 | [
"0BSD"
] | 2 | 2021-08-15T04:10:10.000Z | 2021-08-15T20:14:13.000Z | bahamut/source/menu-names.asm | higan-emu/bahamut-lagoon-translation-kit | 6f08de5b92b597c0b9ecebd485cc975b99acfc13 | [
"0BSD"
] | 1 | 2022-02-16T02:46:39.000Z | 2022-02-16T04:30:29.000Z | bahamut/source/menu-names.asm | higan-emu/bahamut-lagoon-translation-kit | 6f08de5b92b597c0b9ecebd485cc975b99acfc13 | [
"0BSD"
] | 1 | 2021-12-25T11:34:57.000Z | 2021-12-25T11:34:57.000Z | //modifications to the name entry screen
namespace menu {
seek(codeCursor)
namespace decodeNameEntry {
//called once when loading the name entry screen
enqueue pc
seek($eeda2c); jsl main; jmp $da5a
dequeue pc
//A => name index (0-9)
//$7e2b00 => name table input
//$7e9e00 <= name output
//function m... | 44.315476 | 106 | 0.640027 |
6df87b5a0bfc588b0ecdbff00beb2e8352787490 | 200 | asm | Assembly | src/drivers/ps2/ps2.asm | DreamPearl/FuzzyOS | e287bf139511b59abe9e2a0e7ce49444c6a5299e | [
"Apache-2.0"
] | 10 | 2021-03-04T18:48:29.000Z | 2022-03-10T19:07:54.000Z | src/drivers/ps2/ps2.asm | DreamPearl/FuzzyOS | e287bf139511b59abe9e2a0e7ce49444c6a5299e | [
"Apache-2.0"
] | 7 | 2020-06-27T13:13:08.000Z | 2021-10-17T17:09:40.000Z | src/drivers/ps2/ps2.asm | DreamPearl/FuzzyOS | e287bf139511b59abe9e2a0e7ce49444c6a5299e | [
"Apache-2.0"
] | 1 | 2022-02-10T20:09:01.000Z | 2022-02-10T20:09:01.000Z | [BITS 32]
global irq1_handler_low
global irq12_handler_low
[SECTION .text]
irq1_handler_low:
; TODO: send EOI
iret
irq12_handler_low:
; TODO: send EOI
iret
| 13.333333 | 24 | 0.625 |
44742ae65e409314b1d6aec80650f1cac211949a | 433 | asm | Assembly | oeis/140/A140757.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/140/A140757.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/140/A140757.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A140757: Cumulative sums of A140756.
; Submitted by Christian Krause
; 1,0,2,3,1,4,3,5,2,6,7,5,8,4,9,8,10,7,11,6,12,13,11,14,10,15,9,16,15,17,14,18,13,19,12,20,21,19,22,18,23,17,24,16,25,24,26,23,27,22,28,21,29,20,30,31,29,32,28,33,27,34,26,35,25,36,35,37,34,38,33,39,32,40,31,41
lpb $0
mov $1,$0
sub $0,1
seq $... | 33.307692 | 210 | 0.655889 |
27eb0841d2ffaa10c057b067001a9c35399bb4cd | 1,783 | asm | Assembly | third_party/virtualbox/src/VBox/Devices/BiosCommonCode/fmemcpy.asm | Fimbure/icebox-1 | 0b81992a53e1b410955ca89bdb6f8169d6f2da86 | [
"MIT"
] | 521 | 2019-03-29T15:44:08.000Z | 2022-03-22T09:46:19.000Z | third_party/virtualbox/src/VBox/Devices/BiosCommonCode/fmemcpy.asm | Fimbure/icebox-1 | 0b81992a53e1b410955ca89bdb6f8169d6f2da86 | [
"MIT"
] | 30 | 2019-06-04T17:00:49.000Z | 2021-09-08T20:44:19.000Z | third_party/virtualbox/src/VBox/Devices/BiosCommonCode/fmemcpy.asm | Fimbure/icebox-1 | 0b81992a53e1b410955ca89bdb6f8169d6f2da86 | [
"MIT"
] | 99 | 2019-03-29T16:04:13.000Z | 2022-03-28T16:59:34.000Z | ; $Id: fmemcpy.asm $
;; @file
; Compiler support routines.
;
;
; Copyright (C) 2012-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 redistribute it and/or modify it under the terms of the GNU
; G... | 27.015152 | 80 | 0.459338 |
6bbee3fdb07bbda9a9bdee36624596d526e2cd25 | 616 | asm | Assembly | libsrc/fcntl/z88/fdtell.asm | dex4er/deb-z88dk | 9ee4f23444fa6f6043462332a1bff7ae20a8504b | [
"ClArtistic"
] | 1 | 2018-09-04T23:07:24.000Z | 2018-09-04T23:07:24.000Z | libsrc/fcntl/z88/fdtell.asm | dex4er/deb-z88dk | 9ee4f23444fa6f6043462332a1bff7ae20a8504b | [
"ClArtistic"
] | null | null | null | libsrc/fcntl/z88/fdtell.asm | dex4er/deb-z88dk | 9ee4f23444fa6f6043462332a1bff7ae20a8504b | [
"ClArtistic"
] | null | null | null | ;
; Small C z88 File functions
; Written by Dominic Morris <djm@jb.man.ac.uk>
;
; 11/3/99 djm ***UNTESTED***
;
; *** THIS IS A Z88 SPECIFIC ROUTINE!!! ***
;
;
; $Id: fdtell.asm,v 1.2 2003/09/11 10:58:57 dom Exp $
;
INCLUDE "#fileio.def"
XLIB fdtell
;long fdtell(int fd)
.fdtell
po... | 18.117647 | 68 | 0.5 |
0d26170f7c08357336833756cff27158ec777136 | 1,127 | asm | Assembly | Borland/CBuilder5/Source/RTL/source/math/atan.asm | TrevorDArcyEvans/DivingMagpieSoftware | 7ffcfef653b110e514d5db735d11be0aae9953ec | [
"MIT"
] | 1 | 2021-05-27T10:27:25.000Z | 2021-05-27T10:27:25.000Z | Borland/CBuilder5/Source/RTL/source/math/atan.asm | TrevorDArcyEvans/Diving-Magpie-Software | 7ffcfef653b110e514d5db735d11be0aae9953ec | [
"MIT"
] | null | null | null | Borland/CBuilder5/Source/RTL/source/math/atan.asm | TrevorDArcyEvans/Diving-Magpie-Software | 7ffcfef653b110e514d5db735d11be0aae9953ec | [
"MIT"
] | null | null | null | ;[]-----------------------------------------------------------------[]
;| ATAN.ASM -- trigonometric function |
;[]-----------------------------------------------------------------[]
;
; C/C++ Run Time Library - Version 10.0
;
; Copyright (c) 1991, 2000 by Inprise Corporation... | 22.098039 | 76 | 0.4126 |
3466104669d7a560ef1f3ed6584f2cdbd65d4bb0 | 1,913 | asm | Assembly | src/kernel/exe/cpu/cpu.asm | zelinf/MyOS | 87ba8abb4713fbeab9d98f862023af0bf6ea2349 | [
"MIT"
] | 2 | 2018-03-09T02:19:59.000Z | 2018-03-09T05:38:18.000Z | src/kernel/exe/cpu/cpu.asm | IsumiF/MyOS | 87ba8abb4713fbeab9d98f862023af0bf6ea2349 | [
"MIT"
] | null | null | null | src/kernel/exe/cpu/cpu.asm | IsumiF/MyOS | 87ba8abb4713fbeab9d98f862023af0bf6ea2349 | [
"MIT"
] | null | null | null | BITS 32
extern cpu_init8259A
global cpu_initialize
; void enterUserCode(void *targetAddr, void *targetESP)
global cpu_enterUserCode
[SECTION .text]
cpu_initialize:
; Setting up GDT
mov eax, tss
mov word [gdt + 0x28 + 2], ax
shr eax, 16
mov byte [gdt + 0x28 + 4], al
mov byte [gdt + 0x28 + 7], ... | 15.062992 | 55 | 0.572922 |
9f0a19473d5e3e4fcf7463a6747c5d87b53dfab6 | 3,359 | asm | Assembly | dino/lcs/base/6C3E.asm | zengfr/arcade_game_romhacking_sourcecode_top_secret_data | a4a0c86c200241494b3f1834cd0aef8dc02f7683 | [
"Apache-2.0"
] | 6 | 2020-10-14T15:29:10.000Z | 2022-02-12T18:58:54.000Z | dino/lcs/base/6C3E.asm | zengfr/arcade_game_romhacking_sourcecode_top_secret_data | a4a0c86c200241494b3f1834cd0aef8dc02f7683 | [
"Apache-2.0"
] | null | null | null | dino/lcs/base/6C3E.asm | zengfr/arcade_game_romhacking_sourcecode_top_secret_data | a4a0c86c200241494b3f1834cd0aef8dc02f7683 | [
"Apache-2.0"
] | 1 | 2020-12-17T08:59:10.000Z | 2020-12-17T08:59:10.000Z | copyright zengfr site:http://github.com/zengfr/romhack
00042A move.l D1, (A0)+
00042C dbra D0, $42a
016970 move.b D0, (A4)+
016972 move.b ($3,A6), (A4)+ [base+6BDE, base+6C0E, base+6C1E, base+6C2E, base+6C3E]
016B60 move.b D0, (A4)+
016B62 move.b ($3,A6), (A4)+ [base+6BDE, base+6BEE, base+6BFE, base+... | 119.964286 | 387 | 0.685323 |
b0c6ef73a5ace52514adaf08d5341c93a166a423 | 2,007 | asm | Assembly | pwnlib/shellcraft/templates/aarch64/push.asm | DrKeineLust/pwntools | 415f11bba7096b7d68fe144f5b3432b9c12a4f0a | [
"MIT"
] | 8,966 | 2015-01-02T11:58:14.000Z | 2022-03-31T21:19:56.000Z | pwnlib/shellcraft/templates/aarch64/push.asm | DrKeineLust/pwntools | 415f11bba7096b7d68fe144f5b3432b9c12a4f0a | [
"MIT"
] | 1,401 | 2015-01-01T00:56:22.000Z | 2022-03-31T16:19:53.000Z | pwnlib/shellcraft/templates/aarch64/push.asm | DrKeineLust/pwntools | 415f11bba7096b7d68fe144f5b3432b9c12a4f0a | [
"MIT"
] | 1,844 | 2015-01-07T04:38:06.000Z | 2022-03-30T03:54:46.000Z | <%
from pwnlib import shellcraft
from pwnlib.util.packing import flat, unpack
from pwnlib.util.iters import group
%>
<%page args="value, register1='x14', register2='x15'"/>
<%docstring>
Pushes a value onto the stack without using null bytes or newline characters.
If src is a string, then we try to evaluate... | 31.359375 | 79 | 0.592925 |
5809ae53826b1ad23b6b038dd372489640e0649a | 1,961 | asm | Assembly | programs/oeis/207/A207020.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/207/A207020.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/207/A207020.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A207020: Number of n X 4 0..1 arrays avoiding 0 0 0 and 0 1 1 horizontally and 0 0 1 and 1 0 1 vertically.
; 9,81,252,558,1035,1719,2646,3852,5373,7245,9504,12186,15327,18963,23130,27864,33201,39177,45828,53190,61299,70191,79902,90468,101925,114309,127656,142002,157383,173835,191394,210096,229977,251073,273420,297054... | 89.136364 | 1,678 | 0.833248 |
92e9a322a96a847903344ceae83eac724e6a8dd0 | 5,478 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0.log_21829_1932.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.log_21829_1932.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.log_21829_1932.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 %r9
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0x4bb2, %rbp
nop
nop
xor $8622, %r14
movups (%rbp), %xmm4
vpextrq $1, %xmm4, %r9
nop
and $6697, %rsi
lea addresses_WT_ht+0x1b8b2, %r11
nop
nop
and %r9, %r9
mov (%r11), %esi
... | 43.47619 | 2,999 | 0.661373 |
7d4dbfcb33e74f0f875d5ada6197ef6528f71727 | 662 | asm | Assembly | oeis/004/A004579.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/004/A004579.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/004/A004579.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A004579: Expansion of sqrt(8) in base 4.
; Submitted by Christian Krause
; 2,3,1,1,0,0,1,0,3,3,0,3,0,3,0,3,3,3,2,1,3,1,3,2,1,2,1,0,2,0,1,0,1,1,2,1,1,3,3,1,2,0,2,1,2,3,0,3,1,3,1,1,1,0,2,2,2,3,3,2,2,1,3,3,0,1,3,1,1,2,3,3,1,2,0,0,2,3,2,2,2,0,2,1,0,3,2,3,2,2,2,0,1,0,3,0,3,2,3,1
mov $1,1
mov $2,1
mov $3,$0
add $3,2
mov $... | 15.761905 | 201 | 0.510574 |
826433f427f36409fe32fc8db98317dd4ba6615b | 693 | asm | Assembly | oeis/213/A213560.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/213/A213560.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/213/A213560.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A213560: Antidiagonal sums of the convolution array A213558.
; 1,24,236,1400,6009,20608,59952,153792,357225,765688,1535820,2913560,5270993,9153600,15339712,24914112,39357873,60656664,91429900,135083256,195987209,279684416,393128880,544960000,745814745,1008681336,1349297964,1786600216,2343221025,3046047104,3926835968,... | 57.75 | 498 | 0.818182 |
9ef87b02cb87fe2692a176bf3a55e44b42ced464 | 12,485 | asm | Assembly | src/coreclr/nativeaot/Runtime/arm64/ThunkPoolThunks.asm | pyracanda/runtime | 72bee25ab532a4d0636118ec2ed3eabf3fd55245 | [
"MIT"
] | 9,402 | 2019-11-25T23:26:24.000Z | 2022-03-31T23:19:41.000Z | src/coreclr/nativeaot/Runtime/arm64/ThunkPoolThunks.asm | pyracanda/runtime | 72bee25ab532a4d0636118ec2ed3eabf3fd55245 | [
"MIT"
] | 37,522 | 2019-11-25T23:30:32.000Z | 2022-03-31T23:58:30.000Z | src/coreclr/nativeaot/Runtime/arm64/ThunkPoolThunks.asm | pyracanda/runtime | 72bee25ab532a4d0636118ec2ed3eabf3fd55245 | [
"MIT"
] | 3,629 | 2019-11-25T23:29:16.000Z | 2022-03-31T21:52:28.000Z | ;; Licensed to the .NET Foundation under one or more agreements.
;; The .NET Foundation licenses this file to you under the MIT license.
#include "ksarm64.h"
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; STUBS & DATA SECTIONS ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
THUNK_CODESIZE equ 0x10 ... | 37.268657 | 124 | 0.670885 |
8cc7fa01c82479262183df82e9ba194e71f1531f | 181 | asm | Assembly | asm/strcat.asm | tclendo/tiny_vm | 87c55f66a3531b7cfe71d3ab5f06a573f932b4cd | [
"CC-BY-3.0"
] | null | null | null | asm/strcat.asm | tclendo/tiny_vm | 87c55f66a3531b7cfe71d3ab5f06a573f932b4cd | [
"CC-BY-3.0"
] | null | null | null | asm/strcat.asm | tclendo/tiny_vm | 87c55f66a3531b7cfe71d3ab5f06a573f932b4cd | [
"CC-BY-3.0"
] | null | null | null | .class strcat:Obj
.method $constructor
.local
enter
const "This is first\n"
const "This is second\n"
roll 1
call String:plus
call String:print
return 0
| 16.454545 | 28 | 0.646409 |
042e3d6cea201425839de85a27ddbaa758f95ac6 | 6,915 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_st_/i9-9900K_12_0xa0.log_21829_1732.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_st_/i9-9900K_12_0xa0.log_21829_1732.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_st_/i9-9900K_12_0xa0.log_21829_1732.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 %r14
push %r9
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0xfe47, %r11
nop
nop
sub $47656, %r9
movw $0x6162, (%r11)
nop
cmp %r14, %r14
lea addresses_UC_ht+0xe067, %rsi
lea addresses_D_ht+0x1d157, %rdi
nop
and %rbx, %rbx
mov $69, %rcx
r... | 36.015625 | 2,999 | 0.657267 |
ee5916ad81cb7658c18dda33f4a641b5e44969f0 | 685 | asm | Assembly | oeis/293/A293146.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/293/A293146.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/293/A293146.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A293146: a(n) = n! * [x^n] exp(x/(1 - n*x)).
; Submitted by Jamie Morken(s1)
; 1,1,5,73,2161,108101,8201701,878797165,126422091713,23514740267401,5492576235204901,1574136880033408241,543143967119720304625,222106209904092987888013,106221716052645457812866501,58741017143127754662557082901,371946008339848747610086131955... | 34.25 | 453 | 0.79562 |
96e5a69cf878e01ac814c2c3a188335e2ff97852 | 629 | asm | Assembly | oeis/066/A066979.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/066/A066979.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/066/A066979.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A066979: a(n) = floor(n!/2^n).
; 0,0,0,1,3,11,39,157,708,3543,19490,116943,760134,5320940,39907054,319256437,2713679718,24423117468,232019615953,2320196159531,24362059675078,267982656425859,3081800548897382,36981606586768593,462270082334607421,6009511070349896484,81128399449723602539,1135797592296130435546,1646906508... | 44.928571 | 500 | 0.837838 |
1359cb19b7193e42270dd3ff6b4ccada2d17590a | 374 | asm | Assembly | programs/oeis/240/A240355.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/240/A240355.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/240/A240355.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A240355: Inverse of 72nd cyclotomic polynomial.
; 1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
mov $1,2
mov $2,2
lpb $0
sub $0,12
sub $2,$1
add $1,$2
lpe
... | 22 | 203 | 0.534759 |
db95021e75586e89656ec56667d3004bce03993b | 297 | asm | Assembly | programs/oeis/272/A272975.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/272/A272975.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/272/A272975.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A272975: Numbers that are congruent to {0,7} mod 12.
; 0,7,12,19,24,31,36,43,48,55,60,67,72,79,84,91,96,103,108,115,120,127,132,139,144,151,156,163,168,175,180,187,192,199,204,211,216,223,228,235,240,247,252,259,264,271,276,283,288,295,300,307,312,319,324
mov $1,$0
mul $0,6
mod $1,2
add $0,$1
| 37.125 | 202 | 0.690236 |
06040e923233ea09d159cb5e78fca6007002805b | 341 | asm | Assembly | libsrc/_DEVELOPMENT/adt/p_forward_list_alt/c/sdcc_iy/p_forward_list_alt_push_front.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/adt/p_forward_list_alt/c/sdcc_iy/p_forward_list_alt_push_front.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/adt/p_forward_list_alt/c/sdcc_iy/p_forward_list_alt_push_front.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null |
; void p_forward_list_alt_push_front(p_forward_list_alt_t *list, void *item)
SECTION code_adt_p_forward_list_alt
PUBLIC _p_forward_list_alt_push_front
EXTERN asm_p_forward_list_alt_push_front
_p_forward_list_alt_push_front:
pop af
pop bc
pop de
push de
push bc
push af
jp asm_p_forward... | 16.238095 | 76 | 0.797654 |
c307f64b518a63a503ee81c89d1a0488fc338128 | 1,057 | nasm | Assembly | MdePkg/Library/BaseLib/X64/RmpAdjust.nasm | nicklela/edk2 | dfafa8e45382939fb5dc78e9d37b97b500a43613 | [
"Python-2.0",
"Zlib",
"BSD-2-Clause",
"MIT",
"BSD-2-Clause-Patent",
"BSD-3-Clause"
] | 3,012 | 2015-01-01T19:58:18.000Z | 2022-03-31T22:07:14.000Z | MdePkg/Library/BaseLib/X64/RmpAdjust.nasm | nicklela/edk2 | dfafa8e45382939fb5dc78e9d37b97b500a43613 | [
"Python-2.0",
"Zlib",
"BSD-2-Clause",
"MIT",
"BSD-2-Clause-Patent",
"BSD-3-Clause"
] | 1,199 | 2015-01-12T08:00:01.000Z | 2022-03-29T18:14:42.000Z | MdePkg/Library/BaseLib/X64/RmpAdjust.nasm | nicklela/edk2 | dfafa8e45382939fb5dc78e9d37b97b500a43613 | [
"Python-2.0",
"Zlib",
"BSD-2-Clause",
"MIT",
"BSD-2-Clause-Patent",
"BSD-3-Clause"
] | 1,850 | 2015-01-01T11:28:12.000Z | 2022-03-31T18:10:59.000Z | ;-----------------------------------------------------------------------------
;
; Copyright (c) 2021, Advanced Micro Devices, Inc. All rights reserved.<BR>
; SPDX-License-Identifier: BSD-2-Clause-Patent
;
; Module Name:
;
; RmpAdjust.Asm
;
; Abstract:
;
; AsmRmpAdjust function
;
; Notes:
;
;--------... | 25.780488 | 79 | 0.429518 |
7f732045afd567c63835ebef9504d6d9bd419427 | 534 | asm | Assembly | oeis/057/A057130.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/057/A057130.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/057/A057130.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A057130: Product of first n primes of form 6k-1.
; Submitted by Jon Maiga
; 5,55,935,21505,623645,25569445,1201763915,63693487495,3757915762205,266812019116555,22145397586674065,1970940385213991785,199064978906613170285,21299952743007609220495,2406894659959859841915935,315303200454741639290987485
add $0,3
mov $1,1
m... | 19.777778 | 223 | 0.687266 |
eac72a64935797c8141047476e832f91097278b6 | 2,059 | asm | Assembly | libtool/src/gmp-6.1.2/mpn/powerpc64/p7/popcount.asm | kroggen/aergo | 05af317eaa1b62b21dc0144ef74a9e7acb14fb87 | [
"MIT"
] | 278 | 2015-11-03T03:01:20.000Z | 2022-01-20T18:21:05.000Z | libtool/src/gmp-6.1.2/mpn/powerpc64/p7/popcount.asm | kroggen/aergo | 05af317eaa1b62b21dc0144ef74a9e7acb14fb87 | [
"MIT"
] | 374 | 2015-11-03T12:37:22.000Z | 2021-12-17T14:18:08.000Z | libtool/src/gmp-6.1.2/mpn/powerpc64/p7/popcount.asm | kroggen/aergo | 05af317eaa1b62b21dc0144ef74a9e7acb14fb87 | [
"MIT"
] | 96 | 2015-11-22T07:47:26.000Z | 2022-01-20T19:52:19.000Z | dnl PowerPC-64 mpn_popcount.
dnl Copyright 2012 Free Software Foundation, Inc.
dnl This file is part of the GNU MP Library.
dnl
dnl The GNU MP Library is free software; you can redistribute it and/or modify
dnl it under the terms of either:
dnl
dnl * the GNU Lesser General Public License as published by the F... | 22.626374 | 79 | 0.665857 |
3b6b8db6a1415085f64ea50cd0a73bf13a146964 | 1,961 | asm | Assembly | programs/oeis/271/A271995.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/271/A271995.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/271/A271995.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A271995: The Pnictogen sequence: a(n) = A018227(n)-3.
; 7,15,33,51,83,115,165,215,287,359,457,555,683,811,973,1135,1335,1535,1777,2019,2307,2595,2933,3271,3663,4055,4505,4955,5467,5979,6557,7135,7783,8431,9153,9875,10675,11475,12357,13239,14207,15175,16233,17291,18443,19595,20845,22095,23447,24799,26257,27715,29283,3... | 81.708333 | 1,685 | 0.799592 |
08962e1c1f0c4f0c09841c5e69d9102baf1b75ce | 539 | asm | Assembly | programs/oeis/139/A139531.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/139/A139531.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/139/A139531.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A139531: Numbers k such that 24*k + 17 is prime.
; 0,1,3,4,5,9,10,11,14,16,18,21,23,24,25,26,31,33,35,36,38,39,40,43,45,49,50,53,56,58,59,61,64,66,70,71,78,79,86,88,89,94,95,99,100,101,108,109,110,113,114,115,116,120,123,126,128,130,133,135,138,143,149,150
mov $2,$0
add $2,1
pow $2,2
lpb $2
add $1,16
sub $2,1
... | 21.56 | 207 | 0.617811 |
0ab2e454c649c7dcdb6a53776378821d2cdb146d | 342 | asm | Assembly | programs/oeis/134/A134169.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/134/A134169.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/134/A134169.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A134169: a(n) = 2^(n-1)*(2^n - 1) + 1.
; 1,2,7,29,121,497,2017,8129,32641,130817,523777,2096129,8386561,33550337,134209537,536854529,2147450881,8589869057,34359607297,137438691329,549755289601,2199022206977,8796090925057,35184367894529,140737479966721,562949936644097,2251799780130817,9007199187632129
mov $1,2
pow $1... | 42.75 | 262 | 0.78655 |
aaca7aa585db98a0e23e32bb24bc588c56504bbc | 295 | asm | Assembly | programs/oeis/154/A154687.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/154/A154687.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/154/A154687.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A154687: Period 6: repeat [1, 4, 7, 8, 5, 2].
; 1,4,7,8,5,2,1,4,7,8,5,2,1,4,7,8,5,2,1,4,7,8,5,2,1,4,7,8,5,2,1,4,7,8,5,2,1,4,7,8,5,2,1,4,7,8,5,2,1,4,7,8,5,2,1,4,7,8,5,2,1,4,7,8,5,2,1,4,7,8,5,2,1,4,7,8,5,2,1,4,7,8,5,2,1,4
mul $0,5
cal $0,154127 ; Period 6: repeat [1, 2, 5, 8, 7, 4].
mov $1,$0
| 42.142857 | 173 | 0.511864 |
bf4dfeb148b2757a140df24608b8bf6a8c0602d4 | 286 | asm | Assembly | libsrc/_DEVELOPMENT/adt/w_vector/c/sccz80/w_vector_insert_n_callee.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/adt/w_vector/c/sccz80/w_vector_insert_n_callee.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/adt/w_vector/c/sccz80/w_vector_insert_n_callee.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null |
; size_t w_vector_insert_n(w_vector_t *v, size_t idx, size_t n, void *item)
SECTION code_adt_w_vector
PUBLIC w_vector_insert_n_callee
w_vector_insert_n_callee:
pop ix
pop af
pop de
pop bc
pop hl
push ix
INCLUDE "adt/w_vector/z80/asm_w_vector_insert_n.asm"
| 15.888889 | 75 | 0.741259 |
fe06afb490894db4545fe8a7485f4d83eabda272 | 122 | asm | Assembly | Working Disassembly/Levels/MHZ/Misc Object Data/Map - Sticky Vine.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/MHZ/Misc Object Data/Map - Sticky Vine.asm | TeamASM-Blur/Sonic-3-Blue-Balls-Edition | 7e8a2c5df02271615ff4cae529521e6b1560d6b1 | [
"Apache-2.0"
] | null | null | null | Working Disassembly/Levels/MHZ/Misc Object Data/Map - Sticky Vine.asm | TeamASM-Blur/Sonic-3-Blue-Balls-Edition | 7e8a2c5df02271615ff4cae529521e6b1560d6b1 | [
"Apache-2.0"
] | null | null | null | dc.w word_3ED12-Map_MHZStickyVine
word_3ED12: dc.w 1 ; DATA XREF: ROM:0003ED10o
dc.b $F8, 5, 0, 0, $FF, $F8
| 30.5 | 48 | 0.622951 |
8712d5aa990b948e40b4f1d4ad1631dec847734a | 4,783 | asm | Assembly | game/logic/game_states/mode_selection_screen.asm | pompshuffle/super-tilt-bro | d0f836290223085d7794c445c696e1c644c674d2 | [
"WTFPL"
] | 2 | 2020-09-29T16:43:35.000Z | 2021-08-24T16:41:22.000Z | game/logic/game_states/mode_selection_screen.asm | pompshuffle/super-tilt-bro | d0f836290223085d7794c445c696e1c644c674d2 | [
"WTFPL"
] | null | null | null | game/logic/game_states/mode_selection_screen.asm | pompshuffle/super-tilt-bro | d0f836290223085d7794c445c696e1c644c674d2 | [
"WTFPL"
] | null | null | null | init_mode_selection_screen:
.(
; Copy menus tileset in CHR-RAM
jsr set_menu_chr
SWITCH_BANK(#DATA_BANK_NUMBER)
; Construct nt buffers for palettes (to avoid changing it mid-frame)
lda #<palette_mode_selection
sta tmpfield1
lda #>palette_mode_selection
sta tmpfield2
jsr construct_palettes_nt_buffer
; Copy b... | 25.994565 | 97 | 0.732176 |
a7b0ebafbb3304f2a2b0e012af96db235194ae14 | 1,300 | asm | Assembly | programs/oeis/195/A195171.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/195/A195171.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/195/A195171.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A195171: a(n) = 5*n - floor(n*r), where r=(1+sqrt(5))/2 (the golden ratio).
; 0,4,7,11,14,17,21,24,28,31,34,38,41,44,48,51,55,58,61,65,68,72,75,78,82,85,88,92,95,99,102,105,109,112,115,119,122,126,129,132,136,139,143,146,149,153,156,159,163,166,170,173,176,180,183,187,190,193,197,200,203,207,210,214,217,220,224,227,2... | 56.521739 | 968 | 0.69 |
f9e10bbaba51fd644212f13bdd24e6bdf77c7e83 | 5,750 | asm | Assembly | lab6.asm | olivamadrigal/64bit_addition_in_x86_assembly | 4e0c66a82bbb72f8961d2aa4f842f6df0b995b92 | [
"MIT"
] | null | null | null | lab6.asm | olivamadrigal/64bit_addition_in_x86_assembly | 4e0c66a82bbb72f8961d2aa4f842f6df0b995b92 | [
"MIT"
] | null | null | null | lab6.asm | olivamadrigal/64bit_addition_in_x86_assembly | 4e0c66a82bbb72f8961d2aa4f842f6df0b995b92 | [
"MIT"
] | null | null | null | TITLE Lab6 (Lab6.asm)
;// Clare Nguyen
;// CIS21JA
;// Samira C. Oliva
;// Program adds two 64-bit hexadecimal values and prints the sum.
;// It uses the stack, registers, implements procedures and macros.
INCLUDE Irvine32.inc
;//-------------------------------------
;//prints a string
;//receives: address of stri... | 25.900901 | 92 | 0.599478 |
5bc27e3a1f4e2e24ff1e38bf87b70a65e08b4f4c | 1,654 | asm | Assembly | Libraries/source/c/pagesize.asm | agguro/linux-nasm | 3e72083c3db6d7118eb2aa430b73e0d20e88456b | [
"Unlicense"
] | 6 | 2020-07-19T18:34:43.000Z | 2022-03-26T10:21:09.000Z | Libraries/source/c/pagesize.asm | NrdyBhu1/linux-nasm | 3e72083c3db6d7118eb2aa430b73e0d20e88456b | [
"Unlicense"
] | null | null | null | Libraries/source/c/pagesize.asm | NrdyBhu1/linux-nasm | 3e72083c3db6d7118eb2aa430b73e0d20e88456b | [
"Unlicense"
] | 3 | 2020-07-19T18:35:10.000Z | 2021-07-25T17:34:50.000Z | ;name: pagesize.asm
;
;description: Get the pagesize programmatically of a platform in rax
; The function doesn't need input parameters.
;
;source: https://stackoverflow.com/questions/3351940/detecting-the-memory-page-size/3351960#3351960
bits 64
%include "../functions/functions.inc"
section .text
globa... | 27.114754 | 99 | 0.464329 |
dbbfc60f7997f36f06f95d89571177f094d732e0 | 2,025 | asm | Assembly | bootloader/bootloader.asm | lsanchesdev/LoS | 51e82ffd909a515e747e90b833dc1b1eb6c7a3e1 | [
"MIT"
] | null | null | null | bootloader/bootloader.asm | lsanchesdev/LoS | 51e82ffd909a515e747e90b833dc1b1eb6c7a3e1 | [
"MIT"
] | null | null | null | bootloader/bootloader.asm | lsanchesdev/LoS | 51e82ffd909a515e747e90b833dc1b1eb6c7a3e1 | [
"MIT"
] | null | null | null | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Vars and Constants
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[BITS 16] ; 16-bits architecture
[ORG 0x7C00] ; Where the code will be in memory after it's loaded
[extern main]
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Instructions and Loop
;;;;;;;;;;;... | 34.322034 | 77 | 0.553086 |
fc7f2c0e954369afc1db2858863de03f37b89698 | 1,466 | asm | Assembly | VM/src/Linux/VPU/x86_64/organized/decoder.asm | ozdevguy/Ditto | 70ff02ae1f5483e168ba4900d28bcdfcacfe22bd | [
"Apache-2.0"
] | null | null | null | VM/src/Linux/VPU/x86_64/organized/decoder.asm | ozdevguy/Ditto | 70ff02ae1f5483e168ba4900d28bcdfcacfe22bd | [
"Apache-2.0"
] | null | null | null | VM/src/Linux/VPU/x86_64/organized/decoder.asm | ozdevguy/Ditto | 70ff02ae1f5483e168ba4900d28bcdfcacfe22bd | [
"Apache-2.0"
] | null | null | null |
#Decode the instruction.
ivpu_decoder_dispatch:
#If this is an immediate, unconditional branch, we can skip the decoding process and perform an immediate jump.
mov rbx, 0x400000 #Create a mask for the jump bit within the instruction.
test r15, rbx #Check the instruction's jump bit.
jne ivpu_imme... | 50.551724 | 175 | 0.682128 |
bde28f437b3d0d13710c0e95bbf6a6f7ef439269 | 396 | asm | Assembly | ace/assembly/src/test.asm | ale-cci/Appunti | 9aa76eb46b7a984776f50260e598c9de1fa6317a | [
"MIT"
] | null | null | null | ace/assembly/src/test.asm | ale-cci/Appunti | 9aa76eb46b7a984776f50260e598c9de1fa6317a | [
"MIT"
] | null | null | null | ace/assembly/src/test.asm | ale-cci/Appunti | 9aa76eb46b7a984776f50260e598c9de1fa6317a | [
"MIT"
] | null | null | null | ; Test program
; Extended error 2: maybe you have forgot .exe
;
; CodeSegment:Offset codice-macchina istruzione
; u - show disassembled code
; r - shows register {IP: Instruction Pointer,
; Bottom right: flags,
; }
; d - memory dump
; p - proceed: execute single instruction
start... | 22 | 50 | 0.606061 |
9717e361fbd74ff873bfedf2362b38c1e9618bb4 | 212 | asm | Assembly | libsrc/_DEVELOPMENT/math/float/math32/lm32/c/sccz80/acosh_fastcall.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/math/float/math32/lm32/c/sccz80/acosh_fastcall.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/math/float/math32/lm32/c/sccz80/acosh_fastcall.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | null | null | null |
SECTION code_fp_math32
PUBLIC acosh_fastcall
EXTERN _m32_acoshf
defc acosh_fastcall = _m32_acoshf
; SDCC bridge for Classic
IF __CLASSIC
PUBLIC _acosh_fastcall
defc _acosh_fastcall = acosh_fastcall
ENDIF
| 15.142857 | 37 | 0.834906 |
bff28d77b17d7eb89e93e0b9c68b8f570e929f23 | 7,033 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_zr_/i9-9900K_12_0xa0_notsx.log_21829_865.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_zr_/i9-9900K_12_0xa0_notsx.log_21829_865.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_zr_/i9-9900K_12_0xa0_notsx.log_21829_865.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 %r14
push %rax
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0xb6ed, %rsi
lea addresses_UC_ht+0x46b5, %rdi
nop
nop
nop
nop
nop
cmp $55154, %rax
mov $21, %rcx
rep movsw
nop
nop
nop
nop
cmp %r14, %r14
lea addresses_WT_ht+0x14eed, %rsi
lea addresses... | 33.490476 | 2,999 | 0.657188 |
094b71eb229bda255cd996801735dfb570e16801 | 180 | asm | Assembly | libsrc/_DEVELOPMENT/stdio/c/sccz80/rewind_unlocked.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/stdio/c/sccz80/rewind_unlocked.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/stdio/c/sccz80/rewind_unlocked.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null |
; void rewind_unlocked(FILE *stream)
SECTION code_stdio
PUBLIC rewind_unlocked
EXTERN asm_rewind_unlocked
rewind_unlocked:
push hl
pop ix
jp asm_rewind_unlocked
| 11.25 | 36 | 0.772222 |
c8eeb08bc9ee4c0861d658e7d47a324ee566c4b5 | 832 | asm | Assembly | oeis/142/A142807.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/142/A142807.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/142/A142807.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A142807: Primes congruent to 9 mod 61.
; Submitted by Jon Maiga
; 131,619,863,1229,2083,2693,3181,3547,4157,4523,4889,5011,5743,5987,6353,6719,6841,7207,7451,7573,7817,9281,9403,9769,10501,10867,12697,12941,13063,14771,15137,15259,15991,17333,18553,18797,18919,19163,20261,20627,20749,21481,22091,23189,23311,23677,240... | 33.28 | 496 | 0.728365 |
ce83c29fad800326c63aefa72130acf440a6c98f | 356 | asm | Assembly | programs/oeis/342/A342482.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/342/A342482.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/342/A342482.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A342482: a(n) = n*(2^(n-1) - n - 1).
; 0,12,50,150,392,952,2214,5010,11132,24420,53066,114478,245520,524016,1113806,2358954,4980356,10485340,22019634,46136838,96468440,201325992,419429750,872414530,1811938572,3758095572,7784627354,16106126430,33285995552,68719475680
add $0,3
mov $1,2
pow $1,$0
mul $1,$0
div $1,2
sub... | 27.384615 | 229 | 0.724719 |
d93bd8eda426d738616cf0e827e0faa959e00345 | 106 | asm | Assembly | pkgs/tools/yasm/src/libyasm/tests/opt-align2.asm | manggoguy/parsec-modified | d14edfb62795805c84a4280d67b50cca175b95af | [
"BSD-3-Clause"
] | 2,151 | 2020-04-18T07:31:17.000Z | 2022-03-31T08:39:18.000Z | pkgs/tools/yasm/src/libyasm/tests/opt-align2.asm | manggoguy/parsec-modified | d14edfb62795805c84a4280d67b50cca175b95af | [
"BSD-3-Clause"
] | 395 | 2020-04-18T08:22:18.000Z | 2021-12-08T13:04:49.000Z | pkgs/tools/yasm/src/libyasm/tests/opt-align2.asm | manggoguy/parsec-modified | d14edfb62795805c84a4280d67b50cca175b95af | [
"BSD-3-Clause"
] | 338 | 2020-04-18T08:03:10.000Z | 2022-03-29T12:33:22.000Z | je label1
je label1
times 4 nop
times 8 nop
align 8
times 110 nop
je label2
label1:
times 128 nop
label2:
| 9.636364 | 13 | 0.773585 |
a277891f8f7e550eaa5139f4a7a98f06f572c71c | 7,030 | asm | Assembly | tests/BasicTest.r.asm | sdsmdg/RISC-processor | ca4f6105e41c906b7df2fedfc671bde2852e786e | [
"MIT"
] | 43 | 2017-07-11T06:33:08.000Z | 2022-03-25T12:21:00.000Z | tests/BasicTest.r.asm | sdsmdg/RISC-processor | ca4f6105e41c906b7df2fedfc671bde2852e786e | [
"MIT"
] | null | null | null | tests/BasicTest.r.asm | sdsmdg/RISC-processor | ca4f6105e41c906b7df2fedfc671bde2852e786e | [
"MIT"
] | 7 | 2017-09-27T15:24:04.000Z | 2021-02-23T18:17:23.000Z | ; This test is modified version of original content provided
; under CC-by-NC-SA license by MIT OCW.
; Basic test of Processor
; Primary Tests:
; > Memory Tests: Write to memory address : 0x3FC
; > Register Tests: Load each register with its index
; > Instruction Tests: Test subset of instructio... | 22.899023 | 68 | 0.539687 |
d54dca6f92c5503475c115769a17880d63653923 | 1,871 | asm | Assembly | programs/oeis/006/A006331.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/006/A006331.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/006/A006331.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A006331: a(n) = n*(n+1)*(2*n+1)/3.
; 0,2,10,28,60,110,182,280,408,570,770,1012,1300,1638,2030,2480,2992,3570,4218,4940,5740,6622,7590,8648,9800,11050,12402,13860,15428,17110,18910,20832,22880,25058,27370,29820,32412,35150,38038,41080,44280,47642,51170,54868,58740,62790,67022,71440,76048,80850,85850,91052,96460,102078... | 233.875 | 1,794 | 0.843934 |
7b70120fcd40b9f52e1bd4442a988f26520c337f | 847 | asm | Assembly | dataToTestOn/asm/3/prog02.asm | Epacik/8051-ASM-Plugin | 3e2cf55c82733d66198bd41a68f8363c0129043b | [
"MIT"
] | 1 | 2020-11-10T18:42:46.000Z | 2020-11-10T18:42:46.000Z | dataToTestOn/asm/3/prog02.asm | Epacik/8051-ASM-Plugin | 3e2cf55c82733d66198bd41a68f8363c0129043b | [
"MIT"
] | null | null | null | dataToTestOn/asm/3/prog02.asm | Epacik/8051-ASM-Plugin | 3e2cf55c82733d66198bd41a68f8363c0129043b | [
"MIT"
] | null | null | null | LJMP START
ORG 100H
START:
CALL LCD_CLR
KLAWISZ:
MOV A, #0
CALL WAIT_KEY ; 'lewa' cyfra
;Przesuń bity w akumulatorze w lewo
RL A
RL A
RL A
RL A
;przenieś zawartość do R3
MOV R3, A
; pobierz prawą cyfrę
CALL WAIT_KEY
; bitwise or na A i R3 żeby p... | 14.859649 | 67 | 0.5549 |
c2b70e7ec08334b60a219a24baf261e10157d615 | 616 | asm | Assembly | oeis/267/A267799.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/267/A267799.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/267/A267799.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A267799: a(n) = (1 + 2^n + 3^n)/2.
; 3,7,18,49,138,397,1158,3409,10098,30037,89598,267769,801258,2399677,7190838,21556129,64635618,193841317,581392878,1743916489,5231225178,15692626957,47075783718,141223156849,423661081938,1270966468597,3812865851358,11438530445209,34315457117898,102946102918237,308837771883798,92651... | 44 | 483 | 0.819805 |
22d708519eadd8c90d37a9e611018c96a605af0e | 380 | asm | Assembly | Src/SacaraVm/vm_div.asm | mrfearless/sacara | 126ee1c8c18c9d01a09fac4aedd9044976cf17c4 | [
"MIT"
] | null | null | null | Src/SacaraVm/vm_div.asm | mrfearless/sacara | 126ee1c8c18c9d01a09fac4aedd9044976cf17c4 | [
"MIT"
] | null | null | null | Src/SacaraVm/vm_div.asm | mrfearless/sacara | 126ee1c8c18c9d01a09fac4aedd9044976cf17c4 | [
"MIT"
] | null | null | null | header_VmDiv
vm_div PROC
push ebp
mov ebp, esp
; read the first operand
push [ebp+arg0]
call_vm_stack_pop_enc
push eax
; read the second operand
push [ebp+arg0]
call_vm_stack_pop_enc
mov ebx, eax
; do operation
pop eax
xor edx, edx
div ebx
; push result
push eax
push [ebp+arg0]
call_vm_stack_pus... | 12.666667 | 26 | 0.736842 |
8f3a1bc480b0de3f3b306c330f4677c991bf8b38 | 1,668 | asm | Assembly | programs/oeis/129/A129109.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/129/A129109.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/129/A129109.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A129109: Sums of three consecutive hexagonal numbers.
; 7,22,49,88,139,202,277,364,463,574,697,832,979,1138,1309,1492,1687,1894,2113,2344,2587,2842,3109,3388,3679,3982,4297,4624,4963,5314,5677,6052,6439,6838,7249,7672,8107,8554,9013,9484,9967,10462,10969,11488,12019,12562,13117,13684,14263,14854,15457,16072,16699,173... | 185.333333 | 1,563 | 0.828537 |
72dc162f882d9a6adc1fb3dc89f79cd71136c544 | 607 | asm | Assembly | oeis/036/A036084.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/036/A036084.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/036/A036084.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A036084: Expansion of 1/(1-6*x)^6.
; 1,36,756,12096,163296,1959552,21555072,221709312,2161665792,20175547392,181579926528,1584697540608,13469929095168,111904026329088,911218500108288,7289748000866304,57406765506822144,445746649817677824,3417390981935529984,25900226389406121984,194251697920545914880,144301261312405536... | 55.181818 | 500 | 0.868204 |
57f05e8c1acb3774607b73add3e4e69149575273 | 435 | asm | Assembly | oeis/124/A124758.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/124/A124758.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/124/A124758.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A124758: Product of the parts of the compositions in standard order.
; Submitted by Jon Maiga
; 1,1,2,1,3,2,2,1,4,3,4,2,3,2,2,1,5,4,6,3,6,4,4,2,4,3,4,2,3,2,2,1,6,5,8,4,9,6,6,3,8,6,8,4,6,4,4,2,5,4,6,3,6,4,4,2,4,3,4,2,3,2,2,1,7,6,10,5,12,8,8,4,12,9,12,6,9,6,6,3,10,8,12,6,12,8,8,4,8,6,8,4,6,4,4,2,6,5,8,4
mov $1,10
lpb ... | 24.166667 | 208 | 0.56092 |
d68d03cda0cca615729830fe61904c2abb3a10c4 | 3,876 | asm | Assembly | segaconsoles/_includes/constants.asm | ArcadeTV/megadrive-samples | bb00902a844f63d55c6f449d50b0ae8a72c3c05e | [
"CC0-1.0"
] | 5 | 2021-05-15T21:47:38.000Z | 2022-03-27T19:33:15.000Z | segaconsoles/_includes/constants.asm | ArcadeTV/megadrive-samples | bb00902a844f63d55c6f449d50b0ae8a72c3c05e | [
"CC0-1.0"
] | 1 | 2021-06-09T10:17:41.000Z | 2021-06-09T15:07:37.000Z | segaconsoles/_includes/constants.asm | ArcadeTV/megadrive-samples | bb00902a844f63d55c6f449d50b0ae8a72c3c05e | [
"CC0-1.0"
] | null | null | null | ;==============================================================
; CONSTANTS
;==============================================================
; VDP port addresses
vdp_control equ $00C00004
vdp_data equ $00C00000
; VDP commands
vdp_cmd_vram_write equ $40000000
vdp_cmd_cram_write equ $C0000000
vdp_cmd_vsram_write... | 30.046512 | 65 | 0.69453 |
8eb3e5c1b7cbb622d502886a128455af9c1b7676 | 602 | asm | Assembly | programs/oeis/171/A171972.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/171/A171972.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/171/A171972.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A171972: Greatest integer k such that k/n^2 < sqrt(3).
; 0,1,6,15,27,43,62,84,110,140,173,209,249,292,339,389,443,500,561,625,692,763,838,916,997,1082,1170,1262,1357,1456,1558,1664,1773,1886,2002,2121,2244,2371,2501,2634,2771,2911,3055,3202,3353,3507,3665,3826,3990,4158,4330,4505,4683,4865,5050,5239,5431,5627,5826,60... | 86 | 489 | 0.76412 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.