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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
6400b5d0319ebbb80b27e679e74bd2ee34e98f3d | 348 | asm | Assembly | oeis/128/A128136.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/128/A128136.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/128/A128136.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A128136: A128132 * A002260.
; Submitted by Christian Krause
; 1,1,4,2,4,9,3,6,9,16,4,8,12,16,25,5,10,15,20,25,36,6,12,18,24,30,36,49,7,14,21,28,35,42,49,64,8,16,24,32,40,48,56,64,81,9,18,27,36,45,54,63,72,81,100
add $0,1
mov $2,$0
lpb $0
add $4,1
mov $3,$4
cmp $3,$2
sub $2,$4
mul $3,$0
mov $0,$2
add $2... | 19.333333 | 151 | 0.586207 |
2294a3e29253645009467a322bd06f9bac05258b | 678 | asm | Assembly | oeis/165/A165224.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/165/A165224.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/165/A165224.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A165224: a(0)=1, a(1)=9, a(n) = 18*a(n-1) - 49*a(n-2) for n > 1.
; Submitted by Jon Maiga
; 1,9,113,1593,23137,338409,4957649,72655641,1064876737,15607654857,228758827313,3352883803641,49142725927201,720277760311209,10557006115168913,154732499817791193,2267891697076964737,33240158056313596809,487196151856873470449,71... | 42.375 | 478 | 0.811209 |
687416928a36ea32043a4ecf94db3ffe7e2541ae | 9,295 | asm | Assembly | 1.PARTE-II/6.InternalEEPROM/Internal_EEPROM.asm | ronchifabricio/progparamicroprocessadores | 692c6a334975b958a68e3348d2badd938871e506 | [
"Unlicense",
"MIT"
] | 2 | 2015-06-18T18:52:23.000Z | 2015-06-18T19:24:35.000Z | 1.PARTE-II/6.InternalEEPROM/Internal_EEPROM.asm | ronchifabricio/progparamicroprocessadores | 692c6a334975b958a68e3348d2badd938871e506 | [
"Unlicense",
"MIT"
] | null | null | null | 1.PARTE-II/6.InternalEEPROM/Internal_EEPROM.asm | ronchifabricio/progparamicroprocessadores | 692c6a334975b958a68e3348d2badd938871e506 | [
"Unlicense",
"MIT"
] | null | null | null |
_Delay2s:
;Internal_EEPROM.c,32 :: void Delay2s(){
;Internal_EEPROM.c,33 :: Delay_ms(2000);}
MOVLW 11
MOVWF R11+0
MOVLW 38
MOVWF R12+0
MOVLW 93
MOVWF R13+0
L_Delay2s0:
DECFSZ R13+0, 1
GOTO L_Delay2s0
DECFSZ R12+0, 1
GOTO L_Delay2s0
DECFS... | 27.746269 | 96 | 0.601076 |
5a6a303a2243e657ac3743af5fac0002574aa801 | 4,141 | asm | Assembly | progref/mouse.asm | FolkertVanVerseveld/c64 | a244b976cc650a86566b88066c0f7cb3a3915f09 | [
"MIT"
] | 1 | 2018-12-26T22:55:37.000Z | 2018-12-26T22:55:37.000Z | progref/mouse.asm | FolkertVanVerseveld/c64 | a244b976cc650a86566b88066c0f7cb3a3915f09 | [
"MIT"
] | null | null | null | progref/mouse.asm | FolkertVanVerseveld/c64 | a244b976cc650a86566b88066c0f7cb3a3915f09 | [
"MIT"
] | null | null | null | // converted from BASIC from the Commodore 64 Programmer's reference guide page 167
.pc = $0801 "Basic Upstart Program"
:BasicUpstart($0810)
.pc = $0810 "Main Program"
// animating dancing mouse
// it is a bit buggy in the sid kernel routine
.const delay = $60
.macro small_delay() {
ldx #0
!t:
inx
cpx #delay
bne... | 19.908654 | 83 | 0.67689 |
b5bc10a6523239e316fc238815e886c0f9a77108 | 1,260 | asm | Assembly | basmul.asm | alfreedom/Z80-ASM-Programs | 29526e14c35e10d86554d24340c81be0918ab98a | [
"MIT"
] | null | null | null | basmul.asm | alfreedom/Z80-ASM-Programs | 29526e14c35e10d86554d24340c81be0918ab98a | [
"MIT"
] | null | null | null | basmul.asm | alfreedom/Z80-ASM-Programs | 29526e14c35e10d86554d24340c81be0918ab98a | [
"MIT"
] | null | null | null | ; Compiled with: Z80 Simulator IDE - Registered Copy v9.81
; Microprocessor model: Z80
; Clock frequency: 4MHz
;
; The address of 'a' (integer) (global) is FEFEH (IX-2)
a: .EQU 0FEFEH
; The address of 'b' (integer) (global) is FEFCH (IX-4)
b: .EQU 0FEFCH
; The address of 'c' (integer) (global)... | 16.578947 | 62 | 0.580159 |
671da465922298b8eba7098970602ae7f3ec3a36 | 642 | asm | Assembly | programs/oeis/344/A344624.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/344/A344624.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/344/A344624.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A344624: a(n) = Sum_{k=1..n} k^c(k), where c(n) is the characteristic function of squares.
; 1,2,3,7,8,9,10,11,20,21,22,23,24,25,26,42,43,44,45,46,47,48,49,50,75,76,77,78,79,80,81,82,83,84,85,121,122,123,124,125,126,127,128,129,130,131,132,133,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,260
mov $3,$0... | 29.181818 | 216 | 0.638629 |
947bca1b9040ae9f7191616806987a7495a36377 | 1,278 | asm | Assembly | data/decorations/decorations.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 28 | 2019-11-08T07:19:00.000Z | 2021-12-20T10:17:54.000Z | data/decorations/decorations.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 13 | 2020-01-11T17:00:40.000Z | 2021-09-14T01:27:38.000Z | data/decorations/decorations.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 22 | 2020-05-28T17:31:38.000Z | 2022-03-07T20:49:35.000Z | DecorationIDs:
; see constants/deco_constants.asm
db DECO_FEATHERY_BED ; 2
db DECO_PINK_BED ; 3
db DECO_POLKADOT_BED ; 4
db DECO_PIKACHU_BED ; 5
db DECO_RED_CARPET ; 7
db DECO_BLUE_CARPET ; 8
db DECO_YELLOW_CARPET ; 9
db DECO_GREEN_CARPET ; a
db DECO_MAGNAPLANT ; c
db DECO_TROPICPLANT ; d
db DECO_JUMBOPLAN... | 23.236364 | 34 | 0.773865 |
d60b17d2bf08e56f9b150ad96c1d639d63434403 | 6,746 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_sm_/i7-7700_9_0xca.log_21829_629.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_0xca.log_21829_629.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_0xca.log_21829_629.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 %rax
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_UC_ht+0x1aaa0, %r10
nop
xor $39185, %rdx
mov $0x6162636465666768, %rax
movq %rax, (%r10)
nop
nop
sub $14097, %rbp
lea addresses_UC_ht+0x6c80, %r9
nop
nop
nop
and ... | 36.268817 | 2,999 | 0.655944 |
e12ec02aa1f1a2bde2073bc542ccfe778fdc97a2 | 4,464 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_6.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_6.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_6.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 %r10
push %r12
push %r13
push %r14
push %r15
push %r8
push %rcx
// Store
lea addresses_WT+0x7681, %r10
nop
nop
dec %r13
mov $0x5152535455565758, %r14
movq %r14, %xmm0
movups %xmm0, (%r10)
nop
nop
nop
add $59121, %r15
// Lo... | 52.517647 | 2,999 | 0.659274 |
481adbe4597c56b32aa1af5596c57948132d5746 | 55 | asm | Assembly | NASM Template/nasm.asm | Yaboi-Gengarboi/Assembly-Language | a85853c0bcd5cf0155fc711408f349eff7bb3c3b | [
"Unlicense"
] | null | null | null | NASM Template/nasm.asm | Yaboi-Gengarboi/Assembly-Language | a85853c0bcd5cf0155fc711408f349eff7bb3c3b | [
"Unlicense"
] | null | null | null | NASM Template/nasm.asm | Yaboi-Gengarboi/Assembly-Language | a85853c0bcd5cf0155fc711408f349eff7bb3c3b | [
"Unlicense"
] | null | null | null | section .text
bits 64
global bar
bar:
mov rax, 0
ret | 7.857143 | 13 | 0.709091 |
ac250a2aed1763c63d25f1f6e0780b740110fd02 | 3,633 | asm | Assembly | programs/life.asm | lucaspiller/dcpu16-ide | a0b3b52d803c22c7c5b1aa04e5549b3c3dd09f58 | [
"MIT"
] | 1 | 2019-01-27T21:05:54.000Z | 2019-01-27T21:05:54.000Z | programs/life.asm | lucaspiller/dcpu16-ide | a0b3b52d803c22c7c5b1aa04e5549b3c3dd09f58 | [
"MIT"
] | null | null | null | programs/life.asm | lucaspiller/dcpu16-ide | a0b3b52d803c22c7c5b1aa04e5549b3c3dd09f58 | [
"MIT"
] | null | null | null | ; X : width
; Y : height
; C : current cell mask (01b or 10b)
; 0x1000 ... : cell states
; Set width/height
set X, 0x10 ; width
set Y, 0x08 ; height
set C, 0x1 ; 01b
; Setup a glider in the top left corner
set... | 29.536585 | 79 | 0.406551 |
c1104cc649142fe5c82c081092d39c37618ed595 | 4,911 | asm | Assembly | 4in.asm | egtzori/4inabs | af21d1cc759b19d56be965879c7d7c35727541d0 | [
"MIT"
] | null | null | null | 4in.asm | egtzori/4inabs | af21d1cc759b19d56be965879c7d7c35727541d0 | [
"MIT"
] | null | null | null | 4in.asm | egtzori/4inabs | af21d1cc759b19d56be965879c7d7c35727541d0 | [
"MIT"
] | null | null | null | [bits 16] ; tell assembler that working in real mode(16 bit mode)
[org 0x7c00] ; organize from 0x7C00 memory location where BIOS will load us
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
start:
; cls
mov ax, 0xb800
mov es, ax
xor di, di
mov cx, 0x07d0
mov ax, 0x0000
rep stosw
;;;;; prin... | 16.261589 | 84 | 0.576461 |
569f24e9adafb1154b286b175ac7b9dbda8ade38 | 401 | asm | Assembly | libsrc/psg/pc6001/get_psg.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/psg/pc6001/get_psg.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/psg/pc6001/get_psg.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | ;
; PC-6001 specific routines
; by Stefano Bodrato, Fall 2013
;
; int get_psg(int reg);
;
; Get a PSG register
;
;
; $Id: get_psg.asm,v 1.2 2015/01/19 01:33:04 pauloscustodio Exp $
;
PUBLIC get_psg
;;read & write
; ld a,register
; ld e,data
; call $1BBE
get_psg:
LD BC,$A0
O... | 13.827586 | 65 | 0.586035 |
1418f7e8290229dd506f63395b083e551d9232ab | 771 | asm | Assembly | books/nand2tetris/ch07/StaticTest.asm | luksamuk/study | 7a4062cb894be52d786852b4729ac6a4e784b5a3 | [
"MIT"
] | 3 | 2019-03-13T02:16:44.000Z | 2020-03-05T21:14:18.000Z | books/nand2tetris/ch07/StaticTest.asm | luksamuk/study | 7a4062cb894be52d786852b4729ac6a4e784b5a3 | [
"MIT"
] | 1 | 2019-03-15T00:52:59.000Z | 2019-03-15T00:53:54.000Z | books/nand2tetris/ch07/StaticTest.asm | luksamuk/study | 7a4062cb894be52d786852b4729ac6a4e784b5a3 | [
"MIT"
] | 1 | 2020-03-05T21:14:29.000Z | 2020-03-05T21:14:29.000Z | @256
D=A
@SP
M=D
@300
D=A
@LCL
M=D
@400
D=A
@ARG
M=D
@3000
D=A
@THIS
M=D
@3010
D=A
@THAT
M=D
@111
D=A
@SP
A=M
M=D
@SP
M=M+1
@333
D=A
@SP
A=M
M=D
@SP
M=M+1
@888
D=A
@SP
A=M
M=D
@SP
M=M+1
@SP
M=M-1
A=M
D=M
@R13
M=D
@16
D=A
@8
A=D+A
D=A
@R14
M=D
@R13
D=M
@R14
A=M
M=D
@SP
M=M-1
A=M
D=M
@R13
M=D
@16
D=A
@3
A=D+A
D=A
@R14
M=... | 4.644578 | 23 | 0.534371 |
9ac51a21f03d8e3da8ac16481deee722fc46fbf5 | 223 | asm | Assembly | lab4/assignment_5.asm | 0000Blaze/Microprocess | 8d2bf8f7f55e50800c2b82f4b8d3b2d113fc3330 | [
"MIT"
] | null | null | null | lab4/assignment_5.asm | 0000Blaze/Microprocess | 8d2bf8f7f55e50800c2b82f4b8d3b2d113fc3330 | [
"MIT"
] | null | null | null | lab4/assignment_5.asm | 0000Blaze/Microprocess | 8d2bf8f7f55e50800c2b82f4b8d3b2d113fc3330 | [
"MIT"
] | null | null | null | # ORG 8000
MVI A,00
MVI C,FF
LXI H,DELAY
LXI D,NXT
NXTSEQ: OUT 40
INR A
PCHL
NXT: XCHG
CMP C
JNZ NXTSEQ
HLT
DELAY: MVI B,FF
NXTCNT: DCR B
JNZ NXTSEQ
XCHG
PCHL
| 10.136364 | 18 | 0.515695 |
6744505700a868907407403c3ec86fb454efe559 | 264 | asm | Assembly | programs/oeis/102/A102305.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/102/A102305.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/102/A102305.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A102305: a(n) = n^2 + 2*n + 3.
; 6,11,18,27,38,51,66,83,102,123,146,171,198,227,258,291,326,363,402,443,486,531,578,627,678,731,786,843,902,963,1026,1091,1158,1227,1298,1371,1446,1523,1602,1683,1766,1851,1938,2027,2118,2211,2306,2403
add $0,2
pow $0,2
add $0,2
| 37.714286 | 202 | 0.689394 |
6ad749c9aa258c6e5906cc9a99648e0272a28b45 | 43,843 | asm | Assembly | cat.asm | marissa-masangcay/xv6 | 0a6b6405818057abe4771ce054faafd3d88b311b | [
"MIT-0"
] | null | null | null | cat.asm | marissa-masangcay/xv6 | 0a6b6405818057abe4771ce054faafd3d88b311b | [
"MIT-0"
] | null | null | null | cat.asm | marissa-masangcay/xv6 | 0a6b6405818057abe4771ce054faafd3d88b311b | [
"MIT-0"
] | null | null | null |
_cat: file format elf32-i386
Disassembly of section .text:
00000000 <cat>:
char buf[512];
void
cat(int fd)
{
0: 55 push %ebp
1: 89 e5 mov %esp,%ebp
3: 83 ec 28 sub $0x28,%esp
int n;
while((n = read(fd, buf, sizeof(buf))) > 0) {
6: eb 39 ... | 33.751347 | 60 | 0.425176 |
d6f62439de238a08815905cd0b69908be6549178 | 547 | asm | Assembly | libsrc/graphics/xorplot.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 38 | 2021-06-18T12:56:15.000Z | 2022-03-12T20:38:40.000Z | libsrc/graphics/xorplot.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 2 | 2021-06-20T16:28:12.000Z | 2021-11-17T21:33:56.000Z | libsrc/graphics/xorplot.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 6 | 2021-06-18T18:18:36.000Z | 2021-12-22T08:01:32.000Z | ;
; Z88 Graphics Functions - Small C+ stubs
;
; Written around the Interlogic Standard Library
;
; Stubs Written by D Morris - 30/9/98
;
;
; $Id: xorplot.asm $
;
; CALLER LINKAGE FOR FUNCTION POINTERS
; ----- void xorplot(int x, int y)
SECTION code_graphics
PUBLIC xorplot
PUBLIC _x... | 15.194444 | 54 | 0.661792 |
8af9bc6440ba04d83e9201c4c13e3a1db0a61b2e | 1,484 | asm | Assembly | programs/oeis/005/A005448.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/005/A005448.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/005/A005448.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A005448: Centered triangular numbers: a(n) = 3n(n-1)/2 + 1.
; 1,4,10,19,31,46,64,85,109,136,166,199,235,274,316,361,409,460,514,571,631,694,760,829,901,976,1054,1135,1219,1306,1396,1489,1585,1684,1786,1891,1999,2110,2224,2341,2461,2584,2710,2839,2971,3106,3244,3385,3529,3676,3826,3979,4135,4294,4456,4621,4789,4960,51... | 185.5 | 1,383 | 0.803235 |
45fc9efd01ccfbcdbbaa0ca2b77b0806c972d94d | 5,645 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_zr_/i7-8650U_0xd2.log_3486_1189.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_zr_/i7-8650U_0xd2.log_3486_1189.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_zr_/i7-8650U_0xd2.log_3486_1189.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 %rbp
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x18201, %rsi
lea addresses_WT_ht+0x1b741, %rdi
nop
nop
cmp %r10, %r10
mov $0, %rcx
rep movsw
nop
nop
nop
sub %r10, %r10
lea addresses_WT_ht+0x17d01, %rsi
lea addresses_D_ht+0x16101, %rdi
nop
nop
nop
nop
s... | 37.633333 | 2,999 | 0.65527 |
367a5440d57f594639ccd4fa188f2f8aca231996 | 660 | asm | Assembly | oeis/001/A001117.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/001/A001117.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/001/A001117.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A001117: a(n) = 3^n - 3*2^n + 3.
; Submitted by Jamie Morken(s3)
; 1,0,0,6,36,150,540,1806,5796,18150,55980,171006,519156,1569750,4733820,14250606,42850116,128746950,386634060,1160688606,3483638676,10454061750,31368476700,94118013006,282379204836,847187946150,2541664501740,7625194831806,22875987148596,68628766752150,... | 44 | 496 | 0.815152 |
2b68a9ef5617347c191e79f9059e921fbf917893 | 2,219 | asm | Assembly | Driver/Printer/PrintCom/Job/jobPaperInfoRedwood.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 504 | 2018-11-18T03:35:53.000Z | 2022-03-29T01:02:51.000Z | Driver/Printer/PrintCom/Job/jobPaperInfoRedwood.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 96 | 2018-11-19T21:06:50.000Z | 2022-03-06T10:26:48.000Z | Driver/Printer/PrintCom/Job/jobPaperInfoRedwood.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 73 | 2018-11-19T20:46:53.000Z | 2022-03-29T00:59:26.000Z |
COMMENT }%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) Berkeley Softworks 1993 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: printer drivers
FILE: jobPaperInfoRedwood.asm
AUTHOR: Dave Durran
ROUTINES:
Name Description
---- -----------
REVISION HISTO... | 24.655556 | 79 | 0.539432 |
cfea724867cbb4f80f499c4e719e9b7a017babcc | 5,325 | asm | Assembly | Transynther/x86/_processed/NONE/_zr_/i7-8650U_0xd2.log_15724_1801.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_zr_/i7-8650U_0xd2.log_15724_1801.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_zr_/i7-8650U_0xd2.log_15724_1801.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 %r13
push %r14
push %r8
push %r9
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0x9e81, %r8
nop
nop
nop
nop
nop
xor $23611, %r9
vmovups (%r8), %ymm7
vextracti128 $1, %ymm7, %xmm7
vpextrq $1, %xmm7, %r13
xor %r13, %r13
lea addresses_D_ht+0x1c481, %r11
nop
nop... | 45.512821 | 2,999 | 0.65615 |
7a65166f00d0e980d835c236f5c4c332babb6979 | 16,940 | asm | Assembly | CA.asm | tmr232/CellularAutomata-2008 | 79bf68a7ca237e8204f8aea685abef8668292add | [
"MIT"
] | 1 | 2017-11-30T06:46:12.000Z | 2017-11-30T06:46:12.000Z | CA.asm | tmr232/CellularAutomata-2008 | 79bf68a7ca237e8204f8aea685abef8668292add | [
"MIT"
] | null | null | null | CA.asm | tmr232/CellularAutomata-2008 | 79bf68a7ca237e8204f8aea685abef8668292add | [
"MIT"
] | null | null | null | ;=====================================================================
;Interesting Rules:
;1E
;5A
;6E
;7E
;=====================================================================
;=====================================================================
;The data segment
;===================================================... | 24.657933 | 112 | 0.541381 |
5b8f8260282b5e5aa0bd7082c15e045ba09826cc | 886 | asm | Assembly | oeis/098/A098647.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/098/A098647.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/098/A098647.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A098647: Trace sequence associated to the 4 X 4 Krawtchouk matrix and its transpose.
; Submitted by Christian Krause
; 1,12,224,4608,96256,2015232,42205184,883949568,18513657856,387755016192,8121246285824,170093589823488,3562486393470976,74613683694600192,1562729279488262144,32730226951263879168,685510772943084322816... | 30.551724 | 498 | 0.766366 |
dae4d99a75487793aced95c20284ef848ed167d3 | 567 | asm | Assembly | oeis/024/A024006.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/024/A024006.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/024/A024006.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A024006: a(n) = 1 - n^8.
; 1,0,-255,-6560,-65535,-390624,-1679615,-5764800,-16777215,-43046720,-99999999,-214358880,-429981695,-815730720,-1475789055,-2562890624,-4294967295,-6975757440,-11019960575,-16983563040,-25599999999,-37822859360,-54875873535,-78310985280,-110075314175,-152587890624,-208827064575,-28242953648... | 70.875 | 500 | 0.791887 |
0ace6cb284986b2067e98b77378ccc5e75af88fd | 6,009 | asm | Assembly | src/asm_misc/process_common.asm | Dentosal/rust_os | ddfbefabf4e928859b57fd2dc44fa6e38545f6d5 | [
"MIT"
] | 28 | 2017-02-24T17:51:42.000Z | 2022-03-26T21:32:47.000Z | src/asm_misc/process_common.asm | Dentosal/rust_os | ddfbefabf4e928859b57fd2dc44fa6e38545f6d5 | [
"MIT"
] | 1 | 2020-04-12T20:23:19.000Z | 2022-01-06T20:25:32.000Z | src/asm_misc/process_common.asm | Dentosal/rust_os | ddfbefabf4e928859b57fd2dc44fa6e38545f6d5 | [
"MIT"
] | 4 | 2019-01-13T12:37:22.000Z | 2022-01-18T00:14:21.000Z | ; Process trampoline, available from both kernel and process page tables
[BITS 64]
[ORG 0x200000]
; Push and pop macros. RFLAGS not pushed, as it is part of the IST
; System calls rely on the order of registers in the stack.
%define stack_stored_registers 15
%macro push_all 0
push rbp
push r15
push r14
... | 26.012987 | 88 | 0.660676 |
5d3cafb599c574a7e46762d6b72203103e871015 | 291 | asm | Assembly | mips/18-3_exam.asm | ping58972/Computer-Organization-Architecture | 0f9377a9e54e3f0494143963aecf1ba7c83eec45 | [
"ISC"
] | null | null | null | mips/18-3_exam.asm | ping58972/Computer-Organization-Architecture | 0f9377a9e54e3f0494143963aecf1ba7c83eec45 | [
"ISC"
] | null | null | null | mips/18-3_exam.asm | ping58972/Computer-Organization-Architecture | 0f9377a9e54e3f0494143963aecf1ba7c83eec45 | [
"ISC"
] | null | null | null | #ch18-3
.text
.globl main
main:
ori $8, $0, 30
slti $3, $8, 41
beq $3, $0, second
ori $13, $0, 19
slt $3, $13, $8
beq $3, $0, second
sll $0, $0, 0
j out
sll $0, $0, 0
second: slti $3, $8, 81
beq $3, $0, out
ori $13, $0, 59
slt $3, $8, $13
out:
sll $0, $0, 0
| 9.7 | 23 | 0.467354 |
2dac22345f436fd6d399ed6561933a6280cfd4c8 | 10,279 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_178.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_178.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_178.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r14
push %r8
push %r9
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0x154e6, %rsi
lea addresses_UC_ht+0x19686, %rdi
nop
cmp $64413, %r8
mov $125, %rcx
rep movsq
nop
nop
nop
nop
add $36384, %rcx
lea addresses_normal_ht+0x149e6, %r10
nop
nop
nop
a... | 27.265252 | 2,999 | 0.655317 |
46e9c9dffd414c99ad28e3d989f25c86ecbed5c5 | 489 | asm | Assembly | programs/oeis/306/A306535.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/306/A306535.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/306/A306535.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A306535: Number of permutations p of [2n] having no index i with |p(i)-i| = n.
; 1,1,9,265,14833,1334961,176214841,32071101049,7697064251745,2355301661033953,895014631192902121,413496759611120779881,228250211305338670494289,148362637348470135821287825,112162153835443422680893595673,97581073836835777732377428235481,96... | 81.5 | 272 | 0.844581 |
5176a612766bb933ad5d17b21909bde6012d7d13 | 477 | asm | Assembly | manager.asm | par7133/Reputation-manager | bbda35c9e02ae319bd9598e7ff1dfea62c561097 | [
"MIT"
] | null | null | null | manager.asm | par7133/Reputation-manager | bbda35c9e02ae319bd9598e7ff1dfea62c561097 | [
"MIT"
] | null | null | null | manager.asm | par7133/Reputation-manager | bbda35c9e02ae319bd9598e7ff1dfea62c561097 | [
"MIT"
] | null | null | null | ;; # SERVASM: Your other reputation manager.
section .data
startup_error_msg: db "ERROR: Cannot start software projects if...", 10
startup_error_msg_len: equ $ - startup_error_msg
url_whitelist: db "Daniele Bonini"
db "http://5mode.com/"
url_whitelist_len: equ $ - u... | 18.346154 | 79 | 0.612159 |
f7ac677b363175a97727e80a901c967dae285abd | 438 | asm | Assembly | oeis/171/A171387.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/171/A171387.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/171/A171387.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A171387: The characteristic function of primes > 3: 1 if n is prime such that neither prime+-1 is prime else 0.
; Submitted by Simon Strandgaard
; 0,0,0,0,1,0,1,0,0,0,1,0,1,0,0,0,1,0,1,0,0,0,1,0,0,0,0,0,1,0,1,0,0,0,0,0,1,0,0,0,1,0,1,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,1,0,1,0,0,0,0,0,1,0,0,0,1,0,1,0,0,0,0,0,1,0,0,0,1,0,0,0... | 48.666667 | 201 | 0.598174 |
24bb96b40067588fa120a08b66f096fb6e1b5f08 | 720 | asm | Assembly | oeis/097/A097772.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/097/A097772.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/097/A097772.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A097772: Pell equation solutions (13*a(n))^2 - 170*b(n)^2 = -1 with b(n):=A097771(n), n >= 0.
; Submitted by Jamie Morken(w1)
; 1,679,460361,312124079,211619665201,143477820882199,97277750938465721,65954171658458876639,44716831106684179895521,30317945536160215510286599,20555522356685519431794418601,139366138398872460... | 40 | 461 | 0.813889 |
f224b4071e76da2975e6bf39f98c192c1e756efa | 43,794 | asm | Assembly | init.asm | via007/learnos-xv6 | 35caf795f71cef47320299ee2f990e5810e28836 | [
"MIT-0"
] | 1 | 2020-05-07T05:31:43.000Z | 2020-05-07T05:31:43.000Z | init.asm | via007/learnos-xv6 | 35caf795f71cef47320299ee2f990e5810e28836 | [
"MIT-0"
] | null | null | null | init.asm | via007/learnos-xv6 | 35caf795f71cef47320299ee2f990e5810e28836 | [
"MIT-0"
] | null | null | null |
_init: 文件格式 elf32-i386
Disassembly of section .text:
00000000 <main>:
char *argv[] = { "sh", 0 };
int
main(void)
{
0: 8d 4c 24 04 lea 0x4(%esp),%ecx
4: 83 e4 f0 and $0xfffffff0,%esp
7: ff 71 fc pushl -0x4(%ecx)
a: 55 push %ebp
b: 8... | 34.054432 | 60 | 0.414966 |
c1b78a1969a63b8eb639c961a9863d8afebc3b4e | 265 | asm | Assembly | libsrc/_DEVELOPMENT/math/float/math48/c/sdcc_iy/cm48_sdcciy_erfc_fastcall.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/math/float/math48/c/sdcc_iy/cm48_sdcciy_erfc_fastcall.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/math/float/math48/c/sdcc_iy/cm48_sdcciy_erfc_fastcall.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null |
; float erfc(float x) __z88dk_fastcall
SECTION code_fp_math48
PUBLIC cm48_sdcciy_erfc_fastcall
EXTERN cm48_sdcciyp_dx2m48, am48_erfc, cm48_sdcciyp_m482d
cm48_sdcciy_erfc_fastcall:
call cm48_sdcciyp_dx2m48
call am48_erfc
jp cm48_sdcciyp_m482d
| 15.588235 | 57 | 0.815094 |
9c916325a7a2d2e7a896a42aff0eb127e450c85b | 364 | asm | Assembly | oeis/021/A021501.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/021/A021501.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/021/A021501.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A021501: Decimal expansion of 1/497.
; Submitted by Christian Krause
; 0,0,2,0,1,2,0,7,2,4,3,4,6,0,7,6,4,5,8,7,5,2,5,1,5,0,9,0,5,4,3,2,5,9,5,5,7,3,4,4,0,6,4,3,8,6,3,1,7,9,0,7,4,4,4,6,6,8,0,0,8,0,4,8,2,8,9,7,3,8,4,3,0,5,8,3,5,0,1,0,0,6,0,3,6,2,1,7,3,0,3,8,2,2,9,3,7,6,2
seq $0,83811 ; Numbers n such that 2n+1 is the d... | 45.5 | 199 | 0.598901 |
fe3d7b74cf131834e9f6009149676638013bc73e | 567 | asm | Assembly | programs/oeis/178/A178395.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/178/A178395.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/178/A178395.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A178395: Triangle T(n,m) read by rows: the numerator of the coefficient [x^m] of the inverse Euler polynomial E^{-1}(n,x), 0 <= m <= n.
; 1,1,1,1,1,1,1,3,3,1,1,2,3,2,1,1,5,5,5,5,1,1,3,15,10,15,3,1,1,7,21,35,35,21,7,1,1,4,14,28,35,28,14,4,1,1,9,18,42,63,63,42,18,9,1,1,5,45,60,105,126,105,60,45,5,1,1,11,55,165,165,231,... | 56.7 | 243 | 0.627866 |
52fb97f4aa31d2e8f133343b187d54a32818bb32 | 181 | asm | Assembly | patches/screaming_wings/disasm/patched_screaming_wings_block_6.asm | fcatrin/a8tools | 2792cfbabc9e3fd369550b810f631d62e03c8b90 | [
"MIT"
] | 3 | 2020-07-02T15:11:23.000Z | 2020-07-03T19:59:08.000Z | patches/screaming_wings/disasm/patched_screaming_wings_block_6.asm | fcatrin/a8tools | 2792cfbabc9e3fd369550b810f631d62e03c8b90 | [
"MIT"
] | null | null | null | patches/screaming_wings/disasm/patched_screaming_wings_block_6.asm | fcatrin/a8tools | 2792cfbabc9e3fd369550b810f631d62e03c8b90 | [
"MIT"
] | null | null | null |
; BLOCK 6 patched_screaming_wings.xex
org $0009
.word L_7FFD+4
.byte $43
.byte $80
.byte $43
| 18.1 | 37 | 0.375691 |
185232d38e091e2731967fc18fbb24fbc9726062 | 647 | asm | Assembly | oeis/001/A001777.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/001/A001777.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/001/A001777.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A001777: Lah numbers: n! * binomial(n-1, 4)/5!.
; Submitted by Jon Maiga
; 1,30,630,11760,211680,3810240,69854400,1317254400,25686460800,519437318400,10908183686400,237996734976000,5394592659456000,126980411830272000,3101950060425216000,78582734864105472000,2062796790182768640000,56059536297908183040000,1575895853707... | 43.133333 | 479 | 0.848532 |
221251adc45a0dcd66d7b188dc6618a598d41cb2 | 662 | asm | Assembly | oeis/206/A206419.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/206/A206419.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/206/A206419.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A206419: Fibonacci sequence beginning 11, 7.
; Submitted by Jamie Morken(s4)
; 11,7,18,25,43,68,111,179,290,469,759,1228,1987,3215,5202,8417,13619,22036,35655,57691,93346,151037,244383,395420,639803,1035223,1675026,2710249,4385275,7095524,11480799,18576323,30057122,48633445,78690567,127324012,206014579,333338591,5393... | 47.285714 | 494 | 0.811178 |
a45190e47ca7d670251d76dd505d137f163ca61e | 4,605 | asm | Assembly | src/wwbios.asm | molety/HummingCat | 8351ff43fb7b3a7f3ab27473999dd9acf03ae918 | [
"MIT"
] | 1 | 2020-06-20T22:24:50.000Z | 2020-06-20T22:24:50.000Z | src/wwbios.asm | molety/HummingCat | 8351ff43fb7b3a7f3ab27473999dd9acf03ae918 | [
"MIT"
] | null | null | null | src/wwbios.asm | molety/HummingCat | 8351ff43fb7b3a7f3ab27473999dd9acf03ae918 | [
"MIT"
] | null | null | null | ; WonderWitch FreyaBIOS definitions
; INT vector number
INT_EXIT equ 10h
INT_KEY equ 11h
INT_DISP equ 12h
INT_TEXT equ 13h
INT_COMM equ 14h
INT_SOUND equ 15h
INT_TIMER equ 16h
INT_SYSTEM equ 17h
INT_BANK equ 18h
; Key BIOS
KEY_PRESS_CHECK equ 00h
KEY_HIT_CHECK equ 01h
KEY_WAIT ... | 22.684729 | 36 | 0.763301 |
5e1b5a5de599f6439f0bdb7903d8fc3d3f186578 | 242 | asm | Assembly | 2019/zxspectrum/asm/bg.asm | PixelsCamp/tshirt-gate | b5584efeff1261de71b97025969a3ad534fe5bd5 | [
"MIT"
] | 8 | 2019-03-29T10:14:49.000Z | 2019-11-15T16:02:38.000Z | 2019/zxspectrum/asm/bg.asm | car3ca/tshirts | b5584efeff1261de71b97025969a3ad534fe5bd5 | [
"MIT"
] | null | null | null | 2019/zxspectrum/asm/bg.asm | car3ca/tshirts | b5584efeff1261de71b97025969a3ad534fe5bd5 | [
"MIT"
] | 2 | 2020-01-02T23:16:21.000Z | 2020-05-19T00:54:38.000Z | ORG 32768
ld a,49 ; blue ink (1) on yellow paper (6*8).
ld (23693),a ; set our screen colours.
call 3503 ; clear the screen.
ld a,2 ; 2 is the code for red.
call 8859 ; set border colour.
| 26.888889 | 57 | 0.528926 |
f4f8d9f5c02aef6ec9491e860ff2b774fcc9ddcd | 310 | asm | Assembly | programs/oeis/211/A211662.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/211/A211662.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/211/A211662.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A211662: Number of iterations log_3(log_3(log_3(...(n)...))) such that the result is < 2.
; 0,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2
lpb $0
add $1,8
div $0,$1
lpe
div $1,7
| 34.444444 | 173 | 0.545161 |
9c67244aed176ce001c90b189faf22862a4d6598 | 3,363 | asm | Assembly | Transynther/x86/_processed/US/_zr_/i3-7100_9_0xca_notsx.log_250_1944.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_0xca_notsx.log_250_1944.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_0xca_notsx.log_250_1944.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 %r13
push %r15
push %rax
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0xad8c, %r11
nop
nop
nop
add %rax, %rax
movl $0x61626364, (%r11)
nop
nop
nop
nop
inc %r13
lea addresses_A_ht+0x1854c, %r13
and $4623, %rbp
mov (%r13), %rsi
nop
nop
xor %rax, %... | 24.547445 | 749 | 0.65061 |
acf0092a90f6c19b02709b18393f714218ddfbc1 | 467 | asm | Assembly | ADL/Assemble/Query/1/R~HR_query.asm | MaxMorning/LinkedListVisualization | b2a4f8f11ff6f6dfb495566a006e3472f1dac369 | [
"Apache-2.0"
] | 3 | 2021-11-06T03:47:08.000Z | 2021-11-06T03:47:11.000Z | ADL/Assemble/Query/1/R~HR_query.asm | MaxMorning/LinkedListVisualization | b2a4f8f11ff6f6dfb495566a006e3472f1dac369 | [
"Apache-2.0"
] | null | null | null | ADL/Assemble/Query/1/R~HR_query.asm | MaxMorning/LinkedListVisualization | b2a4f8f11ff6f6dfb495566a006e3472f1dac369 | [
"Apache-2.0"
] | 1 | 2021-11-06T03:47:14.000Z | 2021-11-06T03:47:14.000Z | aLine 0
gBne Root, null, 3
aLine 1
Exception NOT_FOUND
aLine 3
gNew currentPtr
gMove currentPtr, Root
aLine 4
sInit idx, 0
gNewVPtr currentNext
gMoveNext currentNext, currentPtr
aLine 5
gBeq currentNext, Root, 8
vBeq currentPtr, {0:D}, 7
aLine 6
gMove currentPtr, currentNext
gMoveNext currentNext, currentNext
aLi... | 12.621622 | 34 | 0.794433 |
766f18cef4ba3397e26f3f27c529d6714d04a86d | 282 | asm | Assembly | bdshemu_test/basic/test_64_nopsled02.asm | andreaswimmer/bddisasm | 960e9eaeee4f87d8269095031cd6cfb8aabb998b | [
"Apache-2.0"
] | 1 | 2020-11-18T21:57:38.000Z | 2020-11-18T21:57:38.000Z | bdshemu_test/basic/test_64_nopsled02.asm | andreaswimmer/bddisasm | 960e9eaeee4f87d8269095031cd6cfb8aabb998b | [
"Apache-2.0"
] | null | null | null | bdshemu_test/basic/test_64_nopsled02.asm | andreaswimmer/bddisasm | 960e9eaeee4f87d8269095031cd6cfb8aabb998b | [
"Apache-2.0"
] | 1 | 2020-08-20T15:22:02.000Z | 2020-08-20T15:22:02.000Z |
bits 64
nop
nop
nop
nop
nop
nop
nop
nop
nop
nop
nop
nop
nop
nop
nop
nop
nop
nop
nop
nop
nop
nop
nop
nop
nop
nop
nop
nop
nop
nop
nop
nop
retn | 7.833333 | 11 | 0.375887 |
c5ee15d5d2d3adb9772193dcb81ca71b76c57028 | 847 | asm | Assembly | oeis/142/A142275.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/142/A142275.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/142/A142275.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A142275: Primes congruent to 26 mod 43.
; Submitted by Christian Krause
; 241,499,757,929,1187,1531,1789,2477,3079,3251,3767,3853,4111,4283,4799,5573,5659,6089,6691,6863,6949,7121,7207,7723,8669,9013,9787,10303,10733,11593,12109,12281,12539,13313,13399,13829,14087,14173,14431,14947,15377,17011,17183,17957,18043,18301... | 33.88 | 498 | 0.729634 |
0edec94a4157bbf2c0123857848711fa7355fcb0 | 709 | asm | Assembly | oeis/016/A016753.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/016/A016753.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/016/A016753.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A016753: Expansion of 1/((1-3*x)*(1-4*x)*(1-5*x)).
; Submitted by Jon Maiga
; 1,12,97,660,4081,23772,133057,724260,3863761,20308332,105558817,544039860,2785713841,14192221692,72020501377,364354427460,1838822866321,9262446387852,46585947584737,234025762767060,1174516399993201,5890142804950812,29520988625752897,1478861... | 35.45 | 478 | 0.792666 |
466a7cb9870b81920b59a868ac184c4da072af70 | 451 | asm | Assembly | programs/oeis/137/A137203.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/137/A137203.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/137/A137203.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A137203: Number of Fibonacci numbers less than or equal to n^2.
; 1,3,5,7,8,9,10,10,11,11,12,12,13,13,13,13,14,14,14,14,15,15,15,15,15,16,16,16,16,16,16,16,17,17,17,17,17,17,17,17,18,18,18,18,18,18,18,18,18,18,18,19,19,19,19,19,19,19,19,19,19,19,19,19,19,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20
mov $2,$0
mul $2,... | 22.55 | 235 | 0.627494 |
a0c2850403ee71ed827d76dc51a20fce9d0d593c | 862 | asm | Assembly | oeis/126/A126642.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/126/A126642.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/126/A126642.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A126642: a(n) is the number of integers k less than 10^n such that the decimal representation of k lacks the digits 1,2,3,4 and 5 and at least one of digits 6,7,8,9.
; Submitted by Jon Maiga
; 5,25,125,601,2765,12265,52925,223801,932525,3844105,15722525,63936601,258902285,1045109545,4209004925,16921851001,67945160045... | 39.181818 | 501 | 0.798144 |
9df96c887a9b8fc9314a9395ae2a98cbe1570288 | 1,046 | asm | Assembly | _maps/obj3E.asm | vladjester2020/Sonic1TMR | 22e749a2aab74cc725729e476d6252b071c12e42 | [
"Apache-2.0"
] | null | null | null | _maps/obj3E.asm | vladjester2020/Sonic1TMR | 22e749a2aab74cc725729e476d6252b071c12e42 | [
"Apache-2.0"
] | 2 | 2019-06-13T14:26:59.000Z | 2019-10-10T13:15:14.000Z | _maps/obj3E.asm | vladjester2020/Sonic1TMR | 22e749a2aab74cc725729e476d6252b071c12e42 | [
"Apache-2.0"
] | null | null | null | ; ---------------------------------------------------------------------------
; Sprite mappings - prison capsule
; ---------------------------------------------------------------------------
dc.w byte_1AD82-Map_obj3E, byte_1ADA6-Map_obj3E
dc.w byte_1ADAC-Map_obj3E, byte_1ADCB-Map_obj3E
dc.w byte_1ADD1-Map_ob... | 31.69697 | 78 | 0.454111 |
bf02e6c83bc54ab824941701a2822643e25ad43e | 835 | asm | Assembly | programs/oeis/158/A158254.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/158/A158254.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/158/A158254.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A158254: 289n^2 + 2n.
; 291,1160,2607,4632,7235,10416,14175,18512,23427,28920,34991,41640,48867,56672,65055,74016,83555,93672,104367,115640,127491,139920,152927,166512,180675,195416,210735,226632,243107,260160,277791,296000,314787,334152,354095,374616,395715,417392,439647,462480,485891,509880,534447,559592,585315,611... | 75.909091 | 719 | 0.820359 |
6679c59187a5762de305924a270d406d4381abd9 | 3,842 | asm | Assembly | Codes/sub programs/determinant.asm | nikhilnayak98/MIPSProject | 253899fcf98567c49634f6299c36b1dfe1970137 | [
"MIT"
] | null | null | null | Codes/sub programs/determinant.asm | nikhilnayak98/MIPSProject | 253899fcf98567c49634f6299c36b1dfe1970137 | [
"MIT"
] | null | null | null | Codes/sub programs/determinant.asm | nikhilnayak98/MIPSProject | 253899fcf98567c49634f6299c36b1dfe1970137 | [
"MIT"
] | null | null | null | .data
dimension: .asciiz "Enter matrix dimension: "
enter_first: .asciiz "Enter matrix:\n"
show_first: .asciiz "Entered matrix:\n"
show_result: .asciiz "Matrix determinant="
space: .asciiz " "
newline: .asciiz "\n"
.text
.globl main
main:
# Prompt and take dimension input
li $v0, 4
la $a0, dim... | 15.125984 | 58 | 0.479178 |
8dddaa895164fd10e95482908482a3af14fba0a9 | 3,533 | asm | Assembly | constants/animations.asm | ISSOtm/Aevilia-GB | 9b4e233bac6fbf175ca9ae7e4c0a8f16c8222275 | [
"Apache-2.0"
] | 53 | 2017-08-25T01:27:33.000Z | 2021-08-30T19:55:57.000Z | constants/animations.asm | ISSOtm/Aevilia-GB | 9b4e233bac6fbf175ca9ae7e4c0a8f16c8222275 | [
"Apache-2.0"
] | 6 | 2017-08-24T19:40:33.000Z | 2018-05-14T19:37:34.000Z | constants/animations.asm | ISSOtm/Aevilia-GB | 9b4e233bac6fbf175ca9ae7e4c0a8f16c8222275 | [
"Apache-2.0"
] | 10 | 2017-08-24T18:37:35.000Z | 2019-10-02T04:35:39.000Z |
; ------- ANIMATION COMMANDS ---------
enum_start
enum_elem END_ANIM
enum_elem DELAY_AND_PAUSE
enum_elem ANIM_JUMP_TO
enum_elem START_NEW_ANIM
enum_elem ANIM_CALL
enum_elem ANIM_CALL_SECTION
enum_elem ANIM_COPY_TILES
enum_elem ANIM_COPY_SPRITES
enum_elem ANIM_MOVE_SPRITES
enum_elem ANIM_MOVE_P... | 17.067633 | 80 | 0.677611 |
3623ba27a68d0ec5b3f4c52730f9549c4e822f81 | 148 | asm | Assembly | programs/oeis/103/A103303.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/103/A103303.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/103/A103303.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A103303: Complete list of digits used in the counting numbers (in base 10). Also known as the "Arabic numerals".
; 0,1,2,3,4,5,6,7,8,9
mov $1,$0
| 29.6 | 114 | 0.689189 |
9d2290b9e9cd32d7117aef558db60cc14f02cf82 | 5,644 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_931.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_931.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_931.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 %r15
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_UC_ht+0x8f49, %rdx
nop
nop
nop
nop
sub $50614, %r10
movups (%rdx), %xmm6
vpextrq $1, %xmm6, %rbx
nop
nop
nop
nop
nop
and $47376, %r15
lea addresses_D_ht+0x1c3bf, %r13
add ... | 40.314286 | 2,999 | 0.658575 |
6d17cf7089124540ba700d186910044f1c1cb691 | 6,047 | asm | Assembly | templates/amd64-386/library.asm | going-digital/sointu | 60e45182301be0c1cdcca48a0100133f63000e7d | [
"MIT"
] | 76 | 2020-07-15T04:33:30.000Z | 2022-03-21T02:51:31.000Z | templates/amd64-386/library.asm | going-digital/sointu | 60e45182301be0c1cdcca48a0100133f63000e7d | [
"MIT"
] | 85 | 2020-05-26T06:28:50.000Z | 2022-03-23T16:20:14.000Z | templates/amd64-386/library.asm | going-digital/sointu | 60e45182301be0c1cdcca48a0100133f63000e7d | [
"MIT"
] | 3 | 2020-10-16T21:26:48.000Z | 2021-05-17T11:18:58.000Z | {{template "structs.asm" .}}
struc su_synth
.synth_wrk resb su_synthworkspace.size
.delay_wrks resb su_delayline_wrk.size * 64
.delaytimes resw 768
.sampleoffs resb su_sample_offset.size * 256
.randseed resd 1
.globaltime resd 1
.commands resb 32 * 64
.values ... | 44.792593 | 124 | 0.510997 |
07e41925b72cab8ec4a222ce77e929090550633c | 1,849 | asm | Assembly | programs/oeis/156/A156202.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/156/A156202.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/156/A156202.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A156202: a(n)=2*a(n-1)+3 with n>1, a(1)=10.
; 10,23,49,101,205,413,829,1661,3325,6653,13309,26621,53245,106493,212989,425981,851965,1703933,3407869,6815741,13631485,27262973,54525949,109051901,218103805,436207613,872415229,1744830461,3489660925,6979321853,13958643709,27917287421,55834574845,111669149693,223338299389,... | 205.444444 | 1,753 | 0.920498 |
75cf83250daef5f05b5171fe4412a15dbe735bcf | 620 | asm | Assembly | oeis/053/A053730.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/053/A053730.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/053/A053730.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A053730: a(n) = 2^(n-2)*(n^2 - n + 4).
; 1,2,6,20,64,192,544,1472,3840,9728,24064,58368,139264,327680,761856,1753088,3997696,9043968,20316160,45350912,100663296,222298112,488636416,1069547520,2332033024,5066719232,10972299264,23689428992,51002736640,109521666048,234612588544,501437431808,1069446856704,2276332666880,4... | 44.285714 | 486 | 0.808065 |
bf208b57fa00d0946f70ad516589335c1c63e9e5 | 6,331 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_3894_680.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_3894_680.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_3894_680.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 %r15
push %r8
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_D_ht+0x111f8, %rdx
nop
nop
sub %r12, %r12
movl $0x61626364, (%rdx)
nop
nop
nop
xor $54190, %r11
lea addresses_normal_ht+0x155f8, %r15
nop
nop
nop
and %rbx, %rbx
movb $0x61,... | 38.603659 | 2,999 | 0.651872 |
8ef4f5f7c9cad4fb5c77d12c4b9bde388ab3f2ca | 7,885 | asm | Assembly | src/asm/Text1861.asm | fourstix/1802PixieVideoTTY | 149cf85b1e5bf02e853d9b253313f6c0fbde8bd9 | [
"MIT"
] | 1 | 2020-09-01T16:37:38.000Z | 2020-09-01T16:37:38.000Z | src/asm/Text1861.asm | fourstix/1802PixieVideoTTY | 149cf85b1e5bf02e853d9b253313f6c0fbde8bd9 | [
"MIT"
] | 3 | 2020-08-30T19:39:22.000Z | 2020-11-14T22:44:42.000Z | src/asm/Text1861.asm | fourstix/1802PixieVideoTTY | 149cf85b1e5bf02e853d9b253313f6c0fbde8bd9 | [
"MIT"
] | null | null | null | ; *****************************************************************************************
; Copyright (c) 2020
; by Richard Dienstknecht
;
; Changes:
; Gaston Williams, July, 2020 - Moved Font definitions into separate file
; Gaston Williams, July, 2020 - Replaced Std Call and Std Return with Macros
; Gaston William... | 40.64433 | 117 | 0.280279 |
d1e64790b0e8e26d4d50b177779b2bfc4d3ddef5 | 218 | asm | Assembly | Engine Hacks/Portrait Height/Portrait Shift Table.asm | sme23/Christmas2 | f3f3daeda1afe2b78bfed38cbf60d8bc17ca9f79 | [
"CC0-1.0"
] | null | null | null | Engine Hacks/Portrait Height/Portrait Shift Table.asm | sme23/Christmas2 | f3f3daeda1afe2b78bfed38cbf60d8bc17ca9f79 | [
"CC0-1.0"
] | null | null | null | Engine Hacks/Portrait Height/Portrait Shift Table.asm | sme23/Christmas2 | f3f3daeda1afe2b78bfed38cbf60d8bc17ca9f79 | [
"CC0-1.0"
] | null | null | null | .thumb
@.org 0x5C24
@This routine is passed Portrait Number
ldr r1, ShiftPortraitTable
@add ShiftPortraitTable to Portrait Number
@load the byte at that location
ldrb r0, [r1, r0]
bx r14
.align
ShiftPortraitTable:
| 14.533333 | 42 | 0.779817 |
60a290cc77a85a6aa5f97c42d742d3e7a9840054 | 1,198 | asm | Assembly | programs/oeis/166/A166526.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/166/A166526.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/166/A166526.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A166526: a(n) = 12*n - a(n-1), with n>1, a(1)=1.
; 1,23,13,35,25,47,37,59,49,71,61,83,73,95,85,107,97,119,109,131,121,143,133,155,145,167,157,179,169,191,181,203,193,215,205,227,217,239,229,251,241,263,253,275,265,287,277,299,289,311,301,323,313,335,325,347,337,359,349,371,361,383,373,395,385,407,397,419,409,431,421,... | 99.833333 | 1,068 | 0.736227 |
fde6ef52c441df3948fd4cee6fe5f160fe2d6a17 | 759 | asm | Assembly | oeis/062/A062776.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/062/A062776.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/062/A062776.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A062776: Greatest common divisor of (n+2)! and n^n.
; Submitted by Jon Maiga
; 1,4,3,16,5,576,7,256,81,25600,11,497664,13,802816,91125,65536,17,1719926784,19,327680000,6751269,507510784,23,495338913792,15625,5670699008,1594323,161128382464,29,401224520171520000000,31,4294967296,19098395217,4964982194176,6565234375,44... | 63.25 | 500 | 0.810277 |
f5f240bf83859b36e9b1d998897375312840a30c | 4,376 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_ht_zr_/i7-8650U_0xd2_notsx.log_36_1510.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_ht_zr_/i7-8650U_0xd2_notsx.log_36_1510.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_ht_zr_/i7-8650U_0xd2_notsx.log_36_1510.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 %r15
push %r8
push %rax
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0x7653, %r15
nop
nop
nop
add %r13, %r13
mov $0x6162636465666768, %rax
movq %rax, %xmm7
vmovups %ymm7, (%r15)
nop
nop
nop
nop
cmp $47457, %r13
lea addresses_D_ht+0x1a3c3, %r8
nop... | 21.038462 | 149 | 0.642824 |
bcbb8f7e4b0b88cd65aabc6adcd6a153c8c2ae70 | 559 | asm | Assembly | src/expgoldtech/settings.asm | fcard/AllStatTabs | fddfeb0a2c614d4c4111c60290b9cc16e237d7f0 | [
"MIT"
] | 2 | 2021-08-24T20:26:00.000Z | 2022-02-10T05:16:38.000Z | src/expgoldtech/settings.asm | fcard/AllStatTabs | fddfeb0a2c614d4c4111c60290b9cc16e237d7f0 | [
"MIT"
] | 1 | 2021-04-01T12:21:26.000Z | 2021-04-14T04:02:36.000Z | src/expgoldtech/settings.asm | fcard/AllStatTabs | fddfeb0a2c614d4c4111c60290b9cc16e237d7f0 | [
"MIT"
] | null | null | null | ; 1 = multiply exp/gold/tech points. default: 4x exp, 8x gold, 4x tech points
%Setting(IncreaseExpGoldTech, 0, bool)
; 1 = 2x exp for each 20 levels (requires !IncreasedExpGoldTech)
%Setting(GradualExpIncrease, 0, bool)
; n = levels <= 20*n are ignored for !GradualExpIncrease
%Setting(GradualExpMin, 0, sbyte)
; n = ... | 29.421053 | 77 | 0.740608 |
ca67aa24f4e5e44c114f5857d48ee6260a77565a | 11,018 | asm | Assembly | eurasia/codegen/pds/pixelevent.asm | shaqfu786/GFX_Linux_DDK | f184ac914561fa100a5c92a488df777de8785f93 | [
"FSFAP"
] | 3 | 2020-03-13T23:37:00.000Z | 2021-09-03T06:34:04.000Z | eurasia/codegen/pds/pixelevent.asm | zzpianoman/GFX_Linux_DDK | f184ac914561fa100a5c92a488df777de8785f93 | [
"FSFAP"
] | null | null | null | eurasia/codegen/pds/pixelevent.asm | zzpianoman/GFX_Linux_DDK | f184ac914561fa100a5c92a488df777de8785f93 | [
"FSFAP"
] | 6 | 2015-02-05T03:01:01.000Z | 2021-07-24T01:07:18.000Z | /******************************************************************************
* Name : pixelevent.asm
*
* Copyright : 2006-2009 by Imagination Technologies Limited.
* : All rights reserved. No part of this software, either
* : material or conceptual may be copied or distribut... | 23.492537 | 103 | 0.752496 |
4f4fe1fe45789c6829b05724da8444c89e0ad604 | 2,536 | asm | Assembly | programs/oeis/157/A157861.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/157/A157861.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/157/A157861.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A157861: a(n) = 3600*n^2 + n.
; 3601,14402,32403,57604,90005,129606,176407,230408,291609,360010,435611,518412,608413,705614,810015,921616,1040417,1166418,1299619,1440020,1587621,1742422,1904423,2073624,2250025,2433626,2624427,2822428,3027629,3240030,3459631,3686432,3920433,4161634,4410035,4665636,4928437,5198438,5475... | 81.806452 | 2,261 | 0.84858 |
372f6b3656863a9c35859e4fef0cc16ecec1abc8 | 528 | asm | Assembly | oeis/215/A215076.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/215/A215076.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/215/A215076.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A215076: a(n) = 3*a(n-1) + 4*a(n-2) + a(n-3) with a(0)=3, a(1)=3, a(2)=17.
; Submitted by Jamie Morken(s1)
; 3,3,17,66,269,1088,4406,17839,72229,292449,1184102,4794331,19411850,78596976,318232659,1288497731,5217020805,21123285998,85526438945,346289481632,1402097486674,5676976825495,22985609904813,93066834503093,37681... | 24 | 238 | 0.664773 |
85a89eefa1c946a003324284bf02cce37ba593c5 | 7,446 | asm | Assembly | Transynther/x86/_processed/NC/_zr_/i9-9900K_12_0xca_notsx.log_21829_1021.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NC/_zr_/i9-9900K_12_0xca_notsx.log_21829_1021.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NC/_zr_/i9-9900K_12_0xca_notsx.log_21829_1021.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 %rbp
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0x1e545, %r13
nop
nop
nop
nop
and $64386, %rbp
mov (%r13), %ecx
nop
nop
and $56427, %r8
lea addresses_A_ht+0x104c5, %rsi
lea addresses_UC_ht+0x11ec5, %rdi
nop
nop
nop
nop
sub %r10, %... | 34.155963 | 2,999 | 0.654983 |
70bd2db8e2035c0a9a6f385df1243205db23d499 | 2,071 | asm | Assembly | programs/oeis/017/A017623.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/017/A017623.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/017/A017623.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A017623: a(n) = (12*n + 8)^7.
; 2097152,1280000000,34359738368,319277809664,1727094849536,6722988818432,20971520000000,55784660123648,131593177923584,282621973446656,562949953421312,1054135040000000,1874584905187328,3190854023266304,5231047633534976,8300513205665792,12800000000000000,19246467315089408,282967220147978... | 295.857143 | 2,009 | 0.93578 |
027d7c1f7c8693d9e753ba8098ae7afc05b692aa | 14,995 | asm | Assembly | dimension/cell/io/net/rtl8139/rtl8139.asm | ekscrypto/Unununium | 4b67e7c5e63cf1be2157382ffd4c1e9d12957a1f | [
"BSD-2-Clause"
] | 7 | 2019-03-04T08:53:33.000Z | 2022-01-28T19:32:12.000Z | dimension/cell/io/net/rtl8139/rtl8139.asm | ekscrypto/Unununium | 4b67e7c5e63cf1be2157382ffd4c1e9d12957a1f | [
"BSD-2-Clause"
] | null | null | null | dimension/cell/io/net/rtl8139/rtl8139.asm | ekscrypto/Unununium | 4b67e7c5e63cf1be2157382ffd4c1e9d12957a1f | [
"BSD-2-Clause"
] | null | null | null | ;;=======================================
;; Unununium Operating Engine
;; Realtek RTL8139 driver
;; Copyright (c) 2002, Niklas Kluegel
;; Distributed under the BSD License
;;=======================================
;; This is a working rtl8139 driver,
;; however it is a quick hack.
;; The skeleton itself is okay and ca... | 21.51363 | 121 | 0.68903 |
3437bf98a22f7fad4d01ce14033c23d820189689 | 529 | asm | Assembly | oeis/111/A111249.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/111/A111249.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/111/A111249.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A111249: Numbers n such that 7*n + 8 is prime.
; Submitted by Jon Maiga
; 3,5,9,15,17,27,29,33,39,47,53,59,63,65,69,77,87,89,93,95,99,105,107,117,125,129,135,137,143,149,155,165,183,185,195,203,209,213,225,227,237,243,245,267,275,285,287,297,303,305,315,323,327,329,333,339,345
mov $2,$0
add $2,7
pow $2,2
lpb $2
mo... | 23 | 205 | 0.638941 |
ea293f4e153c2eb2582a5366745c2578b4d6c762 | 165 | asm | Assembly | libsrc/z80_crt0s/8080/sccz80/crt0_variables.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 38 | 2021-06-18T12:56:15.000Z | 2022-03-12T20:38:40.000Z | libsrc/z80_crt0s/8080/sccz80/crt0_variables.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 2 | 2021-06-20T16:28:12.000Z | 2021-11-17T21:33:56.000Z | libsrc/z80_crt0s/8080/sccz80/crt0_variables.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 6 | 2021-06-18T18:18:36.000Z | 2021-12-22T08:01:32.000Z | ; 8080 has severe register constriction so we need some temporaries
SECTION bss_crt
PUBLIC __retloc
PUBLIC __retloc2
__retloc: defw 0
__retloc2: defw 0
| 13.75 | 67 | 0.763636 |
5800458a6acd6701bb8c377161a00e709a042952 | 668 | asm | Assembly | oeis/101/A101339.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/101/A101339.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/101/A101339.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A101339: Prime(n)^prime(n)-prime(n).
; Submitted by Jon Maiga
; 2,24,3120,823536,285311670600,302875106592240,827240261886336764160,1978419655660313589123960,20880467999847912034355032910544,2567686153161211134561828214731016126483440,17069174130723235958610643029059314756044734400,10555134955777783414078330085995832... | 60.727273 | 500 | 0.886228 |
fae274bd7f5d166d98e64dfb66f88b97a5f3b5fc | 688 | asm | Assembly | oeis/005/A005574.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/005/A005574.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/005/A005574.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A005574: Numbers k such that k^2 + 1 is prime.
; Submitted by Jamie Morken(s4)
; 1,2,4,6,10,14,16,20,24,26,36,40,54,56,66,74,84,90,94,110,116,120,124,126,130,134,146,150,156,160,170,176,180,184,204,206,210,224,230,236,240,250,256,260,264,270,280,284,300,306,314,326,340,350,384,386,396,400,406,420,430,436,440,444,464,... | 98.285714 | 378 | 0.736919 |
6d0b52e0b76ba8a8adda608046241a57390850a3 | 844 | asm | Assembly | programs/oeis/127/A127876.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/127/A127876.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/127/A127876.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A127876: Integers of the form (x^3)/6 + (x^2)/2 + x + 1.
; 1,13,61,172,373,691,1153,1786,2617,3673,4981,6568,8461,10687,13273,16246,19633,23461,27757,32548,37861,43723,50161,57202,64873,73201,82213,91936,102397,113623,125641,138478,152161,166717,182173,198556,215893,234211,253537,273898,295321,317833,341461,366232,39... | 60.285714 | 689 | 0.793839 |
3c5d5373040694adc20158da230f3f01066c6fb7 | 1,130 | asm | Assembly | lib/src/xr/x86/xrnmexp.asm | zanud/xds-2.60 | b4a32b9c9c91fe513fa5ff78ec87bb44102a3b72 | [
"Apache-2.0"
] | 53 | 2019-06-10T18:19:44.000Z | 2021-12-28T18:56:00.000Z | Sources/Lib/src/xr/x86/xrnmexp.asm | undecidedzogvisvitalispotent8stars360/xds | cfd20e209193c9cfcee94ad2ca30d8c32ead48c9 | [
"Apache-2.0"
] | 5 | 2020-07-10T16:06:48.000Z | 2021-07-30T07:17:50.000Z | Sources/Lib/src/xr/x86/xrnmexp.asm | undecidedzogvisvitalispotent8stars360/xds | cfd20e209193c9cfcee94ad2ca30d8c32ead48c9 | [
"Apache-2.0"
] | 20 | 2019-06-10T18:09:16.000Z | 2021-10-02T19:46:42.000Z | ; COPYRIGHT (c) 1995,99,2002 XDS. All Rights Reserved.
; Implementation for exp & expl functions
cpu 386
bits 32
%ifdef OS2
group DGROUP _DATA
section _DATA use32 align=4 FLAT public 'DATA'
%else
group DGROUP _DATA
section _DATA use32 align=4 public '... | 20.925926 | 73 | 0.530088 |
6bd372fd623d9431d964f214e359883ebbc95f55 | 7,877 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_21829_183.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_21829_183.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_21829_183.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 %r9
push %rax
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WC_ht+0x19f0f, %rdx
and %r10, %r10
mov $0x6162636465666768, %r9
movq %r9, (%rdx)
nop
nop
cmp $40771, %r10
lea addresses_normal_ht+0xb59f, %rsi
lea addresses_WT_ht+0x1b80f, %rdi
nop
n... | 34.099567 | 2,999 | 0.659261 |
735610672b12cf6a945b128a953b82f960ccc692 | 54,141 | asm | Assembly | src/bsp.asm | mokafiht/u2f_key_SDCC | 2febfaf075eb4f414a937c7369149d68cbffbf2e | [
"BSD-2-Clause"
] | 1 | 2018-02-02T16:24:03.000Z | 2018-02-02T16:24:03.000Z | src/bsp.asm | mokafiht/u2f_key_SDCC | 2febfaf075eb4f414a937c7369149d68cbffbf2e | [
"BSD-2-Clause"
] | null | null | null | src/bsp.asm | mokafiht/u2f_key_SDCC | 2febfaf075eb4f414a937c7369149d68cbffbf2e | [
"BSD-2-Clause"
] | null | null | null | ;--------------------------------------------------------
; File Created by SDCC : free open source ANSI-C Compiler
; Version 3.6.0 #9615 (MINGW32)
;--------------------------------------------------------
.module bsp
.optsdcc -mmcs51 --model-large
;--------------------------------------------------------
; Public ... | 21.493053 | 127 | 0.607211 |
f352401486d1455170f6fb454607676ae00374b9 | 362 | asm | Assembly | libsrc/_DEVELOPMENT/adt/b_array/c/sccz80/b_array_resize.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/adt/b_array/c/sccz80/b_array_resize.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/adt/b_array/c/sccz80/b_array_resize.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
; int b_array_resize(b_array_t *a, size_t n)
SECTION code_clib
SECTION code_adt_b_array
PUBLIC b_array_resize
EXTERN asm_b_array_resize
b_array_resize:
pop af
pop de
pop hl
push hl
push de
push af
jp asm_b_array_resize
; SDCC bridge for Classic
IF __CLASSIC
PUBLIC _b_array_resize
def... | 12.482759 | 44 | 0.756906 |
103edf9c82981c2b7a614cb366c035428554b7a8 | 1,598 | asm | Assembly | programs/oeis/158/A158011.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/158/A158011.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/158/A158011.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A158011: a(n) = 512n - 1.
; 511,1023,1535,2047,2559,3071,3583,4095,4607,5119,5631,6143,6655,7167,7679,8191,8703,9215,9727,10239,10751,11263,11775,12287,12799,13311,13823,14335,14847,15359,15871,16383,16895,17407,17919,18431,18943,19455,19967,20479,20991,21503,22015,22527,23039,23551,24063,24575,25087,25599,26111,2662... | 228.285714 | 1,536 | 0.824781 |
d210d2a18eb36726f022af061926b89c9f79ed58 | 8,172 | asm | Assembly | ShitHead/resources/tiles.asm | simonlaszcz/ShitHead | 53bf19ceaba458b9ce4cd3e9be75ab77f1778eee | [
"MIT"
] | null | null | null | ShitHead/resources/tiles.asm | simonlaszcz/ShitHead | 53bf19ceaba458b9ce4cd3e9be75ab77f1778eee | [
"MIT"
] | null | null | null | ShitHead/resources/tiles.asm | simonlaszcz/ShitHead | 53bf19ceaba458b9ce4cd3e9be75ab77f1778eee | [
"MIT"
] | null | null | null | T_CARDREVERSE
defb 4, 3
defb %01111111, %11111111, %11111110
defb %10000000, %00000000, %00000001
defb %10000000, %00000000, %00000001
defb %10000000, %00000000, %00000001
defb %10001111, %11111111, %11110001
defb %10001101, %01010101, %01010001
defb %10001010, %10101010, %10110001
defb %10001101, %01010101, %01010001
... | 33.62963 | 36 | 0.755262 |
2b165016e80a451d4f3b0fd84c995d9ff74d13ca | 262 | asm | Assembly | data/maps/objects/Route7Gate.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | 1 | 2022-02-15T00:19:44.000Z | 2022-02-15T00:19:44.000Z | data/maps/objects/Route7Gate.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | null | null | null | data/maps/objects/Route7Gate.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | null | null | null | Route7Gate_Object:
db $a ; border block
def_warps
warp 0, 3, 3, LAST_MAP
warp 0, 4, 3, LAST_MAP
warp 5, 3, 0, LAST_MAP
warp 5, 4, 1, LAST_MAP
def_signs
def_objects
object SPRITE_GUARD, 3, 1, STAY, DOWN, 1 ; person
def_warps_to ROUTE_7_GATE
| 16.375 | 50 | 0.683206 |
0f423dd3851a704b668c624698755a39a6db39f1 | 2,134 | asm | Assembly | backup/lab05/functions.asm | prasantadh/w20 | ee736a8be1a34755a9fcaa9ea2c4647fd6ef0ae0 | [
"MIT"
] | null | null | null | backup/lab05/functions.asm | prasantadh/w20 | ee736a8be1a34755a9fcaa9ea2c4647fd6ef0ae0 | [
"MIT"
] | 4 | 2020-01-02T17:37:26.000Z | 2021-09-28T00:18:40.000Z | backup/lab05/functions.asm | prasantadh/w20 | ee736a8be1a34755a9fcaa9ea2c4647fd6ef0ae0 | [
"MIT"
] | 6 | 2020-02-20T19:05:14.000Z | 2021-01-21T02:19:29.000Z | # xSpim Memory Demo Program
# Data Area
.data
space:
.asciiz " "
newline:
.asciiz "\n"
dispArray:
.asciiz "\nCurrent Array:\n"
convention:
.asciiz "\nConvention Check\n"
myArray:
.word 0 33 123 -66 332 -1 -223 453 9 45 -78 -14
#Text Area (i.e. instructions)
.text
main:
ori $v0, $0, 4... | 17.491803 | 104 | 0.445642 |
b41bb95e2da7e27992904ea40068f0539b910200 | 2,236 | asm | Assembly | programs/oeis/016/A016774.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/016/A016774.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/016/A016774.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A016774: a(n) = (3*n)^10.
; 0,59049,60466176,3486784401,61917364224,576650390625,3570467226624,16679880978201,63403380965376,205891132094649,590490000000000,1531578985264449,3656158440062976,8140406085191601,17080198121677824,34050628916015625,64925062108545024,119042423827613001,210832519264920576,362033331456891249... | 372.666667 | 2,183 | 0.943649 |
a968ddb1dc024a91c8548cf7e95676b59c2258c4 | 4,611 | asm | Assembly | packages/external/libmpg123-1.22.x/src/asm_nasm/synth_3dnow.asm | sezero/SDL2-OS2 | 795968f1bae0ecf4a3bfa9ea376a184a1ee7f220 | [
"Zlib"
] | 2 | 2020-10-14T21:07:10.000Z | 2021-03-06T12:40:08.000Z | packages/external/libmpg123-1.22.x/src/asm_nasm/synth_3dnow.asm | sezero/SDL2-OS2 | 795968f1bae0ecf4a3bfa9ea376a184a1ee7f220 | [
"Zlib"
] | null | null | null | packages/external/libmpg123-1.22.x/src/asm_nasm/synth_3dnow.asm | sezero/SDL2-OS2 | 795968f1bae0ecf4a3bfa9ea376a184a1ee7f220 | [
"Zlib"
] | null | null | null | ; 1 "synth_3dnow.S"
; 1 "<built-in>"
; 1 "<command line>"
; 1 "synth_3dnow.S"
; 34 "synth_3dnow.S"
; 1 "mangle.h" 1
; 13 "mangle.h"
; 1 "config.h" 1
; 14 "mangle.h" 2
; 1 "intsym.h" 1
; 15 "mangle.h" 2
; 35 "synth_3dnow.S" 2
; 53 "synth_3dnow.S"
%include "asm_nasm.inc"
_sym_mangle dct64_3dnow
_sym_mangle synth_1to1_3... | 15.791096 | 32 | 0.667317 |
12198443773b2916ab646b81c33b4a22a051d82a | 1,201 | asm | Assembly | programs/oeis/152/A152725.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/152/A152725.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/152/A152725.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A152725: a(n) = n*(n+1)*(n^4 + 2*n^3 - 2*n^2 - 3*n + 3)/2.
; 0,1,63,666,3430,12195,34461,83188,178956,352485,647515,1124046,1861938,2964871,4564665,6825960,9951256,14186313,19825911,27219970,36780030,48986091,64393813,83642076,107460900,136679725,172236051,215184438,266705866,328117455,400882545,486621136,587120688,7... | 100.083333 | 1,063 | 0.854288 |
13634bfe976d2a646523b128dc93a18b049475ed | 511 | asm | Assembly | examples/fibonacci/fibonacci.pre.asm | enoua5/IOTA-C0 | d4333a47b01a041e591c3552706e21016c4b0391 | [
"MIT"
] | null | null | null | examples/fibonacci/fibonacci.pre.asm | enoua5/IOTA-C0 | d4333a47b01a041e591c3552706e21016c4b0391 | [
"MIT"
] | null | null | null | examples/fibonacci/fibonacci.pre.asm | enoua5/IOTA-C0 | d4333a47b01a041e591c3552706e21016c4b0391 | [
"MIT"
] | null | null | null | #uses only draft 2, which added more instructions
#initial state
MOV 0x200 1
MOV 0x201 1
#locations of the most recent numbers
ADR 0x200 0x1FE
ADR 0x201 0x1FF
#location of the next number
STA 0x202
#start the loop
LBL 0x1FB
#add the two numbers together
GET 0x1FE 0x1FC
GET 0x1FF 0x1FD
ADD *0x1FC *0x1FD
#write... | 20.44 | 49 | 0.747554 |
40964c269cb22620a472bbde68849fdbb17f6972 | 821 | asm | Assembly | src/assets/samples/sample3.asm | parraman/asm-simulator | 83c534cf2fb2b3d3552bd7a52b5e19e583483beb | [
"MIT"
] | 42 | 2017-11-25T11:40:50.000Z | 2022-02-07T06:08:17.000Z | src/assets/samples/sample3.asm | parraman/asm-simulator | 83c534cf2fb2b3d3552bd7a52b5e19e583483beb | [
"MIT"
] | 4 | 2021-09-06T10:26:36.000Z | 2022-03-02T01:28:03.000Z | src/assets/samples/sample3.asm | parraman/asm-simulator | 83c534cf2fb2b3d3552bd7a52b5e19e583483beb | [
"MIT"
] | 11 | 2020-03-28T21:13:37.000Z | 2021-08-13T12:22:59.000Z | ; Example 3:
; Programs a periodic interrupt that increments
; a counter [0 to 99] and prints its value into
; the text display
JMP boot
JMP isr
stackTop EQU 0xFF
txtDisplayTens EQU 0x2E0
txtDisplayUnits EQU 0x2E1
counter: ; the counter
DW 0
boot:
MOV SP, stackTop ; Set SP
MOV A, 2 ; Set bit 1 of ... | 15.788462 | 47 | 0.655298 |
6d4e41534a3a8a42f323703d49a74092239c0064 | 995 | asm | Assembly | asm/stage2/Copy of stage2.asm | ZopharsDomain/PCX86-JAVASCRIPT-jemul8 | 0c4828db606f9163e833258b77db8ebf3da09388 | [
"MIT"
] | 67 | 2015-01-04T14:55:27.000Z | 2022-01-05T05:41:55.000Z | asm/stage2/Copy of stage2.asm | ZopharsDomain/PCX86-JAVASCRIPT-jemul8 | 0c4828db606f9163e833258b77db8ebf3da09388 | [
"MIT"
] | 3 | 2015-09-26T19:37:17.000Z | 2021-11-23T00:37:30.000Z | asm/stage2/Copy of stage2.asm | ZopharsDomain/PCX86-JAVASCRIPT-jemul8 | 0c4828db606f9163e833258b77db8ebf3da09388 | [
"MIT"
] | 14 | 2015-01-17T11:32:49.000Z | 2021-12-26T12:47:22.000Z | org 0
; Use Code segment as Data segment
push cs
pop ds
mov si, textError
call DisplayMessage
mov si, textNewline
call DisplayMessage
HANG:
jmp HANG
;*************************************************************************
; PROCEDURE DisplayMessage
; display ASCIIZ string at "ds:si" via BIOS
;*... | 26.891892 | 75 | 0.41407 |
6a4cc5d07d47274dcfbf4d7fcdbe384ff67a6d86 | 234 | asm | Assembly | demoprgs/mult.asm | mgohde/MiniMicroII | 28351912580956551041fe00ebcbd320562a617e | [
"BSD-2-Clause"
] | null | null | null | demoprgs/mult.asm | mgohde/MiniMicroII | 28351912580956551041fe00ebcbd320562a617e | [
"BSD-2-Clause"
] | null | null | null | demoprgs/mult.asm | mgohde/MiniMicroII | 28351912580956551041fe00ebcbd320562a617e | [
"BSD-2-Clause"
] | null | null | null | ldl $500
xor r6,r6,r6
lsr r6,r7,r0
ldl $10
and r7,r7,r1
ldl $5
and r7,r7,r2
ldl $1
and r7,r7,r3
xor r0,r0,r0
xor r4,r4,r4
>loop
add r2,r0,r0
add r3,r4,r4
ldl #out
cmp r4,r1,r0
je r6,r7,r0
ldl #loop
jmp r6,r7,r0
>out
push r0,r0,r0
hlt
| 10.173913 | 13 | 0.679487 |
6e3bfdba579d0e70790be0def0a9b06341cb3eb4 | 554 | asm | Assembly | examples/exercicio_1.asm | AlessandroFonseca/util.asm | d4c86671e6ee02bb04c68993f06a7c67f5fd0716 | [
"MIT"
] | 1 | 2020-07-08T02:51:26.000Z | 2020-07-08T02:51:26.000Z | examples/exercicio_1.asm | AlessandroFonseca/util.asm | d4c86671e6ee02bb04c68993f06a7c67f5fd0716 | [
"MIT"
] | null | null | null | examples/exercicio_1.asm | AlessandroFonseca/util.asm | d4c86671e6ee02bb04c68993f06a7c67f5fd0716 | [
"MIT"
] | null | null | null | %include '../util.asm'
default rel
section .text
global _main
;
;rótulo no códugo é como se fosse funçao
;rótulo na área de dados é nome de variável
;
_main: ;rotulo inicio do programa
loop:
call readint
cmp rax, [maior]
jg condmaior
;se nao for maior
jmp fim
condmaior:
... | 16.787879 | 44 | 0.597473 |
02fee9cba050cdd27eb7ac7810913faed7fc335e | 146 | asm | Assembly | libsrc/z80_crt0s/8080/sccz80/l_rlde.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | 4 | 2021-11-20T19:35:01.000Z | 2022-01-01T16:08:42.000Z | libsrc/z80_crt0s/8080/sccz80/l_rlde.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | null | null | null | libsrc/z80_crt0s/8080/sccz80/l_rlde.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | 1 | 2021-11-27T15:58:02.000Z | 2021-11-27T15:58:02.000Z |
SECTION code_crt0_sccz80
PUBLIC l_rlde
; {DE <r<r 1}
l_rlde:
IF __CPU_8085__
rl de
ELSE
ld a,e
rla
ld e,a
ld a,d
rla
ld d,a
ENDIF
ret
| 8.111111 | 24 | 0.671233 |
dc245d9c4ca07309788870f0716d77e441ddfcce | 711 | asm | Assembly | oeis/342/A342423.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/342/A342423.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/342/A342423.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A342423: a(n) = Sum_{k=1..n} gcd(k,n)^gcd(k,n).
; Submitted by Jamie Morken(s1.)
; 1,5,29,262,3129,46693,823549,16777484,387420549,10000003145,285311670621,8916100495490,302875106592265,11112006826381589,437893890380865741,18446744073726329368,827240261886336764193,39346408075296925089309,1978419655660313589123997,10... | 35.55 | 464 | 0.793249 |
36fd02b639453658c0b283ba29984a9df1ae6f8f | 8,176 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_ht_zr_un_/i3-7100_9_0x84_notsx.log_21829_2814.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_ht_zr_un_/i3-7100_9_0x84_notsx.log_21829_2814.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_ht_zr_un_/i3-7100_9_0x84_notsx.log_21829_2814.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 %r15
push %rax
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0x17a69, %rsi
lea addresses_A_ht+0x1625, %rdi
nop
inc %r11
mov $110, %rcx
rep movsl
nop
nop
nop
nop
and %rdi, %rdi
lea addresses_WT_ht+0x134b7, %rax
nop
inc %r15
mov $0x61... | 32.967742 | 2,999 | 0.654477 |
ea146ae5671f157e8c92254657480e150fd09d30 | 195 | asm | Assembly | libsrc/_DEVELOPMENT/math/float/am9511/c/sccz80/cam32_sccz80_fmul10u.asm | ahjelm/z88dk | c4de367f39a76b41f6390ceeab77737e148178fa | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/math/float/am9511/c/sccz80/cam32_sccz80_fmul10u.asm | C-Chads/z88dk | a4141a8e51205c6414b4ae3263b633c4265778e6 | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/math/float/am9511/c/sccz80/cam32_sccz80_fmul10u.asm | C-Chads/z88dk | a4141a8e51205c6414b4ae3263b633c4265778e6 | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
SECTION code_fp_am9511
PUBLIC cam32_sccz80_fmul10u
EXTERN cam32_sccz80_read1, asm_am9511_fmul10u_fastcall
.cam32_sccz80_fmul10u
call cam32_sccz80_read1
jp asm_am9511_fmul10u_fastcall
| 17.727273 | 54 | 0.866667 |
cafb1bb74d16c4b1ef74a047548f1e47d79fc566 | 87,055 | asm | Assembly | Aurora/Aurora/x64/Debug/fat32.asm | manaskamal/aurora-xeneva | fe277f7ac155a40465c70f1db3c27046e4d0f7b5 | [
"BSD-2-Clause"
] | 8 | 2021-07-19T04:46:35.000Z | 2022-03-12T17:56:00.000Z | Aurora/Aurora/x64/Debug/fat32.asm | manaskamal/aurora-xeneva | fe277f7ac155a40465c70f1db3c27046e4d0f7b5 | [
"BSD-2-Clause"
] | null | null | null | Aurora/Aurora/x64/Debug/fat32.asm | manaskamal/aurora-xeneva | fe277f7ac155a40465c70f1db3c27046e4d0f7b5 | [
"BSD-2-Clause"
] | null | null | null | ; Listing generated by Microsoft (R) Optimizing Compiler Version 17.00.50727.1
include listing.inc
INCLUDELIB LIBCMT
INCLUDELIB OLDNAMES
PUBLIC ?part_lba@@3IA ; part_lba
PUBLIC ?fat_begin_lba@@3KA ; fat_begin_lba
PUBLIC ?cluster_begin_lba@@3KA ; cluster_begin_lba
PUBLIC ?sectors_per_cluster@@3EA ; secto... | 22.957542 | 135 | 0.667658 |
4c46f293dcf24401e285b94305432e73f4f909b8 | 629 | asm | Assembly | oeis/107/A107422.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/107/A107422.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/107/A107422.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A107422: a(n) = binomial(n+7,7) * binomial(n+10,10).
; Submitted by Jon Maiga
; 1,88,2376,34320,330330,2378376,13741728,66745536,281582730,1056804320,3593134688,11224833984,32583198648,88687996320,228054847680,557467405440,1302209017395,2919831983640,6308278977000,13175740578000,26680874670450,52514737446600,10068941... | 57.181818 | 489 | 0.848967 |
14a12e67ac2b8f79217cd7a6a6f30bf4d695c2e3 | 686 | asm | Assembly | wof/lcs/enemy/B4.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 | wof/lcs/enemy/B4.asm | zengfr/arcade_game_romhacking_sourcecode_top_secret_data | a4a0c86c200241494b3f1834cd0aef8dc02f7683 | [
"Apache-2.0"
] | null | null | null | wof/lcs/enemy/B4.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
001590 lea ($20,A0), A0
004982 move.b #$4, ($b6,A0) [enemy+B4]
004AAA beq $4aba [enemy+B4]
004AB0 bne $4aba [enemy+B4]
0053E2 addq.b #1, ($b4,A0) [enemy+A3]
0053E6 lea ($20,PC) ; ($5408), A6 [enemy+B4]
0053F0 ble $53f6 [enemy+B4]
0122... | 32.666667 | 54 | 0.607872 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.