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 |
|---|---|---|---|---|
externals/mpir-3.0.0/mpn/x86_64w/skylake/avx/rshift1.asm | JaminChan/eos_win | 12 | 207612 |
; Copyright 2016 <NAME> and <NAME>
; 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 published
; by the Free Software Foundation; either version 2.1 of the License, or (at
; your o... |
Driver/Video/VGAlike/EGA/egaAdmin.asm | steakknife/pcgeos | 504 | 207613 | <reponame>steakknife/pcgeos<gh_stars>100-1000
COMMENT }%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1988 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: Video driver
FILE: egaAdmin.asm
AUTHOR: <NAME>
ROUTINES:
Name Description
---- ----------... |
Day_2/code/digits_add_input.asm | hayrapetyan-armine/Assembly_ITC | 0 | 207614 | SYS_EXIT equ 1
SYS_READ equ 3
SYS_WRITE equ 4
STDIN equ 0
STDOUT equ 1
segment .data
msg1 db "Enter a digit ", 0xA,0xD
len1 equ $- msg1
msg2 db "Please enter a second digit", 0xA,0xD
len2 equ $- msg2
msg3 db "The sum is: "
len3 equ $- msg3
segment .bss
num1 resb 2
num2 resb ... |
Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xa0.log_21829_1697.asm | ljhsiun2/medusa | 9 | 207615 | .global s_prepare_buffers
s_prepare_buffers:
push %r15
push %r9
push %rbx
push %rcx
lea addresses_A_ht+0xb918, %r15
nop
nop
nop
nop
xor $22144, %r9
mov $0x6162636465666768, %rbx
movq %rbx, %xmm3
vmovups %ymm3, (%r15)
nop
nop
nop
nop
and $25448, %rcx
pop %rcx
pop %rbx
pop %r9
pop %r15
ret
.global s_faulty_load
s_fa... |
programs/oeis/091/A091311.asm | neoneye/loda | 22 | 207616 | <filename>programs/oeis/091/A091311.asm
; A091311: Partial sums of 3^A007814(n).
; 0,1,4,5,14,15,18,19,46,47,50,51,60,61,64,65,146,147,150,151,160,161,164,165,192,193,196,197,206,207,210,211,454,455,458,459,468,469,472,473,500,501,504,505,514,515,518,519,600,601,604,605,614,615,618,619
mov $2,$0
div $0,2
seq $0,240400... |
src/roadgen.asm | QuinnPainter/Renegade-Rush | 1 | 207617 | INCLUDE "hardware.inc"
INCLUDE "macros.inc"
; Generates one side of the road.
; \1 = 0 for left side, 1 for right side
; Sets - A B C D E H L to garbage
MACRO gen_road_side
IF \1 == 0
DEF TarRoad EQUS "TarRoadLeft"
DEF TarOtherSide EQUS "TarRoadRight"
DEF CurRoad EQUS "CurRoadLeft"
DEF RoadCollisionTableX EQUS "RoadCo... |
oeis/053/A053208.asm | neoneye/loda-programs | 11 | 207619 | <filename>oeis/053/A053208.asm<gh_stars>10-100
; A053208: Row sums of A053207.
; 0,3,10,24,52,108,220,444,892,1788,3580,7164,14332,28668,57340,114684,229372,458748,917500,1835004,3670012,7340028,14680060,29360124,58720252,117440508,234881020,469762044,939524092,1879048188,3758096380,7516192764,15032385532,30064771068,6... |
oeis/100/A100134.asm | neoneye/loda-programs | 11 | 207620 | <reponame>neoneye/loda-programs
; A100134: a(n) = Sum_{k=0..floor(n/6)} binomial(n-3k,3k).
; Submitted by <NAME>(s4)
; 1,1,1,1,1,1,2,5,11,21,36,57,86,128,194,305,497,827,1381,2287,3739,6042,9693,15519,24901,40126,64933,105364,171112,277696,450017,728201,1177181,1902321,3074733,4972113,8044478,13020029,21075947,34114553... |
programs/oeis/225/A225055.asm | jmorken/loda | 1 | 207621 | <reponame>jmorken/loda<filename>programs/oeis/225/A225055.asm
; A225055: Irregular triangle which lists the three positions of 2*n-1 in A060819 in row n.
; 1,2,4,3,6,12,5,10,20,7,14,28,9,18,36,11,22,44,13,26,52,15,30,60,17,34,68,19,38,76,21,42,84,23,46,92,25,50,100,27,54,108,29,58,116,31,62,124,33,66,132,35,70,140,37,7... |
uuu/src/cells/sound/fantasia/fantasia.asm | ekscrypto/Unununium | 7 | 207622 | <reponame>ekscrypto/Unununium<filename>uuu/src/cells/sound/fantasia/fantasia.asm
;; Fastasia sound cell
;; Copyright 2001 <NAME>
;; Distributed under the BSD license
;; * provided functions *
;;
;; __play_sound single_shot 5500 1
;; __play_sound stream 5500 2
;; __install_check sb 5570 1
;; __set_sample_rate nocla... |
main.asm | KnightOS/threadlist | 0 | 207623 | #include "kernel.inc"
.db "KEXC"
.db KEXC_ENTRY_POINT
.dw start
.db KEXC_STACK_SIZE
.dw 50
.db KEXC_KERNEL_VER
.db 0, 6
.db KEXC_HEADER_END
start:
pcall(getLcdLock)
pcall(getKeypadLock)
pcall(allocScreenBuffer)
xor a
kld((topThread), a)
kld((cursorWasAtBottom), a... |
Engine/GameModes/Credits.asm | gbcompo21/ReboundGB | 2 | 207624 | <filename>Engine/GameModes/Credits.asm<gh_stars>1-10
GM_Credits:
; TODO
ret
; ================================================================
; Subject to change as development continues
CreditsText:
; ####################
db " "
db 0,0 ; rebound logo goes here... |
002-assembly/common-bubble.asm | dingjingmaster/learn-kernel | 0 | 207625 | <reponame>dingjingmaster/learn-kernel<filename>002-assembly/common-bubble.asm
.data
array: .long 3, 2, 6, 4, 1, 9, 6, 5, 0, 10
count: .long 10
.extern print_arr_int
.text
.global _start
####################################################
# int main() {
#
# int size = 10;
# int value[5] = {3, 2, 6, 4, 1, 9,... |
P6/data_P6_2/ALUTest40.asm | alxzzhou/BUAA_CO_2020 | 1 | 207626 | lbu $3,15($0)
subu $3,$4,$3
slti $6,$3,22413
sllv $6,$2,$3
srav $4,$0,$3
ori $3,$3,29131
and $1,$3,$3
addiu $3,$3,23286
lw $4,0($0)
xori $3,$3,62860
slti $5,$1,-14026
lh $0,14($0)
xor $3,$3,$3
addu $4,$5,$3
srav $1,$3,$3
lhu $4,16($0)
sra $5,$1,17
sltu $3,$3,$3
srlv $3,$3,$3
lw $3,16($0)
slt $4,$0,$3
slti $4,$5,-18192
... |
game-projects/Zedda/GameMode/LostWoods/LostWoodsRamData.asm | wide-dot/thomson-to8-game-engine | 11 | 207627 | ; RAM variables
* ===========================================================================
* Object Constants
* ===========================================================================
* ---------------------------------------------------------------------------
* Object Status Table - OST
* -------------------... |
scripts/GameCorner.asm | AmateurPanda92/pokemon-rby-dx | 9 | 207629 | <reponame>AmateurPanda92/pokemon-rby-dx
GameCorner_Script:
call CeladonGameCornerScript_48bcf
call CeladonGameCornerScript_48bec
call EnableAutoTextBoxDrawing
ld hl, GameCorner_ScriptPointers
ld a, [wGameCornerCurScript]
jp CallFunctionInTable
CeladonGameCornerScript_48bcf:
ld hl, wCurrentMapScriptFlags
bit 6,... |
asm_1_dcl/dcl.asm | mvxxx/operating-systems | 0 | 207630 | ;;;;;;;;;;;;;;;;;;;;;;;;;;
; DCL Encryption machine ;
;;;;;;;;;;;;;;;;;;;;;;;;;;
BUFFSZ equ 2912 ; input buffer size
REQARGS equ 5 ; required arguments
P2T42M1 equ 0x3FFFFFFFFFF ; 2^{42} - 1
ALSIZE equ 42 ; alphabet size
... |
programs/oeis/276/A276352.asm | neoneye/loda | 22 | 207631 | <reponame>neoneye/loda<filename>programs/oeis/276/A276352.asm
; A276352: a(n) = 100^n - 10^n.
; 0,90,9900,999000,99990000,9999900000,999999000000,99999990000000,9999999900000000,999999999000000000,99999999990000000000,9999999999900000000000,999999999999000000000000,99999999999990000000000000,999999999999990000000000000... |
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2.log_21829_127.asm | ljhsiun2/medusa | 9 | 207632 | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %rax
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_A_ht+0x69b0, %rax
clflush (%rax)
nop
add %rcx, %rcx
mov $0x6162636465666768, %r12
movq %r12, %xmm3
movups %xmm3, (%rax)
nop
nop
nop
sub %rdx, %rdx
lea addresses_WC_ht+0xb310, %r11
nop
sub %rd... |
DefaultDispatch.asm | nanabingies/KiLogr | 0 | 207633 | <gh_stars>0
.text:00401400 ; =============== S U B R O U T I N E =======================================
.text:00401400
.text:00401400 ; Attributes: bp-based frame
.text:00401400
.text:00401400 sub_401400 proc near ; DATA XREF: sub_401250+6↑o
.text:00401400 ; .... |
programs/oeis/119/A119930.asm | karttu/loda | 0 | 207635 | <gh_stars>0
; A119930: Sum of the numbers of the matrix A111490 along a boustrophedon path: a11, a11+a12, a11+a12+a21, etc.
; 1,2,3,4,6,7,8,9,11,12,13,15,18,20,21,22,23,24,27,29,30
mov $4,$0
add $4,1
mov $6,$0
lpb $4,1
mov $0,$6
sub $4,1
sub $0,$4
mov $3,2
lpb $0,1
lpb $0,1
sub $0,$3
add $3,1... |
oeis/020/A020935.asm | neoneye/loda-programs | 11 | 207636 | <filename>oeis/020/A020935.asm<gh_stars>10-100
; A020935: Greatest k such that (k-th prime) < (5 times n-th prime).
; Submitted by <NAME>
; 4,6,9,11,16,18,23,24,30,34,36,42,46,47,51,56,62,62,67,71,72,77,80,86,92,96,97,99,100,103,115,119,124,125,132,133,137,141,145,150,154,154,162,162,166,167,177,186,189,189,192,196,197... |
oeis/190/A190314.asm | neoneye/loda-programs | 11 | 207637 | ; A190314: The number of cycles in the digraph representation of all endofunctions on {1,2,...,n}.
; Submitted by <NAME>
; 0,1,5,38,390,5049,78960,1447886,30461872,723267369,19130274880,557794986814,17775137850624,614607897664305,22917282895782912,916671255921364950,39152092883971954688,1778431981539189344177,856076841... |
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48.log_21829_1819.asm | ljhsiun2/medusa | 9 | 207640 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r13
push %r9
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0x7e7, %r13
nop
nop
nop
nop
cmp %r12, %r12
mov (%r13), %r10d
nop
nop
nop
nop
xor %rbx, %rbx
lea addresses_WT_ht+0x1d47, %r9
clflush (%r9)
and $50113, %r12
mov (%... |
Projects/PJZ2/IntroWrapper.asm | jonathanbennett73/amiga-pjz-planet-disco-balls | 21 | 207641 | <filename>Projects/PJZ2/IntroWrapper.asm
*****************************************************************************
; Name : IntroWrapper.s
; Coded by : Antiriad (<NAME> <<EMAIL>)
; Description : The main wrapper for the entire intro.
; Date last edited : 24/05/2019
***************************************... |
source/command/graphics/saveiff.asm | mega65dev/rom-assembler | 0 | 207642 | <filename>source/command/graphics/saveiff.asm
; ********************************************************************************************
; ********************************************************************************************
;
; Name : saveiff.asm
; Purpose : ..
; Created : 15th Nov 1991
; Updated :... |
libsrc/enterprise/exos_open_channel.asm | andydansby/z88dk-mk2 | 1 | 207646 | ;
; Enterprise 64/128 specific routines
; by <NAME>, 2011
;
; exos_open_channel(unsigned char ch_number, char *device);
;
;
; $Id: exos_open_channel.asm,v 1.2 2011/03/15 14:34:08 stefano Exp $
;
XLIB exos_open_channel
LIB exos_open_channel_callee
XREF ASMDISP_EXOS_OPEN_CHANNEL_CALLEE
exos_open_channel:
... |
libsrc/math/mbf64/c/sccz80/___mbf64_setup_comparison.asm | jpoikela/z88dk | 640 | 207647 | <filename>libsrc/math/mbf64/c/sccz80/___mbf64_setup_comparison.asm
SECTION code_fp_mbf64
PUBLIC ___mbf64_setup_comparison
INCLUDE "mbf64.def"
EXTERN ___mbf64_FA
; Put the two arguments into the required places
;
; Entry: dehl = right hand operand
; Stack: defw return address
; defw callee return a... |
libsrc/z88math/dswap.asm | dex4er/deb-z88dk | 1 | 207648 | <filename>libsrc/z88math/dswap.asm
;
; Z88dk Z88 Maths Library
;
;
; $Id: dswap.asm,v 1.1 2002/01/21 20:36:07 dom Exp $
XLIB dswap
LIB fsetup
LIB stkequ2
; Swaps FA for that on top of stack
.dswap
call fsetup ;deDEB = FA hlHLC = stacked (caps = this set)
call stkequ2 ;place hlHLC in FA, return ... |
sources/ippcp/asm_ia32/pcprij128ccmg9as.asm | dongbinghua/ipp-crypto | 233 | 207649 | ;===============================================================================
; Copyright 2014-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... |
Transynther/x86/_processed/NONE/_xt_sm_/i3-7100_9_0x84_notsx.log_21829_1853.asm | ljhsiun2/medusa | 9 | 207650 | .global s_prepare_buffers
s_prepare_buffers:
push %r8
push %rax
push %rbp
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_normal_ht+0xaf86, %rsi
lea addresses_A_ht+0xf276, %rdi
nop
nop
nop
lfence
mov $27, %rcx
rep movsq
nop
nop
nop
add $30939, %rax
lea addresses_normal_ht+0x9716, %rsi
lea addresses_WC_h... |
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_147_639.asm | ljhsiun2/medusa | 9 | 207651 | .global s_prepare_buffers
s_prepare_buffers:
push %r13
push %r15
push %r8
push %rcx
lea addresses_UC_ht+0xebcd, %r8
and $33966, %r13
mov (%r8), %rcx
nop
nop
nop
nop
nop
xor $51331, %r15
pop %rcx
pop %r8
pop %r15
pop %r13
ret
.global s_faulty_load
s_faulty_load:
push %r10
push %r13
push %r14
push %r15
push %r8
push... |
oeis/180/A180317.asm | neoneye/loda-programs | 11 | 207652 | <filename>oeis/180/A180317.asm
; A180317: Decimal expansion of the torsional rigidity constant for an equilateral triangular shaft.
; Submitted by <NAME>(s2)
; 0,2,1,6,5,0,6,3,5,0,9,4,6,1,0,9,6,6,1,6,9,0,9,3,0,7,9,2,6,8,8,2,3,4,0,4,5,8,6,7,8,5,0,6,5,6,7,2,6,2,9,7,5,7,8,5,0,6,9,7,5,8,7,2,4,3,1,4,9,1,6,2,7,1,1,3,6,0,0,0,... |
Driver/Socket/IRLAP/irlapManager.asm | steakknife/pcgeos | 504 | 207656 | <reponame>steakknife/pcgeos
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1994 -- All Rights Reserved
PROJECT: PC GEOS
MODULE:
FILE: irlapManager.asm
AUTHOR: <NAME>, Mar 24, 1994
METHODS:
Name Description
---- -----------
ROUTINE... |
16b_subtraction.a51 | M4kPaul/Assembly-8051 | 0 | 207657 | <reponame>M4kPaul/Assembly-8051<gh_stars>0
;===============================================================================
; 16b - 16b
; Positive integers only, 1st byte must be greater than the 2nd one
;===============================================================================
include REG515.INC ;SFR Tabl... |
oeis/168/A168597.asm | neoneye/loda-programs | 11 | 207660 | <filename>oeis/168/A168597.asm<gh_stars>10-100
; A168597: Squares of the central trinomial coefficients (A002426).
; Submitted by <NAME>
; 1,1,9,49,361,2601,19881,154449,1225449,9853321,80156209,658076409,5444816521,45343869481,379735715529,3195538786449,27004932177129,229066136374761,1949470542590481,16640188083903609... |
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_2498.asm | ljhsiun2/medusa | 9 | 207661 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r13
push %r8
push %r9
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0xd777, %r13
nop
nop
nop
add %rbp, %rbp
mov (%r13), %r9d
nop
nop
add $35296, %r13
lea addresses_WT_ht+0x18f4b, %r12
nop
nop
nop
nop
nop
sub %r9, %r9
mov (%r12), %r... |
oeis/221/A221917.asm | neoneye/loda-programs | 11 | 207662 | <reponame>neoneye/loda-programs
; A221917: Difference between area/L^2 and perimeter/L, with some length unit L, of a rectangle n X m, n >= m >= 0.
; Submitted by <NAME>
; 0,-2,-3,-4,-4,-4,-6,-5,-4,-3,-8,-6,-4,-2,0,-10,-7,-4,-1,2,5,-12,-8,-4,0,4,8,12,-14,-9,-4,1,6,11,16,21,-16,-10,-4,2,8,14,20,26,32,-18,-11,-4,3,10,17,... |
Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xa0.log_21829_393.asm | ljhsiun2/medusa | 9 | 207663 | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r13
push %r8
push %r9
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0x113d7, %rsi
lea addresses_A_ht+0x9ffb, %rdi
nop
nop
nop
add $57911, %r9
mov $113, %rcx
rep movsb
nop
nop
nop
nop
cmp $22808, %r13
lea addresses_A_ht+0x1d8d7, %r8
and %r11, %r11
mov (%r8... |
libsrc/_DEVELOPMENT/math/float/math32/lm32/c/sccz80/exp10.asm | jpoikela/z88dk | 0 | 207664 |
SECTION code_fp_math32
PUBLIC exp10
EXTERN cm32_sccz80_exp10
defc exp10 = cm32_sccz80_exp10
; SDCC bridge for Classic
IF __CLASSIC
PUBLIC _exp10
defc _exp10 = exp10
ENDIF
|
examples/65Org16.boot.asm | tmr4/py65 | 157 | 207665 | <reponame>tmr4/py65<gh_stars>100-1000
.LIST
; bootrom for py65 monitor in 65Org16 mode
; based on
; Intel Hex format loader by <NAME> (9 February 2001, freeware)
; from http: http://www.6502.org/source/monitors/intelhex/intelhex.htm
;
; use this monitor like this:
; py65mon -m 65org16
; load bootrom.bin fe00
; ... |
oeis/084/A084919.asm | neoneye/loda-programs | 11 | 207666 | ; A084919: First differences of A048093.
; Submitted by <NAME>
; 1,1,3,4,5,6,7,56,36,45,55,66,78,91,1365,560,680,816,969,1140,1330,1540,1771,42504,12650,14950,17550,20475,23751,27405,31465,35960,40920,46376,1623160,376992,435897
mov $2,$0
mov $4,2
lpb $4
mov $0,$2
sub $4,1
add $0,$4
max $0,0
seq $0,48093 ; N... |
oeis/271/A271785.asm | neoneye/loda-programs | 11 | 207667 | <reponame>neoneye/loda-programs<gh_stars>10-100
; A271785: a(n) = Sum_{k=0..(n-1)/2} (n+2-k)*binomial(n-1-k,k).
; Submitted by <NAME>
; 0,3,4,9,16,30,54,97,172,303,530,922,1596,2751,4724,8085,13796,23478,39858,67517,114140,192603,324454,545714,916536,1537275,2575204,4308897,7201912,12025038,20058990,33430297,55667596,9... |
alink/rtn.asm | Lucky-sudo/OS | 0 | 207669 | ;NASM Win32 resource sample
; compile and link with
;
;nasm -fobj rtn.asm
;
;alink -oPE rtn win32.lib rtn.res
[extern DialogBoxParamA]
[extern GetModuleHandleA]
[extern ExitProcess]
[extern EndDialog]
WM_INITDIALOG equ 0110h
WM_COMMAND equ 0111h
IDOK equ 1
[segment code public use32 class='CODE'... |
asm/hello.asm | melanj/my-spare-time-work | 0 | 207670 | global _start
section .text
_start:
mov eax, 4 ; write
mov ebx, 1 ; stdout
mov ecx, msg
mov edx, msg.len
int 0x80 ; write(stdout, msg, strlen(msg));
mov eax, 1 ; exit
mov ebx, 0
int 0x80 ; exit(0)
section .data
msg: db "Hello, world!", 10
.len: equ $ - msg
|
Transynther/x86/_processed/AVXALIGN/_st_/i9-9900K_12_0xca_notsx.log_21829_375.asm | ljhsiun2/medusa | 9 | 207672 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %rax
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WC_ht+0xafe8, %rbx
nop
nop
nop
nop
nop
xor %rdx, %rdx
mov $0x6162636465666768, %r11
movq %r11, (%rbx)
nop
nop
nop
add %rax, %rax
lea addresses_A_ht+0x13478, %rsi
lea addresses_norma... |
LCD tests/crawl.asm | xfrings/8051-Experiments | 0 | 207673 | <reponame>xfrings/8051-Experiments<filename>LCD tests/crawl.asm
;16 ALPHA END TO END NON-CONTINUOUS CRAWLING DISPLAY
;10/08/2007
;CHECKED AND TESTED ON AT89C51
;PROGRAM RUN--------SUCCESS
ORG 0000H ; P1.1-RS
SJMP 0030H ; P1.2-R/W
ORG 0030H ; P1.3-EN
; PORT2 FOR DATA OUT
START: CLR A
MOV P1,A
M... |
Code/helloWorld/helloworld.asm | QuinnPainter/6502Computer | 0 | 207674 | <filename>Code/helloWorld/helloworld.asm
.include viaInfo.asm
.include biosFunctions.asm
.org $2000
lda #helloString & $FF
sta $00
lda #helloString >> 8
sta $01
jsr BIOSUtilityFunc + printstring
rts
helloString: .string "Hello, world!\r\n" |
programs/oeis/306/A306771.asm | karttu/loda | 0 | 207677 | ; A306771: Numbers m such that phi(m) = phi(i + j) = phi(i) + phi(j) and phi(m) = phi(k * l) = phi(k) * phi(l) for some i, j, k, l, where phi is the Euler totient function A000010.
; 3,15,21,33,39,51,57,69,75,87,93,105,111,123,129,141,147,159,165,177,183,195,201,213,219,231,237,249,255,267,273,285,291,303,309,321,327,3... |
malban/Release/VRelease/Release.History/VRelease_2017_04_14/Song/track_17_08.asm | mikepea/vectrex-playground | 5 | 207678 | dw $0040
track_17_08:
db $F7, $77, $86, $3C, $7B, $D8, $E0, $60, $3B, $5D
db $D8, $E9, $EF, $63, $81, $80, $0E, $97, $76, $38
db $FB, $D8, $E0, $60, $39, $5D, $D8, $E1, $EF, $60
db $00, $E3, $77, $63, $87, $BD, $80, $35, $DD, $8D
db $EF, $60, $00 |
MicroProcessor Lab Programs/scrlock.asm | vallabhiaf/4thSemIse | 0 | 207679 | ;NOTE: THIS CODE IS INCOMPLETE....
assume cs:code,ds:data
data segment
str db "Enter password: ","$";
n db n-str;length of string
ipass db 100 dup(?)
spass db "<PASSWORD>"
ilen dw ?
allow db 0ah,"Access Granted!","$"
deny db 0ah,"Access Denied","$"
... |
Aurora/Aurora/x64/Debug/vmsvga.asm | manaskamal/aurora-xeneva | 8 | 207680 | ; Listing generated by Microsoft (R) Optimizing Compiler Version 17.00.50727.1
include listing.inc
INCLUDELIB LIBCMT
INCLUDELIB OLDNAMES
PUBLIC ?svga_dev@@3U_svga_drive_@@A ; svga_dev
_BSS SEGMENT
?svga_dev@@3U_svga_drive_@@A DB 0100060H DUP (?) ; svga_dev
_BSS ENDS
CONST SEGMENT
$SG5799 DB 'No VMware SVGA device... |
macros.asm | FieryMewtwo/aedx | 0 | 207681 | <reponame>FieryMewtwo/aedx
INCLUDE "macros/enum.asm"
INCLUDE "macros/predef.asm"
INCLUDE "macros/rst.asm"
INCLUDE "macros/data.asm"
INCLUDE "macros/code.asm"
INCLUDE "macros/gfx.asm"
INCLUDE "macros/coords.asm"
INCLUDE "macros/scripts/audio.asm"
INCLUDE "macros/scripts/maps.asm"
INCLUDE "macros/scripts/events.asm"
INC... |
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_334.asm | ljhsiun2/medusa | 9 | 207682 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r13
push %r8
push %rax
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_UC_ht+0x1b8dd, %rsi
lea addresses_WT_ht+0x69d, %rdi
nop
nop
nop
nop
sub %r13, %r13
mov $126, %rcx
rep movsl
nop
nop
nop
nop
nop
inc %r8
lea addresses_D_ht+0... |
libsrc/_DEVELOPMENT/string/c/sdcc_iy/strrchr_callee.asm | jpoikela/z88dk | 640 | 207684 | <gh_stars>100-1000
; char *strrchr_callee(const char *s, int c)
SECTION code_clib
SECTION code_string
PUBLIC _strrchr_callee
EXTERN asm_strrchr
_strrchr_callee:
pop af
pop hl
pop bc
push af
jp asm_strrchr
|
32bit.asm | Namerlight/OS-Kernel-Skeleton | 0 | 207685 | [bits 32] ; using 32-bit protected mode
video equ 0xb8000
blue equ 0x09
printstr:
pusha
mov edx, video
printstrloop:
mov al, [ebx]
mov ah, blue
cmp al, 0
je printfinish
mov [edx], ax
add ebx, 1
add edx, 2
jmp printstrloop
printfinish:
popa
ret
|
source/tokeniser/detokenise/detokenise.asm | paulscottrobson/6502-basic | 3 | 207686 | ; ************************************************************************************************
; ************************************************************************************************
;
; Name: detokenise.asm
; Purpose: Detokenise/List a line.
; Created: 7th March 2021
; Reviewed: 16th March 2021
; ... |
src/unison/test/fast/Mips/speed/h264ref.vlc.symbol2uvlc.asm | Patstrom/disUnison | 88 | 207687 | <gh_stars>10-100
.text
.abicalls
.section .mdebug.abi32,"",@progbits
.nan legacy
.file "h264ref.vlc.symbol2uvlc.ll"
.text
.globl symbol2uvlc
.align 2
.type symbol2uvlc,@function
.set nomicromips
.set nomips16
.ent symbol2uvlc
symbol2uvlc: # @symbol2uvlc
.frame $sp,0,$ra
.mask 0... |
2021-2022-sem1/lab08/demo/demo.asm | adinasm/iocla-demos | 0 | 207688 | <reponame>adinasm/iocla-demos<gh_stars>0
%include "../utils/printf32.asm"
section .data
section .text
extern printf
global main
main:
; V2
mov ebp, esp
mov eax, 0x12345678
push eax ; 4
push word 0xab ; 2
push 0xcdef ; 4
push byte 0xf ; 4
; push al -> NU
; push 0x... |
samples/03_8051/original/asm/xrom_test.asm | kubasz/verinject | 0 | 207690 | <reponame>kubasz/verinject
ajmp start;
check:
subb a, #04;
jnz error1;
mov a, b;
jnz error2;
ret;
error1:
mov p1, #01;
ajmp error1;
error2:
mov p1, #02;
ajmp error2;
.org 020eh
start:
mov p0, #090h;
mov a, #20;
mov b, #05;
div ab;
lcall check;
mov ... |
oeis/283/A283214.asm | neoneye/loda-programs | 11 | 207691 | ; A283214: Binary representation of the x-axis, from the left edge to the origin, of the n-th stage of growth of the two-dimensional cellular automaton defined by "Rule 597", based on the 5-celled von Neumann neighborhood.
; Submitted by <NAME>
; 1,10,100,1011,10001,101110,1000100,10111011,100010001,1011101110,10001000... |
ITS_Assembler/testAdd.asm | RobertGageStroud/Portfolio | 0 | 207692 | ;Test file for assembly of the ADD instruction
;This is a comment
.orig x3000
ADD R0, R1, R2
ADD R1, R2, R3
ADD R2, R3, R4
ADD R3, R4, R5
ADD R4, R5, R6
ADD R5, R6, R7
ADD R6, R7, R0
ADD R7, R0, R1
ADD R0, R0, #15
ADD R1, R1, #-15
ADD R2, R2, #10
ADD R3, R3, #-10
ADD R5, R4, #0
ADD R7, R5, #-1
.END
|
samples/copy10.asm | SohamMalakar/Intel-8085 | 0 | 207693 | MVI H, 0AH
LXI B, F100H
LXI D, F200H
LOOP:
LDAX B
STAX D
INX B
INX D
DCR H
JNZ LOOP
RST 1
HLT
|
programs/oeis/299/A299795.asm | neoneye/loda | 22 | 207695 | <filename>programs/oeis/299/A299795.asm
; A299795: Numbers of the form p*2^(p-1) where p is prime.
; 4,12,80,448,11264,53248,1114112,4980736,96468992,7784628224,33285996544,2542620639232,45079976738816,189115999977472,3307330976350208,238690780250636288,17005592192950992896,70328211781017665536,4943727411754159833088,8... |
programs/oeis/040/A040378.asm | neoneye/loda | 22 | 207696 | ; A040378: Continued fraction for sqrt(398).
; 19,1,18,1,38,1,18,1,38,1,18,1,38,1,18,1,38,1,18,1,38,1,18,1,38,1,18,1,38,1,18,1,38,1,18,1,38,1,18,1,38,1,18,1,38,1,18,1,38,1,18,1,38,1,18,1,38,1,18,1,38,1,18,1,38,1,18,1,38,1,18,1,38,1,18
gcd $0,262156
mul $0,42
mod $0,13
mov $1,$0
div $1,5
mul $1,14
add $0,$1
mul $0,2
su... |
target/cos_117/disasm/iop_overlay1/IACON1.asm | jrrk2/cray-sim | 49 | 207697 | <reponame>jrrk2/cray-sim
0x0000 (0x000000) 0x1000- f:00010 d: 0 | A = 0 (0x0000)
0x0001 (0x000002) 0x291D- f:00024 d: 285 | OR[285] = A
0x0002 (0x000004) 0x2100- f:00020 d: 256 | A = OR[256]
0x0003 (0x000006) 0x2913- f:00024 d: 275 | OR[275... |
Games/banchorce/source/boss7.asm | CiaranGruber/Ti-84-Calculator | 1 | 207698 | ;---------------------------------------------------------------;
; ;
; Banchor ;
; Durcrux Boss Routines ;
; ... |
nasm/bin.asm | Liberxue/VChdlocker | 17 | 207699 | <filename>nasm/bin.asm
;author:Yebin
;硬盘解锁程序
;
org 0x7c00
start:
mov ax,cs
mov ds,ax
mov ss,ax
mov es,ax
mov sp,0x100 ;开辟0x100字节空间
;---------------------------------
main:
mov bp,Tips ;指向一个字符串 所以该字符串可以不以0结尾
mov cx,Tips_Len ;字符串长度
mov ax,0x1301 ;显示服务的具体功能描述
mov bx,0x0c ;描述了页号(BH=0),BL描述了字体的样式(bl=0xc)
mov dl,0... |
45/beef/cw/user/inswap.asm | minblock/msdos | 0 | 207700 | ;*
;* CW : Character Oriented Windows
;*
;* inswap.asm : screen swapping (for installable screen)
.xlist
include user.inc
include uisa.inc ;* for isa's
include screen.inc ;* screen stuff
include indrv.inc
include inscr.inc
.list
;*****************************************************************************
... |
ffmpeg-3.2.5/libavcodec/x86/vp9intrapred_16bpp.asm | huyu0415/FFmpeg | 3,645 | 207701 | <filename>ffmpeg-3.2.5/libavcodec/x86/vp9intrapred_16bpp.asm
;******************************************************************************
;* VP9 Intra prediction SIMD optimizations
;*
;* Copyright (c) 2015 <NAME> <<EMAIL>>
;* Copyright (c) 2015 <NAME> <<EMAIL> com>
;*
;* This file is part of FFmpeg.
;*
;* FFmpeg is ... |
scripts/pewterhouse1.asm | etdv-thevoid/pokemon-rgb-enhanced | 1 | 207702 | PewterHouse1Script:
jp EnableAutoTextBoxDrawing
PewterHouse1TextPointers:
dw PewterHouse1Text1
dw PewterHouse1Text2
dw PewterHouse1Text3
PewterHouse1Text1:
TX_FAR _PewterHouse1Text1
TX_ASM
ld a, NIDORAN_M
call PlayCry
call WaitForSoundToFinish
jp TextScriptEnd
PewterHouse1Text2:
TX_ASM
ld a, $9
ld [wWhi... |
src/test/ref/danny-joystick-problem.asm | jbrandwood/kickc | 2 | 207705 | <filename>src/test/ref/danny-joystick-problem.asm
// Tests problem writing/reading joystick encountered by <NAME>
// https://www.protovision.games/hardw/build4player.php?language=en&fbclid=IwAR1MJLgQjOU0zVa0ax2aNeGa-xVbE9IGY9zC6b6eInTV4HQzoUAoCPoXu14
// Commodore 64 PRG executable file
.file [name="danny-joystick-pro... |
libsrc/ctype/isalpha.asm | meesokim/z88dk | 0 | 207706 | <gh_stars>0
;
; Small C z88 Character functions
; Written by <NAME> <<EMAIL>>
; 22 August 1998
;
; 17/2/99 djm
;
; $Id: isalpha.asm,v 1.5 2015/01/19 01:32:42 pauloscustodio Exp $
;
PUBLIC isalpha
EXTERN asm_isalpha
; FASTCALL
.isalpha
ld a,l
call asm_isalpha
ld hl,1
ret nc
dec l
ret
|
oeis/051/A051951.asm | neoneye/loda-programs | 11 | 207708 | ; A051951: Second differences of tau(n).
; Submitted by <NAME>(w4)
; 0,-1,1,-2,3,-4,4,-3,2,-3,6,-8,6,-2,1,-4,7,-8,8,-6,2,-2,8,-11,6,-1,2,-6,10,-12,10,-6,2,0,5,-12,9,-2,4,-10,12,-12,10,-4,-2,0,10,-15,10,-5,4,-6,10,-10,8,-8,4,-2,12,-20,12,0,-1,-4,7,-10,10,-6,6,-10,16,-20,12,0,-2,-2,6,-10,14,-13,4,-1,12,-18,8,0,4,-10,16,-... |
_build/dispatcher/jmp_ippsHashMethod_SHA512_256_c0f74071.asm | zyktrcn/ippcp | 1 | 207709 | extern m7_ippsHashMethod_SHA512_256:function
extern n8_ippsHashMethod_SHA512_256:function
extern y8_ippsHashMethod_SHA512_256:function
extern e9_ippsHashMethod_SHA512_256:function
extern l9_ippsHashMethod_SHA512_256:function
extern n0_ippsHashMethod_SHA512_256:function
extern k0_ippsHashMethod_SHA512_256:function
exter... |
ASM_x86/LinuxAPI_06_brk.asm | XlogicX/Learn | 43 | 207710 | ;Example of allocating heap memory with the brk API call. API calls found in this example program:
; brk, exit
; High level description of what theis example program does:
; Find the current end of heap with brk
; Add 1MB of memory to the heap
; Write some data around the end of the heap
section .text
global _start
... |
oeis/182/A182766.asm | neoneye/loda-programs | 11 | 207713 | ; A182766: Beatty sequence for 5 - 2*sqrt(2).
; Submitted by Jon Maiga
; 2,4,6,8,10,13,15,17,19,21,23,26,28,30,32,34,36,39,41,43,45,47,49,52,54,56,58,60,62,65,67,69,71,73,76,78,80,82,84,86,89,91,93,95,97,99,102,104,106,108,110,112,115,117,119,121,123,125,128,130,132,134,136,138,141,143,145,147,149,152,154,156,158,160,1... |
oeis/001/A001546.asm | neoneye/loda-programs | 11 | 207714 | <gh_stars>10-100
; A001546: a(n) = (8*n+1)*(8*n+3)*(8*n+5)*(8*n+7).
; 105,19305,156009,606825,1666665,3728745,7284585,12924009,21335145,33304425,49716585,71554665,99900009,135932265,180929385,236267625,303421545,383964009,479566185,591997545,723125865,874917225,1049436009,1248844905,1475404905,1731475305,2019513705,234... |
lib/src/xr/x86/os2/xrnmcos.asm | zanud/xds-2.60 | 53 | 207715 | <reponame>zanud/xds-2.60
.386p
.387
; COPYRIGHT (c) 1995,99 XDS. All Rights Reserved.
; Implementation for cos & cosl functions
ifdef OS2
.model FLAT
endif
DGROUP group _DATA
_DATA segment use32 dword public 'DATA'
_DATA e... |
Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0xca.log_21829_190.asm | ljhsiun2/medusa | 9 | 207717 | .global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r14
push %r15
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0x1bb08, %r14
nop
nop
cmp %rcx, %rcx
movb (%r14), %r15b
nop
nop
and %rdx, %rdx
lea addresses_D_ht+0x3500, %rsi
lea addresses_normal_ht+0x72c0, %rdi
nop
nop
and $27271, %r12
mo... |
oeis/023/A023854.asm | neoneye/loda-programs | 11 | 207718 | ; A023854: Sum of exponents in prime-power factorization of binomial(6n, 3n).
; Submitted by <NAME>
; 3,5,6,7,11,11,12,13,14,15,16,15,19,20,21,22,23,23,22,25,29,25,29,28,31,32,30,31,34,34,35,35,36,36,38,38,41,41,41,40,46,44,43,44,44,46,47,46,47,50,51,49,53,49,52,53,53,56,55,56,60,60,61,57,61,61,61,65,66,63,67,66,69,69,... |
c2000/C2000Ware_1_00_06_00/libraries/dsp/FPU/c28/source/fft/RFFT_f32_phase_TMU0.asm | ramok/Themis_ForHPSDR | 0 | 207719 | ;;#############################################################################
;;! \file source/fft/RFFT_f32_phase_TMU0.asm
;;!
;;! \brief Real FFT phase calculations using TMU0
;;! \author <NAME>
;;! \date 11/13/14
;;
;; DESCRIPTION:
;;
;; Calculates the phase for the 32-bit floating point real FFT.
;; Require... |
readpad.asm | NotExactlySiev/psychofloat | 1 | 207720 |
lda #1
sta JOYPAD1
lda #0
sta JOYPAD1
; read pad data, xor with last frame's pad data to get edges
clc
ldx #8
.readpad
asl pad
lda JOYPAD1
and #$1
ora pad
sta pad
dex
bne .readpad
eor padold
sta pad... |
Driver/Net/Comm/commManager.asm | steakknife/pcgeos | 504 | 207721 | COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1992 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: Communication Driver
FILE: CommManager.asm
AUTHOR: <NAME>, July 29, 1992
ROUTINES:
Name Description
---- -----------
REVISION HISTORY... |
programs/oeis/218/A218272.asm | neoneye/loda | 22 | 207722 | ; A218272: Infinitesimal generator for transpose of the Pascal matrix A007318 (as upper triangular matrices).
; 0,1,0,0,2,0,0,0,3,0,0,0,0,4,0,0,0,0,0,5,0,0,0,0,0,0,6,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,11,0,0,0
lpb $0
add $1,$2
add $2,1
sub $0,$2
c... |
audio/music/silphco.asm | opiter09/ASM-Machina | 1 | 207723 | Music_SilphCo_Ch1::
tempo 160
volume 7, 7
duty_cycle 3
toggle_perfect_pitch
vibrato 8, 2, 2
note_type 6, 11, 3
octave 2
note E_, 1
note F#, 1
note G#, 1
note A#, 1
octave 3
note C_, 1
note_type 6, 10, 0
note C_, 12
note_type 6, 11, 3
note C_, 2
octave 2
note B_, 1
note A#, 1
note G#, 1
note F#, 1
... |
programs/oeis/109/A109595.asm | neoneye/loda | 22 | 207724 | <gh_stars>10-100
; A109595: n^3 followed by n^2 followed by n.
; 1,1,1,8,4,2,27,9,3,64,16,4,125,25,5,216,36,6,343,49,7,512,64,8,729,81,9,1000,100,10,1331,121,11,1728,144,12,2197,169,13,2744,196,14,3375,225,15,4096,256,16,4913,289,17,5832,324,18,6859,361,19,8000,400,20
mov $2,$0
mov $3,$0
mov $4,$0
cmp $4,0
add $0,$4
d... |
src/ass1.asm | cfalcione/cs330-labs | 0 | 207725 | ; <NAME>
; 2017-09-05
;
; Assignment 1
; A * B - ( A + B ) / (A - B) with error on A == B
;
; include helper library
%include "along32.inc"
global _start
section .data
;store some constant strings
promptA: db 'A?:', 0 ; String terminated with null (the 0) stored in 'promptA'
promptB: db 'B?:',... |
libsrc/graphics/gray/g_drawr.asm | jpoikela/z88dk | 640 | 207726 | ;
; TI Gray Library Functions
;
; Written by <NAME> - Mar 2001
;
;
; $Id: g_drawr.asm,v 1.8 2017-01-02 22:57:58 aralbrec Exp $
;
;Usage: g_drawr(int px, int py, int GrayLevel)
PUBLIC g_drawr
PUBLIC _g_drawr
EXTERN __gfx_coords
EXTERN Line_r
... |
Appl/Saver/Spotlight/spotlight.asm | steakknife/pcgeos | 504 | 207727 | <gh_stars>100-1000
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1991 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: Specific Screen Saver -- Spotlight
FILE: spotlight.asm
AUTHOR: <NAME>, Apr 30, 1993
REVISION HISTORY:
Name Date Descriptio... |
MicroProcessor Lab Programs/1A.asm | piyush97/4thSemIse | 0 | 207728 | <reponame>piyush97/4thSemIse<gh_stars>0
assume cs:code,ds:data
data segment
a db 10h,20h,30h,40h,50h ; element positions 0 1 2 3 4
n db n-a ; n = 5
key db 60h ; search element
msg1 db "Search unsuccessful$"
msg2 db "Key found at position "
pos db ?, "$" ... |
tests/docs_examples/st_text.asm | fengjixuchui/sjasmplus | 220 | 207729 | <filename>tests/docs_examples/st_text.asm<gh_stars>100-1000
STRUCT BLOCK_HEADER
length WORD BLOCK_HEADER
type BYTE $AB
name TEXT 10, { "none", 32, '!' } ; will produce "none !!!!!" default data
; because this is definition of the field, here last byte is "filler"
... |
AP1/boot2.asm | KilnerJhow/ihs | 1 | 207730 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; ;;
;; Copyright (c) 2018 <NAME> and <NAME>. ;;
;; source: https://github.com/minimarvin/infra-software) ;;
;; ... |
programs/oeis/200/A200249.asm | neoneye/loda | 22 | 207731 | ; A200249: Number of 0..5 arrays x(0..n-1) of n elements with each no smaller than the sum of its previous elements modulo 6.
; 6,21,75,267,951,3387,12063,42963,153015,544971,1940943,6912771,24620199,87686139,312298815,1112268723,3961403799,14108748843,50249054127,178964660067,637392088455,2270105585499,8085100933407,2... |
oeis/315/A315454.asm | neoneye/loda-programs | 11 | 207732 | ; A315454: Coordination sequence Gal.6.331.4 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,11,16,20,26,32,38,42,47,52,58,64,69,74,78,84,90,96,100,105,110,116,122,127,132,136,142,148,154,158,163,168,174,180... |
base/mvdm/dos/v86/redir/int5c.asm | npocmaka/Windows-Server-2003 | 17 | 207733 | page ,132
if 0
/*++
Copyright (c) 1991 Microsoft Corporation
Module Name:
int5c.asm
Abstract:
This module contains the int 5c handler for the NT VDM redir TSR
Author:
<NAME> (colinw) 5-Dec-1991
Environment:
Dos mode only
Revision History:
05-Dec-1991 colinw
... |
oeis/082/A082542.asm | neoneye/loda-programs | 11 | 207735 | ; A082542: a(n) = prime(n) + 2 - (prime(n) mod 4).
; Submitted by <NAME>
; 2,2,6,6,10,14,18,18,22,30,30,38,42,42,46,54,58,62,66,70,74,78,82,90,98,102,102,106,110,114,126,130,138,138,150,150,158,162,166,174,178,182,190,194,198,198,210,222,226,230,234,238,242,250,258,262,270,270,278,282,282,294,306,310,314,318,330,338,34... |
oeis/133/A133669.asm | neoneye/loda-programs | 11 | 207736 | <reponame>neoneye/loda-programs
; A133669: a(n) = a(n-1) - 49*a(n-2), a(0)=1, a(1)=7.
; Submitted by <NAME>
; 1,7,-42,-385,1673,20538,-61439,-1067801,1942710,54264959,-40927831,-2699910822,-694447103,131601183175,165629091222,-6282828884353,-14398654354231,293459960979066,998994024336385,-13380544063637849,-62331251256... |
Transynther/x86/_processed/AVXALIGN/_ht_/i7-7700_9_0xca_notsx.log_21829_921.asm | ljhsiun2/medusa | 9 | 207738 | <filename>Transynther/x86/_processed/AVXALIGN/_ht_/i7-7700_9_0xca_notsx.log_21829_921.asm<gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r13
push %r14
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0x54, %rsi
lea addresses_UC_ht+0x14774, %rdi
nop
sub $18160, %r13
mov $99, %rcx
rep movsb
no... |
programs/oeis/186/A186423.asm | karttu/loda | 1 | 207739 | <reponame>karttu/loda
; A186423: Partial sums of A186421.
; 0,1,3,4,8,11,17,20,28,33,43,48,60,67,81,88,104,113,131,140,160,171,193,204,228,241,267,280,308,323,353,368,400,417,451,468,504,523,561,580,620,641,683,704,748,771,817,840,888,913,963,988,1040,1067,1121,1148,1204,1233,1291,1320,1380,1411,1473,1504,1568,1601,166... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.