max_stars_repo_path stringlengths 3 255 | max_stars_repo_name stringlengths 5 116 | max_stars_count int64 0 107k | id stringlengths 1 7 | content stringlengths 63 1.05M |
|---|---|---|---|---|
programs/oeis/072/A072345.asm | karttu/loda | 0 | 45757 | <reponame>karttu/loda<gh_stars>0
; A072345: Volume of n-dimensional sphere of radius r is V_n*r^n = Pi^(n/2)*r^n/(n/2)! = C_n*Pi^floor(n/2)*r^n; sequence gives numerator of C_n.
; 1,2,1,4,1,8,1,16,1,32,1,64,1,128,1,256,1,512,1,1024,1,2048,1,4096,1,8192,1,16384,1,32768,1,65536,1,131072,1,262144,1,524288,1,1048576,1,2097... |
engine/battle/move_effects/beat_up.asm | AtmaBuster/pokeplat-gen2 | 6 | 45758 | BattleCommand_beatup:
; beatup
call ResetDamage
ldh a, [hBattleTurn]
and a
jp nz, .enemy_beats_up
ld a, [wPlayerSubStatus3]
bit SUBSTATUS_IN_LOOP, a
jr nz, .next_mon
ld c, 20
call DelayFrames
xor a
ld [wPlayerRolloutCount], a
ld [wd002], a
ld [wBeatUpHitAtLeastOnce], a
jr .got_mon
.next_mon
ld a, [wP... |
programs/oeis/321/A321811.asm | neoneye/loda | 22 | 45759 | <reponame>neoneye/loda
; A321811: Sum of 7th powers of odd divisors of n.
; 1,1,2188,1,78126,2188,823544,1,4785157,78126,19487172,2188,62748518,823544,170939688,1,410338674,4785157,893871740,78126,1801914272,19487172,3404825448,2188,6103593751,62748518,10465138360,823544,17249876310,170939688,27512614112,1,42637932336,... |
extern/ttmath/ttmathuint_x86_64_msvc.asm | AlexeyMochalov/firebird | 988 | 45760 | ;
; This file is a part of TTMath Bignum Library
; and is distributed under the (new) BSD licence.
; Author: <NAME> <<EMAIL>>
;
;
; Copyright (c) 2009, <NAME>
; All rights reserved.
;
; Redistribution and use in source and binary forms, with or without
; modification, are permitted provided that the following condit... |
oeis/249/A249060.asm | neoneye/loda-programs | 11 | 45761 | <filename>oeis/249/A249060.asm<gh_stars>10-100
; A249060: Column 1 of the triangular array at A249057.
; 1,4,5,24,35,192,315,1920,3465,23040,45045,322560,675675,5160960,11486475,92897280,218243025,1857945600,4583103525,40874803200,105411381075,980995276800,2635284526875,25505877196800,71152682225625,714164561510400,206... |
oeis/026/A026218.asm | neoneye/loda-programs | 11 | 45764 | ; A026218: a(n) = (1/3)*(s(n) + 2), where s(n) is the n-th number congruent to 1 mod 3 in A026177.
; Submitted by <NAME>
; 1,2,4,6,3,8,10,12,5,14,16,18,7,20,22,24,9,26,28,30,11,32,34,36,13,38,40,42,15,44,46,48,17,50,52,54,19,56,58,60,21,62,64,66,23,68,70,72,25,74,76,78,27,80,82,84,29,86,88,90,31,92,94
mov $1,$0
mul $0... |
oeis/006/A006010.asm | neoneye/loda-programs | 11 | 45765 | <reponame>neoneye/loda-programs
; A006010: Number of paraffins (see Losanitsch reference for precise definition).
; Submitted by <NAME>
; 1,5,20,52,117,225,400,656,1025,1525,2196,3060,4165,5537,7232,9280,11745,14661,18100,22100,26741,32065,38160,45072,52897,61685,71540,82516,94725,108225,123136,139520,157505,177157,198... |
artwork/barbaro_golpe1.asm | fjpena/sword-of-ianna-zx | 67 | 45766 | <gh_stars>10-100
; ASM source file created by SevenuP v1.21
; SevenuP (C) Copyright 2002-2007 by <NAME>, aka Metalbrain
;GRAPHIC DATA:
;Pixel Size: ( 24, 32)
;Char Size: ( 3, 4)
;Frames: 6
;Sort Priorities: X char, Char line, Y char, Frame number
;Data Outputted: Gfx
;Interleave: Sprit... |
src/music_fish/play.asm | demoscene-source-archive/from-the-seas-to-the-stars | 0 | 45767 | ; Stand-alone executable for playing an Oidos song.
%include "oidos.inc"
global _main
extern __imp__fopen
extern __imp__fwrite
extern __imp__fclose
extern __imp__printf
extern __imp__GetAsyncKeyState@4
extern __imp__ExitProcess@4
extern __imp__Sleep@4
section main text align=1
_main:
push message
push messagefo... |
libsrc/oz/ozinput/ozkeyupper.asm | meesokim/z88dk | 0 | 45768 | <reponame>meesokim/z88dk
;
; Sharp OZ family functions
;
; ported from the OZ-7xx SDK by by <NAME>
; by <NAME> - Oct. 2003
;
;
; int ozkeyupper(char mask);
; returns key pressed bitmap for upper part of keyboard
;
; ------
; $Id: ozkeyupper.asm,v 1.3 2015/01/19 01:33:02 pauloscustodio Exp $
;
PUBLIC ozkeyupper
ozk... |
MSDOS/Virus.MSDOS.Unknown.azusa.asm | fengjixuchui/Family | 3 | 45769 | <filename>MSDOS/Virus.MSDOS.Unknown.azusa.asm
; AZUSA virus
;
; Discovered an commented by <NAME>
; Hungarian VirusBuster Team
; Address: 1399 Budapest
; P.O. box 701/349
; HUNGARY
217D:0100 E98B0... |
Language/language2.asm | Unshifted1337/AssemblyExercises | 0 | 45771 | f2:
pushq %rbx
xorl %ebx, %ebx
.L3:
movl %ebx, %edi
addl $1, %ebx
call callfunc
cmpl $10, %ebx
jne .L3
popq %rbx
ret
|
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_557.asm | ljhsiun2/medusa | 9 | 45772 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r14
push %r9
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0x2319, %rsi
lea addresses_WT_ht+0xdd19, %rdi
clflush (%rdi)
cmp $31463, %r14
mov $89, %rcx
rep movsw
nop
nop
add $40658, %r11
lea addresses_D_ht+0x1be... |
programs/oeis/172/A172132.asm | karttu/loda | 0 | 45773 | ; A172132: Number of ways to place 2 nonattacking knights on an n X n board.
; 0,6,28,96,252,550,1056,1848,3016,4662,6900,9856,13668,18486,24472,31800,40656,51238,63756,78432,95500,115206,137808,163576,192792,225750,262756,304128,350196,401302,457800,520056,588448,663366,745212,834400,931356,1036518,1150336,1273272,140... |
Transynther/x86/_processed/P/_zr_/i9-9900K_12_0xa0_notsx.log_8662_1123.asm | ljhsiun2/medusa | 9 | 45774 | <filename>Transynther/x86/_processed/P/_zr_/i9-9900K_12_0xa0_notsx.log_8662_1123.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r15
push %r8
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0xbe6c, %rsi
lea addresses_WC_ht+0xb05c, %rdi
nop
nop
cmp $54185, %r8
mov $32, %rcx
rep movsl
sub $650... |
Transynther/x86/_processed/US/_zr_/i9-9900K_12_0xca.log_21829_1842.asm | ljhsiun2/medusa | 9 | 45775 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r14
push %r15
push %r9
push %rax
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0x2dd8, %rdi
nop
nop
sub $34783, %rax
movups (%rdi), %xmm2
vpextrq $0, %xmm2, %r14
nop
nop
and %r9, %r9
lea addresses_normal_ht+0x10a98, %rsi
lea addresses_WT_ht... |
CONTADOR FREE RUNNING/CONT_FREE_RUNNING.asm | brandonEsquivel/Dragon12plus-9S12 | 0 | 45776 | ;----------------------------------------------------------------------------
; Contador en free running con delay
; EIE, UCR
; <NAME>
; <EMAIL>
; LLamado a subrutinas y manejo de pila
;
; realiza un free running desde cero hasta CUENTA y... |
Library/SpecUI/CommonUI/CSpec/cspecGlyphDisplay.asm | steakknife/pcgeos | 504 | 45777 | <reponame>steakknife/pcgeos
COMMENT @----------------------------------------------------------------------
Copyright (c) GeoWorks 1988 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: CommonUI/CSpec
FILE: cspecGlyphDisplay.asm
ROUTINES:
Name Description
---- -----------
GLB OLBuildGlyphDisplay... |
src/intel/tools/tests/gen6/frc.asm | SoftReaper/Mesa-Renoir-deb | 0 | 45778 | <filename>src/intel/tools/tests/gen6/frc.asm
frc.sat(8) m4<1>F g3<4>F { align16 1Q };
frc(8) g19<1>.xF (abs)g1<0>.xF { align16 1Q };
frc(8) g12<1>F g6<8,8,1>F { align1 1Q };
frc(16) g18<1>F g9<8... |
src/test/ref/array-length-symbolic-min.asm | jbrandwood/kickc | 2 | 45779 | // Illustrates symbolic array lengths
// Commodore 64 PRG executable file
.file [name="array-length-symbolic-min.prg", type="prg", segments="Program"]
.segmentdef Program [segments="Basic, Code, Data"]
.segmentdef Basic [start=$0801]
.segmentdef Code [start=$80d]
.segmentdef Data [startAfter="Code"]
.segment Basic
:B... |
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_1250.asm | ljhsiun2/medusa | 9 | 45780 | <filename>Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_1250.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r13
push %rax
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0x1916a, %rsi
lea addresses_WT_ht+0x87ea, %rdi
nop
nop
nop
nop
nop
cmp %r13, %r13
mov $25, %rc... |
fiat-amd64/22.66_ratio12159_seed3867572441203858_mul_poly1305.asm | dderjoel/fiat-crypto | 491 | 45782 | SECTION .text
GLOBAL mul_poly1305
mul_poly1305:
sub rsp, 0x30 ; last 0x30 (6) for Caller - save regs
mov [ rsp + 0x0 ], rbx; saving to stack
mov [ rsp + 0x8 ], rbp; saving to stack
mov [ rsp + 0x10 ], r12; saving to stack
mov [ rsp + 0x18 ], r13; saving to stack
mov [ rsp + 0x20 ], r14; saving to stack
mov [ rsp + 0x... |
Library/Kernel/Diskcopy/diskcopyHigh.asm | steakknife/pcgeos | 504 | 45783 | <filename>Library/Kernel/Diskcopy/diskcopyHigh.asm
COMMENT @-----------------------------------------------------------------------
Copyright (c) GeoWorks 1989 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: Disk copy module
FILE: diskcopyHigh.asm
AUTHOR: Cheng, 10/89
ROUTINES:
Name Description
... |
libsrc/stdio/rcmx000/fgetc_cons.asm | meesokim/z88dk | 0 | 45784 | <filename>libsrc/stdio/rcmx000/fgetc_cons.asm
;
; RCM2/3000 Stdio
;
; $Id: fgetc_cons.asm,v 1.2 2015/01/21 08:09:27 stefano Exp $
;
PUBLIC fgetc_cons
EXTERN rcmx000_cnvtab
EXTERN __recvchar
.fgetc_cons
; extern int __LIB__ fgetc(FILE *fp);
; return result in HL, when done
; We ignore FILE* fp (in BC) for now
... |
programs/oeis/075/A075327.asm | neoneye/loda | 22 | 45785 | ; A075327: Sum of n-th pair in A075325.
; 4,13,19,26,34,43,49,58,64,73,79,86,94,103,109,116,124,133,139,146,154,163,169,178,184,193,199,206,214,223,229,238,244,253,259,266,274,283,289,298,304,313,319,326,334,343,349,356,364,373,379,386,394,403,409
mov $3,$0
add $0,1
mov $1,$0
pow $1,2
mov $4,1
lpb $1
dif $1,2
mul ... |
Library/Color/UI/uiManager.asm | steakknife/pcgeos | 504 | 45786 | COMMENT @----------------------------------------------------------------------
Copyright (c) GeoWorks 1991 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: Color Library
FILE: UI/uiManager.asm
REVISION HISTORY:
Name Date Description
---- ---- -----------
Doug 7/91 Initial version
DESCRIPTION:
... |
libsrc/_DEVELOPMENT/math/float/math48/c/sdcc_iy/cm48_sdcciy_atanh_fastcall.asm | jpoikela/z88dk | 640 | 45787 |
; float atanh(float x) __z88dk_fastcall
SECTION code_clib
SECTION code_fp_math48
PUBLIC cm48_sdcciy_atanh_fastcall
EXTERN cm48_sdcciyp_dx2m48, am48_atanh, cm48_sdcciyp_m482d
cm48_sdcciy_atanh_fastcall:
call cm48_sdcciyp_dx2m48
call am48_atanh
jp cm48_sdcciyp_m482d
|
libsrc/_DEVELOPMENT/arch/zx/esxdos/c/sdcc_iy/esxdos_f_opendir_fastcall.asm | jpoikela/z88dk | 640 | 45788 | <reponame>jpoikela/z88dk
; uchar esxdos_f_opendir(char *path)
INCLUDE "config_private.inc"
SECTION code_clib
SECTION code_esxdos
PUBLIC _esxdos_f_opendir_fastcall
EXTERN asm_esxdos_f_opendir
_esxdos_f_opendir_fastcall:
ld a,__ESXDOS_DRIVE_CURRENT
ld b,0
push iy
call asm_esxdos_f_opendir
pop iy
ret
|
praks3/yl2.asm | Leonid-98/AVR_ASM | 0 | 45789 | <filename>praks3/yl2.asm
ldi r21, 0xFF
ldi r20, 0
out ddra, r21 // DDRA
out porta, r21 // PORTA
// init stack
ldi r16, 0xff
out SPL, r16
ldi r16, 0x10
out SPH, r16
// timer: normal mode
ldi r16, 0
sts 0x44, r16 // WGM02_0 = 0
// clk src (TCCR0B)
ldi r17, 0b000_0101
sts 0x45, r17
main:
;call delay_1ms
ldi r20, LOW... |
boot/legacy/Config.asm | AstralVX/AstralOS | 0 | 45790 | <filename>boot/legacy/Config.asm
;
; Configuration vars
;
%define BOOT_PROTECTED_MODE 0
;
; Index of storage - in QEMU this vale is from 'index=0,if=floppy'
;
%define DRIVE 0
;
; Address the bootlodaer Stage 2 will be loaded at
;
%define BOOTLOADER_SECOND_STAGE_ADDR 0x7E00... |
src/interrupt/idt.asm | jornedesmedt/Kernel | 0 | 45791 | %macro idt_entry 3
dw (%1 >> 16) ;offset 16:31
db %2 ;Present, DPL (2 bits), Storage segment, - gate type (4 bits)
db 0 ;Unused. always has to be zero
dw %3 ;Selector
dw %1 ;Offset 0-15
%endmacro
%macro isr_wrapper 1
pushad
cld
call %1
popad
iret
%endmacro
section .idt_text
ext... |
oeis/315/A315651.asm | neoneye/loda-programs | 11 | 45792 | ; A315651: Coordination sequence Gal.5.303.5 where G.u.t.v denotes the coordination sequence for a vertex of type v in tiling number t in the Galebach list of u-uniform tilings.
; Submitted by <NAME>
; 1,6,12,16,22,28,32,38,44,50,56,60,66,72,76,82,88,94,100,104,110,116,120,126,132,138,144,148,154,160,164,170,176,182,18... |
Library/Spreadsheet/Spreadsheet/spreadsheetPrint.asm | steakknife/pcgeos | 504 | 45793 | COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1991 -- All Rights Reserved
PROJECT: PC GEOS
MODULE:
FILE: spreadsheetPrint.asm
AUTHOR: <NAME>, Apr 26, 1991
METHODS:
Name Description
---- -----------
REVISION HISTORY:
Name Date Desc... |
Tools/Trampoline.asm | nifanfa/BootTo.NET | 1 | 45794 | <filename>Tools/Trampoline.asm
NUM_ACTIVED_PROCESSORS EQU 0x50000
AP_MAIN EQU 0x50008
STACKS EQU 0x50016
SHARED_GDT EQU 0x50024
SHARED_IDT EQU 0x50032
SHARED_PAGE_TABLE EQU 0x51000
[BITS 16]
[ORG 0x60000]
Startup:
cli
lidt [IDT]
cld
xor ax,ax
mov ds, ax
mov es, ax
... |
Appl/Icon/Format/formatUI.asm | steakknife/pcgeos | 504 | 45795 | <reponame>steakknife/pcgeos
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1992 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: Icon Editor
FILE: formatUI.asm
AUTHOR: <NAME>, Mar 27, 1993
ROUTINES:
Name Description
---- -----------
VisF... |
PORTS/tritone/tritone.asm | bushy555/ZX-Spectrum-1-Bit-Routines | 0 | 45796 | <reponame>bushy555/ZX-Spectrum-1-Bit-Routines
;Tritone v2 beeper music engine by Shiru (<EMAIL>) 03'11
;Three channels of tone, per-pattern tempo
;One channel of interrupting drums
;Feel free to do whatever you want with the code, it is PD
OP_NOP equ #00
OP_SCF equ #37
OP_ORC equ #b1
;define NO_VOLUME ;defi... |
Tests/yasm-regression/clmul.asm | 13xforever/x86-assembly-textmate-bundle | 69 | 45797 | <reponame>13xforever/x86-assembly-textmate-bundle
[bits 64]
pclmulqdq xmm1, xmm2, 5 ; out: 66 0f 3a 44 ca 05
pclmulqdq xmm1, [rax], byte 5 ; out: 66 0f 3a 44 08 05
pclmulqdq xmm1, dqword [rax], 5 ; out: 66 0f 3a 44 08 05
vpclmulqdq xmm1, xmm2, 0x10 ; out: c4 e3 71 44 ca 10
vpclmulqdq xmm1, dqword [rbx], 0x1... |
libsrc/graphics/nc/swapgfxbk.asm | jpoikela/z88dk | 640 | 45798 | ;
; Z88 Graphics Functions - Small C+ stubs
;
; Written around the Interlogic Standard Library
;
; Stubs Written by <NAME> - 15/10/98
;
;
; Page the graphics bank in/out - used by all gfx functions
; Simply does a swap...
;
; Amstrad NC version by Stefano - 2017
;
;
; $Id: swapgfxbk.... |
programs/oeis/032/A032612.asm | neoneye/loda | 22 | 45799 | ; A032612: Concatenation of n and n+7.
; 18,29,310,411,512,613,714,815,916,1017,1118,1219,1320,1421,1522,1623,1724,1825,1926,2027,2128,2229,2330,2431,2532,2633,2734,2835,2936,3037,3138,3239,3340,3441,3542,3643,3744,3845,3946,4047,4148,4249
mov $1,$0
add $1,1
mov $2,$0
add $0,1
add $1,5
lpb $1
mul $0,10
div $1,8
lp... |
sources/ippcp/asm_intel64/pcprij128encryptofbe9as.asm | dongbinghua/ipp-crypto | 233 | 45800 | ;===============================================================================
; Copyright 2015-2021 Intel Corporation
;
; Licensed under the Apache License, Version 2.0 (the "License");
; you may not use this file except in compliance with the License.
; You may obtain a copy of the License at
;
; http://www.apa... |
programs/oeis/188/A188438.asm | jmorken/loda | 1 | 45801 | ; A188438: Positions of 1 in A188436; complement of A188437.
; 8,16,21,29,37,42,50,55,63,71,76,84,92,97,105,110,118,126,131,139,144,152,160,165,173,181,186,194,199,207,215,220,228,236,241,249,254,262,270,275,283,288,296,304,309,317,325,330,338,343,351,359,364,372,377,385,393,398
mov $3,$0
mov $7,$0
add $7,1
lpb $7
m... |
sgdk/skeleton/scd/LukeProjectCD/main-us-as.asm | nehalem501/gendev | 212 | 45802 | ; =======================================================================================
; Sega CD Boot loader by <NAME>/SoullessSentinel (c) 2010
; Used with permission. This code is not released under the GPL.
; =======================================================================================
;align macr... |
third_party/virtualbox/src/VBox/Runtime/common/asm/ASMRdMsrEx.asm | Fimbure/icebox-1 | 521 | 45803 | <filename>third_party/virtualbox/src/VBox/Runtime/common/asm/ASMRdMsrEx.asm<gh_stars>100-1000
; $Id: ASMRdMsrEx.asm $
;; @file
; IPRT - ASMRdMsrEx().
;
;
; Copyright (C) 2013-2017 Oracle Corporation
;
; This file is part of VirtualBox Open Source Edition (OSE), as
; available from http://www.virtualbox.org. This file ... |
programs/oeis/083/A083068.asm | neoneye/loda | 22 | 45804 | ; A083068: 7th row of number array A083064.
; 1,7,55,439,3511,28087,224695,1797559,14380471,115043767,920350135,7362801079,58902408631,471219269047,3769754152375,30158033218999,241264265751991,1930114126015927,15440913008127415,123527304065019319
mov $1,8
pow $1,$0
div $1,7
mul $1,6
add $1,1
mov $0,$1
|
oeis/038/A038990.asm | neoneye/loda-programs | 11 | 45805 | ; A038990: Expansion of (1-x-x^2+2*x^3) / ((1-x)*(1+x)*(1-3*x+x^2)).
; Submitted by <NAME>
; 1,2,5,14,37,98,257,674,1765,4622,12101,31682,82945,217154,568517,1488398,3896677,10201634,26708225,69923042,183060901,479259662,1254718085,3284894594,8599965697,22515002498,58945041797,154320122894,404015326885,1057725857762,27... |
3d/draw.asm | osgcc/descent-pc | 3 | 45806 | ;THE COMPUTER CODE CONTAINED HEREIN IS THE SOLE PROPERTY OF PARALLAX
;SOFTWARE CORPORATION ("PARALLAX"). PARALLAX, IN DISTRIBUTING THE CODE TO
;END-USERS, AND SUBJECT TO ALL OF THE TERMS AND CONDITIONS HEREIN, GRANTS A
;ROYALTY-FREE, PERPETUAL LICENSE TO SUCH END-USERS FOR USE BY SUCH END-USERS
;IN USING, DISPLAYI... |
oeis/231/A231057.asm | neoneye/loda-programs | 11 | 45807 | <reponame>neoneye/loda-programs<filename>oeis/231/A231057.asm<gh_stars>10-100
; A231057: Number of n X 2 0..3 arrays x(i,j) with each element horizontally or vertically next to at least one element with value (x(i,j)+1) mod 4, no adjacent elements equal, and upper left element zero.
; Submitted by <NAME>
; 0,2,6,20,68,... |
programs/oeis/029/A029931.asm | neoneye/loda | 22 | 45808 | ; A029931: If 2n = Sum 2^e_i, a(n) = Sum e_i.
; 0,1,2,3,3,4,5,6,4,5,6,7,7,8,9,10,5,6,7,8,8,9,10,11,9,10,11,12,12,13,14,15,6,7,8,9,9,10,11,12,10,11,12,13,13,14,15,16,11,12,13,14,14,15,16,17,15,16,17,18,18,19,20,21,7,8,9,10,10,11,12,13,11,12,13,14,14,15,16,17,12,13,14,15,15,16,17,18,16,17,18,19,19,20,21,22,13,14,15,16
m... |
Transynther/x86/_processed/NC/_zr_/i7-7700_9_0x48.log_21829_2245.asm | ljhsiun2/medusa | 9 | 45809 | .global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r13
push %r9
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_normal_ht+0x1cd2d, %r13
nop
nop
nop
nop
add $41017, %rdi
mov $0x6162636465666768, %r12
movq %r12, %xmm6
vmovups %ymm6, (%r13)
nop
nop
nop
and $52452, %rsi
lea addresses_D_ht+0x70ed, ... |
data/baseStats/koffing.asm | etdv-thevoid/pokemon-rgb-enhanced | 1 | 45810 | <reponame>etdv-thevoid/pokemon-rgb-enhanced<gh_stars>1-10
db KOFFING ; pokedex id
db 40 ; base hp
db 65 ; base attack
db 95 ; base defense
db 35 ; base speed
db 60 ; base special
db POISON ; species type 1
db POISON ; species type 2
db 190 ; catch rate
db 114 ; base exp yield
INCBIN "pic/gsmon/koffing.pic",0,1 ; 66, sp... |
libsrc/im2/im2_CreateGenericISRLight.asm | andydansby/z88dk-mk2 | 1 | 45811 | <reponame>andydansby/z88dk-mk2<filename>libsrc/im2/im2_CreateGenericISRLight.asm
; CALLER linkage for function pointers
XLIB im2_CreateGenericISRLight
LIB im2_CreateGenericISRLight_callee
XREF ASMDISP_IM2_CREATEGENERICISRLIGHT_CALLEE
.im2_CreateGenericISRLight
pop hl
pop de
pop bc
push bc
push de
... |
Transynther/x86/_processed/AVXALIGN/_st_/i9-9900K_12_0xca.log_21829_1086.asm | ljhsiun2/medusa | 9 | 45813 | <filename>Transynther/x86/_processed/AVXALIGN/_st_/i9-9900K_12_0xca.log_21829_1086.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r13
push %r14
push %rax
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_normal_ht+0x11d46, %rcx
nop
nop
nop
and $39531, %rdx
mov (%rcx), %eax
nop
nop
nop
cmp %r10, %r... |
Laboratory/Lab10.asm | Ping6666/Assembly-Language-Projects | 4 | 45814 | INCLUDE Irvine32.inc
Str_copyN PROTO,
source:PTR BYTE, ; source string address
target:PTR BYTE, ; target string address
maxChars:DWORD ; maximum number of characters to copy
main EQU start@0
.data
string_1 BYTE "", 0 ; 填入組員1學號
string_2 BYTE "", 0 ; 填入組員2學號
.code
main PROC
INVOKE Str_copyN, ; co... |
programs/oeis/016/A016157.asm | neoneye/loda | 22 | 45815 | ; A016157: Expansion of 1/((1-4x)(1-10x)).
; 1,14,156,1624,16496,165984,1663936,16655744,166622976,1666491904,16665967616,166663870464,1666655481856,16666621927424,166666487709696,1666665950838784,16666663803355136,166666655213420544
add $0,1
mov $1,10
pow $1,$0
mov $2,4
pow $2,$0
sub $1,$2
div $1,6
mov $0,$1
|
programs/oeis/250/A250758.asm | neoneye/loda | 22 | 45816 | <gh_stars>10-100
; A250758: Number of (3+1) X (n+1) 0..2 arrays with nondecreasing x(i,j)-x(i,j-1) in the i direction and nondecreasing x(i,j)+x(i-1,j) in the j direction.
; 332,756,1353,2123,3066,4182,5471,6933,8568,10376,12357,14511,16838,19338,22011,24857,27876,31068,34433,37971,41682,45566,49623,53853,58256,62832,6... |
libsrc/spectrum/uspeech/currah_speech.asm | grancier/z180 | 0 | 45817 | ;
; ZX Spectrum specific routines
; by <NAME>, 30/06/2006
;
; Currah uSpeech call, just speak as it does in BASIC
;
; int currah_speech(char *text);
;
;
; $Id: currah_speech.asm,v 1.3 2016/06/10 21:30:58 dom Exp $
;
SECTION code_clib
PUBLIC currah_speech
PUBLIC _currah_speech
EXTERN zx_setstr
currah_speech:
_cur... |
programs/oeis/157/A157623.asm | karttu/loda | 0 | 45819 | ; A157623: 781250n^2 - 455000n + 66249.
; 392499,2281249,5732499,10746249,17322499,25461249,35162499,46426249,59252499,73641249,89592499,107106249,126182499,146821249,169022499,192786249,218112499,245001249,273452499,303466249,335042499,368181249,402882499,439146249,476972499,516361249,557312499,599826249,643902499,689... |
libsrc/spectrum/display/zx_saddrcleft.asm | andydansby/z88dk-mk2 | 1 | 45820 | <filename>libsrc/spectrum/display/zx_saddrcleft.asm
; uchar __FASTCALL__ *zx_saddrcleft(void *pixeladdr)
; aralbrec 06.2007
XLIB zx_saddrcleft
.zx_saddrcleft
; enter: hl = valid screen address
; exit : carry = moved off screen
; hl = new screen address one character left with line wrap
; uses : af, hl
ld ... |
programs/oeis/098/A098360.asm | neoneye/loda | 22 | 45822 | <reponame>neoneye/loda
; A098360: Multiplication table of the cube numbers read by antidiagonals.
; 1,8,8,27,64,27,64,216,216,64,125,512,729,512,125,216,1000,1728,1728,1000,216,343,1728,3375,4096,3375,1728,343,512,2744,5832,8000,8000,5832,2744,512,729,4096,9261,13824,15625,13824,9261,4096,729,1000,5832,13824,21952,2700... |
Test_ExecuteUseMemory/testprogram-execute_use_mem.asm | colasgrenier/pipelined-mips-processor | 0 | 45823 | <gh_stars>0
#Testing Execute depends on Memory
addi $3, $3, 1200
#Delay so no hazard
addi $2, $2, 400
addi $1, $1, 400
#Store r3 in memory address 12
sw $3, 12($0)
#Will make R2 hold 1200 and R3 hold 11300
addi $2, $2, 800
addi $3, $3, 10100
#Restore R3 to 1200 (this shouldn't be using addi results, or error will ... |
2.asm | rashidulhasanhridoy/Assembly-Programming | 1 | 45824 | .MODEL SMALL
.STACK 100H
.CODE
MAIN PROC
MOV AH, 1
INT 21H
MOV BL, AL
MOV AH, 2
MOV DL, 0DH
INT 21H
MOV DL, 0AH
INT 21H
MOV DL, BL
INT 21H
MAIN ENDP
END MAIN
|
scripts/Route22Gate.asm | opiter09/ASM-Machina | 1 | 45825 | Route22Gate_Script:
call EnableAutoTextBoxDrawing
ld hl, Route22Gate_ScriptPointers
ld a, [wRoute22GateCurScript]
call CallFunctionInTable
ld a, [wYCoord]
cp 4
ld a, ROUTE_23
jr c, .asm_1e69a
ld a, ROUTE_22
.asm_1e69a
ld [wLastMap], a
ret
Route22Gate_ScriptPointers:
dw Route22GateScript0
dw Route22GateScr... |
stressfs.asm | willtran98/MIT_xv6 | 0 | 45827 | <gh_stars>0
_stressfs: file format elf32-i386
Disassembly of section .text:
00000000 <main>:
#include "fs.h"
#include "fcntl.h"
int
main(int argc, char *argv[])
{
0: 55 push %ebp
1: 89 e5 mov %esp,%ebp
3: 83 e4 f0 and $0xfffffff0,%esp
6: 57 ... |
MdePkg/Library/BaseLib/X64/SetJump.asm | CEOALT1/RefindPlusUDK | 4 | 45828 | <reponame>CEOALT1/RefindPlusUDK<filename>MdePkg/Library/BaseLib/X64/SetJump.asm
;------------------------------------------------------------------------------
;
; Copyright (c) 2006, Intel Corporation. All rights reserved.<BR>
; This program and the accompanying materials
; are licensed and made available under th... |
programs/oeis/032/A032927.asm | neoneye/loda | 22 | 45829 | ; A032927: Numbers whose set of base 6 digits is {1,2}.
; 1,2,7,8,13,14,43,44,49,50,79,80,85,86,259,260,265,266,295,296,301,302,475,476,481,482,511,512,517,518,1555,1556,1561,1562,1591,1592,1597,1598,1771,1772,1777,1778,1807,1808,1813,1814,2851,2852,2857,2858,2887,2888,2893,2894,3067,3068,3073,3074,3103,3104,3109,3110,... |
lab06/1-2-multiply/multiply.asm | adinasm/iocla-demos | 0 | 45831 | <reponame>adinasm/iocla-demos
%include "../utils/printf32.asm"
; https://en.wikibooks.org/wiki/X86_Assembly/Arithmetic
section .data
num1 db 43
num2 db 39
num1_w dw 1349
num2_w dw 9949
num1_d dd 134932
num2_d dd 994912
print_mesaj dd 'Rezultatul este: 0x', 0
section .text
extern printf
gl... |
test/include/gmp-6.1.2/mpn/div_qr_2u_pi1.asm | kcpikkt/apa | 43 | 45832 | dnl x86-64 mpn_div_qr_2u_pi1
dnl -- Divide an mpn number by an unnormalized 2-limb number,
dnl using a single-limb inverse and shifting the dividend on the fly.
dnl Copyright 2007, 2008, 2010, 2011 Free Software Foundation, Inc.
dnl This file is part of the GNU MP Library.
dnl
dnl The GNU MP Library is free ... |
programs/oeis/326/A326657.asm | karttu/loda | 0 | 45833 | <reponame>karttu/loda
; A326657: a(n) = 4*floor(n/2) + ceiling((n-1)^2/2).
; 1,0,5,6,13,16,25,30,41,48,61,70,85,96,113,126,145,160,181,198,221,240,265,286,313,336,365,390,421,448,481,510,545,576,613,646,685,720,761,798,841,880,925,966,1013,1056,1105,1150,1201,1248,1301,1350,1405,1456,1513,1566,1625,1680
mov $1,3
mov $... |
oeis/047/A047058.asm | neoneye/loda-programs | 11 | 45834 | ; A047058: a(n) = 6^n * n!.
; 1,6,72,1296,31104,933120,33592320,1410877440,67722117120,3656994324480,219419659468800,14481697524940800,1042682221795737600,81329213300067532800,6831653917205672755200,614848852548510547968000,59025489844657012604928000,6020599964155015285702656000,650224796128741650855886848000,741256267... |
Transynther/x86/_processed/US/_st_sm_/i7-7700_9_0x48_notsx.log_21829_906.asm | ljhsiun2/medusa | 9 | 45835 | .global s_prepare_buffers
s_prepare_buffers:
ret
.global s_faulty_load
s_faulty_load:
push %r11
push %r13
push %r8
push %rbp
push %rcx
push %rdi
push %rsi
// REPMOV
lea addresses_UC+0xeb6b, %rsi
lea addresses_WT+0x19ccb, %rdi
nop
nop
nop
nop
dec %r13
mov $18, %rcx
rep movsw
nop
nop
nop
nop
nop
inc %rcx
// Store
... |
ecdsa128/src/ECDSA_src/src/ECDSA_Data.asm | FloydZ/Crypto-Hash | 11 | 45837 | <filename>ecdsa128/src/ECDSA_src/src/ECDSA_Data.asm
.686p
.mmx
.model flat,stdcall
option casemap:none
option prologue:none
option epilogue:none
include ..\..\lib\gfp.inc
include ..\..\lib\ecp.inc
PUBLIC KEY_PRVKEY
PUBLIC intE
PUBLIC intK
PUBLIC signR
PUBLIC signS
PUBLIC intU1
PUBLIC intU2
PUBLIC msgDigest
PUBLIC po... |
src/util/sprite/f_cf2.asm | olifink/qspread | 0 | 45838 | ;Sprite source code generated with EASYSOURCE 1991 <NAME> Software
;**************************************************************************
; -> asm_spr_ <- 1992 Jun 13 12:44:32
section sprite
xdef mes_cf2
mes_cf2
sp1
dc.w $0100,$0000 ;form, time/adaption
... |
programs/oeis/209/A209979.asm | neoneye/loda | 22 | 45840 | <filename>programs/oeis/209/A209979.asm
; A209979: Number of unimodular 2 X 2 matrices having all elements in {1,2,...,n}.
; 0,0,4,16,28,56,68,112,140,184,212,288,316,408,452,512,572,696,740,880,940,1032,1108,1280,1340,1496,1588,1728,1820,2040,2100,2336,2460,2616,2740,2928,3020,3304,3444,3632,3756,4072,4164,4496,4652,4... |
programs/oeis/189/A189315.asm | jmorken/loda | 1 | 45841 | ; A189315: Expansion of 5*(1-3*x+x^2)/(1-5*x+5*x^2).
; 5,10,30,100,350,1250,4500,16250,58750,212500,768750,2781250,10062500,36406250,131718750,476562500,1724218750,6238281250,22570312500,81660156250,295449218750,1068945312500,3867480468750,13992675781250,50625976562500,183166503906250,662702636718750,2397680664062500,8... |
Code examples/8155 Timer/blink13.asm | tocache/Intel-8085 | 0 | 45842 | .CR 8085 To load the 8085 cross overlay
.TF blink13.hex,INT,32
.OR $0000 ;Zona de EEPROM, inicio de programa
JMP INIT ;Salta a label INIT
.OR $0050 ;Zona de programa de usuario
INIT: MVI A, 0D0H
OUT 44H ;Carga de dato en registro LSB del Timer del 8155
MVI A, 47H
OUT 45H ;Carga de dato en registr... |
programs/oeis/004/A004119.asm | karttu/loda | 1 | 45843 | <gh_stars>1-10
; A004119: a(0)=1; thereafter a(n) = 3*2^(n-1)+1.
; 1,4,7,13,25,49,97,193,385,769,1537,3073,6145,12289,24577,49153,98305,196609,393217,786433,1572865,3145729,6291457,12582913,25165825,50331649,100663297,201326593,402653185,805306369,1610612737,3221225473,6442450945,12884901889,25769803777,51539607553,103... |
Project/ECLIPSE-GCC-STM32F767IG/RVM/Debug/RVM.asm | EDI-Systems/M7M02_MuAmmonite | 7 | 45844 | <reponame>EDI-Systems/M7M02_MuAmmonite
RVM: file format elf32-littlearm
Disassembly of section .text:
08010000 <_RVM_Entry>:
8010000: 4822 ldr r0, [pc, #136] ; (801008c <_RVM_MSB_Get+0x10>)
8010002: 4923 ldr r1, [pc, #140] ; (8010090 <_RVM_MSB_Get+0x14>)
8010004: 4a23 ldr r2, [pc, #140] ; (... |
oeis/110/A110854.asm | neoneye/loda-programs | 11 | 45845 | <gh_stars>10-100
; A110854: A155750(n)-A155067(n) = prime(2n+2)-prime(2n+1)-prime(2n)+prime(2n-1).
; Submitted by <NAME>
; 1,0,0,4,0,-4,4,-4,2,2,0,-2,0,0,0,-2,0,4,0,-4,0,0,10,-10,4,4,-4,-4,2,6,-6,0,2,-4,4,0,-2,4,0,-6,0,2,4,-6,10,-8,0,8,6,-8,-4,0,0,-4,4,-4,8,-6,2,6,-6,4,0,-4,-2,2,2,6,-2,-2,-6,6,-6,0,0,0,0,6,-6,2,-2,2,0,... |
test1.asm | kishan1468/memory-management-in-xv6 | 0 | 45846 |
_test1: file format elf32-i386
Disassembly of section .text:
00001000 <main>:
{
test(n+1);
return n;
}
int main(int argc, char *argv[])
{
1000: f3 0f 1e fb endbr32
1004: 8d 4c 24 04 lea 0x4(%esp),%ecx
1008: 83 e4 f0 and $0xfffffff0,%esp
100b: ff 71 f... |
tmp_store_can_del/Boot Module.asm | zk2013/newborn | 0 | 45847 | <reponame>zk2013/newborn
; ******************************************************
; Name: Boot Module
; Author: <NAME>
; Version: 0.1
; Date: 17.02.2008 17:11:31
; last Update: 17.02.2008 17:11:33
; Forensic Lockdown Software
; (C) 2008 Vienna Computer Products
; ***********... |
src/bda.asm | retro16/blastsdk | 10 | 45848 | <gh_stars>1-10
if ..UNDEF BLS_NBDA
if BUS == BUS_MAIN
BDA_NEUTRALDATA set (CTH|CTL|CUP|CDOWN|CLEFT|CRIGHT)
BDA_NEUTRALCTRL set (CTHINT|CTR)
BDA_RECVDATA set (CTH|CTL|CUP|CDOWN|CLEFT|CRIGHT)
BDA_RECVCTRL set (CTL|CTR)
BDA_SENDDATA set (CTH|CTL|CTR|CUP|CDOWN|CLEFT|CRIGHT)
B... |
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_694.asm | ljhsiun2/medusa | 9 | 45849 | <filename>Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_694.asm<gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r14
push %r15
push %r8
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0x1a786, %rsi
lea addresses_UC_ht+0x7352, %rdi
add %r8, %r8
mov $0, %rcx
rep... |
programs/oeis/102/A102909.asm | jmorken/loda | 1 | 45851 | <gh_stars>1-10
; A102909: a(n) = Sum_{j=0..8} n^j.
; 1,9,511,9841,87381,488281,2015539,6725601,19173961,48427561,111111111,235794769,469070941,883708281,1589311291,2745954241,4581298449,7411742281,11668193551,17927094321,26947368421,39714002329,57489010371,81870575521,114861197401,158945719401,217180147159,293292210961... |
src/test/resources/library/intMath.asm | xCubeArrow/Cubelang | 3 | 45852 | <filename>src/test/resources/library/intMath.asm
min:
push rbp
mov rbp, rsp
sub rsp, 8
mov DWORD[rbp - 4], edi
mov DWORD[rbp - 8], esi
push rbx
mov eax, DWORD [rbp-4]
mov ebx, DWORD [rbp-8]
cmp edi, esi
pop rbx
jl .L1
mov eax, esi
jmp .L2
.L1:
mov eax, edi
... |
MdePkg/Library/BaseLib/Ia32/RShiftU64.nasm | nicklela/edk2 | 3,861 | 45853 | <reponame>nicklela/edk2<filename>MdePkg/Library/BaseLib/Ia32/RShiftU64.nasm
;------------------------------------------------------------------------------
;
; Copyright (c) 2006 - 2015, Intel Corporation. All rights reserved.<BR>
; SPDX-License-Identifier: BSD-2-Clause-Patent
;
; Module Name:
;
; RShiftU64.na... |
programs/oeis/164/A164765.asm | karttu/loda | 0 | 45855 | ; A164765: Partial sums of [A080782^2].
; 1,10,14,30,66,91,140,221,285,385,529,650,819,1044,1240,1496,1820,2109,2470,2911,3311,3795,4371,4900,5525,6254,6930,7714,8614,9455,10416,11505,12529,13685,14981,16206,17575,19096,20540,22140,23904,25585
mov $2,$0
add $2,1
mov $5,$0
lpb $2,1
mov $0,$5
sub $2,1
sub $0,$2
... |
Examples_relative/rela01.asm | CONCORDIASOEN341/CrossCompiler | 0 | 45856 | <gh_stars>0
; rela01.asm
lda.i16 Msg1
ldc.i8 12
lda.i16 Msg2
Msg1 .cstring "A1" ; OK. Code generated -> 41 31 00
Msg2 .cstring "B23" ; Only ASCII printable characters are allowed.
|
lib/rxl_crt0.asm | andydansby/z88dk-mk2 | 1 | 45859 | ; Startup Code for Xircom Rex 6000
;
; djm 6/3/2001
;
; $Id: rxl_crt0.asm,v 1.5 2009/06/22 21:20:05 dom Exp $
;
MODULE rex_crt0
INCLUDE "zcc_opt.def"
;--------
; Some scope declarations
;--------
XREF _main ;main() is always external to crt0
XREF _LibMain
XDEF _std_seed ;integer rand() seed
XDEF... |
programs/oeis/133/A133464.asm | neoneye/loda | 22 | 45860 | <gh_stars>10-100
; A133464: a(3n)=4^n, a(3n+1)=2*4^n, a(3n+2)=3*4^n.
; 1,2,3,4,8,12,16,32,48,64,128,192,256,512,768,1024,2048,3072,4096,8192,12288,16384,32768,49152,65536,131072,196608,262144,524288,786432,1048576,2097152,3145728,4194304,8388608,12582912,16777216,33554432
mov $1,$0
sub $1,1
mov $2,$0
lpb $1
add $2,2... |
Testing-File/Test_Ex12.asm | srsarangi/riscv-emulator | 0 | 45861 | @Assembly code to perform 31*29-50
.main:
addi x1, x0, 31
addi x2, x0, 29
mul x3, x1, x2
addi x3, x3, -50
.print x3
end |
arch/x86/smp_init.asm | jroivas/cxx-kernel | 1 | 45862 | <filename>arch/x86/smp_init.asm
;lock_address equ 0x2000
;done_address equ 0x2020
base_address equ 0x8000
[org base_address]
[bits 16]
smp_init:
cli
cld
in al, 0x92
or al, 0x02
out 0x92, al
jmp smp_prepare_32
tempgdt:
dq 0x0
.code equ $ - tempgdt
dq 0xcf9a000000ffff
.data eq... |
dino/lcs/123p/F5.asm | zengfr/arcade_game_romhacking_sourcecode_top_secret_data | 6 | 45863 | copyright zengfr site:http://github.com/zengfr/romhack
006B00 move.b (A0,D1.w), ($f5,A6)
006B06 addq.b #2, ($f4,A6) [123p+ F5]
006B0C subq.b #1, ($f5,A6)
006B10 bcs $6b2e [123p+ F5]
006B3A move.b ($48,PC,D1.w), ($f5,A6) [123p+ 3]
006B40 addq.b #2, ($f4,A6) [123p+ F5]
006B44 subq.b #1, ($f5,A6) [123... |
Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xca_notsx.log_21829_744.asm | ljhsiun2/medusa | 9 | 45864 | <filename>Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xca_notsx.log_21829_744.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r14
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_UC_ht+0xc942, %rsi
lea addresses_UC_ht+0x11142, %rdi
clflush (%rdi)
nop
nop
nop
nop
sub %r14,... |
src/utils/crypto/aes/aes_amd64.asm | simonjj22/libsafecrypto | 0 | 45865 |
; ---------------------------------------------------------------------------
; Copyright (c) 1998-2013, <NAME>, Worcester, UK. All rights reserved.
;
; The redistribution and use of this software (with or without changes)
; is allowed without the payment of fees or royalties provided that:
;
; source code distribut... |
libsrc/_DEVELOPMENT/math/integer/l_mulu_16_16x16.asm | jpoikela/z88dk | 38 | 45866 | <reponame>jpoikela/z88dk
INCLUDE "config_private.inc"
SECTION code_clib
SECTION code_math
PUBLIC l_mulu_16_16x16
; compute: hl = hl * de
; alters : af, bc, de, hl
IF __CPU_Z180__ && ((__CLIB_OPT_IMATH = 0) || (__CLIB_OPT_IMATH = 100))
EXTERN l_z180_mulu_16_16x16
defc l_mulu_16_16x16 = l_z180_mulu_16... |
fclib/inflate.asm | haramako/fc | 2 | 45867 | ; inflate - uncompress data stored in the DEFLATE format
; by <NAME> <<EMAIL>>
; Last modified: 2007-06-17
; Compile with xasm (http://xasm.atari.org/), for example:
; xasm inflate.asx /l /d:inflate=$b700 /d:inflate_data=$b900 /d:inflate_zp=$f0
; inflate is 509 bytes of code and initialized data
; inflate_data is 764 ... |
programs/oeis/155/A155611.asm | karttu/loda | 0 | 45868 | ; A155611: 6^n - 3^n + 1.
; 1,4,28,190,1216,7534,45928,277750,1673056,10058014,60407128,362619910,2176250896,13059099694,78359381128,470170635670,2821066860736,16926530304574,101559569247928,609358577749030,3656154953278576
mov $1,7
mov $2,6
pow $2,$0
lpb $0,1
sub $0,1
div $2,2
add $1,$2
lpe
sub $1,7
div $1,3
mu... |
programs/oeis/291/A291363.asm | neoneye/loda | 22 | 45869 | <reponame>neoneye/loda<gh_stars>10-100
; A291363: The arithmetic function u(n,2,8).
; 9,2,3,2,5,2,7,2,3,2,9,2,9,2,3,2,9,2,9,2,3,2,9,2,5,2,3,2,9,2,9,2,3,2,5,2,9,2,3,2,9,2,9,2,3,2,9,2,7,2,3,2,9,2,5,2,3,2,9,2,9,2,3,2,5,2,9,2,3,2,9,2,9,2,3,2,7,2,9,2,3,2,9,2,5,2,3,2,9,2,7,2,3,2,5,2,9,2,3,2
seq $0,20639 ; Lpf(n): least prim... |
src/asm/constants.asm | Threetwosevensixseven/tntp | 6 | 45870 | <filename>src/asm/constants.asm
; constants.asm
; Copyright 2019-2020 <NAME>
;
; Licensed under the Apache License, Version 2.0 (the "License");
; you may not use this file except in compliance with the License.
; You may obtain a copy of the License at
;
; http://www.apache.org/licenses/LICENSE-2.0
;
; Unless re... |
x265/source/common/x86/mc-a.asm | xu5343/ffmpegtoolkit_CentOS7 | 0 | 45871 | ;*****************************************************************************
;* mc-a.asm: x86 motion compensation
;*****************************************************************************
;* Copyright (C) 2003-2013 x264 project
;* Copyright (C) 2013-2017 MulticoreWare, Inc
;*
;* Authors: <NAME> <<EMAIL>>
;* ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.