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 |
|---|---|---|---|---|
libsrc/_DEVELOPMENT/stdlib/z80/asm__strtoi.asm | meesokim/z88dk | 0 | 51163 |
; ===============================================================
; Jan 2014
; ===============================================================
;
; int _strtoi(const char *nptr, char **endptr, int base)
;
; Read number encoded in given radix from string; if base == 0,
; radix is auto-detected as decimal, octal or hex.... |
programs/oeis/080/A080930.asm | jmorken/loda | 1 | 51164 | <filename>programs/oeis/080/A080930.asm
; A080930: a(n) = 2^(n-3)*(n+2)*(n+3)*(n+4)/3.
; 1,5,20,70,224,672,1920,5280,14080,36608,93184,232960,573440,1392640,3342336,7938048,18677760,43581440,100925440,232128512,530579456,1205862400,2726297600,6134169600,13740539904,30651973632,68115496960,150827171840,332859965440,7322... |
libsrc/_DEVELOPMENT/l/z80/ascii/num_to_txt/small/l_small_utoh.asm | meesokim/z88dk | 0 | 51165 | <filename>libsrc/_DEVELOPMENT/l/z80/ascii/num_to_txt/small/l_small_utoh.asm
SECTION code_l
PUBLIC l_small_utoh
EXTERN l_hex_nibble_hi, l_hex_nibble_lo
l_small_utoh:
; write unsigned hexadecimal integer to ascii buffer in uppercase
; derived from section 5.2 of http://baze.au.com/misc/z80bits.html
;
; e... |
programs/oeis/138/A138410.asm | neoneye/loda | 22 | 51166 | <filename>programs/oeis/138/A138410.asm
; A138410: a(n) = prime(n)^6 - prime(n)^3.
; 56,702,15500,117306,1770230,4824612,24132656,47039022,148023722,594798932,887473890,2565675756,4750035320,6321283542,10779111506,22164212252,42180328262,51520147380,90458081406,128099926010,151333837272,243086962482,326939801582,496980... |
Transynther/x86/_processed/NONE/_xt_sm_/i9-9900K_12_0xa0_notsx.log_21829_859.asm | ljhsiun2/medusa | 9 | 51170 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %r14
push %r8
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x7150, %rsi
lea addresses_UC_ht+0x1d150, %rdi
xor %r14, %r14
mov $111, %rcx
rep movsw
nop
nop
nop
and %rdi, %rdi
lea addresses_UC_ht+0x7550, %rbx
nop... |
vp9/encoder/arm/neon/vp9_quantize_neon_asm.asm | ittiamvpx/libvpx | 14 | 51171 | ;
; Copyright (c) 2013 The WebM project authors. All Rights Reserved.
;
; Use of this source code is governed by a BSD-style license
; that can be found in the LICENSE file in the root of the source
; tree. An additional intellectual property rights grant can be found
; in the file PATENTS. All contributing proje... |
install/instfile.asm | DigitalMars/optlink | 28 | 51172 | TITLE FILE_INSTALLS - Copyright (C) 1994 SLR Systems
INCLUDE MACROS
INCLUDE IO_STRUC
PUBLIC FILENAME_INSTALL
.DATA
EXTERNDEF FILE_HASH_MOD:DWORD,FILENAME_HASH:DWORD,FILENAME_HASH_TABLE_PTR:DWORD
EXTERNDEF _FILE_LIST_GARRAY:STD_PTR_S
.CODE FILEPARSE_TEXT
EXTERNDEF _move_nfn:proc,OPTI_HASH_IGNO... |
libsrc/_DEVELOPMENT/adt/p_forward_list_alt/c/sccz80/p_forward_list_alt_push_front_callee.asm | teknoplop/z88dk | 8 | 51173 |
; void p_forward_list_alt_push_front(p_forward_list_alt_t *list, void *item)
SECTION code_clib
SECTION code_adt_p_forward_list_alt
PUBLIC p_forward_list_alt_push_front_callee
EXTERN asm_p_forward_list_alt_push_front
p_forward_list_alt_push_front_callee:
pop af
pop de
pop bc
push af
jp asm_p_for... |
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_1783.asm | ljhsiun2/medusa | 9 | 51174 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r13
push %r15
push %r9
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WC_ht+0x29ad, %r13
clflush (%r13)
xor $29383, %r12
movl $0x61626364, (%r13)
nop
nop
nop
nop
and $10685, %r10
lea addresses_A_ht+0x682d, %rsi
nop
nop
nop
nop
lfence
mov (%rs... |
programs/oeis/173/A173704.asm | karttu/loda | 0 | 51175 | <gh_stars>0
; A173704: Partial sums of floor(n^3/2).
; 0,0,4,17,49,111,219,390,646,1010,1510,2175,3039,4137,5509,7196,9244,11700,14616,18045,22045,26675,31999,38082,44994,52806,61594,71435,82411,94605,108105,123000,139384,157352,177004,198441,221769,247095,274531,304190,336190,370650,407694,447447,490039,535601,584269,... |
programs/oeis/280/A280724.asm | karttu/loda | 0 | 51176 | ; A280724: Expansion of 1/(1 - x) + (1/(1 - x)^2)*Sum_{k>=0} x^(3^k).
; 1,2,3,5,7,9,11,13,15,18,21,24,27,30,33,36,39,42,45,48,51,54,57,60,63,66,69,73,77,81,85,89,93,97,101,105,109,113,117,121,125,129,133,137,141,145,149,153,157,161,165,169,173,177,181,185,189,193,197,201,205,209,213,217,221,225,229,233,237,241,245
mov... |
gfx/pokemon/eevee/anim.asm | Dev727/ancientplatinum | 28 | 51177 | frame 1, 06
frame 2, 06
setrepeat 2
frame 3, 07
frame 4, 07
dorepeat 3
frame 2, 10
endanim
|
04/fill/Fill.asm | ANH25/nand2tetris | 0 | 51178 | // This file is part of www.nand2tetris.org
// and the book "The Elements of Computing Systems"
// by <NAME>, MIT Press.
// File name: projects/04/Fill.asm
// Runs an infinite loop that listens to the keyboard input.
// When a key is pressed (any key), the program blackens the screen,
// i.e. writes "black" in ... |
src/LKS/MC_Hitbox.asm | Kannagi/LKS | 6 | 51179 |
.MACRO LKS_HITBOX_INIT
rep #$20
lda LKS_SPRITE.X,y
sec
sbc #\3
sta MEM_TEMP+4
clc
adc #\1+\3
sta MEM_TEMP+6
lda LKS_SPRITE.Y,y
sec
sbc #\4
sta MEM_TEMP+0
clc
adc #\2+\4
sta MEM_TEMP+2
sep #$20
.ENDM
rep #$20
.MACRO LKS_HITBOX
ldy LKS_SPRITE_CTRL.Address+(2*\1)
lda LKS_SPRITE.Y,y
cmp MEM_... |
Library/Kernel/Object/objectC.asm | steakknife/pcgeos | 504 | 51180 | COMMENT @----------------------------------------------------------------------
Copyright (c) GeoWorks 1991 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: Kernel/Object
FILE: objectC.asm
REVISION HISTORY:
Name Date Description
---- ---- -----------
Tony 3/91 Initial version
DESCRIPTION:
Thi... |
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_1599.asm | ljhsiun2/medusa | 9 | 51181 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r12
push %r15
push %r8
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x4bab, %rsi
lea addresses_A_ht+0x13f4d, %rdi
clflush (%rdi)
nop
nop
nop
nop
cmp %r15, %r15
mov $25, %rcx
rep movsb
nop
nop
nop
add %r8, %r8
lea addre... |
oeis/087/A087462.asm | neoneye/loda-programs | 11 | 51182 | ; A087462: Generalized mod 3 multiplicative Jacobsthal sequence.
; Submitted by <NAME>(s1)
; 1,1,1,8,5,11,64,43,85,512,341,683,4096,2731,5461,32768,21845,43691,262144,174763,349525,2097152,1398101,2796203,16777216,11184811,22369621,134217728,89478485,178956971,1073741824,715827883,1431655765,8589934592,5726623061,11453... |
programs/oeis/064/A064324.asm | jmorken/loda | 1 | 51183 | ; A064324: a(n) = a(n-1) + floor(a(n-2)/2) with a(0)=1, a(1)=2.
; 1,2,2,3,4,5,7,9,12,16,22,30,41,56,76,104,142,194,265,362,494,675,922,1259,1720,2349,3209,4383,5987,8178,11171,15260,20845,28475,38897,53134,72582,99149,135440,185014,252734,345241,471608,644228,880032,1202146,1642162,2243235,3064316,4185933,5718091,78110... |
pro/pro2.1/boot.asm | wangdehu/os | 3 | 51184 |
bits 16
extern choose
global _start
global print_string
[section .data]
data_string db "this is string",0
num1st dd 3
num2nd dd 3
[section .text]
_start:
mov ax,cs
mov ds,ax
mov ss,ax
mov esp,0x7c00
call choose
jmp $
nop
nop
print_string:
mov DWORD ecx,[esp+2]
mov DWORD esi,[esp+4... |
test.asm | tamarantula/MIPS | 1 | 51185 | .data # Begin data segment
var1: .word 65 # first memory variable
var2: .word 0 # second memory variable
var3: .word 0,0 # make sure var3 holds two words
# consecutively
.text # Begin code segment
.globl main # first instr must be global
###################### BEGIN main ####################... |
Chip16 Program Pack/Tests/BC_TestRom/BC_TestRom.asm | faouellet/CHIP-16 | 2 | 51186 |
; Chip 16 Test Rom
; Check all arithmetics opcodes , push , pop and store opcodes(see readme for more information)
;************************************************
;* ra-rf are reserved for printing strings. *
;* rd fix the error opcode number *
;* r9 fix the flag concerned *
;* r0,r1,... |
oeis/159/A159699.asm | neoneye/loda-programs | 11 | 51187 | <gh_stars>10-100
; A159699: Replace 2^k in binary expansion of n with A045623(k+1).
; Submitted by <NAME>
; 0,2,5,7,12,14,17,19,28,30,33,35,40,42,45,47,64,66,69,71,76,78,81,83,92,94,97,99,104,106,109,111,144,146,149,151,156,158,161,163,172,174,177,179,184,186,189,191,208,210,213,215,220,222,225,227,236,238,241,243
mul... |
data/mapObjects/Route8.asm | AmateurPanda92/pokemon-rby-dx | 9 | 51188 | <reponame>AmateurPanda92/pokemon-rby-dx
Route8_Object:
db $2c ; border block
db 5 ; warps
warp 1, 9, 0, ROUTE_8_GATE
warp 1, 10, 1, ROUTE_8_GATE
warp 8, 9, 2, ROUTE_8_GATE
warp 8, 10, 3, ROUTE_8_GATE
warp 13, 3, 0, UNDERGROUND_PATH_ROUTE_8
db 1 ; signs
sign 17, 3, 10 ; Route8Text10
db 9 ; objects
object S... |
programs/oeis/081/A081841.asm | neoneye/loda | 22 | 51190 | <gh_stars>10-100
; A081841: a(1)=0, a(n)=a(n-1)+3 if n is already in the sequence, a(n)=a(n-1)+2 otherwise.
; 0,2,4,7,9,11,14,16,19,21,24,26,28,31,33,36,38,40,43,45,48,50,52,55,57,60,62,65,67,69,72,74,77,79,81,84,86,89,91,94,96,98,101,103,106,108,110,113,115,118,120,123,125,127,130,132,135,137,139,142,144,147,149,151
... |
kernel/multiboot.asm | OrangeTide/notos1 | 1 | 51191 | <reponame>OrangeTide/notos1
bits 32
MULTIBOOT_PAGE_ALIGN equ (1<<0) ; align modules on page boundries
MULTIBOOT_MEMORY_INFO equ (1<<1) ; provide memory map
MULTIBOOT_VIDEO_MODE equ (1<<2) ; setup graphics mode
MULTIBOOT_MAGIC equ 0x1BADB002
HEADER_FLAGS equ (MULTIBOOT_PAGE_ALIGN | MULTIBOOT_MEMORY_INFO | MULTIBOOT_VI... |
programs/oeis/330/A330000.asm | jmorken/loda | 1 | 51192 | ; A330000: Beatty sequence for sqrt(x+1), where 1/sqrt(x-1) + 1/sqrt(x+1) = 1.
; 2,4,6,9,11,13,15,18,20,22,25,27,29,31,34,36,38,40,43,45,47,50,52,54,56,59,61,63,66,68,70,72,75,77,79,81,84,86,88,91,93,95,97,100,102,104,106,109,111,113,116,118,120,122,125,127,129,132,134,136,138
mov $3,$0
add $3,1
mov $8,$0
lpb $3
mov... |
dnull.asm | jhsie007/xv6 | 0 | 51194 | <filename>dnull.asm
_dnull: file format elf32-i386
Disassembly of section .text:
00001000 <main>:
#include "types.h"
#include "user.h"
int main(){
1000: 55 push %ebp
1001: 89 e5 mov %esp,%ebp
1003: 83 e4 f0 and $0xfffffff0,%esp
1006: 83 ec... |
programs/oeis/008/A008857.asm | neoneye/loda | 22 | 51195 | <filename>programs/oeis/008/A008857.asm
; A008857: a(n) = floor(n/9)*ceiling(n/9).
; 0,0,0,0,0,0,0,0,0,1,2,2,2,2,2,2,2,2,4,6,6,6,6,6,6,6,6,9,12,12,12,12,12,12,12,12,16,20,20,20,20,20,20,20,20,25,30,30,30,30,30,30,30,30,36,42,42,42,42,42,42,42,42,49,56,56,56,56,56,56,56,56,64,72,72,72,72,72,72,72,72,81,90,90,90,90,90,90... |
Transynther/x86/_processed/AVXALIGN/_st_/i7-7700_9_0xca_notsx.log_21829_1164.asm | ljhsiun2/medusa | 9 | 51196 | <filename>Transynther/x86/_processed/AVXALIGN/_st_/i7-7700_9_0xca_notsx.log_21829_1164.asm<gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r14
push %r15
push %r9
lea addresses_UC_ht+0x13cb5, %r15
nop
nop
cmp %r9, %r9
mov $0x6162636465666768, %r12
movq %r12, %xmm1
and $0xffffffffffffffc0, %r15... |
src/core/external/jpeg-6bx/jdmermmx.asm | miahmie/krkrz | 4 | 51197 | <filename>src/core/external/jpeg-6bx/jdmermmx.asm
;
; jdmermmx.asm - merged upsampling/color conversion (MMX)
;
; x86 SIMD extension for IJG JPEG library
; Copyright (C) 1999-2006, MIYASAKA Masaru.
; For conditions of distribution and use, see copyright notice in jsimdext.inc
;
; This file should be assembled with NASM... |
Library/Kernel/Local/stringCaseTablesDBCS.asm | steakknife/pcgeos | 504 | 51198 | COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1993 -- All Rights Reserved
PROJECT: PC GEOS
MODULE:
FILE: stringCase.def
AUTHOR: <NAME>, Aug 6, 1993
TABLES:
Name Description
---- -----------
caseTable mapping to upper/lower case table... |
libsrc/x1/x1_get_pcg_version.asm | grancier/z180 | 0 | 51199 | ;
; Sharp X1 specific routines
; Programmable Character Generator
; Get the PCG version (1 or 2), depending on the X1 model (or chipset)
; and on the mode DIP switch
;
; $Id: x1_get_pcg_version.asm,v 1.4 2016/06/10 23:45:21 dom Exp $
;
SECTION code_clib
PUBLIC x1_get_pcg_version
PUBLIC _x1_get_pcg_version
x1_get... |
kernel.asm | joeofportland/project4-3 | 0 | 51200 | <filename>kernel.asm
kernel: file format elf32-i386
Disassembly of section .text:
80100000 <multiboot_header>:
80100000: 02 b0 ad 1b 00 00 add 0x1bad(%eax),%dh
80100006: 00 00 add %al,(%eax)
80100008: fe 4f 52 decb 0x52(%edi)
8010000b: e4 0f in $0xf,%... |
src/nasm_repl.asm | bergjohan/nasm_repl | 9 | 51201 | section .text
global run_child
run_child:
; Breakpoint
int3
; Pad with 16 bytes for writing instructions
%rep 16
nop
%endrep
jmp run_child
ret
|
src/third_party/nasm/test/dup.asm | Mr-Sheep/naiveproxy | 2,219 | 51202 | <reponame>Mr-Sheep/naiveproxy<filename>src/third_party/nasm/test/dup.asm
bits 32
db 33
db (44)
; db (44,55) -- error
db %(44,55)
db %('XX','YY')
db ('AA')
db %('BB')
db ?
db 6 dup (33)
db 6 dup (33, 34)
db 6 dup (33, 34), 35
db 7 dup (99)
db 7 dup dword (?, word ?,?)
dw byte (?,44)
dw 3 dup (0xcc, 4 du... |
projects/08/ProgramFlow/FibonacciSeries/FibonacciSeries.asm | l-const/nand2tetris | 0 | 51203 |
//push argument 1
@1
D=A
@2
A=D+M
D=M
@SP
A=M
M=D
@SP
M=M+1
//pop pointer 1
@4
D=A
@R13
M=D
@SP
AM=M-1
D=M
@R13
A=M
M=D
//push constant 0
@0
D=A
@SP
A=M
M=D
@SP
M=M+1
//pop that 0
@0
D=A
@4
A=D+M
D=A
@R13
M=D
@SP
AM=M-1
D=M
@R13
A=M
M=D
//push constant 1
@1
D=A
@SP
A=M
M=D
@SP
M=M+1
//pop that 1
@1
D=A
@4
A=D+M
D=A
@R... |
test/asm/segbpfwd.asm | nigelperks/BasicAssembler | 0 | 51204 | ; BP default segment SS vs displacement label segment
; and other segment override logic
IDEAL
ASSUME CS:_code, DS:_data, SS:_stack, ES:_extra
SEGMENT _code
ORG 0100h
start:
mov ax, [bp] ; no override: use register default
mov ax, [si] ; no override: use register ... |
libsrc/games/bit_close_ei.asm | meesokim/z88dk | 0 | 51205 | <reponame>meesokim/z88dk
; $Id: bit_close_ei.asm,v 1.2 2015/01/19 01:32:44 pauloscustodio Exp $
;
; Generic 1 bit sound functions
;
; Close sound and restore the previous
; interrupt status
;
; <NAME> - 2001..2013
;
PUBLIC bit_close_ei
EXTERN bit_irqstatus
.bit_close_ei
push hl
ld hl,(bit_irqstatus)... |
MODULE2/6-xor-encoder/original/execve3.asm | wetw0rk/SLAE | 18 | 51206 | <filename>MODULE2/6-xor-encoder/original/execve3.asm
; Executable name : execve3
; Designed OS : Linux (32-bit)
; Author : wetw0rk
; Version : 1.0
; Created Following : SLAE
; Description : An example of execve usage in shellcode via the stack
; I got it down to 19 bytes... |
programs/oeis/130/A130460.asm | jmorken/loda | 1 | 51208 | <filename>programs/oeis/130/A130460.asm<gh_stars>1-10
; A130460: Infinite lower triangular matrix,(1,0,0,0,...) in the main diagonal and (1,2,3,...) in the subdiagonal.
; 1,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,... |
programs/oeis/025/A025786.asm | neoneye/loda | 22 | 51209 | ; A025786: Expansion of 1/((1-x)(1-x^7)(1-x^10)).
; 1,1,1,1,1,1,1,2,2,2,3,3,3,3,4,4,4,5,5,5,6,7,7,7,8,8,8,9,10,10,11,12,12,12,13,14,14,15,16,16,17,18,19,19,20,21,21,22,23,24,25,26,27,27,28,29,30,31,32,33,34,35,36,37
mov $4,$0
add $4,1
mov $7,$0
lpb $4
mov $0,$7
sub $4,1
sub $0,$4
add $0,1
mov $2,$0
mov $3,... |
oeis/339/A339610.asm | neoneye/loda-programs | 11 | 51210 | <filename>oeis/339/A339610.asm
; A339610: Expansion of x*(2 - x - x^2 - 2*x^3)/(1 - x - x^2)^2.
; Submitted by <NAME>
; 2,3,7,11,21,36,64,111,193,333,573,982,1678,2859,4859,8239,13941,23544,39692,66807,112277,188433,315837,528746,884186,1477011,2464879,4109651,6845973,11394828,18951448,31496127,52308073,86814549,143993... |
Library/Chart/PArea/pareaEC.asm | steakknife/pcgeos | 504 | 51211 | <gh_stars>100-1000
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1992 -- All Rights Reserved
PROJECT: PC GEOS
MODULE:
FILE: pareaEC.asm
AUTHOR: <NAME>
METHODS:
Name Description
---- -----------
FUNCTIONS:
Scope Name Description
----- --... |
libtool/src/gmp-6.1.2/mpn/x86_64/aors_err2_n.asm | kroggen/aergo | 1,602 | 51213 | dnl AMD64 mpn_add_err2_n, mpn_sub_err2_n
dnl Contributed by <NAME>.
dnl Copyright 2011 Free Software Foundation, Inc.
dnl This file is part of the GNU MP Library.
dnl
dnl The GNU MP Library is free software; you can redistribute it and/or modify
dnl it under the terms of either:
dnl
dnl * the GNU Lesser Gen... |
programs/oeis/112/A112773.asm | neoneye/loda | 22 | 51215 | <reponame>neoneye/loda<gh_stars>10-100
; A112773: 3 together with primes multiplied by 3.
; 3,6,9,15,21,33,39,51,57,69,87,93,111,123,129,141,159,177,183,201,213,219,237,249,267,291,303,309,321,327,339,381,393,411,417,447,453,471,489,501,519,537,543,573,579,591,597,633,669,681,687,699,717,723,753,771,789,807,813,831,843... |
sk/music-optimized/Balloon Park.asm | Cancer52/flamedriver | 9 | 51217 | <gh_stars>1-10
Snd_BPZ_Header:
smpsHeaderStartSong 3
smpsHeaderVoice Snd_BPZ_Voices
smpsHeaderChan $06, $03
smpsHeaderTempo $01, $08
smpsHeaderDAC Snd_BPZ_DAC
smpsHeaderFM Snd_BPZ_FM1, $F4, $0B
smpsHeaderFM Snd_BPZ_FM2, $00, $09
smpsHeaderFM Snd_BPZ_FM3, $F4, $0B
smpsHe... |
programs/oeis/066/A066107.asm | jmorken/loda | 1 | 51218 | <filename>programs/oeis/066/A066107.asm
; A066107: a(0) = 0; for n > 0, a(2n+1) = (2n+1)*(2n+3); a(2n) = 2n + 2.
; 0,3,6,15,10,35,14,63,18,99,22,143,26,195,30,255,34,323,38,399,42,483,46,575,50,675,54,783,58,899,62,1023,66,1155,70,1295,74,1443,78,1599,82,1763,86,1935,90,2115,94,2303,98,2499,102,2703,106,2915,110,3135,1... |
Transynther/x86/_processed/NONE/_zr_/i7-8650U_0xd2.log_8503_488.asm | ljhsiun2/medusa | 9 | 51219 | .global s_prepare_buffers
s_prepare_buffers:
push %r14
push %rbp
push %rbx
push %rdi
push %rdx
push %rsi
lea addresses_normal_ht+0xc6f8, %r14
nop
nop
mfence
movw $0x6162, (%r14)
nop
nop
nop
nop
nop
dec %r14
lea addresses_WC_ht+0x110f8, %rsi
nop
nop
nop
nop
cmp %rdx, %rdx
movl $0x61626364, (%rsi)
nop
nop
add %rsi, %rsi
... |
source/features/screen.asm | feliposz/FelipOS | 0 | 51220 | <reponame>feliposz/FelipOS
; ==========================================================
; os_print_string -- Displays text
; IN: SI = message location (zero-terminated string)
; OUT: Nothing (registers preserved)
os_print_string:
push ax
push si
or si, si
jz .done
mov ah, 0eh ; print character... |
libsrc/fcntl/msxdos2/write.asm | jpoikela/z88dk | 640 | 51221 | SECTION code_clib
INCLUDE "target/msx/def/msxdos2.def"
PUBLIC write
PUBLIC _write
EXTERN MSXDOS
EXTERN msxdos_error
; (fd, buf,len)
.write
._write
pop af ;ret
pop hl ;len
pop de ;buf
pop bc ;b = fd
push bc
push de
push hl
push af
ld c,_WR... |
oeis/081/A081910.asm | neoneye/loda-programs | 11 | 51222 | ; A081910: 4^n*(n^2-n+32)/32.
; Submitted by <NAME>(s1.)
; 1,4,17,76,352,1664,7936,37888,180224,851968,3997696,18612224,85983232,394264576,1795162112,8120172544,36507222016,163208757248,725849473024,3212635537408,14156212207616,62122406969344,271579372060672,1183074511486976,5136918324969472,22236523160141824,959829670... |
P6/data_P6_2/ALUTest5.asm | alxzzhou/BUAA_CO_2020 | 1 | 51223 | <gh_stars>1-10
sll $4,$1,7
subu $4,$4,$3
and $0,$4,$3
lb $4,5($0)
ori $5,$0,29733
subu $3,$3,$3
sw $1,8($0)
lb $4,2($0)
slt $5,$5,$3
and $0,$6,$3
srlv $0,$0,$3
addu $3,$5,$3
addu $5,$4,$3
sltu $3,$2,$3
addiu $2,$2,-28465
addu $3,$6,$3
sh $5,6($0)
sltu $1,$1,$3
ori $3,$0,60363
sra $5,$3,30
sltu $1,$1,$3
ori $2,$2,13491
... |
ether/video/vgatext.asm | hakonmagnus/ether | 2 | 51224 | ;=============================================================================|
; _______ _________ _______ _______ |
; ( ____ \\__ __/|\ /|( ____ \( ____ ) |
; | ( \/ ) ( | ) ( || ( \/| ( )| |
... |
src/test/ref/cordic-atan2-16-ref.asm | jbrandwood/kickc | 2 | 51225 | // Find atan2(x, y) using the CORDIC method
// See http://bsvi.ru/uploads/CORDIC--_10EBA/cordic.pdf
// Commodore 64 PRG executable file
.file [name="cordic-atan2-16-ref.prg", type="prg", segments="Program"]
.segmentdef Program [segments="Basic, Code, Data"]
.segmentdef Basic [start=$0801]
.segmentdef Code [start=$80d... |
ioq3/build/release-js-js/baseq3/cgame/bg_pmove.asm | RawTechnique/quake-port | 1 | 51226 | data
export pm_stopspeed
align 4
LABELV pm_stopspeed
byte 4 1120403456
export pm_duckScale
align 4
LABELV pm_duckScale
byte 4 1048576000
export pm_swimScale
align 4
LABELV pm_swimScale
byte 4 1056964608
export pm_accelerate
align 4
LABELV pm_accelerate
byte 4 1092616192
export pm_airaccelerate
align 4
LABELV pm_airacce... |
programs/oeis/060/A060783.asm | jmorken/loda | 1 | 51227 | ; A060783: Number of conics which pass through 3 points and are bitangent to a general curve of order n.
; 0,0,4,36,132,340,720,1344,2296,3672,5580,8140,11484,15756,21112,27720,35760,45424,56916,70452,86260,104580,125664,149776,177192,208200,243100,282204,325836,374332,428040,487320,552544,624096,702372,787780,880740,9... |
programs/oeis/079/A079343.asm | jmorken/loda | 1 | 51228 | ; A079343: Period 6: repeat [0, 1, 1, 2, 3, 1]; also F(n) mod 4, where F(n) = A000045(n).
; 0,1,1,2,3,1,0,1,1,2,3,1,0,1,1,2,3,1,0,1,1,2,3,1,0,1,1,2,3,1,0,1,1,2,3,1,0,1,1,2,3,1,0,1,1,2,3,1,0,1,1,2,3,1,0,1,1,2,3,1,0,1,1,2,3,1,0,1,1,2,3,1,0,1,1,2,3,1,0,1,1,2,3,1,0,1,1,2,3,1,0,1,1,2,3,1,0,1,1,2,3,1,0,1,1,2,3,1,0,1,1,2,3,1,... |
Library/Spreadsheet/Spreadsheet/spreadsheetOverlap.asm | steakknife/pcgeos | 504 | 51229 | <gh_stars>100-1000
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1993 -- All Rights Reserved
PROJECT: PC GEOS
MODULE:
FILE: spreadsheetOverlap.asm
AUTHOR: <NAME>, Mar 18, 1993
ROUTINES:
Name Description
---- -----------
REVISION HISTO... |
Transynther/x86/_processed/US/_ht_st_zr_un_/i7-7700_9_0xca.log_21829_1044.asm | ljhsiun2/medusa | 9 | 51230 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r14
push %r15
push %r8
push %r9
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0x167f9, %rbp
inc %r8
movb (%rbp), %r15b
nop
and $59629, %r10
lea addresses_D_ht+0x44f9, %r10
nop
nop
dec %r14
mov (%r10), %r15
nop
nop
nop
nop
nop
add $3258... |
oeis/212/A212511.asm | neoneye/loda-programs | 11 | 51231 | ; A212511: Number of (w,x,y,z) with all terms in {1,...,n} and w<2x and y>=3z.
; Submitted by <NAME>
; 0,0,0,7,24,57,135,259,432,732,1125,1638,2376,3302,4410,5915,7680,9765,12393,15447,18900,23170,27951,33348,39744,46900,54756,63999,74088,85185,97875,111755,126720,143792,162129,181962,204120,227994,253422,281827,312000... |
Arithmetic operations/Subtraction/sub_double.asm | berkcetinsaya/MIPSLanguageExamples | 0 | 51232 | .data
number1: .double 10.54 # double variable number1 created
number2: .double 20.32 # double variable number2 created
.text
ldc1 $f2, number1 # number1 loaded into register $f2
ldc1 $f4, number2 # number2 loaded into register $f4
sub.d $f0, $f2, $f4 # $f0 = $f2 - $f4 |
Microsoft Word for Windows Version 1.1a/Word 1.1a CHM Distribution/Opus/asm/editn2.asm | lborgav/Historical-Source-Codes | 7 | 51233 | <reponame>lborgav/Historical-Source-Codes
include w2.inc
include noxport.inc
include consts.inc
include structs.inc
createSeg edit_PCODE,edit2,byte,public,CODE
; DEBUGGING DECLARATIONS
ifdef DEBUG
midEditn2 equ 22 ; module ID, for native asserts
endif
; EXTERNAL FUNCTI... |
libsrc/_DEVELOPMENT/arch/zx/bifrost_l/c/sdcc/BIFROSTL_resetTileImages.asm | teknoplop/z88dk | 0 | 51234 | ; ----------------------------------------------------------------
; Z88DK INTERFACE LIBRARY FOR THE BIFROST* ENGINE - RELEASE 1.2/L
;
; See "bifrost_l.h" for further details
; ----------------------------------------------------------------
; void BIFROSTL_resetTileImages(void *addr)
SECTION code_clib
SECTION code_b... |
programs/oeis/036/A036120.asm | karttu/loda | 0 | 51235 | ; A036120: a(n) = 2^n mod 19.
; 1,2,4,8,16,13,7,14,9,18,17,15,11,3,6,12,5,10,1,2,4,8,16,13,7,14,9,18,17,15,11,3,6,12,5,10,1,2,4,8,16,13,7,14,9,18,17,15,11,3,6,12,5,10,1,2,4,8,16,13,7,14,9,18,17,15,11,3,6,12,5,10,1,2,4,8,16,13,7,14,9,18,17,15,11,3,6,12,5,10,1,2,4,8,16,13,7,14,9,18,17,15,11,3,6,12,5,10,1,2,4,8,16,13,7,14... |
assignments/assignment06/GreatestCommonDivisor.asm | jay3ss/co-sci-917 | 0 | 51236 | <filename>assignments/assignment06/GreatestCommonDivisor.asm
; <NAME>
; CO SCI 917
; Assignment 6:
; GreatestCommonDivisor.asm
;
; Prompt:
;
; The greatest common divisor (GCD) of two integers is the largest
; integer that will evenly divide both integers. The GCD algorithm
; involves integer division in a loop, descri... |
asm/stack.asm | iqra-javed/computer-architecture-review | 0 | 51237 | <reponame>iqra-javed/computer-architecture-review<filename>asm/stack.asm
; Stack tester
;
; Expected output:
; 1
; 2
LDI R0,1
LDI R1,2
PUSH R0
POP R1
PRN R1 ; "1"
LDI R0,2
PUSH R0
LDI R0,3
POP R0
PRN R0 ; "2"
HLT |
gsconv850/examples/pool_c.asm | hwreverse/PocketComputerTools | 4 | 51238 | 10 ORG 100H
20 JP MAIN
30GPF EQU 0BFD0H
40MAIN: LD HL,L0
50 LD B,144
60 LD DE,0
70 CALL GPF
80 LD HL,L1
90 LD B,144
100 LD DE,0100H
110 CALL GPF
120 LD HL,L2
130 LD B,144
140 LD DE,0200H
150 CALL GPF
160 LD HL,L3
170 LD B,144
180 LD DE,0300H
190 CALL GPF
200 LD HL,L4
210 LD B,144
220 LD DE,0400H
230 CALL GPF
240 LD HL,... |
archive/m/microsoft-macro-assembler/hello-world.asm | Ayush7-BIT/sample-programs | 422 | 51239 | <gh_stars>100-1000
PAGE 60,132
;
.8086
XSEG SEGMENT
ASSUME CS:XSEG
START: PUSH DS
PUSH DI
PUSH CS
POP DS
PUSH AX
PUSH DX
MOV AX,0003H
MOV AH,09H
LEA DX,STR ; Address of string relative to start of code
ADD DX,100H ; *****
INT 21H ; Print string
EXIT: POP DX
POP AX
POP DI
POP DS
RET
STR: DB 'H... |
8086/MUL.asm | saransh808/ASSEMBLY_LANGUAGE | 0 | 51240 | <reponame>saransh808/ASSEMBLY_LANGUAGE
DATA SEGMENT
N1 DW 2134H
N2 DW 1234H
MULT DW ?
DATA ENDS
CODE SEGMENT
ASSUME CS:CODE, DS:DATA
START: MOV AX, DATA
MOV DS,AX
MOV AX,N1
MOV BX,N2
MUL BX
MOV MULT,AX
INT 3
CODE ENDS
END START |
KongPPU.asm | HonkeyKong/libKong | 1 | 51241 | <filename>KongPPU.asm<gh_stars>1-10
; Set up aliases for PPU registers.
.alias PPUControl1 $2000 ; PPU Control Register 1
.alias NMIonVBlank %10000000 ; Execute Non-Maskable Interrupt on VBlank
.alias PPUMaster %00000000 ; Select Master PPU (Unused on NES and Famicom)
.alias PPUSlave %01000000 ; Sel... |
45/runtime/rt/strnum.asm | minblock/msdos | 0 | 51243 | <gh_stars>0
TITLE STRNUM - String to number and number to string conversions
;***
; STRNUM - String to number and number to string conversions
;
; Copyright <C> 1986, Microsoft Corporation
;
;Purpose:
;
; BASIC Syntax mapping to included runtime entry points:
;
;
; CVI Function: CVL Function:
;
; v = CVI(2-byte st... |
programs/oeis/040/A040544.asm | neoneye/loda | 22 | 51244 | <filename>programs/oeis/040/A040544.asm
; A040544: Continued fraction for sqrt(568).
; 23,1,4,1,46,1,4,1,46,1,4,1,46,1,4,1,46,1,4,1,46,1,4,1,46,1,4,1,46,1,4,1,46,1,4,1,46,1,4,1,46,1,4,1,46,1,4,1,46,1,4,1,46,1,4,1,46,1,4,1,46,1,4,1,46,1,4,1,46,1,4,1,46,1,4,1,46,1,4,1,46,1,4,1
seq $0,40304 ; Continued fraction for sqrt(... |
Debug/qei.asm | polamagdygeo/uWave | 0 | 51245 | <gh_stars>0
;******************************************************************************
;* TI ARM C/C++ Codegen Unix v18.1.1.LTS *
;* Date/Time created: Fri Jul 3 20:08:25 2020 *
;*******************************************************************... |
oeis/216/A216689.asm | neoneye/loda-programs | 11 | 51246 | <gh_stars>10-100
; A216689: E.g.f. exp( x * exp(x)^2 ).
; Submitted by <NAME>
; 1,1,5,25,153,1121,9373,87417,898033,10052353,121492341,1573957529,21729801481,318121178337,4917743697805,79981695655801,1364227940101857,24335561350365953,452874096174214117,8772713803852981785,176541611843378273401,3684142819311127955041,7... |
tests/80186_tests/bcdcnv.asm | zhiayang/z86 | 3 | 51247 | [bits 16]
start:
mov bx,1
mov cx,0
mov sp,144
; aaa
mov ax,0000ah
aaa ; (1) adjusted
mov word[0],ax
pushf
mov ax,0fff9h
aaa ; (2) adjusted by AF
mov word[2],ax
pushf
push bx
popf
mov ax,0fff9h
aaa ; (3) not adjusted
mov word[4],ax
pushf
mov ax,0... |
programs/oeis/298/A298037.asm | neoneye/loda | 22 | 51249 | <filename>programs/oeis/298/A298037.asm
; A298037: Partial sums of A298036.
; 1,13,25,61,85,145,181,265,313,421,481,613,685,841,925,1105,1201,1405,1513,1741,1861,2113,2245,2521,2665,2965,3121,3445,3613,3961,4141,4513,4705,5101,5305,5725,5941,6385,6613,7081,7321,7813,8065,8581,8845,9385,9661,10225,10513,11101,11401,1201... |
Transynther/x86/_processed/AVXALIGN/_st_sm_/i7-7700_9_0xca.log_250_894.asm | ljhsiun2/medusa | 9 | 51250 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r13
push %r14
push %r15
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x1bb42, %r15
sub $63749, %r14
mov (%r15), %r13
sub %rcx, %rcx
lea addresses_WT_ht+0xf27a, %rsi
lea addresses_normal_ht+0x16356, %rdi
clflush (%rsi)
... |
programs/oeis/325/A325765.asm | jmorken/loda | 1 | 51251 | ; A325765: Number of integer partitions of n with a unique consecutive subsequence summing to every positive integer from 1 to n.
; 1,1,1,2,1,3,1,3,2,3,1,5,1,3,3,4,1,5,1,5,3,3,1,7,2,3,3,5,1,7,1,5,3,3,3,8,1,3,3,7,1,7,1,5,5,3,1,9,2,5,3
mov $4,$0
mov $7,2
lpb $7
sub $7,1
add $0,$7
add $0,1
mov $2,$0
mov $6,0
... |
oeis/277/A277491.asm | neoneye/loda-programs | 11 | 51252 | ; A277491: Number of triangles in the standard triangulation of the n-th approximation of the Koch snowflake fractal.
; Submitted by <NAME>
; 1,12,120,1128,10344,93864,847848,7642920,68835432,619715496,5578225896,50207178792,451877192040,4066945060008,36602706866664,329425167106344,2964829725182568,26683480411545000,24... |
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_1779.asm | ljhsiun2/medusa | 9 | 51254 | .global s_prepare_buffers
s_prepare_buffers:
push %r13
push %r14
push %r9
push %rax
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0x1bcdd, %rsi
lea addresses_D_ht+0x1deab, %rdi
nop
nop
nop
nop
nop
sub %r9, %r9
mov $38, %rcx
rep movsb
nop
nop
nop
sub %rbx, %rbx
lea addresses_normal_ht+0xe559, %rcx
nop
sub $... |
programs/oeis/189/A189673.asm | karttu/loda | 0 | 51256 | ; A189673: Fixed point of the morphism 0->010, 1->110.
; 0,1,0,1,1,0,0,1,0,1,1,0,1,1,0,0,1,0,0,1,0,1,1,0,0,1,0,1,1,0,1,1,0,0,1,0,1,1,0,1,1,0,0,1,0,0,1,0,1,1,0,0,1,0,0,1,0,1,1,0,0,1,0,1,1,0,1,1,0,0,1,0,0,1,0,1,1,0,0,1,0,1,1,0,1,1,0,0,1,0,1,1,0,1,1,0,0,1,0,0,1,0,1,1,0,0,1,0,1,1,0,1,1,0,0,1,0,1,1,0,1,1,0,0,1,0,0,1,0,1,1,0... |
oeis/045/A045381.asm | neoneye/loda-programs | 11 | 51257 | <reponame>neoneye/loda-programs
; A045381: Primes congruent to {0, 1, 2} mod 7.
; Submitted by <NAME>
; 2,7,23,29,37,43,71,79,107,113,127,149,163,191,197,211,233,239,281,317,331,337,359,373,379,401,421,443,449,457,463,491,499,541,547,569,617,631,653,659,673,701,709,743,751,757,821,827,863,877,883,911,919,947,953,967,10... |
Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0x48.log_21829_293.asm | ljhsiun2/medusa | 9 | 51258 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r13
push %r14
push %rax
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_UC_ht+0x3f70, %rdx
nop
nop
nop
sub %r10, %r10
mov (%rdx), %r14w
nop
nop
cmp %r13, %r13
lea addresses_WT_ht+0x17008, %rax
nop
nop
nop
xor $5570, %r13
mov (%rax), %r10w
nop
... |
games/mars/mars.asm | phcoder/vm | 0 | 51259 | ; This is a test program
; These are comments
;
; Enable the GPU
LRC r0 #127 ; GPU flag seg
LRC r1 #17 ; GPU flag offset
LRC r3 $1
STR r3 r0 r1
; Create a sprite attribute
LRC r0 #65 ; Segment address (draw the player on top of sprites in the 64 segment
LRC r1 #0 ; Byte address
LRC r3 #144; flags for sprite attrs: bin... |
tests/startup_windows_x64.asm | adrianlizarraga/nibble | 3 | 51260 | <gh_stars>1-10
SECTION .text
global _start
_start:
push rbp
mov rbp, rsp
sub rsp, 16 + 32
lea rcx, [rbp - 4]
call _nibble_get_win64_cmd_args
mov qword [rbp - 16], rax
mov rcx, qword [rbp - 4]
mov rdx, rax
xor eax, eax
call main
mov dword [rbp - 8], eax
mov rcx, qword [rbp - 16]
call LocalFree
mov eax, dword [rbp - 8]
m... |
oeis/133/A133157.asm | neoneye/loda-programs | 11 | 51261 | <filename>oeis/133/A133157.asm
; A133157: Numbers k such that k^2 + k - 41 is prime.
; Submitted by <NAME>
; 8,15,20,21,26,29,36,45,48,59,68,69,75,78,98,99,108,111,113,120,129,134,138,140,143,161,168,185,188,189,210,213,215,216,218,224,230,231,234,251,255,260,266,273,278,279,281,290,294,299,306,308,314,320,329,356
mov... |
ASM/src/twinrova_wait.asm | Triaphlax/OoT-Randomizer | 344 | 51262 | START_TWINROVA_FIGHT:
.byte 0x00
.align 4
TWINROVA_ACTION_TIMER:
.word 0x00
.align 4
rova_check_pos:
sw s0, 0x3C(sp) ;displaced
addiu sp, sp, -0x20
sw ra, 0x14(sp)
la t1, START_TWINROVA_FIGHT
lb t2, 0x00(t1)
bnez t2, @@return
nop
lw t3, 0x28(s2) ;... |
programs/oeis/206/A206258.asm | neoneye/loda | 22 | 51263 | <reponame>neoneye/loda
; A206258: 1/8 the number of 2 X 2 -n..n arrays with a 2 X 2 -n..n inverse, i.e., with determinant +-1.
; 5,13,29,45,77,93,141,173,221,253,333,365,461,509,573,637,765,813,957,1021,1117,1197,1373,1437,1597,1693,1837,1933,2157,2221,2461,2589,2749,2877,3069,3165,3453,3597,3789,3917,4237,4333,4669,48... |
assembly/scratch/hello_world.asm | argodev/2021 | 0 | 51264 | <reponame>argodev/2021
; hello_world.asm
;
; Author: <NAME>
; Date: 03-Oct-2019
global _start
section .text:
_start:
mov eax, 0x4 ; use the write syscall
mov ebx, 1 ; use stdout as the fd
mov ecx, message ; use the message as the buffer
mov edx, message_length ; and sup... |
base/ntos/ps/amd64/psctxwrap.asm | 987432340/wrk-v1.2 | 1 | 51265 | <reponame>987432340/wrk-v1.2
title "Processor Type and Stepping Detection"
;++
;
; Copyright (c) Microsoft Corporation. All rights reserved.
;
; You may only use this code if you agree to the terms of the Windows Research Kernel Source Code License agreement (see License.txt).
; If you do not agree to t... |
Pure64 v0.5.0 Distribution/src/pci.asm | svilerino/intel_multicore | 1 | 51267 | ; =============================================================================
; Pure64 -- a 64-bit OS loader written in Assembly for x86-64 systems
; Copyright (C) 2008-2012 Return Infinity -- see LICENSE.TXT
;
; PCI Functions. http://wiki.osdev.org/PCI
; =========================================================... |
programs/oeis/285/A285726.asm | neoneye/loda | 22 | 51268 | <filename>programs/oeis/285/A285726.asm<gh_stars>10-100
; A285726: a(1) = a(2) = 0; for n > 2, a(n) = A252736(n) - (1-A000035(n)).
; 0,0,0,0,0,0,0,1,1,0,0,1,0,0,1,2,0,1,0,1,1,0,0,2,1,0,2,1,0,1,0,3,1,0,1,2,0,0,1,2,0,1,0,1,2,0,0,3,1,1,1,1,0,2,1,2,1,0,0,2,0,0,2,4,1,1,0,1,1,1,0,3,0,0,2,1,1,1,0,3,3,0,0,2,1,0,1,2,0,2,1,1,1,0... |
programs/oeis/174/A174028.asm | neoneye/loda | 22 | 51269 | <filename>programs/oeis/174/A174028.asm
; A174028: Triangle T(n,k) = 2+4k read by rows.
; 2,2,6,2,6,10,2,6,10,14,2,6,10,14,18,2,6,10,14,18,22,2,6,10,14,18,22,26,2,6,10,14,18,22,26,30,2,6,10,14,18,22,26,30,34,2,6,10,14,18,22,26,30,34,38
mul $0,2
add $0,1
lpb $0
sub $2,2
add $0,$2
lpe
mul $0,2
|
oeis/005/A005892.asm | neoneye/loda-programs | 11 | 51270 | <filename>oeis/005/A005892.asm
; A005892: Truncated square numbers: 7*n^2 + 4*n + 1.
; 1,12,37,76,129,196,277,372,481,604,741,892,1057,1236,1429,1636,1857,2092,2341,2604,2881,3172,3477,3796,4129,4476,4837,5212,5601,6004,6421,6852,7297,7756,8229,8716,9217,9732,10261,10804,11361,11932,12517,13116,13729,14356,14997,15652,... |
libsrc/math/mbf32/c/sccz80/exp.asm | jpoikela/z88dk | 38 | 51271 |
SECTION code_fp_mbf32
PUBLIC exp
EXTERN ___mbf32_setup_single
EXTERN ___mbf32_EXP
EXTERN ___mbf32_return
EXTERN msbios
exp:
call ___mbf32_setup_single
IF __CPU_INTEL__
call ___mbf32_EXP
ELSE
ld ix,___mbf32_EXP
call msbios
eNDIF
jp ___mbf32_return
|
oeis/164/A164588.asm | neoneye/loda-programs | 11 | 51272 | <reponame>neoneye/loda-programs<gh_stars>10-100
; A164588: a(n) = ((3 + sqrt(18))*(5 + sqrt(8))^n + (3 - sqrt(18))*(5 - sqrt(8))^n)/6.
; Submitted by <NAME>(s2)
; 1,9,73,577,4529,35481,277817,2174993,17027041,133295529,1043495593,8168931937,63949894289,500627099961,3919122796697,30680567267633,240180585132481,188023620... |
src/deb/loader.asm | amindlost/wdosx | 7 | 51273 | ; ############################################################################
; ## WDOSX DOS Extender Copyright (c) 1996, 1999, <NAME> ##
; ## ##
; ## Released under the terms of the WDOSX license agreement. ##
; ###########... |
oeis/021/A021135.asm | neoneye/loda-programs | 11 | 51274 | ; A021135: Decimal expansion of 1/131.
; 0,0,7,6,3,3,5,8,7,7,8,6,2,5,9,5,4,1,9,8,4,7,3,2,8,2,4,4,2,7,4,8,0,9,1,6,0,3,0,5,3,4,3,5,1,1,4,5,0,3,8,1,6,7,9,3,8,9,3,1,2,9,7,7,0,9,9,2,3,6,6,4,1,2,2,1,3,7,4,0,4,5,8,0,1,5,2,6,7,1,7,5,5,7,2,5,1,9,0
add $0,1
mov $2,10
pow $2,$0
div $2,131
mov $0,$2
mod $0,10
|
Transynther/x86/_processed/NC/_zr_/i9-9900K_12_0xa0_notsx.log_21829_280.asm | ljhsiun2/medusa | 9 | 51275 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r13
push %r9
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_normal_ht+0x1c17b, %rsi
lea addresses_WC_ht+0xa7b, %rdi
nop
nop
nop
and $1962, %r13
mov $15, %rcx
rep movsq
sub %rbp, %rbp
lea addresses_D_ht+0x1317b, %rsi
lea addresses_D_ht+0x... |
oeis/266/A266396.asm | neoneye/loda-programs | 11 | 51276 | <reponame>neoneye/loda-programs
; A266396: Number of orbits of Aut(Z^7) as function of the infinity norm n of the representative lattice point of the orbit, when the cardinality of the orbit is equal to 80640.
; Submitted by <NAME>
; 0,0,0,10,41,105,215,385,630,966,1410,1980,2695,3575,4641,5915,7420,9180,11220,13566,16... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.