content
stringlengths
5
1.04M
avg_line_length
float64
1.75
12.9k
max_line_length
int64
2
244k
alphanum_fraction
float64
0
0.98
licenses
list
repository_name
stringlengths
7
92
path
stringlengths
3
249
size
int64
5
1.04M
lang
stringclasses
2 values
# Program to print a string. .data msg: .asciiz "Hello world" .text main: la $a0, msg # Loading msg into $a0. li $v0, 4 # 4 is the print string syscall. syscall exit: li $v0, 10 # Syscall code 10 to exit. syscall
19.909091
43
0.671233
[ "MIT" ]
BitorqubitT/MIPS-basics
Hello world.asm
219
Assembly
;------------------------------------------------------------------------------ ; ; Copyright (c) 2006, Intel Corporation. All rights reserved.<BR> ; This program and the accompanying materials ; are licensed and made available under the terms and conditions of the BSD License ; which accompanies this distribution...
26.731707
85
0.470803
[ "BSD-2-Clause" ]
AidenFeng/EDKII
MdePkg/Library/BaseLib/Ia32/ReadDr7.asm
1,096
Assembly
stx $ff sec sbc $ff
6.333333
7
0.684211
[ "MIT" ]
jbrandwood/kickc
src/main/fragment/mos6502-common/vbuaa=vbuaa_minus_vbuxx.asm
19
Assembly
; A244432: E.g.f.: exp( Sum_{n>=1} Pell(n)*x^n/n ), where Pell(n) = A000129(n). ; Submitted by Christian Krause ; 1,1,3,17,137,1437,18547,284221,5042289,101635289,2294115299,57323597289,1570795420537,46836600355573,1509632295204243,52303597825637333,1938434314587648353,76521195859545355569,3205495988651927796931,142018...
42.588235
485
0.80663
[ "Apache-2.0" ]
ckrause/loda-programs
oeis/244/A244432.asm
724
Assembly
; --COPYRIGHT--,BSD_EX ; Copyright (c) 2012, Texas Instruments Incorporated ; All rights reserved. ; ; Redistribution and use in source and binary forms, with or without ; modification, are permitted provided that the following conditions ; are met: ; ; * Redistributions of source code must retain the above co...
47.914894
80
0.543517
[ "Apache-2.0" ]
sususweet/MSP430F541x-MSP430F543x-Code-Examples
MSP430F541xA_MSP430F543xA_Code_Examples/Assembly_CCS/msp430x54xA_MPY_6.asm
4,504
Assembly
; A329513: G.f. = (1+x)^2*(1+2*x^2-x^3)/(1-x). ; 1,3,6,9,9,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8 mul $0,2 mov $1,4 add $1,$0 mul $0,7 trn $1,10 add $1,5 div $0,$1 mov $1,$0 add $1,1
23.461538
171
0.495082
[ "Apache-2.0" ]
jmorken/loda
programs/oeis/329/A329513.asm
305
Assembly
;-----------------------------------------------------------------------------; ; Author: Stephen Fewer (stephen_fewer[at]harmonysecurity[dot]com) ; Compatible: Windows 7, 2008, 2003, XP ; Architecture: x64 ; Version: 1.0 (Jan 2010) ; Size: 314 bytes ; Build: >build.py migrate ;----------------------------------...
43.535211
109
0.556131
[ "Apache-2.0", "BSD-3-Clause" ]
fozavci/metasploit-framework-with-viproy
external/source/shellcode/windows/x64/src/migrate/migrate.asm
3,091
Assembly
.global s_prepare_buffers s_prepare_buffers: push %r8 push %r9 push %rbp push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_WT_ht+0x155e5, %r8 nop nop nop nop dec %rbp movw $0x6162, (%r8) and %rcx, %rcx lea addresses_WT_ht+0x158c5, %rdx clflush (%rdx) nop xor $15348, %r9 movl $0x61626364, (%rdx) nop and $4...
39.769231
2,999
0.657464
[ "MIT" ]
danielmgmi/medusa
Transynther/_processed/NC/_zr_/i9-9900K_12_0xa0_notsx.log_21829_1100.asm
5,687
Assembly
MAGIC equ 0x1badb002 FLAGS equ (1 << 0 | 1 << 1) CHECKSUM equ -(MAGIC + FLAGS) section .multiboot dd MAGIC dd FLAGS dd CHECKSUM section .text extern kernel_main global loader loader: cli mov esp, kernel_stack push eax push ebx call kernel_main global _stop _stop: hlt jmp...
10.685714
29
0.665775
[ "BSD-3-Clause" ]
chillancezen/Zelda
x86/multiboot.asm
374
Assembly
Name: zel_exst.asm Type: file Size: 350818 Last-Modified: '2016-05-13T04:23:03Z' SHA-1: 07C8052B4AF76D590B4FDA58C32F601F4B6D6307 Description: null
21
47
0.816327
[ "MIT" ]
prismotizm/gigaleak
other.7z/SFC.7z/SFC/ソースデータ/ゼルダの伝説神々のトライフォース/ドイツ_PAL/Ger_asm/zel_exst.asm
147
Assembly
ori $1, $0, 7 ori $2, $0, 11 ori $3, $0, 3 ori $4, $0, 3 sw $4, 0($0) sw $2, 4($0) sw $3, 8($0) sw $2, 12($0) sw $2, 16($0) sw $4, 20($0) sw $4, 24($0) sw $2, 28($0) sw $3, 32($0) sw $1, 36($0) sw $1, 40($0) sw $4, 44($0) sw $1, 48($0) sw $2, 52($0) sw $3, 56($0) sw $4, 60($0) sw $1, 64($0) sw $1, 68($0) sw $3, 72($0) ...
11.888977
21
0.545993
[ "Apache-2.0" ]
alxzzhou/BUAA_CO_2020
P6/data_P6/testpoint/testpoint2.asm
45,083
Assembly
; A017536: (12n+1)^4. ; 1,28561,390625,1874161,5764801,13845841,28398241,52200625,88529281,141158161,214358881,312900721,442050625,607573201,815730721,1073283121,1387488001,1766100625,2217373921 mul $0,12 add $0,1 pow $0,4
32
172
0.803571
[ "Apache-2.0" ]
ckrause/cm
programs/oeis/017/A017536.asm
224
Assembly
.include "m16def.inc" start: ldi r24 , low(RAMEND) ;Initializing stack pointer. out SPL , r24 ldi r24 , high(RAMEND) out SPH , r24 ser r24 ;Setting PORTA for output. out DDRA , r24 clr r26 out DDRB,r26 ;Setting PORTB for input. ldi r27,0x01 ;Register r27 represents the moving ...
22.333333
78
0.647897
[ "MIT" ]
PolyviosPap/-Microprocessors-Laboratory-NTUA
3rd set/ask3.1.asm
1,474
Assembly
incasm "macroMath.asm" num_enemies byte 0 ; Whether this enemy exists enemy_exists dcb 10,0 ; The theta is from 0 to $a0 enemy_theta dcb 10,0 ; The radius from -127 to +127 enemy_radius dcb 10,0 ; Equivalent x & y locations, maybe. enemy_x dcw 10,0 enemy_y dcw 10,0 ; Enumeration of enemy ...
26.107383
74
0.477635
[ "MIT" ]
dplassgit/games
TankZone/libEnemies.asm
3,890
Assembly
; M7SIO.ASM -- ALTAIR SIO overlay for MDM7xx 11/11/83 ; ; This overlay adapts the MDM7xx program to use a MITs SIO ; and an external modem. ; This program does not select baud rate, or any other ; settings. ; ; You could look at other overlay files to see how the GOODBYE and/or ; SETUPR areas are handled. Y...
32.581818
74
0.635603
[ "MIT" ]
ratboy666/hayes
m7sio.asm
8,960
Assembly
; B, ; Reserve one byte of data space and store x in the byte ; D: x -- ; Used to compile machine code $CODE 'B,',$BCOMMA POPDS EAX MOV EBX,DWORD [VAR_DP + IMAGE_BASE] MOV BYTE [EBX],AL INC DWORD [VAR...
32.727273
59
0.433333
[ "Unlicense" ]
clstrfsck/ikforth
bootdict/x86/b-comma.asm
360
Assembly
; A268753: Primes congruent to 1 mod 13. ; Submitted by Jon Maiga ; 53,79,131,157,313,443,521,547,599,677,859,911,937,1093,1171,1223,1249,1301,1327,1483,1613,1847,1873,1951,2003,2029,2081,2237,2341,2393,2549,2731,2861,2887,2939,3121,3251,3329,3407,3433,3511,3719,3797,3823,4057,4421,4447,4603,4733,4759,4889,4967,4993,52...
36.090909
487
0.716625
[ "Apache-2.0" ]
ckrause/loda-programs
oeis/268/A268753.asm
794
Assembly
; A030195: a(n) = 3*a(n-1) + 3*a(n-2), a(0)=0, a(1)=1. ; 0,1,3,12,45,171,648,2457,9315,35316,133893,507627,1924560,7296561,27663363,104879772,397629405,1507527531,5715470808,21668995017,82153397475,311467177476,1180861724853,4476986706987,16973545295520,64351596007521,243975423909123,924981059749932,3506869450977165 m...
21.448276
262
0.657556
[ "Apache-2.0" ]
jmorken/loda
programs/oeis/030/A030195.asm
622
Assembly
;================================================================================ ; Item Tables ;-------------------------------------------------------------------------------- org $308000 ; bank #$30 ; PC 0x180000 - 0x180006 [encrypted] HeartPieceIndoorValues: HeartPiece_Forest_Thieves: db #$17 ; #$17 = Heart Piece ...
37.22449
141
0.518986
[ "MIT" ]
tcprescott/z3randomizer
tables.asm
98,496
Assembly
SECTION code_clib SECTION code_fp_math48 PUBLIC logb EXTERN cm48_sccz80_logb defc logb = cm48_sccz80_logb
11
28
0.845455
[ "BSD-2-Clause" ]
ByteProject/Puddle-BuildTools
FictionTools/z88dk/libsrc/_DEVELOPMENT/math/float/math48/lm/c/sccz80/logb.asm
110
Assembly
; MERDE-3: A resident, non-overwriting .Com infector by the loki-nator ;Well, here it is, for what it's worth.. It is really kind of a ;piece of crap, but it is just a rough draft.. ;NOTES: ; If this gets into Command.Com, it (command) won't work for unknown reasons.. ; I could have fixed it by just checking to...
17.254321
79
0.701918
[ "MIT" ]
010001111/Family
MSDOS/Virus.MSDOS.Unknown.merde-3.asm
6,988
Assembly
; A029016: Expansion of 1/((1-x)(1-x^2)(1-x^5)(1-x^12)). ; 1,1,2,2,3,4,5,6,7,8,10,11,14,15,18,20,23,26,29,32,36,39,44,47,53,57,63,68,74,80,87,93,101,107,116,123,133,141,151,160,171,181,193,203,216,227,241,253,268,281,297,311,328,343,361,377,396,413,433,451,473,492,515,535,559,581,606,629,655,679,707,732,762,788,819,847...
46.583333
379
0.663685
[ "Apache-2.0" ]
ckrause/cm
programs/oeis/029/A029016.asm
559
Assembly
CeladonMart4Object: db $f ; border block db $3 ; warps db $1, $c, $0, CELADON_MART_3 db $1, $10, $1, CELADON_MART_5 db $1, $1, $0, CELADON_MART_ELEVATOR db $1 ; signs db $1, $e, $4 ; CeladonMart4Text4 db $3 ; objects object SPRITE_MART_GUY, $5, $7, STAY, NONE, $1 ; person object SPRITE_BLACK_HAIR_BOY_2, $f...
28.571429
64
0.693333
[ "MIT" ]
ETDV-TheVoid/pokemon-rgb-enhanced
data/mapObjects/celadonmart4.asm
600
Assembly
; =============================================================== ; Jan 2014 ; =============================================================== ; ; int vsprintf(char *s, const char *format, void *arg) ; ; As vfprintf but output is directed to a string. ; ; ==============================================================...
16.256944
72
0.487399
[ "BSD-2-Clause" ]
ByteProject/Puddle-BuildTools
FictionTools/z88dk/libsrc/_DEVELOPMENT/stdio/z80/asm_vsprintf.asm
2,341
Assembly
; --------------------------------------------------------------------------- ; Sprite mappings - explosion ; --------------------------------------------------------------------------- dc.w byte_8EAE-Map_obj24, byte_8EB4-Map_obj24 dc.w byte_8EBA-Map_obj24, byte_8EC0-Map_obj24 byte_8EAE: dc.b 1 dc.b $F4, $A, 0, 0...
33.428571
77
0.425214
[ "Apache-2.0" ]
NatsumiFox/AMPS-Sonic-1-2005
_maps/obj24.asm
468
Assembly
; This file is generated from a similarly-named Perl script in the BoringSSL ; source tree. Do not edit by hand. default rel %define XMMWORD %define YMMWORD %define ZMMWORD section .text code align=64 EXTERN GFp_ia32cap_P global GFp_sha512_block_data_order ALIGN 16 GFp_sha512_block_data_order: mov QWORD[8+rsp],rdi...
14.441964
76
0.709384
[ "Apache-2.0" ]
10allday-kai/api-daemon
third-party/ring/pregenerated/tmp/sha512-x86_64-nasm.asm
45,290
Assembly
copyright zengfr site:http://github.com/zengfr/romhack 00042A move.l D1, (A0)+ 00042C dbra D0, $42a 001248 move.l D2, ($2c,A6) 00124C tst.w D0 [enemy+2C, enemy+2E, etc+2C, etc+2E, item+2C, item+2E] 001298 move.l D2, ($2c,A6) 00129C tst.w D0 [enemy+2C, enemy+2E, item+2C, item+2E] 0016D2 move.l D1, ...
52.125
350
0.624833
[ "Apache-2.0" ]
zengfr/arcade_game_romhacking_sourcecode_top_secret_data
dino/lcs/enemy/2E.asm
3,753
Assembly
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r13 push %r14 push %r9 push %rax push %rbp push %rcx push %rdi push %rsi lea addresses_D_ht+0x1106c, %r11 nop and %rax, %rax mov (%r11), %r14w nop nop nop nop cmp $57959, %r13 lea addresses_WT_ht+0x316b, %rdi and %r9, %r9 mov (%rdi), %rbp nop inc %r9 lea addr...
35.561404
2,999
0.649852
[ "MIT" ]
danielmgmi/medusa
Transynther/_processed/AVXALIGN/_ht_zr_un_/i7-7700_9_0x48.log_21829_548.asm
8,108
Assembly
; A331148: Triangle read by rows: T(n,k) (n>=k>=1) = f(n,n-k+1) where f(n,k) = floor((n/k)*floor(n/k)). ; Submitted by Christian Krause ; 1,1,4,1,1,9,1,1,4,16,1,1,1,5,25,1,1,1,4,9,36,1,1,1,1,4,10,49,1,1,1,1,4,5,16,64,1,1,1,1,1,4,9,18,81,1,1,1,1,1,4,5,10,25,100,1,1,1,1,1,1,4,5,11,27,121,1,1,1,1,1,1,4,4,9,16,36,144,1,1,...
28.125
208
0.56
[ "Apache-2.0" ]
ckrause/loda-programs
oeis/331/A331148.asm
450
Assembly
; A047536: Numbers that are congruent to {0, 4, 7} mod 8. ; 0,4,7,8,12,15,16,20,23,24,28,31,32,36,39,40,44,47,48,52,55,56,60,63,64,68,71,72,76,79,80,84,87,88,92,95,96,100,103,104,108,111,112,116,119,120,124,127,128,132,135,136,140,143,144,148,151,152,156,159,160,164,167,168,172,175,176,180,183,184,188,191,192,196,199,2...
107.8
960
0.719852
[ "Apache-2.0" ]
karttu/loda
programs/oeis/047/A047536.asm
1,078
Assembly
; A248427: Circumference of the (n,n)-knight graph. ; 8,14,24,36,48,64,80,100,120,144,168,196,224,256,288,324,360,400,440,484,528,576,624,676,728,784,840,900,960,1024,1088,1156,1224,1296,1368,1444,1520,1600,1680,1764,1848,1936,2024 mov $4,$0 add $0,1 mov $1,5 lpb $0,1 pow $0,6 sub $0,1 mod $0,6 gcd $2,1 add ...
18.952381
179
0.643216
[ "Apache-2.0" ]
karttu/loda
programs/oeis/248/A248427.asm
398
Assembly
; A048861: a(n) = n^n - 1. ; 0,3,26,255,3124,46655,823542,16777215,387420488,9999999999,285311670610,8916100448255,302875106592252,11112006825558015,437893890380859374,18446744073709551615,827240261886336764176,39346408075296537575423,1978419655660313589123978,104857599999999999999999999,5842587018385982521381124420,34...
68.857143
425
0.883817
[ "Apache-2.0" ]
ckrause/cm
programs/oeis/048/A048861.asm
482
Assembly
; ********************************************************************** ; Teletext screen handler ; ; Copyright 2021 Peter Mount ; ; 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 ; ; h...
41.645585
135
0.429067
[ "Apache-2.0" ]
peter-mount/teletextc64
teletext.asm
34,899
Assembly
; $Id: remainder.asm 69111 2017-10-17 14:26:02Z vboxsync $ ;; @file ; IPRT - No-CRT remainder - AMD64 & X86. ; ; ; Copyright (C) 2006-2017 Oracle Corporation ; ; This file is part of VirtualBox Open Source Edition (OSE), as ; available from http://www.virtualbox.org. This file is free software; ; you can redistribute ...
25.632353
71
0.67642
[ "MIT" ]
Nurzamal/rest_api_docker
vbox/src/VBox/Runtime/common/math/remainder.asm
1,743
Assembly
_kill: file format elf32-i386 Disassembly of section .text: 00000000 <main>: #include "stat.h" #include "user.h" int main(int argc, char **argv) { 0: 8d 4c 24 04 lea 0x4(%esp),%ecx 4: 83 e4 f0 and $0xfffffff0,%esp 7: ff 71 fc pushl -0x4(%ecx) a: 55 ...
34.058244
60
0.420334
[ "MIT-0" ]
MahtabEK/OS---XV6
kill.asm
41,517
Assembly
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) Berkeley Softworks 1990 -- All Rights Reserved PROJECT: PC GEOS MODULE: laserjet print driver FILE: textPrintStyleRunPCL4.asm AUTHOR: Dave Durran ROUTINES: Name Description ---- ----------- Print...
31.359116
80
0.630374
[ "Apache-2.0" ]
BOBBYWY/pcgeos
Driver/Printer/PrintCom/Text/textPrintStyleRunPCL4.asm
5,676
Assembly
include ksamd64.inc EXTERNDEF ?Te@rdtable@CryptoPP@@3PA_KA:FAR EXTERNDEF ?g_cacheLineSize@CryptoPP@@3IA:FAR EXTERNDEF ?SHA256_K@CryptoPP@@3QBIB:FAR .CODE ALIGN 8 Baseline_Add PROC lea rdx, [rdx+8*rcx] lea r8, [r8+8*rcx] lea r9, [r9+8*rcx] neg rcx ; rcx is negative index jz $1@Baseline_A...
24.022854
85
0.570749
[ "Apache-2.0" ]
01org/umf
3rdparty/cryptopp/x64dll.asm
47,301
Assembly
; ; Game device library for the Pasopia7 ; SECTION code_clib PUBLIC joystick PUBLIC _joystick EXTERN get_psg .joystick ._joystick ;__FASTCALL__ : joystick no. in HL ld bc,0x1a dec l jr z,got_port ld bc,0x19 dec l jr z,got_port ld hl,0 ret got_port: ld a,1 ;Select the joystick out ($1b),a ...
11.133333
38
0.654691
[ "BSD-2-Clause" ]
ByteProject/Puddle-BuildTools
FictionTools/z88dk/libsrc/target/pasopia7/games/joystick.asm
501
Assembly
;; encoding: utf-8 ;; ff3_jobx_redmage.asm ;; ;; description: ;; declares tweaked parameters of Red Mage. ;; ;; version: ;; 0.1.0 ;;================================================================================================= .ifdef _BOOST_REDMAGE ;; ### 装備タイプ33h変更 FILEORG $00999 ;; 装備タイプ33h .db $20...
28.925373
100
0.498452
[ "MIT" ]
take-the-bath/ff3_hack
work/ff3_jobx_redmage.asm
2,242
Assembly
; A298011: If n = Sum_{i=1..h} 2^b_i with 0 <= b_1 < ... < b_h, then a(n) = Sum_{i=1..h} i * 2^b_i. ; Submitted by Jon Maiga ; 0,1,2,5,4,9,10,17,8,17,18,29,20,33,34,49,16,33,34,53,36,57,58,81,40,65,66,93,68,97,98,129,32,65,66,101,68,105,106,145,72,113,114,157,116,161,162,209,80,129,130,181,132,185,186,241,136,193,194,2...
43.307692
356
0.641208
[ "Apache-2.0" ]
ckrause/loda-programs
oeis/298/A298011.asm
563
Assembly
; A114209: Number of permutations of [n] having exactly two fixed points and avoiding the patterns 123 and 231. ; 0,1,0,2,1,3,2,5,3,7,5,9,7,12,9,15,12,18,15,22,18,26,22,30,26,35,30,40,35,45,40,51,45,57,51,63,57,70,63,77,70,84,77,92,84,100,92,108,100,117,108,126,117,135,126,145,135,155,145,165,155,176,165,187,176,198,18...
35.727273
209
0.666667
[ "Apache-2.0" ]
karttu/loda
programs/oeis/114/A114209.asm
393
Assembly
; Copyright 2021 Carl Georg Biermann ; GUI definitions ; colors .define COLOR_BACKGROUND 11 .define COLOR_FRAME 15 .define COLOR_CAPTION 15 .define COLOR_IMPORTANT_CAPTION 5; 13 is too bright .define COLOR_TABS 1 .define COLOR_ARROWED_EDIT_BG 0 .define COLOR_ARROWED_EDIT_FG 3 .define COLOR_ARROWED_EDIT_ARROWS 1 .defi...
28.8125
117
0.75705
[ "BSD-2-Clause" ]
biermanncarl/cx16-concerto
concerto_gui/gui_macros.asm
1,844
Assembly
; A296954: Expansion of x*(1 - x + 4*x^2) / ((1 - x)*(1 - 2*x)). ; 0,1,2,8,20,44,92,188,380,764,1532,3068,6140,12284,24572,49148,98300,196604,393212,786428,1572860,3145724,6291452,12582908,25165820,50331644,100663292,201326588,402653180,805306364,1610612732,3221225468,6442450940,12884901884,25769803772,51539607548,1030...
52.416667
487
0.794913
[ "Apache-2.0" ]
ckrause/loda-programs
oeis/296/A296954.asm
629
Assembly
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r14 push %rax push %rbp push %rcx push %rdi push %rsi lea addresses_normal_ht+0x7d23, %rax nop nop nop nop and %rcx, %rcx mov $0x6162636465666768, %r10 movq %r10, %xmm3 movups %xmm3, (%rax) nop and $21150, %r11 lea addresses_WT_ht+0x161eb, %r14 dec ...
34.477612
2,999
0.659019
[ "MIT" ]
danielmgmi/medusa
Transynther/_processed/NONE/_xt_/i7-8650U_0xd2.log_1954_1223.asm
6,930
Assembly
.file "a28.c" .section .text.startup,"ax",@progbits .globl main .type main, @function main: pushl %ebx movl $51, %ebx subl $8, %esp movl 16(%esp), %eax leal -37(%eax), %edx cmpl $89, %edx ja .L0000001C.startup .L00000015.startup: movsbl CSWTCH.1-37(%eax), %ebx .L...
19.13308
124
0.596979
[ "Apache-2.0" ]
LRGH/plasmasm
non_regression/switch_x86_linux_2.o.asm
5,032
Assembly
; A040977: a(n) = binomial(n+5,5)*(n+3)/3. ; 1,8,35,112,294,672,1386,2640,4719,8008,13013,20384,30940,45696,65892,93024,128877,175560,235543,311696,407330,526240,672750,851760,1068795,1330056,1642473,2013760,2452472,2968064,3570952,4272576,5085465,6023304,7101003,8334768,9742174,11342240,13155506,15204112,17511879,2010...
281.8
2,716
0.893542
[ "Apache-2.0" ]
jmorken/loda
programs/oeis/040/A040977.asm
2,818
Assembly
INCLUDE "config_private.inc" SECTION code_clib SECTION code_l_sdcc PUBLIC __mulsuchar_callee, __mulsuchar_callee_0 __mulsuchar_callee: ; 8-bit mixed multiply ; ; enter : stack = multiplicand (signed byte), multiplicand (byte), ret ; ; exit : hl = 16-bit product pop af pop hl push af ...
12.755102
73
0.6768
[ "BSD-2-Clause" ]
ByteProject/Puddle-BuildTools
FictionTools/z88dk/libsrc/_DEVELOPMENT/l/sdcc/__mulsuchar_callee.asm
625
Assembly
############################################################################### # Copyright 2018 Intel Corporation # All Rights Reserved. # # If this software was obtained under the Intel Simplified Software License, # the following terms apply: # # The source code, information and material ("Material") containe...
36.52381
80
0.610495
[ "Apache-2.0" ]
idesai/ipp-crypto
sources/ippcp/asm_ia32_gas_converted/linux/nonpic/p8/merged/pcpbnuincw7as.asm
3,068
Assembly
Addi, R5, R5, 100
9
17
0.611111
[ "MIT" ]
danielstumpp/tomasulo-simulator
tests/inputs/test_single_inst/test_addi_one_inst/addi_single.asm
18
Assembly
; -------------- ; Custom Presets ; -------------- print pc, " custom presets start" custom_preset_save: { LDA !sram_custom_preset_slot ASL : XBA : TAX ; multiply by 200h (slot offset) LDA #$5AFE : STA $703000,X ; mark this slot as "SAFE" to load LDA #$01B8 : STA $703002,X ; record slot size for fu...
39.344595
76
0.580972
[ "Unlicense" ]
InsaneFirebat/sm_practice_hack
src/custompresets.asm
5,823
Assembly
; A066266: Product of first n primorials + 1. ; Submitted by Jon Maiga ; 3,13,361,75601,174636001,5244319080001,2677277333530800001,25968760179275365452000001,5793445238736255798985527240000001,37481813439427687898244906452608585200000001,7517370874372838151564668004911177464757864076000000001,5578444072096851381336800...
80.25
476
0.886293
[ "Apache-2.0" ]
ckrause/loda-programs
oeis/066/A066266.asm
642
Assembly
; A087164: Records in A087162: A087162(a(n))=n. ; Submitted by Jamie Morken(s3) ; 1,2,3,7,23,91,383,1639,7043,30295,130343,560827,2413103,10383031,44675843,192230119,827123063,3558924955,15313255583 mov $1,1 lpb $0 sub $0,1 add $2,$1 sub $1,1 add $2,$1 trn $3,1 add $3,$1 add $2,$3 mov $1,$2 lpe mov $0,...
18.444444
118
0.653614
[ "Apache-2.0" ]
ckrause/loda-programs
oeis/087/A087164.asm
332
Assembly
; ; Jupiter ACE pseudo graphics routines ; Version for the 2x3 graphics symbols (UDG redefined) ; ; ; Written by Stefano Bodrato 2014 ; ; ; Get pixel at (x,y) coordinate. ; ; ; $Id: pointxy.asm,v 1.2 2016-11-21 11:18:38 stefano Exp $ ; INCLUDE "graphics/grafix.inc" SECTION code_clib PUBLIC...
13.242188
72
0.493805
[ "BSD-2-Clause" ]
ByteProject/Puddle-BuildTools
FictionTools/z88dk/libsrc/target/bee/graphics/pointxy.asm
1,695
Assembly
; A010201: Continued fraction for sqrt(142). ; 11,1,10,1,22,1,10,1,22,1,10,1,22,1,10,1,22,1,10,1,22,1,10,1,22,1,10,1,22,1,10,1,22,1,10,1,22,1,10,1,22,1,10,1,22,1,10,1,22,1,10,1,22,1,10,1,22,1,10,1,22,1,10,1,22,1 pow $0,2 mul $0,2 mov $1,15 mov $2,12 mov $3,3 mul $3,$0 lpb $0 mov $0,1 mul $2,2 div $3,2 gcd $2,$...
18.842105
166
0.578212
[ "Apache-2.0" ]
jmorken/loda
programs/oeis/010/A010201.asm
358
Assembly
; A239607: (1-2*n^2)^2. ; 1,1,49,289,961,2401,5041,9409,16129,25921,39601,58081,82369,113569,152881,201601,261121,332929,418609,519841,638401,776161,935089,1117249,1324801,1560001,1825201,2122849,2455489,2825761,3236401,3690241,4190209,4739329,5340721,5997601,6713281,7491169,8334769,9247681,10233601,11296321,12439729,1...
70.375
501
0.827709
[ "Apache-2.0" ]
ckrause/loda-programs
oeis/239/A239607.asm
563
Assembly
global _start ; making entry point visible to linker global kernel_stack_bottom global kernel_stack_top extern kmain ; kmain is defined in kmain.cpp extern start_ctors ; beginning and end extern end_ctors ; of the respect...
30.06087
103
0.643043
[ "MIT" ]
LugosFingite/LudOS
kern/i686/pc/bootsect.asm
3,457
Assembly
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) GeoWorks 1990 -- All Rights Reserved PROJECT: PC GEOS MODULE: Print Spooler FILE: processText.asm AUTHOR: Dave Durran ROUTINES: Name Description ---- ----------- DoTextPrinting Handles printing in t...
28.998542
93
0.626991
[ "Apache-2.0" ]
BOBBYWY/pcgeos
Library/Spool/Process/processText.asm
59,650
Assembly
.size 8000 .text@48 jp lstatint .text@100 jp lbegin .data@143 80 .text@150 lbegin: ld c, 41 ld b, 03 lbegin_waitm3: ldff a, (c) and a, b cmp a, b jrnz lbegin_waitm3 ld a, 20 ldff(c), a xor a, a ldff(0f), a ld a, 02 ldff(ff), a ei ld c, 0f .text@1000 lstatint: xor a, a ldff(41), a ldff(c), a .t...
12.982143
24
0.622421
[ "MIT" ]
Manurocker95/GiovanniEmulator
GIOVANNI/gambatte/test/hwtests/m2enable/late_enable_2_dmg08_cgb04c_out0.asm
1,454
Assembly
db DEX_MEGA_CHARIZARD ; pokedex id. using a dex slot for this is... less than optimal. db 78 ; base hp db 104 ; base attack db 78 ; base defense db 100 ; base speed db 150 ; base special db FIRE ; species type 1 db DRAGON ; species type 2 db SHINY_STONE db 209 ; base exp yield INCBIN "pic/ymon/mega_charizard.pic",0,1 ;...
23.137931
86
0.755589
[ "Unlicense" ]
longlostsoul/EvoYellow
data/baseStats/megacharizard.asm
671
Assembly
;; @file ; ; Copyright 2006 - 2010 Unified EFI, Inc.<BR> ; Copyright (c) 2010, Intel Corporation. All rights reserved.<BR> ; ; This program and the accompanying materials ; are licensed and made available under the terms and conditions of the BSD License ; which accompanies this distribution. The full t...
24.018182
87
0.461771
[ "BSD-2-Clause" ]
JasperCheng-JC/edk2-test
uefi-sct/SctPkg/TestCase/UEFI/EFI/Generic/ExeMode/BlackBoxTest/X64/AsmFuncs.asm
1,321
Assembly
; A017657: a(n) = (12*n + 11)^5. ; 161051,6436343,52521875,229345007,714924299,1804229351,3939040643,7737809375,14025517307,23863536599,38579489651,59797108943,89466096875,129891985607,183765996899,254194901951,344730881243,459401384375,602738989907,779811265199,996250626251 mul $0,12 add $0,11 pow $0,5
43.714286
242
0.823529
[ "Apache-2.0" ]
ckrause/cm
programs/oeis/017/A017657.asm
306
Assembly
;------------------------------------------------------------------------------ ; ; Copyright (c) 2006, Intel Corporation. All rights reserved.<BR> ; This program and the accompanying materials ; are licensed and made available under the terms and conditions of the BSD License ; which accompanies this distribution. Th...
29.153846
84
0.501319
[ "BSD-2-Clause" ]
James992927108/uEFI_Edk2_Practice
EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseMemoryLib/X64/ScanMem8.asm
1,516
Assembly
; A112541: Sum for k=0 to n of (n-k)!* n^k. ; Submitted by Christian Krause ; 1,2,8,48,400,4390,60624,1013404,19881728,447085170,11319529600,318298578664,9834869311488,331059072378814,12055438037135360,472096504892128500,19781301201305534464,882991510898240350666 mov $1,2 mov $2,2 mov $3,$0 lpb $3 mul $1,$3 mul $2...
23.125
187
0.72973
[ "Apache-2.0" ]
ckrause/loda-programs
oeis/112/A112541.asm
370
Assembly
; ; file: max.asm ; This example demostrates how to avoid conditional branches %include "asm_io.inc" segment _DATA public align=4 class=DATA use32 message1 db "Enter a number: ",0 message2 db "Enter another number: ", 0 message3 db "The larger number is: ", 0 segment _BSS public align=4 class=BSS use32 input1 re...
31.719298
85
0.511615
[ "MIT" ]
Leser1990/6.828
reference/lab1/assembly/examples/borland/max.asm
1,808
Assembly
; float __fspoly (const float x, const float d[], uint16_t n) SECTION code_clib SECTION code_fp_math32 PUBLIC cm32_sdcc_fspoly EXTERN m32_fspoly_callee .cm32_sdcc_fspoly ; evaluation of a polynomial function ; ; enter : stack = uint16_t n, float d[], float x, ret ; ; exit : dehl = 32-bit pro...
20.191489
61
0.466807
[ "BSD-2-Clause" ]
ByteProject/Puddle-BuildTools
FictionTools/z88dk/libsrc/_DEVELOPMENT/math/float/math32/c/sdcc/cm32_sdcc_fspoly.asm
949
Assembly
.size 8000 .text@48 inc a ldff(45), a jp lstatint .text@100 jp lbegin .data@143 c0 .text@150 lbegin: ld a, 00 ldff(ff), a ld a, 30 ldff(00), a ld a, 01 ldff(4d), a stop, 00 ld a, ff ldff(45), a ld b, 03 call lwaitly_b ld c, 41 lbegin_waitm0: ldff a, (c) and a, b jrnz lbegin_waitm0 ld a, 80 ldf...
12.066667
24
0.607182
[ "MIT" ]
Manurocker95/GiovanniEmulator
GIOVANNI/gambatte/test/hwtests/lycEnable/lyc_ff41_enable_ds_1_cgb04c_out2.asm
1,810
Assembly
org 100h mov ax,2 xor cx,cx div cx int 20h
6.5
10
0.596154
[ "BSD-3-Clause" ]
koutheir/i8086sim
Test/com.asm
52
Assembly
; A024053: a(n) = 5^n - n^4. ; 1,4,9,44,369,2500,14329,75724,386529,1946564,9755625,48813484,244119889,1220674564,6103477209,30517527500,152587825089,762939369604,3814697160649,19073486197804,95367431480625,476837158008644,2384185790781369,11920928954798284,59604644775058849,298023223876562500,1490116119384308649,74505...
120.222222
1,003
0.913124
[ "Apache-2.0" ]
ckrause/cm
programs/oeis/024/A024053.asm
1,082
Assembly
; A108627: Logarithmic g.f.: Sum_{n>=1} a(n)/n*x^n = log(G108626(x)), where G108626(x) is g.f. for A108626. ; Submitted by Jon Maiga ; 2,6,20,66,222,750,2536,8578,29018,98166,332092,1123458,3800630,12857438,43496400,147147266,497795634,1684030566,5697034596,19272929986,65199855118,220569529934,746181374904,252431350976...
43
188
0.695349
[ "Apache-2.0" ]
ckrause/loda-programs
oeis/108/A108627.asm
430
Assembly
Total: 6.01s ROUTINE ======================== main.(*Graph).buildAdjList 520ms 1.90s (flat, cum) 31.61% of Total . . 10ca460: MOVQ GS:0x30, CX ;graph.go:102 . . 10ca469: LEAQ -0x60(SP), AX . . 10ca46e: CMPQ 0x10(CX), AX ...
60.338937
187
0.368598
[ "Apache-2.0" ]
erichgess/wordladder
profiles/print-index-stats/2020-01-20_09-21-39/cpu.asm
132,806
Assembly
; A165850: Totally multiplicative sequence with a(p) = 29. ; 1,29,29,841,29,841,29,24389,841,841,29,24389,29,841,841,707281,29,24389,29,24389,841,841,29,707281,841,841,24389,24389,29,24389,29,20511149,841,841,841,707281,29,841,841,707281,29,24389,29,24389,24389,841,29,20511149,841,24389,841,24389,29,707281,841,707281,8...
85.75
486
0.768222
[ "Apache-2.0" ]
ckrause/cm
programs/oeis/165/A165850.asm
686
Assembly
BITS 64 ;TEST_FILE_META_BEGIN ;TEST_TYPE=TEST_F ;TEST_IGNOREFLAGS= ;TEST_FILE_META_END ; Std ;TEST_BEGIN_RECORDING std ;TEST_END_RECORDING
14.181818
25
0.762821
[ "BSD-3-Clause" ]
0xDEC0DE8/mcsema
mc-sema/validator/x86_64/tests/STD.asm
156
Assembly
; A271358: a(n) = k*Fibonacci(2*n+1) + (k+1)*Fibonacci(2*n), where k=4. ; 4,13,35,92,241,631,1652,4325,11323,29644,77609,203183,531940,1392637,3645971,9545276,24989857,65424295,171283028,448424789,1173991339,3073549228,8046656345,21066419807,55152603076,144391389421,378021565187,989673306140,2590998353233,6783321753559...
45.272727
360
0.795181
[ "Apache-2.0" ]
jmorken/loda
programs/oeis/271/A271358.asm
498
Assembly
; 縦スクロールサンプル ; INESヘッダー .inesprg 1 ; - プログラムにいくつのバンクを使うか。今は1つ。 .ineschr 1 ; - グラフィックデータにいくつのバンクを使うか。今は1つ。 .inesmir 0 ; - VRAMのミラーリングを水平にする。 .inesmap 0 ; - マッパー。0番にする。 ; ゼロページ変数 Scroll_Y = $00 ; Yスクロール値 Road_X = $01 ; 道路のX座標 Road_YL = $02 ; 道路のY座標アドレス(下位) Road_YH = $03 ; 道路のY座標アドレス...
19.651575
58
0.661324
[ "MIT", "Unlicense" ]
bokuweb/flownes
static/roms/giko016.asm
14,825
Assembly
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; Copyright(c) 2011-2018 Intel Corporation All rights reserved. ; ; Redistribution and use in source and binary forms, with or without ; modification, are permitted provided that the following conditions ; are met: ; * Redistributions of so...
47.311111
146
0.735557
[ "BSD-3-Clause" ]
01org/isa-l
mem/mem_multibinary.asm
2,129
Assembly
;Calculate the sum of series of numbers. The length of series is in memory location 2200H and the series itself begns from memory location 2201H ;Assume the sum to be 8 bit numberso you can ignore carries. Store the sum at memory location 2300H. LDA 2200H MOV C,A ;initialize the counter SUB A ;sum=0 LXI H,2201H...
37.071429
144
0.753372
[ "MIT", "Unlicense" ]
trivedi-vatsal/8085-programs
Programs/Program14.asm
519
Assembly
; PROLOGUE(mpn_divexact_1) ; Copyright 1999, 2000, 2001, 2002 Free Software Foundation, Inc. ; ; Copyright 2008 Brian Gladman ; ; This file is part of the MPIR Library. ; ; The MPIR Library is free software; you can redistribute it and/or ; modify it under the terms of the GNU Lesser General Public License as ; ...
29.081481
77
0.554763
[ "Apache-2.0" ]
CrypToolProject/CrypTool-2
LibSource/mpir/mpn/x86_64w/divexact_1.asm
3,926
Assembly
_usertests: file format elf32-i386 Disassembly of section .text: 00000000 <opentest>: // simple file system tests void opentest(void) { 0: 55 push %ebp 1: 89 e5 mov %esp,%ebp 3: 83 ec 28 sub $0x28,%esp int fd; printf(stdout, "op...
37.974417
240
0.462353
[ "MIT-0" ]
vlnvv/xv6-os
usertests.asm
268,669
Assembly
; A164675: a(n) = 8*a(n-2) for n > 2; a(1) = 1, a(2) = 12. ; 1,12,8,96,64,768,512,6144,4096,49152,32768,393216,262144,3145728,2097152,25165824,16777216,201326592,134217728,1610612736,1073741824,12884901888,8589934592,103079215104,68719476736,824633720832,549755813888,6597069766656,4398046511104,52776558133248,351843720...
37.888889
487
0.784457
[ "Apache-2.0" ]
ckrause/loda-programs
oeis/164/A164675.asm
682
Assembly
; A027982: Sum{(k+1)*T(n,2n-k)}, 0<=k<=2n, T given by A027960. ; 1,10,38,108,270,632,1426,3148,6854,14784,31674,67508,143278,303016,638882,1343388,2817942,5898128,12320650,25689988,53477246,111148920,230686578,478150508,989855590,2046820192,4227858266,8724152148,17985175374,37044092744,76235669314,156766306108,32212254...
142.642857
1,837
0.910866
[ "Apache-2.0" ]
ckrause/cm
programs/oeis/027/A027982.asm
1,997
Assembly
; A340228: a(n) is the sum of the lengths of all the segments used to draw a rectangle of height 2^(n-1) and width n divided into 2^(n-1) rectangles of unit height, in turn, divided into rectangles of unit height and lengths corresponding to the parts of the compositions of n. ; Submitted by Christian Krause ; 4,11,27,...
45.571429
277
0.77116
[ "Apache-2.0" ]
ckrause/loda-programs
oeis/340/A340228.asm
638
Assembly
# reads a character inserted by the terminal # and checks if it corresponds to "b" # .data request: .asciiz " print a letter! quick! " isb: .asciiz " \n yes! is the 'b' \n " notb: .asciiz " \n no! is not the 'b'\n " .text main: li $v0, 4 la $a0, request syscall # print the request string li $v0, 12 ...
19.117647
46
0.615385
[ "MIT" ]
DanerSound/MIPS-from-scratch
exercises/5 checkForB.asm
650
Assembly
main: LDR R0, #2 1001 1000 0000 0010 9802 LDR R1, #2 1001 1001 0000 0010 9902 LDR R2, #1 1001 1010 0000 0001 9a01 LDR R3, #0 1001 1011 0000 0000 9b00 loop: //ADC R1, R0 //0100 0001 0100 0001 //4141 ADDS R1, R1, #1 0001 1100 0100 1001 1c49 SUB R3, R3, R2 0001 1010 1001 1011 1a9b CMP R3, R2 0100 00 10 10 01 0 011 ...
9.673469
22
0.696203
[ "MIT" ]
jeanmarie-dormoy/GDEB-archi-PS5
tests/division/jm_code.asm
474
Assembly
; encoding: utf-8 ; ff3_menu_of_stomach ; ; description: ; re-implementation of fatty choccobo's (aka 'stomach') menu. ; ;================================================================================================== .ifdef _FEATURE_STOMACH_AMOUNT_1BYTE STOMACH_TEXT_BUFFER = $7400 ;;original = $73...
31.530973
105
0.516699
[ "MIT" ]
take-the-bath/ff3_hack
work/ff3_menu_of_stomach.asm
7,240
Assembly
; A015459: q-Fibonacci numbers for q=2. ; Submitted by Christian Krause ; 0,1,1,3,7,31,143,1135,10287,155567,2789039,82439343,2938415279,171774189743,12207523172527,1419381685547183,201427441344229551,46711726513354322095,13247460522448782176431,6135846878080826487812271,3478878138074894381346140335,3220429766153315252...
40.75
469
0.840491
[ "Apache-2.0" ]
ckrause/loda-programs
oeis/015/A015459.asm
652
Assembly
; A276952: Partial sums of A276950. ; 0,1,1,2,3,4,4,5,5,6,7,8,8,9,9,10,11,12,13,14,15,16,17,18,18,19,19,20,21,22,22,23,23,24,25,26,26,27,27,28,29,30,31,32,33,34,35,36,36,37,37,38,39,40,40,41,41,42,43,44,44,45,45,46,47,48,49,50,51,52,53,54,54,55,55,56,57,58,58,59,59,60,61,62,62,63,63,64,65,66,67,68,69,70,71,72,73,74,75,...
49.545455
286
0.675229
[ "Apache-2.0" ]
ckrause/cm
programs/oeis/276/A276952.asm
545
Assembly
db DEX_MANKEY ; pokedex id db 40 ; base hp db 80 ; base attack db 35 ; base defense db 70 ; base speed db 35 ; base special db FIGHTING ; species type 1 db FIGHTING ; species type 2 db 190 ; catch rate db 74 ; base exp yield INCBIN "pic/ymon/mankey.pic",0,1 ; 55, sprite dimensions dw MankeyPicFront dw MankeyPicBack ; a...
19.137931
56
0.733333
[ "Unlicense" ]
adhi-thirumala/EvoYellow
data/baseStats_original/mankey.asm
555
Assembly
; ;/* ; * FreeRTOS V202112.00 ; * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. ; * ; * Permission is hereby granted, free of charge, to any person obtaining a copy of ; * this software and associated documentation files (the "Software"), to deal in ; * the Software without restric...
25.285714
85
0.686328
[ "MIT" ]
ActoryOu/FreeRTOS
FreeRTOS/Demo/MSP430X_MSP430F5438_CCS/Demo_Source/RegTest.asm
4,425
Assembly
#d24 0x123 ; = 0x000123
23
23
0.695652
[ "Apache-2.0" ]
Artentus/customasm
tests/data_simple/9.asm
23
Assembly
; A217571: a(n) = (2*n*(n+5) + (2*n+1)*(-1)^n - 1)/8. ; 1,4,5,10,11,18,19,28,29,40,41,54,55,70,71,88,89,108,109,130,131,154,155,180,181,208,209,238,239,270,271,304,305,340,341,378,379,418,419,460,461,504,505,550,551,598,599,648,649,700,701,754,755,810,811,868,869,928,929,990,991,1054,1055,1120,1121,1188,1189,1258,1259,...
113
1,223
0.761062
[ "Apache-2.0" ]
jmorken/loda
programs/oeis/217/A217571.asm
1,356
Assembly
_ln: file format elf32-i386 Disassembly of section .text: 00000000 <main>: #include "stat.h" #include "user.h" int main(int argc, char *argv[]) { 0: 8d 4c 24 04 lea 0x4(%esp),%ecx 4: 83 e4 f0 and $0xfffffff0,%esp if(argc != 3){ 7: 83 39 03 cmpl $0x3,(%ecx)...
35.254028
59
0.402764
[ "MIT-0" ]
AhmedAmrMohamed/os-ass
ln.asm
37,193
Assembly
ICW1 equ 00010001b ; ICW4 needed ICW3_MASTER equ 00000100b ICW3_SLAVE equ 00000010b ICW4 equ 00000001b ; 8086/88 mode PIC1 equ 0x20 ; IO base address for master 8259 PIC PIC2 equ 0xa0 ; addr for slave PIC PIC1_CMD equ...
24.037736
94
0.613815
[ "MIT" ]
SlumberousForests/octOs
subprojects/kernel/src/arch/i386/pic.asm
1,274
Assembly
; A094025: Expansion of (1+3x)/((1-x^2)(1-3x^2)). ; 1,3,4,12,13,39,40,120,121,363,364,1092,1093,3279,3280,9840,9841,29523,29524,88572,88573,265719,265720,797160,797161,2391483,2391484,7174452,7174453,21523359,21523360,64570080,64570081,193710243,193710244 mov $1,$0 lpb $0 trn $0,2 add $2,1 add $1,$2 mov $2,$1 ...
25.5
205
0.683473
[ "Apache-2.0" ]
jmorken/loda
programs/oeis/094/A094025.asm
357
Assembly
; A082286: a(n) = 18*n + 10. ; 10,28,46,64,82,100,118,136,154,172,190,208,226,244,262,280,298,316,334,352,370,388,406,424,442,460,478,496,514,532,550,568,586,604,622,640,658,676,694,712,730,748,766,784,802,820,838,856,874,892,910,928,946,964,982,1000,1018,1036,1054,1072,1090,1108,1126,1144,1162,1180,1198,1216,1234,1252...
82
441
0.743902
[ "Apache-2.0" ]
ckrause/cm
programs/oeis/082/A082286.asm
492
Assembly
# command-line-arguments "".Closures STEXT size=82 args=0x0 locals=0x18 0x0000 00000 (labels.go:5) TEXT "".Closures(SB), $24-0 0x0000 00000 (labels.go:5) MOVQ (TLS), CX 0x0009 00009 (labels.go:5) CMPQ SP, 16(CX) 0x000d 00013 (labels.go:5) JLS 75 0x000f 00015 (labels.go:5) SUBQ $24, SP 0x0013 00019 (labels.go:5) M...
50.445902
87
0.655466
[ "BSD-2-Clause" ]
0xflotus/compiler-explorer
test/golang/labels.asm
15,423
Assembly
; Listing generated by Microsoft (R) Optimizing Compiler Version 19.16.27027.1 TITLE C:\Users\DAG\Documents\_Clients\CodeProject Authors Group\Windows on ARM\libxml2\libxml2-2.9.9\xmlsave.c .686P .XMM include listing.inc .model flat INCLUDELIB MSVCRT INCLUDELIB OLDNAMES _DATA SEGMENT COMM _xmlMalloc:DWORD COMM...
21.419185
111
0.641138
[ "MIT" ]
txwizard/libxml2_x64_and_ARM
win32/VC10/Win32/libxml2_Release/xmlsave.asm
251,654
Assembly
;* ;* CW : Character Windows ;* ;* kbd_code.asm : Start of KBD code ;***************************************************************************** sBegin DRV assumes CS,DRV assumes ds,NOTHING assumes ss,NOTHING ORG 0H ;* start of .KBD file ;************************************************************...
23.974359
78
0.524064
[ "Apache-2.0" ]
minblock/msdos
45/beef/drv/kbd/inc/kbd_code.asm
935
Assembly
; A030119: a(n) = a(n-1) + a(n-2) + n, a(0) = a(1) = 1. ; 1,1,4,8,16,29,51,87,146,242,398,651,1061,1725,2800,4540,7356,11913,19287,31219,50526,81766,132314,214103,346441,560569,907036,1467632,2374696,3842357,6217083,10059471,16276586,26336090,42612710,68948835,111561581,180510453,292072072,472582564,764654676,123723728...
28.790698
714
0.684976
[ "Apache-2.0" ]
jmorken/loda
programs/oeis/030/A030119.asm
1,238
Assembly
; A140766: a(n) = 6*a(n-1) - 6*a(n-2). ; 1,5,24,114,540,2556,12096,57240,270864,1281744,6065280,28701216,135815616,642686400,3041224704,14391229824,68100030720,322252805376,1524916647936,7215983055360,34146398444544,161582492335104,764616563343360,3618204426049536 mov $1,1 mov $2,$0 lpb $2,1 add $3,$1 mul $1,2 m...
25.266667
225
0.712401
[ "Apache-2.0" ]
karttu/loda
programs/oeis/140/A140766.asm
379
Assembly
; A093526: Numerators of even raw moments in the distribution of line lengths for lines picked at random in the unit disk. ; 1,1,5,7,42,22,429,715,4862,8398,58786,52003,742900,1337220,646323,17678835,129644790,79606450,1767263190,328206021,8155422340,45741281820,343059613650,107492012277,4861946401452,9183676536076 ad...
41.7
193
0.7506
[ "Apache-2.0" ]
ckrause/cm
programs/oeis/093/A093526.asm
417
Assembly