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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
f5913bd6c4171244a3c8e3ffbeadd434b0fc3286 | 997 | asm | Assembly | tests/bank_overlap.asm | clubby789/customasm | c85b2422d933e6266dd817e0ec3cbb9e30b181fa | [
"Apache-2.0"
] | 1 | 2021-01-02T13:38:01.000Z | 2021-01-02T13:38:01.000Z | tests/bank_overlap.asm | clubby789/customasm | c85b2422d933e6266dd817e0ec3cbb9e30b181fa | [
"Apache-2.0"
] | null | null | null | tests/bank_overlap.asm | clubby789/customasm | c85b2422d933e6266dd817e0ec3cbb9e30b181fa | [
"Apache-2.0"
] | null | null | null | ; :::
#bankdef a { #size 0x10, #outp 8 * 0x00 }
#bankdef b { #size 0x10, #outp 8 * 0x10 }
; = 0x
; :::
#bankdef a { #size 0x10, #outp 8 * 0x10 }
#bankdef b { #size 0x10, #outp 8 * 0x00 }
; = 0x
; :::
#bankdef a { #size 0x11, #outp 8 * 0x10 }
#bankdef b { #size 0x10, #outp 8 * 0x00 }
; = 0x
; :::
#bankdef a { #ad... | 20.346939 | 75 | 0.561685 |
cab306809d84be13f3050d0596edd0ed6bc709ed | 142 | asm | Assembly | sw/552tests/inst_tests/seq_4.asm | JPShen-UWM/ThreadKraken | 849c510531f28e36d3469535737b2120bd774935 | [
"MIT"
] | 1 | 2022-02-15T16:03:25.000Z | 2022-02-15T16:03:25.000Z | sw/552tests/inst_tests/seq_4.asm | JPShen-UWM/ThreadKraken | 849c510531f28e36d3469535737b2120bd774935 | [
"MIT"
] | null | null | null | sw/552tests/inst_tests/seq_4.asm | JPShen-UWM/ThreadKraken | 849c510531f28e36d3469535737b2120bd774935 | [
"MIT"
] | null | null | null | // Test provided by Karu
//SEQ test 4. Test saving 0 to rs
//
// Michael McKinley (mckinley)
lbi r1, 0xff
lbi r2, 0x35
seq r1, r1, r2
halt
| 14.2 | 34 | 0.669014 |
c79fbd21fc6d24d4cdb77b6b6a83e219e56255c3 | 81 | asm | Assembly | src/kernel/idt.asm | metiu07/osdev | 92e64af4a154d8df7bbb7d05fc13df2e56e51594 | [
"MIT"
] | 10 | 2015-02-16T17:30:06.000Z | 2019-11-10T15:59:19.000Z | src/kernel/idt.asm | metiu07/osdev | 92e64af4a154d8df7bbb7d05fc13df2e56e51594 | [
"MIT"
] | null | null | null | src/kernel/idt.asm | metiu07/osdev | 92e64af4a154d8df7bbb7d05fc13df2e56e51594 | [
"MIT"
] | null | null | null | section .text
global idt_flush
idt_flush:
mov eax, [esp + 4]
lidt [eax]
ret
| 10.125 | 19 | 0.679012 |
34a91e5e0966c426f4bfb695c20355090e062f19 | 40,661 | asm | Assembly | user/time.asm | Vidhi1109/Modified-XV6 | 691430b9f9be91cb556f138918c1fc0e57bcabdf | [
"MIT-0"
] | null | null | null | user/time.asm | Vidhi1109/Modified-XV6 | 691430b9f9be91cb556f138918c1fc0e57bcabdf | [
"MIT-0"
] | null | null | null | user/time.asm | Vidhi1109/Modified-XV6 | 691430b9f9be91cb556f138918c1fc0e57bcabdf | [
"MIT-0"
] | null | null | null |
user/_time: file format elf64-littleriscv
Disassembly of section .text:
0000000000000000 <main>:
#include "user/user.h"
#include "kernel/fcntl.h"
int
main(int argc, char ** argv)
{
0: 7179 addi sp,sp,-48
2: f406 sd ra,40(sp)
4: f022 sd s0,32(sp)
6: ... | 29.464493 | 61 | 0.46354 |
354fc762e63673c2a3af61819a9cede5c9f5b597 | 442 | asm | Assembly | programs/oeis/089/A089027.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/089/A089027.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/089/A089027.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A089027: a(n) =1 if the prime gap A001223(n) is <=2, otherwise a(n)=n+1.
; 1,1,1,5,1,7,1,9,10,1,12,13,1,15,16,17,1,19,20,1,22,23,24,25,26,1,28,1,30,31,32,33,1,35,1,37,38,39,40,41,1,43,1,45,1,47,48,49,1,51,52,1,54,55,56,57,1,59,60,1,62,63,64,1,66,67,68,69,1,71,72,73,74,75,76,77,78,79,80
mov $2,$0
seq $0,106002 ; a(n)... | 49.111111 | 213 | 0.622172 |
e835584cc7fa11ee7f5387441123e7766af6ec4f | 762 | asm | Assembly | oeis/172/A172064.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/172/A172064.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/172/A172064.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A172064: Expansion of (2/(3*sqrt(1-4*z)-1+4*z))*((1-sqrt(1-4*z))/(2*z))^k with k=7.
; Submitted by Jamie Morken(s3)
; 1,8,46,230,1068,4744,20476,86662,361711,1494384,6126818,24972326,101320712,409609664,1651162688,6640469816,26655382802,106830738224,427612715516,1709790470780,6830461107736,27266848437608,108780114077... | 38.1 | 486 | 0.775591 |
4da24648bc6f0da8813f7d2178bdc2072be3b2ce | 390 | asm | Assembly | color/status_screen.asm | etdv-thevoid/pokemon-rgb-enhanced | 5b244c1cf46aab98b9c820d1b7888814eb7fa53f | [
"MIT"
] | 1 | 2022-01-09T05:28:52.000Z | 2022-01-09T05:28:52.000Z | color/status_screen.asm | ETDV-TheVoid/pokemon-rgb-enhanced | 5b244c1cf46aab98b9c820d1b7888814eb7fa53f | [
"MIT"
] | null | null | null | color/status_screen.asm | ETDV-TheVoid/pokemon-rgb-enhanced | 5b244c1cf46aab98b9c820d1b7888814eb7fa53f | [
"MIT"
] | null | null | null | ; Hooks for drawing exp bars in status_screen.asm
StatusScreenHook:
; b = SET_PAL_STATUS_SCREEN
call RunPaletteCommand
coord de, 18, 5
ld a, [wBattleMonLevel]
push af
ld a, [wLoadedMonLevel]
ld [wBattleMonLevel], a
callba PrintEXPBar
pop af
ld [wBattleMonLevel], a
ret
StatusScreen2Hook:
coord hl, 19, 1
l... | 19.5 | 58 | 0.74359 |
d43103c1dffd768726a01ca1c90ac3ec239aaf1b | 754 | asm | Assembly | oeis/054/A054420.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/054/A054420.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/054/A054420.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A054420: Number of connectable 3 X n binary matrices.
; Submitted by Christian Krause
; 1,3,13,87,585,3899,25973,173039,1152849,7680691,51171485,340922567,2271346969,15132518507,100818201477,671686589663,4475014115745,29814130048611,198632300941357,1323358787022391,8816685256575721,58739881939669659,39134591174307240... | 35.904762 | 498 | 0.807692 |
61e746c7cc5b87c625b04cb6953100c8b662d815 | 11,349 | asm | Assembly | klc3-manual/examples/zjui_ece220_fa18/mp2/examples/mp2_tingkai.asm | liuzikai/klc3 | 0c7c1504158f1cce3e6bff32f69b4cb3067cffff | [
"NCSA"
] | null | null | null | klc3-manual/examples/zjui_ece220_fa18/mp2/examples/mp2_tingkai.asm | liuzikai/klc3 | 0c7c1504158f1cce3e6bff32f69b4cb3067cffff | [
"NCSA"
] | null | null | null | klc3-manual/examples/zjui_ece220_fa18/mp2/examples/mp2_tingkai.asm | liuzikai/klc3 | 0c7c1504158f1cce3e6bff32f69b4cb3067cffff | [
"NCSA"
] | null | null | null | ; This is mp2 by Tingkai Liu (3170111148)
; it will contain a program that
; translate the event list from x5000
; into a schedule start at x4000 and print it out
; each event in the event list include 3 fields
; NUL-end ASCII label, day of the week by bit vector,
; and hour slot (0-15 declare 7-22 o'clock)
; the sch... | 26.331787 | 103 | 0.693629 |
40bde63c63266e35bd75de6f0f53241c4437716f | 155 | asm | Assembly | mov_lea/mov_lea.asm | pablocael/assembly_playground | a01bb834ed28656f09621a51edf3271ef399904f | [
"MIT"
] | null | null | null | mov_lea/mov_lea.asm | pablocael/assembly_playground | a01bb834ed28656f09621a51edf3271ef399904f | [
"MIT"
] | null | null | null | mov_lea/mov_lea.asm | pablocael/assembly_playground | a01bb834ed28656f09621a51edf3271ef399904f | [
"MIT"
] | null | null | null | global _main
section .data
myVar2 db 11
myVar db 56
section .text
_main:
; lea rax, [rel myVar]
mov rax, rip
mov byte [rax], 7
ret | 10.333333 | 22 | 0.606452 |
7c481048276870c7cd484e0940ca251b27475383 | 6,528 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_1019.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_1019.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_1019.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r13
push %r14
push %r9
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_UC_ht+0x1e5c7, %rsi
lea addresses_normal_ht+0x17fa7, %rdi
clflush (%rsi)
nop
nop
nop
nop
nop
sub %rdx, %rdx
mov $33, %rcx
rep movsb
nop
nop
nop
xor $11579, %r13
lea addresses_D_ht+0x... | 36.266667 | 2,999 | 0.662684 |
b4de43c7a3e7e39f285c22b35edae1b974bcc9a2 | 795 | asm | Assembly | 0x06.asm | 0xdea/xorpd-solutions | f6b13d8f4c3a66c75599404707e0c30a180d9df0 | [
"MIT"
] | 53 | 2017-09-06T02:37:25.000Z | 2022-03-10T05:17:06.000Z | 0x06.asm | uf0o/xorpd-solutions | 3a84172f615533ffbd40124594db6d36baa6260a | [
"MIT"
] | 2 | 2019-04-03T12:51:42.000Z | 2020-12-10T13:58:14.000Z | 0x06.asm | uf0o/xorpd-solutions | 3a84172f615533ffbd40124594db6d36baa6260a | [
"MIT"
] | 21 | 2017-09-06T02:37:33.000Z | 2022-03-10T05:17:09.000Z | ;
; $Id: 0x06.asm,v 1.1.1.1 2016/03/27 08:40:12 raptor Exp $
;
; 0x06 explanation - from xchg rax,rax by xorpd@xorpd.net
; Copyright (c) 2016 Marco Ivaldi <raptor@0xdeadbeef.info>
;
; This snippet sets rax with its initial value, by doing
; the following operations:
;
; 1. bitwise not of rax (one's complement negation)... | 23.382353 | 60 | 0.696855 |
3267a4e40ddd55f623d8cdbbc39867ac649dfc92 | 239 | asm | Assembly | CSE3030: Assembly Programming/Lecture Notes and Codes From Text/Ch3 - Assembly Language Fundamentals/3.2.3_Template.asm | yoonBot/Sogang-CSE | 34a267a0f4debc2082d6ec11e289e4250019fb96 | [
"MIT"
] | 1 | 2020-11-05T15:55:48.000Z | 2020-11-05T15:55:48.000Z | CSE3030: Assembly Programming/Lecture Notes and Codes From Text/Ch3 - Assembly Language Fundamentals/3.2.3_Template.asm | yoonBot/Sogang-CSE | 34a267a0f4debc2082d6ec11e289e4250019fb96 | [
"MIT"
] | null | null | null | CSE3030: Assembly Programming/Lecture Notes and Codes From Text/Ch3 - Assembly Language Fundamentals/3.2.3_Template.asm | yoonBot/Sogang-CSE | 34a267a0f4debc2082d6ec11e289e4250019fb96 | [
"MIT"
] | 1 | 2021-01-13T10:36:51.000Z | 2021-01-13T10:36:51.000Z | ; Program template (Template.asm)
.386
.model flat, stdcall
.stack 4096
ExitProcess PROTO, dwExitCode:DWORD
.data
; declare variables here
.code
main PROC
; write your code here
INVOKE ExitProcess, 0
main ENDP
END main | 14.9375 | 36 | 0.715481 |
003fb17e649aa0ab22bbf76b30e2d5a21068ad82 | 13,253 | asm | Assembly | bindings/FASM/example.asm | xwanderer/fde64 | f2828bbaa4926839f7d8f0b7e32fc86694235121 | [
"BSD-2-Clause"
] | 38 | 2017-01-24T14:15:30.000Z | 2022-03-05T15:10:31.000Z | bindings/FASM/example.asm | PowerOlive/fde64 | f2828bbaa4926839f7d8f0b7e32fc86694235121 | [
"BSD-2-Clause"
] | 1 | 2017-08-23T13:44:14.000Z | 2017-10-18T23:12:43.000Z | bindings/FASM/example.asm | PowerOlive/fde64 | f2828bbaa4926839f7d8f0b7e32fc86694235121 | [
"BSD-2-Clause"
] | 11 | 2019-03-10T16:00:32.000Z | 2021-02-02T15:01:49.000Z | format PE64 GUI 5.0
entry start
include 'win64a.inc'
macro init_str b,f
{ local is_dword
virtual
inc f
load is_dword from $$
is_dword = is_dword and 1
end virtual
lea rbx,[b]
if is_dword
mov esi,f
else
movzx esi,f
end if
mov byte [rbx],0 }
macro if_set_th... | 22.349073 | 127 | 0.627028 |
6ed5d4fe15a8abe553cfe69213d3e3d9da0cdeb6 | 2,418 | asm | Assembly | NASM 32-bit/even.asm | CosasDePuma/Aesthetic-Programming | 12b9d8beb326e3781068e40afd0c858e3e681a53 | [
"MIT"
] | 2 | 2017-08-25T23:56:18.000Z | 2017-08-28T12:46:17.000Z | NASM 32-bit/even.asm | CosasDePuma/AestheticProgramming | 12b9d8beb326e3781068e40afd0c858e3e681a53 | [
"MIT"
] | null | null | null | NASM 32-bit/even.asm | CosasDePuma/AestheticProgramming | 12b9d8beb326e3781068e40afd0c858e3e681a53 | [
"MIT"
] | null | null | null | ; _________________
; // \\
; || HOW TO COMPILE IT ||
; \\_________________//
;
; ------ x86 ------
; nasm -f elf even.asm
; ld -s -o even even.asm
;
; ------ x86_64 ------
; nasm -f elf64 even.asm
; ld -s -o even even.asm
;
; ------ COMPILER ------
; ./compiler.sh even
; ./compiler.sh even.... | 23.705882 | 78 | 0.504136 |
f7b2fe2ffda64c456c473d09cbc8485c9e3dc8bd | 3,528 | asm | Assembly | Delfino/SingleCore/SmartWinch/DCL/source/DCL_PID_CLA.asm | vlad314/FYP_SmartWinch | fca9c23e89d5ea14bfcd18b6565c0a241d7cf3ab | [
"MIT"
] | null | null | null | Delfino/SingleCore/SmartWinch/DCL/source/DCL_PID_CLA.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_PID_CLA.asm | vlad314/FYP_SmartWinch | fca9c23e89d5ea14bfcd18b6565c0a241d7cf3ab | [
"MIT"
] | 2 | 2018-05-24T16:47:00.000Z | 2019-10-05T15:11:32.000Z | ; DCL_PID_CLA.asm - PID controller
; version 1.0, August 2015
; C prototype:
; float DCL_runPID_c(PID *p, float rk, float yk, float lk)
; argument 1 = *p : PID structure address [MAR0]
; argument 2 = rk : control loop reference [MR0]
; argument 3 = yk : control loop feedback [MR1]
; argument 4 = lk : controller satura... | 32.072727 | 84 | 0.594955 |
bbcdca64d85af46caf889c136ee22355cb90b89e | 330 | asm | Assembly | libsrc/_DEVELOPMENT/threads/mutex/z80/asm_spinlock_release.asm | ahjelm/z88dk | c4de367f39a76b41f6390ceeab77737e148178fa | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/threads/mutex/z80/asm_spinlock_release.asm | ahjelm/z88dk | c4de367f39a76b41f6390ceeab77737e148178fa | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/threads/mutex/z80/asm_spinlock_release.asm | ahjelm/z88dk | c4de367f39a76b41f6390ceeab77737e148178fa | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
SECTION code_clib
SECTION code_threads_mutex
PUBLIC asm_spinlock_release
.asm_spinlock_release
; enter : hl = & spinlock
;
; exit : hl = & spinlock
;
; uses : none
IF __CPU_INTEL__
dec (hl) ; atomic operation
ret
ELSE
ld (hl),$fe ; atomic operation
r... | 13.75 | 49 | 0.590909 |
207d3c97afd39a6b2334d18615aa2f455f096c14 | 83 | asm | Assembly | reverse/stac/boot/disasm/stac_boot.asm | fcatrin/a8tools | 2792cfbabc9e3fd369550b810f631d62e03c8b90 | [
"MIT"
] | 3 | 2020-07-02T15:11:23.000Z | 2020-07-03T19:59:08.000Z | reverse/stac/boot/disasm/stac_boot.asm | fcatrin/a8tools | 2792cfbabc9e3fd369550b810f631d62e03c8b90 | [
"MIT"
] | null | null | null | reverse/stac/boot/disasm/stac_boot.asm | fcatrin/a8tools | 2792cfbabc9e3fd369550b810f631d62e03c8b90 | [
"MIT"
] | null | null | null | icl "stac_boot.inc"
icl "stac_boot_block_1.asm"
icl "stac_boot_block_2.asm"
| 16.6 | 29 | 0.73494 |
92eaec7dbe325dcac44b0e2f0f91298d3df1fbdd | 1,448 | asm | Assembly | Driver/Printer/Fax/Group3/group3EndPage.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 504 | 2018-11-18T03:35:53.000Z | 2022-03-29T01:02:51.000Z | Driver/Printer/Fax/Group3/group3EndPage.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 96 | 2018-11-19T21:06:50.000Z | 2022-03-06T10:26:48.000Z | Driver/Printer/Fax/Group3/group3EndPage.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 73 | 2018-11-19T20:46:53.000Z | 2022-03-29T00:59:26.000Z | COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) Geoworks 1994. All rights reserved.
GEOWORKS CONFIDENTIAL
PROJECT: Pasta
MODULE: Fax
FILE: group3EndPage.asm
AUTHOR: Jacob Gabrielson, Apr 16, 1993
ROUTINES:
Name Description
---- -----------
... | 19.567568 | 79 | 0.44337 |
ad1a72bccf4f94bbb66080da6968a11ffb4afbab | 496 | asm | Assembly | libsrc/enterprise/exos_write_character.asm | andydansby/z88dk-mk2 | 51c15f1387293809c496f5eaf7b196f8a0e9b66b | [
"ClArtistic"
] | 1 | 2020-09-15T08:35:49.000Z | 2020-09-15T08:35:49.000Z | libsrc/enterprise/exos_write_character.asm | andydansby/z88dk-MK2 | 51c15f1387293809c496f5eaf7b196f8a0e9b66b | [
"ClArtistic"
] | null | null | null | libsrc/enterprise/exos_write_character.asm | andydansby/z88dk-MK2 | 51c15f1387293809c496f5eaf7b196f8a0e9b66b | [
"ClArtistic"
] | null | null | null | ;
; Enterprise 64/128 specific routines
; by Stefano Bodrato, 2011
;
; exos_write_character(unsigned char ch_number, unsigned char character);
;
;
; $Id: exos_write_character.asm,v 1.2 2011/03/15 14:34:08 stefano Exp $
;
XLIB exos_write_character
LIB exos_write_character_callee
XREF ASMDISP_EXOS_WRITE_CHARA... | 17.714286 | 73 | 0.756048 |
34eef87dc290c30eb3cf9c49828d4fdc63f5fb7c | 2,144 | asm | Assembly | programs/oeis/158/A158643.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/158/A158643.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/158/A158643.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A158643: a(n) = 676*n^2 + 26.
; 26,702,2730,6110,10842,16926,24362,33150,43290,54782,67626,81822,97370,114270,132522,152126,173082,195390,219050,244062,270426,298142,327210,357630,389402,422526,457002,492830,530010,568542,608426,649662,692250,736190,781482,828126,876122,925470,976170,1028222,1081626,1136382,1192490,1... | 268 | 2,070 | 0.866604 |
3f60f26d65ec7fa7823bebf8b4bd1cad703c9bc4 | 5,082 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_86.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_86.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_86.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 %r8
push %r9
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_normal_ht+0x16dd4, %r10
nop
nop
sub $54179, %r9
mov (%r10), %r8d
nop
nop
nop
and %rdx, %rdx
lea addresses_WC_ht+0x5754, %r12
and $57173, %rbx
mov $0x6162636465666768, %rdi
m... | 47.055556 | 2,999 | 0.660173 |
83425173cadbb6157690cd2ab030522e5f62db6d | 381 | asm | Assembly | oeis/130/A130775.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/130/A130775.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/130/A130775.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A130775: a(1) = 0; for n > 1: a(n) = 2*(prime(n)-1)!/(prime(n)+1).
; Submitted by Christian Krause, https://github.com/ckrause
; 0,1,8,180,604800,68428800,2324754432000,640237370572800,93666727314800640000,20325889640780924033433600000,16578303738261941164769280000000
seq $0,6093 ; a(n) = prime(n) - 1.
seq $0,61370 ... | 54.428571 | 141 | 0.724409 |
b8e724d639145e93d7676c90508dff30e7b4ed26 | 1,534 | asm | Assembly | asm/pow.asm | GabrielRavier/Generic-Assembly-Samples | fbf803960a14307b7fce0165058d0d4048abaf42 | [
"Unlicense"
] | null | null | null | asm/pow.asm | GabrielRavier/Generic-Assembly-Samples | fbf803960a14307b7fce0165058d0d4048abaf42 | [
"Unlicense"
] | null | null | null | asm/pow.asm | GabrielRavier/Generic-Assembly-Samples | fbf803960a14307b7fce0165058d0d4048abaf42 | [
"Unlicense"
] | null | null | null | ; Weird name to avoid linking warning
global @ASM_pow@8
%define ASM_pow @ASM_pow@8
segment .text align=16
; According to the __fastcall calling convention, first argument goes to ecx and the second to edx
%define base ecx ; int
%define exponent edx ; int
%define result eax ; int
%define startBase ebx
%de... | 29.5 | 123 | 0.573664 |
bcb1c5366a390849180303f32c85025eb1519b10 | 134 | asm | Assembly | sw/552tests/complex_demo2/perf-test-dep-ldst.asm | JPShen-UWM/ThreadKraken | 849c510531f28e36d3469535737b2120bd774935 | [
"MIT"
] | 1 | 2022-02-15T16:03:25.000Z | 2022-02-15T16:03:25.000Z | sw/552tests/complex_demo2/perf-test-dep-ldst.asm | JPShen-UWM/ThreadKraken | 849c510531f28e36d3469535737b2120bd774935 | [
"MIT"
] | null | null | null | sw/552tests/complex_demo2/perf-test-dep-ldst.asm | JPShen-UWM/ThreadKraken | 849c510531f28e36d3469535737b2120bd774935 | [
"MIT"
] | null | null | null | lbi r0, 0
lbi r5, 43
lbi r6, 43
lbi r7, 43
ld r1, r0, 0
st r5, r1, 0
ld r1, r0, 2
st r6, r1, 1
ld r1, r0, 4
st r7, r1, 1
halt
| 11.166667 | 18 | 0.544776 |
92059e59e317b0f698246c13944125a03c099531 | 791 | asm | Assembly | oeis/226/A226328.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/226/A226328.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/226/A226328.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A226328: a(0)=1, a(1)=-2; a(n+2) = a(n+1) + a(n) + (period 3: repeat 3, 1, -1).
; Submitted by Christian Krause
; 1,-2,2,1,2,6,9,14,26,41,66,110,177,286,466,753,1218,1974,3193,5166,8362,13529,21890,35422,57313,92734,150050,242785,392834,635622,1028457,1664078,2692538,4356617,7049154,11405774,18454929,29860702,4831563... | 34.391304 | 490 | 0.726928 |
2439fff2d1ad7971419d067ebab42765d61276bd | 3,021 | asm | Assembly | libsrc/sprites/software/sp1/ts2068hr/ts2068hr-customize.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/sprites/software/sp1/ts2068hr/ts2068hr-customize.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/sprites/software/sp1/ts2068hr/ts2068hr-customize.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
; CUSTOMIZATION TEMPLATE FOR SP1
; 01.2008 aralbrec, Sprite Pack v3.0
; ts2068 hi-res version
; See below for Memory Map with these default settings
; ///////////////////////
; Display Characteristics
; ///////////////////////
defc SP1V_DISPORIGX = 0 ; x coordinate of top left corner of area mana... | 49.52459 | 166 | 0.613042 |
6da27c12fdf504b6b341736f24505d85778650e4 | 282 | asm | Assembly | data/mapHeaders/safarizonecenter.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | 16 | 2018-08-28T21:47:01.000Z | 2022-02-20T20:29:59.000Z | data/mapHeaders/safarizonecenter.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | 5 | 2019-04-03T19:53:11.000Z | 2022-03-11T22:49:34.000Z | data/mapHeaders/safarizonecenter.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | 2 | 2019-12-09T19:46:02.000Z | 2020-12-05T21:36:30.000Z | SafariZoneCenter_h:
db FOREST ; tileset
db SAFARI_ZONE_CENTER_HEIGHT, SAFARI_ZONE_CENTER_WIDTH ; dimensions (y, x)
dw SafariZoneCenterBlocks, SafariZoneCenterTextPointers, SafariZoneCenterScript ; blocks, texts, scripts
db $00 ; connections
dw SafariZoneCenterObject ; objects
| 40.285714 | 105 | 0.829787 |
1b4e0f0b42e2152d2b237fb20b2b0af1d22dcf66 | 1,783 | asm | Assembly | game/banks/data_bank.asm | benoitryder/super-tilt-bro | 8d5035f54e906a401d0808c2e104d32fa1fadd7f | [
"WTFPL"
] | null | null | null | game/banks/data_bank.asm | benoitryder/super-tilt-bro | 8d5035f54e906a401d0808c2e104d32fa1fadd7f | [
"WTFPL"
] | null | null | null | game/banks/data_bank.asm | benoitryder/super-tilt-bro | 8d5035f54e906a401d0808c2e104d32fa1fadd7f | [
"WTFPL"
] | null | null | null | #echo
#echo ====== DATA-BANK =====
* = $8000
bank_data_begin:
#include "game/data/data.asm"
bank_data_stage_selection_extra_data_begin:
#include "game/data/menu_stage_select/anims.asm"
#include "game/data/menu_stage_select/screen.asm"
bank_data_stage_selection_extra_data_end:
bank_data_stage_selection_extra_code_beg... | 30.220339 | 90 | 0.843522 |
9fd3e9ad3985f194f86d7827efe840b54e829415 | 963 | asm | Assembly | programs/oeis/139/A139594.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/139/A139594.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/139/A139594.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A139594: Number of different n X n symmetric matrices with nonnegative entries summing to 4. Also number of symmetric oriented graphs with 4 arcs on n points.
; 0,1,9,39,116,275,561,1029,1744,2781,4225,6171,8724,11999,16121,21225,27456,34969,43929,54511,66900,81291,97889,116909,138576,163125,190801,221859,256564,2951... | 137.571429 | 741 | 0.82866 |
a10759e68dca93eb19dd0f5cd55a1a9382325278 | 539 | asm | Assembly | 4-3-2/4-3-2.asm | shellqiqi/ASM | f9a6f0573c474d3e8c7fca16f2881e92b6b315af | [
"Apache-2.0"
] | null | null | null | 4-3-2/4-3-2.asm | shellqiqi/ASM | f9a6f0573c474d3e8c7fca16f2881e92b6b315af | [
"Apache-2.0"
] | null | null | null | 4-3-2/4-3-2.asm | shellqiqi/ASM | f9a6f0573c474d3e8c7fca16f2881e92b6b315af | [
"Apache-2.0"
] | null | null | null | CODE SEGMENT PARA 'CODE'
ASSUME CS:CODE
START:
XOR DX, DX ; OUTPUT
DISPLAY:
MOV AH, 0
MOV AL, 1111B
INT 32H ; ENABLE DIGITS
MOV AH, 1
INT 32H ; DISPLAY DX
; READBUTTON
MOV AH, 0
INT 33H
SUB AL, 10000B
; IF AVAILABLE
CMP AL, 10
JAE DISPLAY ; NO
; YES
; END ... | 15.4 | 27 | 0.552876 |
806ac5c6b764398ad16cb80965fe2909dcfb7bfa | 8,748 | asm | Assembly | src/drivers/Makoto.asm | sharksym/vgmplay-sharksym | d7763b87a379da4e6dadcc55026969d310957952 | [
"BSD-2-Clause"
] | 6 | 2020-04-21T17:26:27.000Z | 2021-09-25T18:41:01.000Z | src/drivers/Makoto.asm | sharksym/vgmplay-sharksym | d7763b87a379da4e6dadcc55026969d310957952 | [
"BSD-2-Clause"
] | null | null | null | src/drivers/Makoto.asm | sharksym/vgmplay-sharksym | d7763b87a379da4e6dadcc55026969d310957952 | [
"BSD-2-Clause"
] | null | null | null | ;
; Makoto YM2608 OPNA
;
Makoto_BASE: equ 14H
Makoto_STATUS0: equ Makoto_BASE ; do not use, bus conflict with Music Module
Makoto_STATUS1: equ Makoto_BASE + 2
Makoto_FM1_ADDRESS: equ Makoto_BASE
Makoto_FM1_DATA: equ Makoto_BASE + 1
Makoto_FM2_ADDRESS: equ Makoto_BASE + 2
Makoto_FM2_DATA: equ Makoto_BASE + 3
Makoto_CLO... | 18.149378 | 81 | 0.74257 |
806be306e18a0949f00c3d01e3400d88e30bbeb9 | 471 | asm | Assembly | programs/oeis/120/A120849.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/120/A120849.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/120/A120849.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A120849: 5n+3^n-2^n.
; 0,6,15,34,85,236,695,2094,6345,19216,58075,175154,527405,1586196,4766655,14316214,42981265,129009176,387158435,1161737274,3485735925,10458256156,31376865415,94134790334,282412759385,847255055136,2541798719595,7625463267394,22876524019645,68629840494116,205890058352975,617671248800454,1853015893... | 39.25 | 320 | 0.755839 |
886f6b76604dfaffcc32b94bca1388f26d662b18 | 3,838 | asm | Assembly | audio/music/printer.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 28 | 2019-11-08T07:19:00.000Z | 2021-12-20T10:17:54.000Z | audio/music/printer.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 13 | 2020-01-11T17:00:40.000Z | 2021-09-14T01:27:38.000Z | audio/music/printer.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 22 | 2020-05-28T17:31:38.000Z | 2022-03-07T20:49:35.000Z | Music_Printer:
musicheader 1, 3, Music_Printer_Ch3
Music_Printer_Ch3:
tempo 256
notetype $c, $20
octave 4
note B_, 6
octave 5
note C#, 1
note __, 1
octave 4
note B_, 6
octave 5
note C#, 1
note __, 1
octave 4
note B_, 1
note __, 1
octave 5
note E_, 1
note __, 1
note D#, 1
note __, 1
note C#, 1
no... | 11.99375 | 42 | 0.58963 |
c72e8d932391f85aabcc147a87e741f77914d896 | 1,435 | asm | Assembly | programs/oeis/053/A053044.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/053/A053044.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/053/A053044.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A053044: a(n) is the number of iterations of the Euler totient function to reach 1, starting at n!.
; 0,1,2,4,6,8,10,13,15,18,21,24,27,30,33,37,41,44,47,51,54,58,62,66,70,74,77,81,85,89,93,98,102,107,111,115,119,123,127,132,137,141,145,150,154,159,164,169,173,178,183,188,193,197,202,207,211,216,221,226,231,236,240,24... | 55.192308 | 1,020 | 0.698258 |
e356d0471d932506abfd1c603d6c37df22436401 | 381 | asm | Assembly | programs/oeis/157/A157706.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/157/A157706.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/157/A157706.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A157706: The z^2 coefficients of the polynomials in the GF1 denominators of A156921.
; 7,75,385,1365,3850,9282,19950,39270,72105,125125,207207,329875,507780,759220,1106700,1577532,2204475,3026415,4089085,5445825,7158382,9297750,11945050,15192450,19144125,23917257
mov $1,$0
mul $1,2
add $1,6
mov $2,$1
bin $1,3
sub $1... | 23.8125 | 178 | 0.742782 |
612dab3d886392d95e15feb4fe7db81bcba12021 | 43 | asm | Assembly | Mips Exersice/mips2.asm | Pandula1234/Machine-Instructions | 4fa06486968a546a727fffd897e5a18f75e95c04 | [
"BSL-1.0"
] | null | null | null | Mips Exersice/mips2.asm | Pandula1234/Machine-Instructions | 4fa06486968a546a727fffd897e5a18f75e95c04 | [
"BSL-1.0"
] | null | null | null | Mips Exersice/mips2.asm | Pandula1234/Machine-Instructions | 4fa06486968a546a727fffd897e5a18f75e95c04 | [
"BSL-1.0"
] | null | null | null | .text
li $t0,50
subi $t1,$t0,10
.data | 10.75 | 17 | 0.55814 |
b0da60d206f2ce0546079c42785a8292e888d229 | 285 | asm | Assembly | programs/oeis/017/A017766.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/017/A017766.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/017/A017766.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A017766: Binomial coefficients C(50,n).
; 1,50,1225,19600,230300,2118760,15890700,99884400,536878650,2505433700,10272278170,37353738800,121399651100,354860518600,937845656300,2250829575120,4923689695575,9847379391150,18053528883775,30405943383200,47129212243960
mov $1,50
bin $1,$0
| 47.5 | 221 | 0.845614 |
533ab2e7b70f77375460576ddaa8fbf30259c798 | 7,386 | asm | Assembly | Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0xca.log_21829_1263.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0xca.log_21829_1263.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0xca.log_21829_1263.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r13
push %r8
push %rax
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0x278e, %r8
nop
sub $15031, %r13
movups (%r8), %xmm5
vpextrq $0, %xmm5, %rbx
nop
add %r10, %r10
lea addresses_UC_ht+0x62aa, %rsi
lea addresses_WT_ht+0x1f46, %rdi
nop
nop
nop
nop... | 34.676056 | 2,999 | 0.657595 |
961314aea1b1d3f83986a9845e4f51a2bd6eef0b | 552 | asm | Assembly | oeis/017/A017466.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/017/A017466.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/017/A017466.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A017466: a(n) = (11*n + 6)^6.
; 46656,24137569,481890304,3518743761,15625000000,51520374361,139314069504,326940373369,689869781056,1340095640625,2436396322816,4195872914689,6906762437184,10942526586601,16777216000000,25002110044521,36343632130624,51682540549249,72074394832896,98771297640625,133244912166976,1772107550... | 78.857143 | 490 | 0.878623 |
24f3d559d31025577bb58a988b7d81fb88211c24 | 22,566 | asm | Assembly | exampl04/regdemo/regdemo.asm | AlexRogalskiy/Masm | d39498878f140696b299c76436f209156961429e | [
"MIT"
] | null | null | null | exampl04/regdemo/regdemo.asm | AlexRogalskiy/Masm | d39498878f140696b299c76436f209156961429e | [
"MIT"
] | null | null | null | exampl04/regdemo/regdemo.asm | AlexRogalskiy/Masm | d39498878f140696b299c76436f209156961429e | [
"MIT"
] | null | null | null | title RegDemo
comment '*==============================*'
comment '* Programed by Ewayne Wagner *'
comment '* E-MAIL: yooper@kalamazoo.net *'
comment '*==============================*'
.586
.model flat, stdcall
option casemap:none ; Case sens... | 34.504587 | 124 | 0.530799 |
78f31d8de92444c72b508774a232f29fd0efbe96 | 422 | asm | Assembly | programs/oeis/228/A228361.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/228/A228361.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/228/A228361.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A228361: The number of all possible covers of L-length line segment by 2-length line segments with allowed gaps < 2.
; 0,0,1,2,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,3... | 42.2 | 213 | 0.729858 |
2a24f94884dcd18e9caf2f0572b2e7bef035a547 | 1,026 | asm | Assembly | DiskExtensionService/boot.asm | vincent102416849/x86_os_development | 2e8afd1752cd8bae48abf0e4b139acfbca0d1618 | [
"MIT"
] | null | null | null | DiskExtensionService/boot.asm | vincent102416849/x86_os_development | 2e8afd1752cd8bae48abf0e4b139acfbca0d1618 | [
"MIT"
] | null | null | null | DiskExtensionService/boot.asm | vincent102416849/x86_os_development | 2e8afd1752cd8bae48abf0e4b139acfbca0d1618 | [
"MIT"
] | null | null | null | [BITS 16]
[ORG 0x7c00]
Start:
xor ax,ax
mov ds,ax
mov es,ax
mov ss,ax
mov sp,0x7c00
TestDiskExtension:
mov [DriveId],dl
mov ah,0x41
mov bx,0x55aa
int 0x13
jc NotSupport1
cmp bx,0xaa55
jne NotSupport2
PrintDriveId:
mov ah,0x13
mov al,1
mov bx,0xa
xor dx,dx
mov bp,DeviceIdMessage
mov cx,DeviceIdMessageLen
int 0x10
mov... | 12.825 | 41 | 0.763158 |
a867bf43dc6bc25ac068730eabe16ef6f9be4b51 | 1,021 | asm | Assembly | src/unit_tests/ut_message.asm | maziac/dezogif | e92f6a0e21ac6b465349e193417e3f19721f763d | [
"MIT"
] | 2 | 2020-05-25T09:25:46.000Z | 2020-12-30T10:43:58.000Z | src/unit_tests/ut_message.asm | maziac/dezogif | e92f6a0e21ac6b465349e193417e3f19721f763d | [
"MIT"
] | null | null | null | src/unit_tests/ut_message.asm | maziac/dezogif | e92f6a0e21ac6b465349e193417e3f19721f763d | [
"MIT"
] | null | null | null | ;========================================================
; ut_message.asm
;
; Unit tests for the notification response.
;========================================================
MODULE ut_message
; Test sending of the break notification.
UT_send_ntf_pause:
; For seq no test
xor a
ld (receive_buffer.seq_no),a... | 25.525 | 93 | 0.699314 |
534a1b9393a7e34be1b38c275c90ed2ea8531dbf | 2,414 | asm | Assembly | 2005-fall/mp1/mp1.asm | ece291/machine-problems | 5f91f9f2ddceb7cda1e14c2973d83023a42d9929 | [
"RSA-MD"
] | 3 | 2016-07-16T04:33:49.000Z | 2021-07-13T16:18:17.000Z | 2005-fall/mp1/mp1.asm | ece291/machine-problems | 5f91f9f2ddceb7cda1e14c2973d83023a42d9929 | [
"RSA-MD"
] | null | null | null | 2005-fall/mp1/mp1.asm | ece291/machine-problems | 5f91f9f2ddceb7cda1e14c2973d83023a42d9929 | [
"RSA-MD"
] | null | null | null | ; MP1 - Restaurant Guide
; Your name
; Date
;
; This program illustrates the use of a simple loop for data retrieval,
; logic tests with multiple comparisons, and addressing modes.
BITS 16
;====== SECTION 1: Define constants =======================================
CR EQU 0Dh
LF ... | 32.186667 | 77 | 0.455261 |
922d40d659f9b813fad2741382ba75848cc6bd2c | 910 | asm | Assembly | debug.asm | liamm91/lisp-trace | 9aa353b5b7c7c1830b4f4d6689d11cf95a71f0d0 | [
"MIT"
] | 1 | 2021-04-30T21:13:33.000Z | 2021-04-30T21:13:33.000Z | debug.asm | liamm91/lisp-trace | 9aa353b5b7c7c1830b4f4d6689d11cf95a71f0d0 | [
"MIT"
] | null | null | null | debug.asm | liamm91/lisp-trace | 9aa353b5b7c7c1830b4f4d6689d11cf95a71f0d0 | [
"MIT"
] | null | null | null | ;;;; This file is for me to look through the decompiled assembly code to better understand the program.
.file "prog.c"
.text
.globl flag
.data
.align 4
.type flag, @object
.size flag, 4
flag:
.long 43981
.globl x
.bss
.align 8
.type x, @object
.size x, 8
x:
.zero 8
.section .rodata
.align 8
.LC0:
.str... | 15.964912 | 103 | 0.650549 |
375be23d1258a65e5e462535f246a9fe3f36be72 | 335 | asm | Assembly | programs/oeis/156/A156183.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/156/A156183.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/156/A156183.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A156183: Denominator of Euler(n, 1/5).
; 1,10,25,500,625,6250,15625,625000,390625,3906250,9765625,195312500,244140625,2441406250,6103515625,488281250000,152587890625,1525878906250,3814697265625,76293945312500,95367431640625
add $0,1
mov $1,4
pow $1,$0
sub $2,$0
gcd $1,$2
lpb $0
sub $0,1
mul $1,5
lpe
sub $1,4
div... | 20.9375 | 184 | 0.737313 |
3c4254c05032ee3d88fe7708b97e660fecd710a2 | 442 | asm | Assembly | kernel/libasm/v086.asm | ryelow90210/VitalityX | 2a6d48d9f08d1f621d31ad04c4ff2b3f0e9c7e81 | [
"MIT"
] | 4 | 2020-08-21T00:12:31.000Z | 2022-01-06T17:35:39.000Z | kernel/libasm/v086.asm | psychosisinteractive/vitalityx | 2a6d48d9f08d1f621d31ad04c4ff2b3f0e9c7e81 | [
"MIT"
] | 3 | 2020-08-21T00:18:59.000Z | 2020-10-11T19:59:10.000Z | kernel/libasm/v086.asm | psychosisinteractive/vitalityx | 2a6d48d9f08d1f621d31ad04c4ff2b3f0e9c7e81 | [
"MIT"
] | 1 | 2020-08-08T02:19:10.000Z | 2020-08-08T02:19:10.000Z | GLOBAL enter_v86
enter_v86:
mov [0x1000], esp ; save stack pointer
push dword [ebp+4] ; ss
push dword [ebp+8] ; esp
pushfd ; eflags
or dword [esp], (1 << 17) ; set VM flags
push dword [ebp+12] ; cs
push dword [ebp+16] ; eip
... | 24.555556 | 56 | 0.49095 |
401956ec002ffb5f099eabac671b2cb1f4c5e870 | 2,901 | asm | Assembly | src/vector.asm | POBIX/asm-lang | 818a839b6e714da3a4aef1c1470ec9a73e283aa2 | [
"MIT"
] | 1 | 2021-06-29T08:55:23.000Z | 2021-06-29T08:55:23.000Z | src/vector.asm | POBIX/asm-lang | 818a839b6e714da3a4aef1c1470ec9a73e283aa2 | [
"MIT"
] | null | null | null | src/vector.asm | POBIX/asm-lang | 818a839b6e714da3a4aef1c1470ec9a73e283aa2 | [
"MIT"
] | null | null | null | codeseg
macro make_vector name, sh, _bytes
struc name
data dw ?
len dw ?
max dw ?
ends
BX_PTR equ (name ptr bx)
; void vec_newcap(vector* output, int cap)
proc sh&_newcap
push bp
mov bp, sp
push ax
push bx
mov bx, [bp + 6]
mo... | 17.475904 | 92 | 0.488797 |
ad2ab60546df21a42a529aa99d35b36caf2f5290 | 357 | asm | Assembly | oeis/021/A021627.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/021/A021627.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/021/A021627.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A021627: Decimal expansion of 1/623.
; Submitted by Jon Maiga
; 0,0,1,6,0,5,1,3,6,4,3,6,5,9,7,1,1,0,7,5,4,4,1,4,1,2,5,2,0,0,6,4,2,0,5,4,5,7,4,6,3,8,8,4,4,3,0,1,7,6,5,6,5,0,0,8,0,2,5,6,8,2,1,8,2,9,8,5,5,5,3,7,7,2,0,7,0,6,2,6,0,0,3,2,1,0,2,7,2,8,7,3,1,9,4,2,2,1,5
seq $0,83811 ; Numbers n such that 2n+1 is the digit re... | 44.625 | 199 | 0.591036 |
2dff57c613f4779d76e92153bfc1daa5496d4d53 | 4,296 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca.log_21829_1876.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca.log_21829_1876.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca.log_21829_1876.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r12
push %rsi
lea addresses_WT_ht+0x9166, %rsi
nop
nop
nop
cmp %r12, %r12
movw $0x6162, (%rsi)
add %r11, %r11
pop %rsi
pop %r12
pop %r11
pop %r10
ret
.global s_faulty_load
s_faulty_load:
push %r10
push %r13
push %r15
push %rax
push %rbp
push %r... | 55.792208 | 2,999 | 0.661313 |
b0776d466659e862b0ae4a5a2ba221db26ae9993 | 269 | asm | Assembly | libsrc/_DEVELOPMENT/arch/ts2068/display/c/sccz80/tshr_saddrpdown.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/arch/ts2068/display/c/sccz80/tshr_saddrpdown.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/arch/ts2068/display/c/sccz80/tshr_saddrpdown.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z | ; void *tshr_saddrpdown(void *saddr)
SECTION code_clib
SECTION code_arch
PUBLIC tshr_saddrpdown
EXTERN zx_saddrpdown
defc tshr_saddrpdown = zx_saddrpdown
; SDCC bridge for Classic
IF __CLASSIC
PUBLIC _tshr_saddrpdown
defc _tshr_saddrpdown = tshr_saddrpdown
ENDIF
| 14.944444 | 39 | 0.836431 |
74a2d9cd41a9c0b63154f0cb14b1ff5631a71a22 | 11,771 | asm | Assembly | src/presets.asm | tewtal/sm_practice_hack | 2e435012a4259035cb69b0d3bc90a221cb5de37d | [
"Unlicense"
] | 15 | 2019-02-23T20:38:49.000Z | 2022-02-18T01:14:04.000Z | src/presets.asm | tewtal/sm_practice_hack | 2e435012a4259035cb69b0d3bc90a221cb5de37d | [
"Unlicense"
] | 50 | 2019-03-06T22:02:17.000Z | 2022-03-31T05:25:54.000Z | src/presets.asm | tewtal/sm_practice_hack | 2e435012a4259035cb69b0d3bc90a221cb5de37d | [
"Unlicense"
] | 20 | 2019-02-23T20:40:53.000Z | 2022-02-22T17:44:45.000Z | org $82FA00
print pc, " presets start"
preset_load:
{
PHP
LDA !MUSIC_BANK : STA !SRAM_MUSIC_BANK
LDA !MUSIC_TRACK : STA !SRAM_MUSIC_TRACK
JSL $809E93 ; Clear timer RAM
JSR $819B ; Initialise IO registers
JSR $82E2 ; Load standard BG3 tiles and sprite tiles, clear tilemaps
JSR $82C5 ; L... | 25.478355 | 95 | 0.658823 |
8cfb3712c17bb0d66fee902a904e141e8410679e | 13,985 | asm | Assembly | T4P1/Branch/GregAsm.asm | cggewehr/Projeto-De-Processadores | a7e0735342b83b3524152060162330423b3672c5 | [
"CC0-1.0"
] | null | null | null | T4P1/Branch/GregAsm.asm | cggewehr/Projeto-De-Processadores | a7e0735342b83b3524152060162330423b3672c5 | [
"CC0-1.0"
] | null | null | null | T4P1/Branch/GregAsm.asm | cggewehr/Projeto-De-Processadores | a7e0735342b83b3524152060162330423b3672c5 | [
"CC0-1.0"
] | null | null | null | .org #0000h ; Code start
.code
; ----------------------- INICIALIZAÇÕES DAS PORTAS E ENDEREÇOS -------------------
boot:
ldh r0, #03h
ldl r0, #52h ;
ldsp r0 ; SP <= 01AEh
xor r0, r0, r0 ; r0 <= 0
xor r7, r7, r7 ; retorno para as funções
; PortA addresses
ldh r1, #80h
ldl r1, #00h ; Po... | 27.421569 | 494 | 0.608795 |
8daa50e23d7c9d119119c63a09d3636f443570a7 | 345 | asm | Assembly | programs/oeis/327/A327374.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/327/A327374.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/327/A327374.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A327374: BII-numbers of set-systems with vertex-connectivity 2.
; 52,53,54,55,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116
add $0,4
mov $1,-4
lpb $1,1
add $0,$1
mov $1,$0... | 28.75 | 201 | 0.666667 |
b9dc9727808915ced8466f244b09467d034fb3bb | 518 | asm | Assembly | oeis/037/A037789.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/037/A037789.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/037/A037789.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A037789: Base 7 digits are, in order, the first n terms of the periodic sequence with initial period 3,2,0,1.
; Submitted by Jamie Morken(s1.)
; 3,23,161,1128,7899,55295,387065,2709456,18966195,132763367,929343569,6505404984,45537834891,318764844239,2231353909673,15619477367712,109336341573987,765354391017911,5357480... | 22.521739 | 184 | 0.687259 |
2d28763d8a2b5908c73e2b52e023b7e87a8ca291 | 80,925 | asm | Assembly | Disassembly/Md5_4_Constants.asm | bretcope/blog-md5 | e043cf92ad5495274530d270e845b59a5f372b0b | [
"MIT"
] | null | null | null | Disassembly/Md5_4_Constants.asm | bretcope/blog-md5 | e043cf92ad5495274530d270e845b59a5f372b0b | [
"MIT"
] | null | null | null | Disassembly/Md5_4_Constants.asm | bretcope/blog-md5 | e043cf92ad5495274530d270e845b59a5f372b0b | [
"MIT"
] | null | null | null | Md5DotNet.Md5_4_Constants.GetDigest(Byte*, Int32, Md5DotNet.Md5Digest*)
Begin 00007ffe8d3565f0, size 1206
c:\code\blog\md5\Md5DotNet\Md5DotNet\Md5_4_Constants.cs @ 21:
>>> 00007ffe`8d3565f0 4157 push r15
00007ffe`8d3565f2 4156 push r14
00007ffe`8d3565f4 4155 push r13
00007ffe`... | 50.704887 | 143 | 0.669595 |
241343c311a0fafc331e5b286dfc49910a23549b | 555 | asm | Assembly | programs/oeis/213/A213708.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/213/A213708.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/213/A213708.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A213708: a(n) is the least inverse of A071542, i.e., minimal i such that A071542(i) = n.
; 0,1,2,4,6,8,10,12,16,18,20,24,28,32,34,36,40,44,48,52,56,60,64,66,68,72,76,80,84,88,92,96,100,104,108,112,116,120,126,128,130,132,136,140,144,148,152,156,160,164,168,172,176,180,184,190,192,196,200,204,208,212,216,222,226,232,2... | 61.666667 | 363 | 0.699099 |
a3a63a0aa965c42fe1fdb20f1e74e90eb70495c2 | 1,509 | asm | Assembly | programs/oeis/110/A110349.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/110/A110349.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/110/A110349.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A110349: a(n) = n + (n+1) + (n-1) + (n+2) + (n-2) ... n terms.
; 1,5,9,18,25,39,49,68,81,105,121,150,169,203,225,264,289,333,361,410,441,495,529,588,625,689,729,798,841,915,961,1040,1089,1173,1225,1314,1369,1463,1521,1620,1681,1785,1849,1958,2025,2139,2209,2328,2401,2525,2601,2730,2809,2943,3025,3164,3249,3393,3481,3... | 116.076923 | 1,359 | 0.777999 |
8d6b0a3c67c219c504824e1a065a3c7ead30dbe5 | 5,020 | asm | Assembly | Source/Levels/L0412.asm | AbePralle/FGB | 52f004b8d9d4091a2a242a012dc8c1f90d4c160d | [
"MIT"
] | null | null | null | Source/Levels/L0412.asm | AbePralle/FGB | 52f004b8d9d4091a2a242a012dc8c1f90d4c160d | [
"MIT"
] | null | null | null | Source/Levels/L0412.asm | AbePralle/FGB | 52f004b8d9d4091a2a242a012dc8c1f90d4c160d | [
"MIT"
] | null | null | null | ; L0412.asm sunset village stonehead house
; Generated 08.31.2000 by mlevel
; Modified 08.31.2000 by Abe Pralle
INCLUDE "Source/Defs.inc"
INCLUDE "Source/Levels.inc"
STATE_TALK_MISSION EQU 1
STATE_MISSION_TALKED EQU 2
STATE_TALK_FIXED EQU 3
STATE_FIXED_TALKED EQU 4
STATE_HIVE_DESTROYED EQU 2 ;from 0312
... | 25.226131 | 70 | 0.507769 |
0777cdfd99355086e70284fee310ef7cb59a5f90 | 639 | asm | Assembly | oeis/074/A074528.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/074/A074528.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/074/A074528.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A074528: a(n) = 2^n + 3^n + 6^n.
; Submitted by Jon Maiga
; 3,11,49,251,1393,8051,47449,282251,1686433,10097891,60526249,362976251,2177317873,13062296531,78368963449,470199366251,2821153019713,16926788715971,101560344351049,609360902796251,3656161927895953,21936961102828211,131621735227521049,789730317205170251,47383... | 45.642857 | 491 | 0.837246 |
58065a39ebf86f087c22602d4ba7eac0270410cc | 426 | asm | Assembly | oeis/025/A025946.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/025/A025946.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/025/A025946.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A025946: Expansion of 1/((1-2x)(1-3x)(1-7x)(1-11x)).
; Submitted by Jon Maiga
; 1,23,356,4702,57435,672441,7683502,86531384,965954429,10724321179,118659465288,1310098171746,14444989850383,159132262849037,1752116527119314,19284913291752988,212215466792375697
mov $1,1
mov $2,$0
mov $3,$0
lpb $2
mov $0,$3
sub $2,1
... | 25.058824 | 179 | 0.692488 |
b9b38992734542a53bd54c179ccaa24e36282ef9 | 535 | asm | Assembly | programs/oeis/155/A155038.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/155/A155038.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/155/A155038.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A155038: Triangle read by rows: T(n,k) is the number of compositions of n with first part k.
; 1,1,1,2,1,1,4,2,1,1,8,4,2,1,1,16,8,4,2,1,1,32,16,8,4,2,1,1,64,32,16,8,4,2,1,1,128,64,32,16,8,4,2,1,1,256,128,64,32,16,8,4,2,1,1,512,256,128,64,32,16,8,4,2,1,1,1024,512,256,128,64,32,16,8,4,2,1,1,2048,1024,512,256,128,64,32,... | 59.444444 | 273 | 0.676636 |
be1a08242b16ba978faf1f7c6b3c12fd3eca631d | 644 | asm | Assembly | oeis/300/A300656.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/300/A300656.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/300/A300656.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A300656: Triangle read by rows: T(n,k) = 30*k^2*(n-k)^2 + 1; n >= 0, 0 <= k <= n.
; Submitted by Jon Maiga
; 1,1,1,1,31,1,1,121,121,1,1,271,481,271,1,1,481,1081,1081,481,1,1,751,1921,2431,1921,751,1,1,1081,3001,4321,4321,3001,1081,1,1,1471,4321,6751,7681,6751,4321,1471,1,1,1921,5881,9721,12001,12001,9721,5881,1921,1,... | 42.933333 | 441 | 0.695652 |
5f701c4ff3a3465ee4b64fd8bec93c31e3f3a02c | 3,454 | asm | Assembly | programs/oeis/109/A109256.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/109/A109256.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/109/A109256.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A109256: a(n) = n^6 - 11n^4 + 36n^2 - 36.
; -36,-10,-4,126,1820,9614,33660,92966,219356,462150,893564,1614830,2763036,4518686,7113980,10841814,16065500,23229206,32869116,45625310,62254364,83642670,110820476,144976646,187474140,239866214,303913340,381600846,475157276,587073470,720122364,877379510,1062244316,1278462006... | 265.692308 | 3,322 | 0.908222 |
022d90b812392109a1e4fecaf41c6c56f8b82c39 | 687 | asm | Assembly | programs/oeis/329/A329320.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/329/A329320.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/329/A329320.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A329320: a(n) = Sum_{k=0..floor(log_2(n))} 1 - A035263(1 + floor(n/2^k)).
; 0,1,1,1,1,2,1,2,1,2,2,2,1,2,2,2,1,2,2,2,2,3,2,3,1,2,2,2,2,3,2,3,1,2,2,2,2,3,2,3,2,3,3,3,2,3,3,3,1,2,2,2,2,3,2,3,2,3,3,3,2,3,3,3,1,2,2,2,2,3,2,3,2,3,3,3,2,3,3,3,2,3,3,3,3,4,3,4,2,3,3,3,3,4,3,4,1,2,2,2,2,3,2,3,2,3,3,3,2,3,3,3,2,3,3,3,3,4,3,4,2,... | 49.071429 | 501 | 0.49345 |
3403db5bbec409a5f4420e87afbb839cdb1e4347 | 4,011 | asm | Assembly | dv3/dv3/flbuf.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | dv3/dv3/flbuf.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | dv3/dv3/flbuf.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | ; DV3 File Buffer Handling V3.00 1992 Tony Tebby
;
; These are for use by the format dependent routines.
; They are the file analogues of dv3_drloc / dv3_drnew
; They are derived from dv3_albf and dv3_lcbf
section dv3
xdef dv3_fbnew
xdef dv3_fbloc
xdef dv3_fbupd
... | 28.856115 | 79 | 0.526801 |
2b3d425645ce2c59a3f6a3de197d5b84bef311b9 | 533 | asm | Assembly | programs/oeis/022/A022158.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/022/A022158.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/022/A022158.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A022158: First column of spectral array W(sqrt(3)).
; 1,5,8,10,13,17,20,22,25,29,32,34,38,41,43,46,50,53,55,58,62,65,67,71,74,77,79,83,86,88,91,95,98,100,103,107,110,112,116,119,122,124,128,131,133,136,140,143,145,148,152,155,157,161,164,166,169,173,176,178,181,185,188,190,193,197,200,202,206,209,211,214,218,221,223,... | 76.142857 | 365 | 0.714822 |
ad03c80958b8233f6f90a1fecc42d4b9ee57950d | 859 | asm | Assembly | oeis/295/A295857.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/295/A295857.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/295/A295857.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A295857: a(n) = a(n-1) + 3*a(n-2) -2*a(n-3) - 2*a(n-4), where a(0) = 0, a(1) = 0, a(2) = 2, a(3) = 3.
; Submitted by Christian Krause
; 0,0,2,3,9,14,31,49,96,153,281,450,795,1277,2200,3541,5997,9666,16175,26097,43296,69905,115249,186178,305523,493749,807464,1305309,2129157,3442658,5604583,9063625,14733744,23830137,38... | 33.038462 | 500 | 0.703143 |
d2fe540ad925a6470090bfa56a19c2746632d709 | 495 | asm | Assembly | Userland/syscalls/int80.asm | lobo/SO2 | 430c08aae05e33d657f3230e35ad8a9b0b6ecf7b | [
"BSD-3-Clause"
] | null | null | null | Userland/syscalls/int80.asm | lobo/SO2 | 430c08aae05e33d657f3230e35ad8a9b0b6ecf7b | [
"BSD-3-Clause"
] | null | null | null | Userland/syscalls/int80.asm | lobo/SO2 | 430c08aae05e33d657f3230e35ad8a9b0b6ecf7b | [
"BSD-3-Clause"
] | null | null | null | section .text
GLOBAL _syscall
_syscall:
push rbp
mov rbp, rsp
push rbx
push rsp
push rbp
push r12
push r13
push r14
push r15
;reordenamos los parametros para pasarlos
mov rax, rdi ;ponemos el primer parametro que es el ID de la syscall en rax
mov rdi, rsi ;a partir de aca movemos los par... | 13.378378 | 76 | 0.682828 |
ec771285e792fc6b0504dcca932c84237d8c71c4 | 177 | asm | Assembly | src/macros.asm | Amjad50/rtc3test | 24654e3b04acbbd60430550c0b0c3ce1594d9544 | [
"Unlicense"
] | 19 | 2020-09-02T01:38:10.000Z | 2022-03-13T11:50:27.000Z | src/macros.asm | Amjad50/rtc3test | 24654e3b04acbbd60430550c0b0c3ce1594d9544 | [
"Unlicense"
] | null | null | null | src/macros.asm | Amjad50/rtc3test | 24654e3b04acbbd60430550c0b0c3ce1594d9544 | [
"Unlicense"
] | 3 | 2020-09-10T03:00:13.000Z | 2021-01-29T23:49:21.000Z | cpw: MACRO
ld a, LOW(\1)
sub LOW(\2)
ld a, HIGH(\1)
sbc HIGH(\2)
ENDM
coord: MACRO
ld \1, (\2) | ((\3) << 5) | $9c00
ENDM
lb: MACRO
ld \1, (LOW(\2) << 8) | LOW(\3)
ENDM
| 11.8 | 34 | 0.502825 |
3a741d1de8517ac20b29f90d91ed601795b5c999 | 18,409 | asm | Assembly | src/asm/general.asm | Threetwosevensixseven/espupdate | abdaf918a07db37d8e6e610bc81211943ec3bb15 | [
"Apache-2.0"
] | 8 | 2020-01-30T18:36:42.000Z | 2021-10-30T17:15:28.000Z | src/asm/general.asm | Threetwosevensixseven/espupdate | abdaf918a07db37d8e6e610bc81211943ec3bb15 | [
"Apache-2.0"
] | null | null | null | src/asm/general.asm | Threetwosevensixseven/espupdate | abdaf918a07db37d8e6e610bc81211943ec3bb15 | [
"Apache-2.0"
] | 1 | 2021-04-29T09:00:30.000Z | 2021-04-29T09:00:30.000Z | ; general.asm
; Copyright 2020 Robin Verhagen-Guest
;
; Licensed under the Apache License, Version 2.0 (the "License");
; you may not use this file except in compliance with the License.
; You may obtain a copy of the License at
;
; http://www.apache.org/licenses/LICENSE-2.0
;
; Unless required by applicable law ... | 53.827485 | 120 | 0.399153 |
4d342f3fe18dd679c8bba82f2776bea778800b62 | 1,752 | asm | Assembly | String Compare .asm | AdityaSatnalika/Microprocessor | 945b05a5c58f8d8f29d150ede4688fa0f755b5e2 | [
"Apache-2.0"
] | 1 | 2017-11-28T16:06:25.000Z | 2017-11-28T16:06:25.000Z | String Compare .asm | AdiSatnalika/Microprocessor | 945b05a5c58f8d8f29d150ede4688fa0f755b5e2 | [
"Apache-2.0"
] | null | null | null | String Compare .asm | AdiSatnalika/Microprocessor | 945b05a5c58f8d8f29d150ede4688fa0f755b5e2 | [
"Apache-2.0"
] | 1 | 2020-09-18T08:36:27.000Z | 2020-09-18T08:36:27.000Z | .model small
.stack 100h
.data
buff db 26 ;MAX NUMBER OF CHARACTERS ALLOWED (25).
db ? ;NUMBER OF CHARACTERS ENTERED BY USER.
db 26 dup(0) ;CHARACTERS ENTERED BY USER.
MSG DB 0AH,0DH,"You Are Authorized To Proceed $";
MSG1 DB 0AH,0DH,"aditya $";
MSG2... | 23.052632 | 67 | 0.400685 |
3e389adddb5fb9241d751d6982acde2145e32374 | 1,200 | asm | Assembly | u7-common/patch-restoreGameFlagsCheatMenu.asm | JohnGlassmyer/UltimaHacks | f9a114e00c4a1edf1ac7792b465feff2c9b88ced | [
"MIT"
] | 68 | 2018-03-04T22:34:22.000Z | 2022-03-10T15:18:32.000Z | u7-common/patch-restoreGameFlagsCheatMenu.asm | ptrie/UltimaHacks | 2c3557a86d94ad8b54b26bc395b9aed1604f8be1 | [
"MIT"
] | 19 | 2018-11-20T04:06:49.000Z | 2021-11-08T16:37:10.000Z | u7-common/patch-restoreGameFlagsCheatMenu.asm | ptrie/UltimaHacks | 2c3557a86d94ad8b54b26bc395b9aed1604f8be1 | [
"MIT"
] | 4 | 2020-09-01T17:57:36.000Z | 2022-01-04T20:51:11.000Z | ; Restores the ability to inspect and set game flags in the cheat menu. In the
; released versions of U7BG and U7SI, the sites that might have called some
; function to prompt the user for a flag number instead called a function
; that would always return -1 (an invalid flag number). This patch replaces
; ... | 30 | 79 | 0.778333 |
b1df9ee1f9e8d98782a557c9c597080b56036420 | 570 | asm | Assembly | programs/oeis/298/A298267.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/298/A298267.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/298/A298267.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A298267: a(n) is the maximum number of heptiamonds in a hexagon of order n.
; 0,3,7,13,21,30,42,54,69,85,103,123,144,168,192,219,247,277,309,342,378,414,453,493,535,579,624,672,720,771,823,877,933,990,1050,1110,1173,1237,1303,1371,1440,1512,1584,1659,1735,1813,1893,1974,2058,2142,2229,2317,2407,2499,2592,2688,2784,28... | 71.25 | 454 | 0.75614 |
57160d143b68b24e44067fcfbe67e8774593ae02 | 4,957 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_5910_1694.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_5910_1694.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_5910_1694.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r13
push %r8
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x19616, %rbp
nop
nop
nop
nop
nop
xor $9738, %r13
mov $0x6162636465666768, %r8
movq %r8, (%rbp)
nop
nop
nop
cmp $53430, %rbx
lea addresses_D_ht+0x327e, %r10
clflush (... | 46.327103 | 2,999 | 0.662094 |
7667d0b8188e85501216870739d20d04e9fc887d | 13,879 | asm | Assembly | Library/User/Help/helpFirstAid.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 504 | 2018-11-18T03:35:53.000Z | 2022-03-29T01:02:51.000Z | Library/User/Help/helpFirstAid.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 96 | 2018-11-19T21:06:50.000Z | 2022-03-06T10:26:48.000Z | Library/User/Help/helpFirstAid.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:
FILE: helpFirstAid.asm
AUTHOR: Gene Anderson, Dec 14, 1992
ROUTINES:
Name Description
---- -----------
REVISION HISTORY:
Name Date D... | 26.793436 | 79 | 0.629512 |
1a1ae851e807bb7b39926949c0e3e486d55f4e0b | 630 | asm | Assembly | oeis/103/A103283.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/103/A103283.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/103/A103283.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A103283: Triangle read by rows: T(n,k) is the coefficient of x^k in the monic characteristic polynomial of the n X n matrix with 2's on the diagonal and 1's elsewhere (n >= 1 and 0 <= k <= n). Row 0 consists of the single term 1.
; Submitted by Simon Strandgaard
; 1,-2,1,3,-4,1,-4,9,-6,1,5,-16,18,-8,1,-6,25,-40,30,-... | 39.375 | 254 | 0.62381 |
b77b00ec86d8022a26af2d2f99241197057085d1 | 324 | asm | Assembly | programs/oeis/151/A151780.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/151/A151780.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/151/A151780.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A151780: 5^{wt(n)-1}.
; 1,1,5,1,5,5,25,1,5,5,25,5,25,25,125,1,5,5,25,5,25,25,125,5,25,25,125,25,125,125,625,1,5,5,25,5,25,25,125,5,25,25,125,25,125,125,625,5,25,25,125,25,125,125,625,25,125,125,625,125,625,625,3125,1,5,5,25,5,25,25,125,5
seq $0,48881 ; a(n) = A000120(n+1) - 1 = wt(n+1) - 1.
mov $1,5
pow $1,$0
mov $0... | 40.5 | 215 | 0.601852 |
f73149c9e28625d5d4b22d3e54d3122dd16a7eff | 514 | asm | Assembly | oeis/006/A006093.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/006/A006093.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/006/A006093.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A006093: a(n) = prime(n) - 1.
; Submitted by Jon Maiga
; 1,2,4,6,10,12,16,18,22,28,30,36,40,42,46,52,58,60,66,70,72,78,82,88,96,100,102,106,108,112,126,130,136,138,148,150,156,162,166,172,178,180,190,192,196,198,210,222,226,228,232,238,240,250,256,262,268,270,276,280,282,292,306,310,312,316,330,336,346,348,352,358,36... | 64.25 | 372 | 0.708171 |
f2706543183242e97fde411834563bfdbebdb6f3 | 344 | asm | Assembly | oeis/040/A040961.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/040/A040961.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/040/A040961.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A040961: Continued fraction for sqrt(993).
; Submitted by Jon Maiga
; 31,1,1,20,1,1,62,1,1,20,1,1,62,1,1,20,1,1,62,1,1,20,1,1,62,1,1,20,1,1,62,1,1,20,1,1,62,1,1,20,1,1,62,1,1,20,1,1,62,1,1,20,1,1,62,1,1,20,1,1,62,1,1,20,1,1,62,1,1,20,1,1,62,1,1,20,1,1,62,1,1
seq $0,40484 ; Continued fraction for sqrt(507).
seq $0,70... | 49.142857 | 190 | 0.636628 |
01ccf4c7a3bf99f07f5e14be3318e0d41e206492 | 789 | asm | Assembly | dino/lcs/123p/A3.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/123p/A3.asm | zengfr/arcade_game_romhacking_sourcecode_top_secret_data | a4a0c86c200241494b3f1834cd0aef8dc02f7683 | [
"Apache-2.0"
] | null | null | null | dino/lcs/123p/A3.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
004DDE move.b D0, ($a3,A0)
004DE2 move.b D0, ($4e6,A5) [123p+ A3]
0163E6 move.b ($a3,A6), D0
0163EA move.w D0, (A0) [123p+ A3]
018446 add.b ($3317,A5), D0
01844A tst.b ($33f4,A5) [123p+ A3]
018452 add.b ($3497,A5), D0
018456 tst.b ($3574,A5)... | 31.56 | 54 | 0.602028 |
1c49fd4bcf29797d422b6a2be85ea3679cad3fe8 | 347 | asm | Assembly | programs/oeis/276/A276887.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/276/A276887.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/276/A276887.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A276887: Sums-complement of the Beatty sequence for 3 + tau.
; 1,2,3,6,7,8,11,12,15,16,17,20,21,22,25,26,29,30,31,34,35,38,39,40,43,44,45,48,49,52,53,54,57,58,59,62,63,66,67,68,71,72,75,76,77,80,81,82,85,86,89,90,91,94,95,98,99,100,103,104,105,108,109,112
mov $1,$0
seq $1,189663 ; Partial sums of A189661.
trn $1,1
m... | 34.7 | 194 | 0.665706 |
20e15e7dfba7122ae0bb33056387ace905aa7aa2 | 5,505 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_st_zr_/i7-7700_9_0xca_notsx.log_12_74.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_st_zr_/i7-7700_9_0xca_notsx.log_12_74.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_st_zr_/i7-7700_9_0xca_notsx.log_12_74.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r13
push %r9
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_UC_ht+0xc2b8, %r11
add $16230, %rbp
movb (%r11), %r13b
nop
inc %rdi
lea addresses_UC_ht+0x1458, %r10
add %rdi, %rdi
mov (%r10), %r11d
nop
nop
nop
nop
and %r13, %r13
lea add... | 19.452297 | 148 | 0.643778 |
0c1d3fe3860d622d4b7cf9b21297f1a06f100859 | 2,674 | asm | Assembly | progs/chap06k01-sort.asm | HKhademian/AssemblyDandamudi | b4d4ccbb7e585953a8d2d22b47d815a3f45f9129 | [
"Unlicense"
] | 1 | 2020-05-07T14:20:09.000Z | 2020-05-07T14:20:09.000Z | progs/chap06k01-sort.asm | HKhademian/AssemblyDandamudi | b4d4ccbb7e585953a8d2d22b47d815a3f45f9129 | [
"Unlicense"
] | null | null | null | progs/chap06k01-sort.asm | HKhademian/AssemblyDandamudi | b4d4ccbb7e585953a8d2d22b47d815a3f45f9129 | [
"Unlicense"
] | null | null | null | %include "lib.asm"
%include "lib-string.asm"
extern ExitProcess
global _start
section .text
MAX_LEN EQU 1000
CRLF db CR, LF, NULL
CTAB db TAB, NULL
MSG_Input_ARRAY db "Please Enter Array numbers (empty is terminator) ", CR, LF, NULL
MSG_EQ db "= ", NULL
MSG_L1 db ".L1.", NULL
MSG_L2 db ".L2.", NULL
section .... | 14.612022 | 85 | 0.676141 |
1eb558f60b9ccdfd440c7644385d6888af2527c6 | 8,679 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_sm_/i7-8650U_0xd2.log_1756_105.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_sm_/i7-8650U_0xd2.log_1756_105.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_sm_/i7-8650U_0xd2.log_1756_105.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 %r15
push %r9
push %rax
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_normal_ht+0x3c4f, %rsi
lea addresses_WT_ht+0x2c3d, %rdi
nop
nop
nop
add %rax, %rax
mov $39, %rcx
rep movsw
nop
sub %r9, %r9
lea addresses_D_ht+0x1b522, %rdx
sub $20474, %r12
movb $0x... | 29.722603 | 2,999 | 0.654338 |
d56cf54234df04e8b86582f51e3de19234a2cb89 | 148 | asm | Assembly | other.7z/SFC.7z/SFC/ソースデータ/ゼルダの伝説神々のトライフォース/ドイツ_PAL/Ger_asm/z11_title.asm | prismotizm/gigaleak | d082854866186a05fec4e2fdf1def0199e7f3098 | [
"MIT"
] | null | null | null | other.7z/SFC.7z/SFC/ソースデータ/ゼルダの伝説神々のトライフォース/ドイツ_PAL/Ger_asm/z11_title.asm | prismotizm/gigaleak | d082854866186a05fec4e2fdf1def0199e7f3098 | [
"MIT"
] | null | null | null | other.7z/SFC.7z/SFC/ソースデータ/ゼルダの伝説神々のトライフォース/ドイツ_PAL/Ger_asm/z11_title.asm | prismotizm/gigaleak | d082854866186a05fec4e2fdf1def0199e7f3098 | [
"MIT"
] | null | null | null | Name: z11_title.asm
Type: file
Size: 165637
Last-Modified: '2016-05-13T04:23:03Z'
SHA-1: 4BFEB4269245FAD0B31AE930F051C540BC64A8DB
Description: null
| 21.142857 | 47 | 0.817568 |
e548f1e96322fe55a23e50cabeadf4efec06f833 | 33 | asm | Assembly | Assembly Microbenchmarks/sraTest.asm | idn0971/HLS_Benchmarking | 1dccf2c83d8e7bb4f2a50bc2b7e464bb7c270f65 | [
"MIT"
] | null | null | null | Assembly Microbenchmarks/sraTest.asm | idn0971/HLS_Benchmarking | 1dccf2c83d8e7bb4f2a50bc2b7e464bb7c270f65 | [
"MIT"
] | null | null | null | Assembly Microbenchmarks/sraTest.asm | idn0971/HLS_Benchmarking | 1dccf2c83d8e7bb4f2a50bc2b7e464bb7c270f65 | [
"MIT"
] | null | null | null | li t0 -2
li t1, 1
sra s6, t0, t1
| 8.25 | 14 | 0.575758 |
7b24903f44347373d4a05493deb4e1d650784b71 | 40,250 | asm | Assembly | testcas.asm | reutz19/xv6_ass2 | bebfa235701bc4ddd3ea412c8b5150e6be10ce95 | [
"MIT-0"
] | 1 | 2016-04-07T13:38:20.000Z | 2016-04-07T13:38:20.000Z | testcas.asm | reutz19/xv6_ass2 | bebfa235701bc4ddd3ea412c8b5150e6be10ce95 | [
"MIT-0"
] | null | null | null | testcas.asm | reutz19/xv6_ass2 | bebfa235701bc4ddd3ea412c8b5150e6be10ce95 | [
"MIT-0"
] | null | null | null |
_testcas: file format elf32-i386
Disassembly of section .text:
00000000 <main>:
#include "stat.h"
#include "user.h"
int
main(int argc, char **argv)
{
0: 55 push %ebp
1: 89 e5 mov %esp,%ebp
3: 83 e4 f0 and $0xfffffff0,%esp
6: 83 ec 20 ... | 34.081287 | 60 | 0.426435 |
3ab549dc3a79affb3cfe0cc2f9d5ed3dfcf3bcb2 | 580,677 | asm | Assembly | kernel.asm | unagi11/xv6 | 339902339db63ea9b57e9936f246397701cd9811 | [
"Apache-2.0"
] | null | null | null | kernel.asm | unagi11/xv6 | 339902339db63ea9b57e9936f246397701cd9811 | [
"Apache-2.0"
] | null | null | null | kernel.asm | unagi11/xv6 | 339902339db63ea9b57e9936f246397701cd9811 | [
"Apache-2.0"
] | null | null | null |
kernel: file format elf32-i386
Disassembly of section .text:
80100000 <multiboot_header>:
80100000: 02 b0 ad 1b 00 00 add 0x1bad(%eax),%dh
80100006: 00 00 add %al,(%eax)
80100008: fe 4f 52 decb 0x52(%edi)
8010000b: e4 .byte 0xe4
8010000c <entry>:
8010... | 41.509543 | 84 | 0.515357 |
6808df262693f0f27ef0a14070f0174898fe742c | 553 | asm | Assembly | oeis/017/A017118.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/017/A017118.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/017/A017118.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A017118: a(n) = (8*n + 4)^6.
; 4096,2985984,64000000,481890304,2176782336,7256313856,19770609664,46656000000,98867482624,192699928576,351298031616,606355001344,1000000000000,1586874322944,2436396322816,3635215077376,5289852801024,7529536000000,10509215371264,14412774445056,19456426971136,25892303048704,34012224000000... | 79 | 493 | 0.875226 |
e29ece572fa2ea50b6c37ee558e007500902cdb0 | 448 | asm | Assembly | Lab01/Ex3.asm | frr0/Assembly-MIPS | 7f31be107b1955b2eef5ceba4b65b68b107471c7 | [
"MIT"
] | null | null | null | Lab01/Ex3.asm | frr0/Assembly-MIPS | 7f31be107b1955b2eef5ceba4b65b68b107471c7 | [
"MIT"
] | null | null | null | Lab01/Ex3.asm | frr0/Assembly-MIPS | 7f31be107b1955b2eef5ceba4b65b68b107471c7 | [
"MIT"
] | null | null | null | .data
op1: .byte 150
op2: .byte 100
.text
.globl main
.ent main
main: lbu$t0, op1
lbu $t1, op2 # in questo caso equivalente a lb $t1, op2
add $a0, $v0, $t0 # somma degli operandi
li ... | 26.352941 | 78 | 0.390625 |
310a97b8baa60bbb5a63f237ebcd6e05cbd2f385 | 4,335 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_1079_1671.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_1079_1671.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_1079_1671.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
ret
.global s_faulty_load
s_faulty_load:
push %r13
push %r8
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
// Store
lea addresses_WT+0x1c706, %rbp
nop
nop
nop
nop
nop
sub %rdx, %rdx
mov $0x5152535455565758, %rdi
movq %rdi, %xmm3
and $0xffffffffffffffc0, %rbp
movaps ... | 57.8 | 2,999 | 0.662284 |
2268f9b6433ead20653f7c487fe7dfc22a21759b | 316 | asm | Assembly | oeis/064/A064057.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/064/A064057.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/064/A064057.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A064057: Eighth column of quintinomial coefficients.
; Submitted by Jon Maiga
; 2,18,80,255,666,1520,3144,6030,10890,18722,30888,49205,76050,114480,168368,242556,343026,477090,653600,883179,1178474,1554432,2028600,2621450,3356730,4261842,5368248
add $0,2
sub $2,$0
mov $0,$2
bin $0,2
mul $0,$2
bin $2,7
sub $0,$2
| 26.333333 | 167 | 0.753165 |
f99e095ed1764cb2b289a312e384e830220c5082 | 726 | asm | Assembly | programs/oeis/255/A255744.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/255/A255744.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/255/A255744.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A255744: a(1) = 1; for n > 1, a(n) = 10*9^(A000120(n-1)-1).
; 1,10,10,90,10,90,90,810,10,90,90,810,90,810,810,7290,10,90,90,810,90,810,810,7290,90,810,810,7290,810,7290,7290,65610,10,90,90,810,90,810,810,7290,90,810,810,7290,810,7290,7290,65610,90,810,810,7290,810,7290,7290,65610,810,7290,7290,65610,7290,65610,65610,... | 121 | 425 | 0.72314 |
1fe25c9830553cbece0dfdf63c3e3e8475d3acfe | 178 | asm | Assembly | programs/tests/xor.asm | rj45/rj32 | a0484913925bebf6459664f72ac3f8cbfa6002e9 | [
"MIT"
] | 28 | 2021-06-27T08:23:41.000Z | 2022-03-26T20:48:37.000Z | programs/tests/xor.asm | rj45/rj32 | a0484913925bebf6459664f72ac3f8cbfa6002e9 | [
"MIT"
] | 14 | 2021-06-05T18:13:35.000Z | 2021-07-17T17:16:27.000Z | programs/tests/xor.asm | rj45/rj32 | a0484913925bebf6459664f72ac3f8cbfa6002e9 | [
"MIT"
] | 4 | 2021-11-01T22:23:19.000Z | 2022-03-18T01:38:39.000Z | #include "../cpudef.asm"
move r1, 0b110
move r2, 0b010
xor r1, r2
if.ne r1, 0b100
error
xor r1, r2
if.ne r1, 0b110
error
xor r1, 0b011
if.ne r1, 0b101
error
halt
| 8.9 | 24 | 0.640449 |
d3abd7d21f30bde54d184d3f749f0508e38722c6 | 513 | asm | Assembly | data/baseStats/doduo.asm | etdv-thevoid/pokemon-rgb-enhanced | 5b244c1cf46aab98b9c820d1b7888814eb7fa53f | [
"MIT"
] | 1 | 2022-01-09T05:28:52.000Z | 2022-01-09T05:28:52.000Z | data/baseStats/doduo.asm | ETDV-TheVoid/pokemon-rgb-enhanced | 5b244c1cf46aab98b9c820d1b7888814eb7fa53f | [
"MIT"
] | null | null | null | data/baseStats/doduo.asm | ETDV-TheVoid/pokemon-rgb-enhanced | 5b244c1cf46aab98b9c820d1b7888814eb7fa53f | [
"MIT"
] | null | null | null | db DODUO ; pokedex id
db 35 ; base hp
db 85 ; base attack
db 45 ; base defense
db 75 ; base speed
db 35 ; base special
db NORMAL ; species type 1
db FLYING ; species type 2
db 190 ; catch rate
db 96 ; base exp yield
INCBIN "pic/gsmon/doduo.pic",0,1 ; 55, sprite dimensions
dw DoduoPicFront
dw DoduoPicBack
; attacks know... | 17.689655 | 56 | 0.729045 |
72631919389f86dfeb551fff3e4683e184ae02bb | 396 | asm | Assembly | oeis/066/A066975.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/066/A066975.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/066/A066975.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A066975: a(n) = gcd(binomial(2n,n), 2^n + 1).
; Submitted by Jamie Morken(s4)
; 1,1,1,1,3,1,3,1,1,1,3,17,1,5,9,1,3,5,3,1,3,5,3,1,3,1,1,17,3,41,1,1,3,5,129,1,1,5,1,1,3,5,3,17,9,5,3,1,3,1,9,1,3,5,3,1,3,5,3,17,3,1,3,1,33,5,3,1,9,115825,3,97,3,5,99,1,129,5,3,1,1,5,3,17,11,5,3,1,3,35425,1,1,1,5,33,1,3,565,3,17
sub $3,$0
... | 28.285714 | 228 | 0.560606 |
bda859cb418dd701c9b34b516c421d9dac322d66 | 1,200 | asm | Assembly | engine/battle/sliding_intro.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 28 | 2019-11-08T07:19:00.000Z | 2021-12-20T10:17:54.000Z | engine/battle/sliding_intro.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 13 | 2020-01-11T17:00:40.000Z | 2021-09-14T01:27:38.000Z | engine/battle/sliding_intro.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 22 | 2020-05-28T17:31:38.000Z | 2022-03-07T20:49:35.000Z | BattleIntroSlidingPics:
ldh a, [rSVBK]
push af
ld a, BANK(wLYOverrides)
ldh [rSVBK], a
call .subfunction1
ld a, LOW(rSCX)
ldh [hLCDCPointer], a
call .subfunction2
xor a
ldh [hLCDCPointer], a
pop af
ldh [rSVBK], a
ret
.subfunction1
call .subfunction4
ld a, $90
ldh [hSCX], a
ld a, %11100100
call DmgToC... | 12.121212 | 33 | 0.655833 |
ef4faf92c08520477d40f59947615f9b353968a8 | 985 | asm | Assembly | _maps/obj30.asm | vladjester2020/Sonic1TMR | 22e749a2aab74cc725729e476d6252b071c12e42 | [
"Apache-2.0"
] | null | null | null | _maps/obj30.asm | vladjester2020/Sonic1TMR | 22e749a2aab74cc725729e476d6252b071c12e42 | [
"Apache-2.0"
] | 2 | 2019-06-13T14:26:59.000Z | 2019-10-10T13:15:14.000Z | _maps/obj30.asm | vladjester2020/Sonic1TMR | 22e749a2aab74cc725729e476d6252b071c12e42 | [
"Apache-2.0"
] | null | null | null | ; ---------------------------------------------------------------------------
; Sprite mappings - large green glassy blocks (MZ)
; ---------------------------------------------------------------------------
dc.w byte_B600-Map_obj30
dc.w byte_B63D-Map_obj30
dc.w byte_B648-Map_obj30
byte_B600: dc.b $C
dc.b... | 28.970588 | 78 | 0.379695 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.