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/l/sdcc/__modsuchar.asm | jpoikela/z88dk | 640 | 49160 | <reponame>jpoikela/z88dk<filename>libsrc/_DEVELOPMENT/l/sdcc/__modsuchar.asm
SECTION code_clib
SECTION code_l_sdcc
PUBLIC __modsuchar
EXTERN __divsuchar_0
__modsuchar:
; mixed 8-bit mod
;
; enter : stack = divisor (signed byte), dividend (unsigned byte), ret
;
; exit : hl = remainder
; d... |
src/test/ref/function-pointer-problem-1.asm | jbrandwood/kickc | 2 | 49161 | // The following casuses an exception in pass 2
// https://gitlab.com/camelot/kickc/-/issues/561
// Commodore 64 PRG executable file
.file [name="function-pointer-problem-1.prg", type="prg", segments="Program"]
.segmentdef Program [segments="Basic, Code, Data"]
.segmentdef Basic [start=$0801]
.segmentdef Code [start=... |
game.asm | Lianting-Wang/MIPS-GAME | 0 | 49162 | # Bitmap display starter code
#
# Bitmap Display Configuration:
# - Unit width in pixels: 4
# - Unit height in pixels: 4
# - Display width in pixels: 256
# - Display height in pixels: 256
# - Base Address for Display: 0x10008000 ($gp)
#
.eqv BASE_ADDRESS 0x10008000
.eqv SLEEP_TIME 40
.eqv WIDTH 64
.eqv SPEED 1
.eqv V... |
programs/oeis/223/A223711.asm | neoneye/loda | 22 | 49163 | <reponame>neoneye/loda
; A223711: Number of n X 2 0..1 arrays with row sums and column sums unimodal.
; 4,16,53,155,418,1066,2611,6205,14408,32852,73825,163951,360574,786574,1704095,3670193,7864516,16777432,35651821,75497731,159383834,335544626,704643403,1476395365,3087008128,6442451356,13421773241,27917287895,57982058... |
data/pokemon/base_stats/kurstraw.asm | AtmaBuster/pokeplat-gen2 | 6 | 49164 | db 0 ; species ID placeholder
db 55, 40, 90, 78, 80, 77
; hp atk def spd sat sdf
db GHOST, GHOST ; type
db 90 ; catch rate
db 98 ; base exp
db NO_ITEM, NO_ITEM ; items
db GENDER_F50 ; gender ratio
db 25 ; step cycles to hatch
INCBIN "gfx/pokemon/kurstraw/front.dimensions"
db GROWTH_FAST ; grow... |
lib/bresenham.h.asm | simondotm/fast-vgm | 8 | 49165 | \\ 8-bit Fast Bresenham Line plot routine
\\ Inspired by http://codebase64.org/doku.php?id=base:bresenham_s_line_algorithm_2
\\ Uses self modifying code for speed
\\ gradient setup (once per line draw call) 104 cycles
\\ 21-5 cycles per iteration
\\ +cost of plot pixel routine
_USE_RTW=TRUE
IF _USE_RTW
.rtw_startx ... |
programs/oeis/120/A120142.asm | karttu/loda | 0 | 49167 | ; A120142: a(1)=16; a(n)=floor((32+sum(a(1) to a(n-1)))/2).
; 16,24,36,54,81,121,182,273,409,614,921,1381,2072,3108,4662,6993,10489,15734,23601,35401,53102,79653,119479,179219,268828,403242,604863,907295,1360942,2041413,3062120,4593180,6889770,10334655,15501982
mov $4,2
mov $7,$0
lpb $4,1
sub $4,1
add $0,$4
sub ... |
lab_7/asm/sad_color.asm | MarkoN95/DDC-Labs | 0 | 49168 | #
# Sum of Absolute Differences Algorithm with GRB values
#
# Authors:
# <NAME>
# <NAME>
#
.text
main:
lui, $s0, 0x0000 # base address located in $s0
ori, $s0, 0x0000
addi, $t0, $0, 3 # load R1 into memory
sw $t0, 0($s0)
addi, $t0, $0, 5 # load G1 into memory
sw $t0, 4($s0)
addi, $t0... |
text/maps/viridian_city.asm | adhi-thirumala/EvoYellow | 16 | 49171 | _ViridianCityText_19219::
text "First, you need"
line "to weaken the"
cont "target #MON."
done
_ViridianCityText_1920a::
text "Ahh, I've had my"
line "coffee now and I"
cont "feel great!"
para "Sure, you can go"
line "through!"
para "I'm sorry I was"
line "so rude to you!"
para "I see you're using"
lin... |
programs/oeis/014/A014286.asm | neoneye/loda | 22 | 49172 | <filename>programs/oeis/014/A014286.asm
; A014286: a(n) = Sum_{j=0..n} j*Fibonacci(j).
; 0,1,3,9,21,46,94,185,353,659,1209,2188,3916,6945,12223,21373,37165,64314,110826,190265,325565,555431,945073,1604184,2717016,4592641,7748859,13052145,21950853,36863494,61824694,103559033,173264921,289575995,483474153,806435428,13439... |
src/host/x86/sse/asm/uXtmmintrin.asm | Navegos/uasmlib | 3 | 49173 | <reponame>Navegos/uasmlib<gh_stars>1-10
; / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / /
; / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / /
; / / / /
; / / ... |
programs/oeis/212/A212578.asm | jmorken/loda | 1 | 49174 | <reponame>jmorken/loda
; A212578: Number of (w,x,y,z) with all terms in {1,...,n} and |w-x| = 2*|x-y| - |y-z|.
; 0,1,4,13,28,55,92,147,216,309,420,561,724,923,1148,1415,1712,2057,2436,2869,3340,3871,4444,5083,5768,6525,7332,8217,9156,10179,11260,12431,13664,14993,16388,17885,19452,21127,22876,24739,26680,28741,30884,33... |
Driver/Printer/PrintCom/Cursor/cursorSetCursorAbsCanonBJC.asm | steakknife/pcgeos | 504 | 49175 | <reponame>steakknife/pcgeos
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GlobalPC 1999 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: print drivers
FILE: cursorSetCursorAbsCanonBJ.asm
AUTHOR: <NAME>, 10 Jan 1999
ROUTINES:
Name Description
---- -... |
smsq/qpc/dos/init.asm | olifink/smsqe | 0 | 49176 | ; DOS initialisation V1.01 1997 <NAME>
section dos
xdef dos_init
xref.l dos_vers
xref gu_achpp
xref gu_thini
xref dos_io
xref dos_open
xref dos_close
xref dos_defs
include 'dev8_mac_proc'
include 'dev8_mac_basic'
include 'dev8_keys_iod'
include 'dev8_keys_qdos_sms'
include 'dev8_keys_err'
incl... |
oeis/037/A037966.asm | neoneye/loda-programs | 11 | 49177 | <reponame>neoneye/loda-programs
; A037966: a(n) = n^2*binomial(2*n-2, n-1).
; 0,1,8,54,320,1750,9072,45276,219648,1042470,4862000,22355476,101582208,457002364,2038517600,9026235000,39710085120,173712232710,756088415280,3276123843300,14138105520000,60790319209620,260516811228960,1113068351807880,4742456099097600,2015475... |
projects/Kirbys_Dream_Land_2.windfish/disassembly/macros.asm | jverkoey/awaken | 68 | 49178 |
__changebank: MACRO
ld a, \1
call cbcallWithoutInterrupts.loadBank
ENDM
__ifNotZero: MACRO
ld a, \1
or a
jr z, \2
ENDM
_changebank: MACRO
ld a, \1
call changeBankAndCall.loadBank
ENDM
_ifGte: MACRO
ld a, \1
cp \2
jp c, \3
ENDM
_ifZero: MACRO
... |
programs/oeis/128/A128985.asm | karttu/loda | 1 | 49179 | <reponame>karttu/loda
; A128985: a(n) = (n^3 - n^2)*2^n.
; 0,16,144,768,3200,11520,37632,114688,331776,921600,2478080,6488064,16613376,41746432,103219200,251658240,606076928,1443889152,3406823424,7969177600,18496880640,42630905856,97626619904,222264557568,503316480000,1134139801600,2543962816512,5682241732608,126422362... |
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_1051.asm | ljhsiun2/medusa | 9 | 49180 | <reponame>ljhsiun2/medusa<gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r8
push %r9
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0x1dde2, %rsi
lea addresses_UC_ht+0x2022, %rdi
nop
inc %rbp
mov $17, %rcx
rep movsb
nop
nop
inc %rsi
lea addresses_D_ht+0xb336, %rdi
clflu... |
s2/sfx-original/A4 - Skidding.asm | Cancer52/flamedriver | 9 | 49183 | <filename>s2/sfx-original/A4 - Skidding.asm<gh_stars>1-10
Sound24_Skidding_Header:
smpsHeaderStartSong 2
smpsHeaderVoiceNull
smpsHeaderTempoSFX $01
smpsHeaderChanSFX $02
smpsHeaderSFXChannel cPSG2, Sound24_Skidding_PSG2, $F4, $00
smpsHeaderSFXChannel cPSG3, Sound24_Skidding_PSG3, $F4, $00
; PSG2 Data
Sound24... |
base/Kernel/Native/arm/Crt/h_errors.asm | sphinxlogic/Singularity-RDK-2.0 | 0 | 49186 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;
;;; Microsoft Research Singularity
;;;
;;; Copyright (c) Microsoft Corporation. All rights reserved.
;;;
;;; This file contains ARM-specific assembly code.
;;;
;;; RCS Revision: 1
;;; Checkin Date: 2007/... |
programs/oeis/298/A298023.asm | karttu/loda | 1 | 49187 | <reponame>karttu/loda
; A298023: Partial sums of A298022.
; 1,4,11,23,40,63,91,124,161,203,250,301,357,418,483,553,628,707,791,880,973,1071,1174,1281,1393,1510,1631,1757,1888,2023,2163,2308,2457,2611,2770,2933,3101,3274,3451,3633,3820,4011,4207,4408,4613,4823,5038,5257,5481,5710,5943,6181,6424,6671,6923,7180,7441,7707,... |
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_688.asm | ljhsiun2/medusa | 9 | 49188 | .global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r14
push %rax
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WC_ht+0x13866, %r12
nop
nop
nop
nop
sub %rax, %rax
movw $0x6162, (%r12)
nop
nop
nop
nop
xor $11960, %r12
lea addresses_D_ht+0x1cf66, %rsi
lea addresses_A_ht+0x5966, %rdi
nop
sub %r14, %r14
mo... |
programs/oeis/010/A010761.asm | karttu/loda | 1 | 49189 | <filename>programs/oeis/010/A010761.asm
; A010761: a(n) = floor(n/2) + floor(n/3).
; 0,1,2,3,3,5,5,6,7,8,8,10,10,11,12,13,13,15,15,16,17,18,18,20,20,21,22,23,23,25,25,26,27,28,28,30,30,31,32,33,33,35,35,36,37,38,38,40,40,41,42,43,43,45,45,46,47,48,48,50,50,51,52,53,53,55,55,56,57,58,58,60,60,61,62,63,63,65,65,66,67,68,... |
programs/oeis/000/A000541.asm | neoneye/loda | 22 | 49191 | ; A000541: Sum of 7th powers: 1^7 + 2^7 + ... + n^7.
; 0,1,129,2316,18700,96825,376761,1200304,3297456,8080425,18080425,37567596,73399404,136147921,241561425,412420800,680856256,1091194929,1703414961,2597286700,3877286700,5678375241,8172733129,11577558576,16164030000,22267545625,30299355801,40759709004,54252637516,7150... |
oeis/033/A033036.asm | neoneye/loda-programs | 11 | 49192 | ; A033036: Numbers all of whose base 11 digits are odd.
; Submitted by <NAME>
; 1,3,5,7,9,12,14,16,18,20,34,36,38,40,42,56,58,60,62,64,78,80,82,84,86,100,102,104,106,108,133,135,137,139,141,155,157,159,161,163
add $0,1
mov $2,1
lpb $0
mul $0,2
sub $0,1
mov $3,$0
div $0,10
mod $3,10
mul $3,$2
add $1,$3
... |
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_320.asm | ljhsiun2/medusa | 9 | 49193 | .global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r15
push %r9
push %rax
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WC_ht+0x2f6a, %r9
add %r12, %r12
movb $0x61, (%r9)
nop
nop
nop
nop
sub %rcx, %rcx
lea addresses_UC_ht+0xf36a, %rdx
nop
nop
and %r15, %r15
movw $0x6162, (%rdx)
nop
nop
nop
nop
inc %r9... |
oeis/202/A202270.asm | neoneye/loda-programs | 11 | 49194 | ; A202270: Largest n-digit numbers whose sum of digits is n.
; Submitted by <NAME>
; 1,20,300,4000,50000,600000,7000000,80000000,900000000,9100000000,92000000000,930000000000,9400000000000,95000000000000,960000000000000,9700000000000000,98000000000000000,990000000000000000,9910000000000000000,99200000000000000000
mov ... |
data/mapHeaders/route24.asm | adhi-thirumala/EvoYellow | 16 | 49195 | Route24_h:
db OVERWORLD ; tileset
db ROUTE_24_HEIGHT, ROUTE_24_WIDTH ; dimensions (y, x)
dw Route24Blocks, Route24TextPointers, Route24Script ; blocks, texts, scripts
db SOUTH | EAST ; connections
SOUTH_MAP_CONNECTION ROUTE_24, CERULEAN_CITY, -3, 2, CeruleanCityBlocks, 1
EAST_MAP_CONNECTION ROUTE_24, ROUTE_25, 0,... |
test/link/align4/module2.asm | nigelperks/BasicAssembler | 0 | 49196 | IDEAL
SEGMENT ALL PUBLIC
_aa DW 1234h
ALIGN 4
_bb DW 5678h
ALIGN 8
_cc DD 0DEADFACEh
ALIGN 16
_dd DB 1,2,3,4,5,6,7,8,9
fini:
ENDS ALL
PUBLIC _aa,_bb,_cc,_dd,fini
END
|
pkgs/tools/yasm/src/modules/arch/x86/tests/gas64/gas-movsxs.asm | manggoguy/parsec-modified | 64 | 49198 | movsbl %al, %eax
movsbw %al, %ax
movswl %ax, %eax
movsbq %al, %rax
movswq %ax, %rax
movslq %eax, %rax
# Intel formats - untested for now
#movsxw %ax, %eax
#movsxb %al, %ax
#movsxb %al, %rax
#movsxw %ax, %rax
#movsxl %eax, %rax
movzbl %al, %eax
movzbw %al, %ax
movzwl %ax, %eax
movzbq %al, %rax
movzwq %ax, %rax
|
programs/oeis/074/A074942.asm | neoneye/loda | 22 | 49199 | <gh_stars>10-100
; A074942: a(n) = phi(n) mod 3.
; 1,1,2,2,1,2,0,1,0,1,1,1,0,0,2,2,1,0,0,2,0,1,1,2,2,0,0,0,1,2,0,1,2,1,0,0,0,0,0,1,1,0,0,2,0,1,1,1,0,2,2,0,1,0,1,0,0,1,1,1,0,0,0,2,0,2,0,2,2,0,1,0,0,0,1,0,0,0,0,2,0,1,1,0,1,0,2,1,1,0,0,2,0,1,0,2,0,0,0,1
seq $0,10 ; Euler totient function phi(n): count numbers <= n and pr... |
other/oldVersionsAndFiles/loader2.asm | brijohn/cynthcart | 25 | 49200 | <gh_stars>10-100
; Commodore 64 Cynthcart LOADER
; by <NAME>
;------------------------
; TEXT EDITOR TAB=3
;------------------------
;------------------------
;------------------------
; TODO
;------------------------
; - LFO -> Pulse Width and Volume and Filter
;--------------------------
;--------------------------
... |
Transynther/x86/_processed/NONE/_ht_zr_/i3-7100_9_0xca_notsx.log_1381_1807.asm | ljhsiun2/medusa | 9 | 49201 | .global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r14
push %r15
push %r8
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0x10842, %r12
nop
cmp %r14, %r14
and $0xffffffffffffffc0, %r12
movntdqa (%r12), %xmm3
vpextrq $1, %xmm3, %r15
nop
inc %rsi
lea addresses_D_ht+0x2e2, %rsi
nop
nop
xor $38163, %r... |
libsrc/_DEVELOPMENT/alloc/malloc/c/sdcc_iy/heap_alloc_fixed_callee.asm | meesokim/z88dk | 0 | 49202 | <gh_stars>0
; void *heap_alloc_fixed_callee(void *heap, void *p, size_t size)
INCLUDE "clib_cfg.asm"
SECTION code_alloc_malloc
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
IF __CLIB_OPT_MULTITHREAD & $01
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
PUBLIC _heap_alloc_fixed_callee
_heap_alloc_fixed_callee:
pop hl
pop de
pop bc
... |
3rdParties/src/nasm/nasm-2.15.02/travis/test/loopoffs.asm | blue3k/StormForge | 1 | 49203 | <reponame>blue3k/StormForge<filename>3rdParties/src/nasm/nasm-2.15.02/travis/test/loopoffs.asm
bits 16
delay: loop delay
loop $
delay2: a32 loop delay2
a32 loop $
delay3: loop delay3,ecx
loop $,ecx
delay4: a32 loop delay4,ecx
a32 loop $,ecx
|
programs/oeis/120/A120155.asm | neoneye/loda | 22 | 49204 | ; A120155: a(1)=10; a(n)=floor((31+sum(a(1) to a(n-1)))/3).
; 10,13,18,24,32,42,56,75,100,133,178,237,316,421,562,749,999,1332,1776,2368,3157,4209,5612,7483,9977,13303,17737,23650,31533,42044,56059,74745,99660,132880,177173,236231,314975,419966,559955,746607
add $0,1
mov $2,5
lpb $0
sub $0,1
add $2,$1
mov $1,8
... |
libsrc/target/pc88/pc88_v2mode.asm | jpoikela/z88dk | 640 | 49205 | ;
; PC-8801 specific routines
; by <NAME>, 2018
;
; int pc88_v2mode();
;
; The result is:
; - 0 (false) if the DIP switches are in V1 mode
; - 1 (true) if the DIP switches are in V2 mode
;
; Clears the keyboard buffer
;
; $Id: pc88_v2mode.asm $
;
SECTION code_clib
PUBLIC pc88_v2mode
PUBLIC _pc88_v2mode
pc8... |
random/__random.asm | almeswe/random | 1 | 49206 | .586
.model flat, C
.stack 100h
.code
pshtap macro src, bit ; pushes specified bit to the ebx register through carry flag
bt src, bit
adc ebx, 0
endm
xortap macro src, bit ; xors pushed tap with tap in ebx
pshtap src, bit
and ebx, 1
endm
; ---ARGS---
; DWORD - seed
__random32 p... |
x265/source/common/x86/ipfilter16.asm | xu5343/ffmpegtoolkit_CentOS7 | 0 | 49207 | <reponame>xu5343/ffmpegtoolkit_CentOS7<filename>x265/source/common/x86/ipfilter16.asm
;*****************************************************************************
;* Copyright (C) 2013-2017 MulticoreWare, Inc
;*
;* Authors: <NAME> <<EMAIL>>
;* <NAME> <<EMAIL>>
;* <NAME> <<EMAIL>>
;*
;* This program ... |
test/sysalloc/sysalloc.asm | orlandol/origow32 | 1 | 49208 |
CPU 386
BITS 32
segment .text use32
%include "rtl.inc"
run:
..start:
push ebp
mov ebp, esp
call InitRTL
; TODO: Test allocating 0 bytes
; TODO: Test resizing to 0 bytes
; Test memory allocation
push strAllocating
call sysecho
push dword 2048
push LPTR
call [... |
oeis/183/A183634.asm | neoneye/loda-programs | 11 | 49209 | <reponame>neoneye/loda-programs
; A183634: Number of (n+1) X 2 0..3 arrays with every 2 x 2 subblock summing to 6.
; Submitted by <NAME>(s4)
; 44,136,452,1576,5684,21016,79172,302536,1168724,4552696,17848292,70313896,278034164,1102505176,4381191812,17438411656,69494842004,277203478456,1106487293732,4418971411816,176549... |
src/converter/cvt_string2double/test/_start.asm | nikAizuddin/lib80386 | 4 | 49211 | ; 1 2 3 4 5 6 7
;234567890123456789012345678901234567890123456789012345678901234567890
;=====================================================================
;
; *** TEST ***
;
;--------------------------------------------------------------... |
assets/MemoryAccess/BasicTest/BasicTest.asm | jamespolley/VM-Translator | 1 | 49212 | // push constant 10
@10
D=A
@SP
A=M
M=D
@SP
M=M+1
// pop local 0
@LCL
D=M
@0
A=D+A
D=A
@R13
M=D
@SP
AM=M-1
D=M
@R13
A=M
M=D
// push constant 21
@21
D=A
@SP
A=M
M=D
@SP
M=M+1
// push constant 22
@22
D=A
@SP
A=M
M=D
@SP
M=M+1
// pop argument 2
@ARG
D=M
@2
A=D+A
D=A
@R13
M=D
@SP
AM=M-1
D=M
@R13
A=M
M=D
// pop ar... |
programs/oeis/011/A011584.asm | karttu/loda | 1 | 49213 | ; A011584: Legendre symbol (n,17).
; 0,1,1,-1,1,-1,-1,-1,1,1,-1,-1,-1,1,-1,1,1,0,1,1,-1,1,-1,-1,-1,1,1,-1,-1,-1,1,-1,1,1,0,1,1,-1,1,-1,-1,-1,1,1,-1,-1,-1,1,-1,1,1,0,1,1,-1,1,-1,-1,-1,1,1,-1,-1,-1,1,-1,1,1,0,1,1,-1,1,-1,-1,-1,1,1,-1,-1,-1
pow $0,8
add $0,1
mov $1,$0
mod $1,17
mul $1,2
sub $1,2
div $1,2
|
out/ls.asm | harveydong/learning-xv6 | 0 | 49214 |
.fs/ls: file format elf64-x86-64
Disassembly of section .text:
0000000000000000 <main>:
close(fd);
}
int
main(int argc, char *argv[])
{
0: 55 push %rbp
int i;
if(argc < 2){
1: 83 ff 01 cmp $0x1,%edi
close(fd);
}
int
main(int argc, char *argv[])
{
4: 48 89... |
Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xca.log_21829_865.asm | ljhsiun2/medusa | 9 | 49215 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r9
push %rax
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0x14705, %rsi
lea addresses_normal_ht+0x17485, %rdi
nop
and %r11, %r11
mov $33, %rcx
rep movsq
nop
nop
nop
and $19336, %rdi
lea addresses_WT_ht+0x13485, %rsi
nop
nop
nop
cmp %r... |
src/arch/x86/init/boot.asm | RicardoLuis0/OSDevV2 | 1 | 49216 | [BITS 32]
;https://wiki.osdev.org/Bare_Bones_with_NASM
MBALIGN equ 1 << 0 ; align loaded modules on page boundaries
MEMINFO equ 1 << 1 ; provide memory map
VIDINFO equ 1 << 2 ; provide video mode info
FLAGS equ MBALIGN | MEMINFO ; | VIDINFO
... |
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_1703.asm | ljhsiun2/medusa | 9 | 49218 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r14
push %r15
push %rax
push %rbx
push %rcx
push %rdi
lea addresses_A_ht+0x14993, %rdi
nop
nop
nop
nop
dec %r15
mov (%rdi), %rbx
nop
nop
nop
nop
nop
and %r14, %r14
lea addresses_A_ht+0x16ff, %rcx
nop
cmp %r10, %r10
mov (%rcx), %eax
nop
nop
nop
nop
inc %rdi
po... |
Library/Trans/Graphics/Vector/EPS/Lib/libMain.asm | steakknife/pcgeos | 504 | 49219 | <reponame>steakknife/pcgeos
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1992 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: EPS Translation library
FILE: libMain.asm
AUTHOR: <NAME>, Dec 30, 1992
ROUTINES:
Name Description
---- -------... |
Appl/SDK_Asm/UICtrl/uitsctrl.asm | steakknife/pcgeos | 504 | 49221 | COMMENT @-----------------------------------------------------------------------
Copyright (c) GeoWorks 1991 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: Text Library
FILE: uiTextStyleControl.asm
ROUTINES:
Name Description
---- -----------
GLB UICTextStyleControlClass Style menu object
R... |
programs/oeis/057/A057088.asm | neoneye/loda | 22 | 49223 | <reponame>neoneye/loda<gh_stars>10-100
; A057088: Scaled Chebyshev U-polynomials evaluated at i*sqrt(5)/2. Generalized Fibonacci sequence.
; 1,5,30,175,1025,6000,35125,205625,1203750,7046875,41253125,241500000,1413765625,8276328125,48450468750,283633984375,1660422265625,9720281250000,56903517578125,333118994140625,1950... |
Transynther/x86/_processed/AVXALIGN/_zr_/i9-9900K_12_0xca.log_21829_935.asm | ljhsiun2/medusa | 9 | 49224 | <filename>Transynther/x86/_processed/AVXALIGN/_zr_/i9-9900K_12_0xca.log_21829_935.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r15
push %r9
push %rax
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_A_ht+0x1a6e8, %rsi
lea addresses_WC_ht+0x1af68, %rdi
nop
nop
nop
nop
sub %rax, %rax
mov $114, %r... |
asm/orangeOS/chapter3/h/dosmem.asm | BoKoIsMe/J1900_FreeBSD | 0 | 49225 | ORG 0100H
jmp LABEL_BEGIN
[SECTION .DATA]
ALIGN 16
[BITS 16]
LABEL_DATA:
dwMemSize: dw 0
ARDStruct:
dwBaseAddrLow: dd 0
dwBaseAddrHigh: dd 0
dwLengthLow: dd 0
dwLengthHigh: dd 0
dwType: dd 0
szMCFMessage: db "Memory check failed.",0Ah,0Dh,'$'
szMCRMessage: db "Memory check okey.",0Ah,0Dh,'$'
[SECTION .s... |
Transynther/x86/_processed/AVXALIGN/_ht_zr_/i3-7100_9_0x84_notsx.log_3_2404.asm | ljhsiun2/medusa | 9 | 49226 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %r13
push %r14
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x15862, %r11
nop
nop
nop
nop
nop
inc %r13
mov $0x6162636465666768, %rcx
movq %rcx, (%r11)
nop
nop
mfence
lea addresses_WC_ht+0x1905a, %rsi
lea addre... |
coverage/PENDING_SUBMIT/amdvlk/0600-COVERAGE-instruction-simplify-5057/work/variant/1_spirv_asm/shader.frag.asm | asuonpaa/ShaderTests | 0 | 49227 | ; SPIR-V
; Version: 1.0
; Generator: Khronos Glslang Reference Front End; 10
; Bound: 85
; Schema: 0
OpCapability Shader
%1 = OpExtInstImport "GLSL.std.450"
OpMemoryModel Logical GLSL450
OpEntryPoint Fragment %4 "main" %65
OpExecutionMode %4 OriginUp... |
2.0/cpm20_code/as4sear.asm | officialrafsan/CP-M | 0 | 49229 | <reponame>officialrafsan/CP-M
TITLE 'ASM TABLE SEARCH MODULE'
ORG 15A0H
JMP ENDMOD ;TO NEXT MODULE
JMP BSEAR
JMP BGET
;
; COMMON EQUATES
PBMAX EQU 120 ;MAX PRINT SIZE
PBUFF EQU 10CH ;PRINT BUFFER
PBP EQU PBUFF+PBMAX ;PRINT BUFFER POINTER
;
TOKEN EQU PBP+1 ;CURRENT TOKEN UDER SCAN
VALUE EQU TOKEN+1 ;VAL... |
L1/TPs/0204-ASM/tp3/factorielle.asm | Tehcam/Studies | 0 | 49230 | <reponame>Tehcam/Studies
; Initialisation
Load 1 ; (0)
Store Mem[0] ; i (1)
Store Mem[1] ; res (2)
In ; (3)
Add 1 ; (4)
Store Mem[2] ; n (5)
; Si i<n ?
CMP Mem[0] ; (6)
JC 9 ; alors faire res *= i (7)
JMP 17; saut d'évitement (8)
; Alors
Load Mem[1] ; (9)
Mul Mem[0] ; (10)
Store Mem[1] ; (11)
Load Mem[0] ; (12)
A... |
Engine Hacks/Strmag/Strmag/Str Mag Split/Prep Screen and Mag Booster/Prep Screen Write Old Stats.asm | sme23/Christmas2 | 3 | 49232 | <gh_stars>1-10
.thumb
.org 0x0
push {r14}
ldr r0,MagGetter
mov r14,r0
ldr r0,[r4,#0x2C]
.short 0xF800
mov r1,r7
add r1,#0x2E
strb r0,[r1]
ldr r0,[r4,#0x2C]
mov r1,#0x1D
ldsb r1,[r0,r1]
ldr r0,[r0,#0x4]
ldrb r0,[r0,#0x12]
add r0,r0,r1
mov r1,r7
add r1,#0x35
strb r0,[r1]
ldr r0,[r4,#0x2C]
ldr r1,[r4,#0x30]... |
lab3_test_harness/test/state_data_in/5.asm | Zaydax/PipelineProcessor | 2 | 49233 | <filename>lab3_test_harness/test/state_data_in/5.asm
.ORIG x1234
ADD R1, R1, x5
ADD R2, R2, x5
ADD R3, R3, x5
ADD R4, R4, x5
ADD R5, R5, x5
.END
|
src/examples/asm/spaceship.asm | fourstix/PicoElfPixieVideoGLCDV2 | 4 | 49235 | <filename>src/examples/asm/spaceship.asm
; -------------------------------------------------------------------
; Original Elf Pixie Graphic Program by <NAME>
; Published in Popular Electronics, July 1979, pages 41-46
; Copyright <NAME> 1976-1979
;
; Modified to run under the Elf/OS with the Pico/Elf PixieVideo
; Copyr... |
programs/oeis/203/A203016.asm | neoneye/loda | 22 | 49236 | ; A203016: Numbers congruent to {1, 2, 3, 4} mod 6, multiplied by 3.
; 3,6,9,12,21,24,27,30,39,42,45,48,57,60,63,66,75,78,81,84,93,96,99,102,111,114,117,120,129,132,135,138,147,150,153,156,165,168,171,174,183,186,189,192,201,204,207,210,219,222,225,228,237,240,243,246,255,258,261,264,273,276,279,282,291,294,297
mov $1... |
45/beef/cw/kernel/ktimer.asm | minblock/msdos | 0 | 49237 | <gh_stars>0
;*
;* COW : Character Oriented Windows
;*
;* ktimer.asm : kernel timer routine (for LRU sweep only at present).
include kernel.inc
ctickLruMax EQU 6 ;* 6/18 = 1/3 s (approx.)
IFDEF DEBPUB
PUBLIC HandlerTimer
ENDIF ;DEBPUB
sBegin DATA
assumes DS,DGROUP
externDP pwndAlarm ;* != NULL if alarm... |
oeis/082/A082430.asm | neoneye/loda-programs | 11 | 49238 | <reponame>neoneye/loda-programs<gh_stars>10-100
; A082430: a(1)=1; for n > 1, a(n) = n*(a(n-1) + a(n-2) + ... + a(2) + a(1)) + 4.
; Submitted by <NAME>
; 1,6,25,132,824,5932,48444,442916,4484524,49828044,602919332,7892762164,111156400476,1675896499484,26934050884564,459674468429892,8302870086014924,158242935756990316,3... |
libsrc/_DEVELOPMENT/arch/ts2068/misc/c/sdcc_iy/tshr_scroll_up.asm | jpoikela/z88dk | 640 | 49239 | ; void tshr_scroll_up(uchar prows, uchar attr)
SECTION code_clib
SECTION code_arch
PUBLIC _tshr_scroll_up
EXTERN asm_tshr_scroll_up
_tshr_scroll_up:
pop af
pop de
push de
push af
ld l,d
ld d,0
jp asm_tshr_scroll_up
|
src/Sources_de_Test/Repertoire_Simple/hello.asm | HulinCedric/file-tree-website-generator | 0 | 49241 | cseg segment
assume cs:cseg, ds:cseg
org 100h
main proc
jmp debut
mess db 'Hello world!$'
debut:
mov dx, offset mess
mov ah, 9
int 21h
ret
main endp
cseg ends
end main
|
Driver/Video/VGAlike/VGA15/vga15StringTab.asm | steakknife/pcgeos | 504 | 49242 | <reponame>steakknife/pcgeos
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1990 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: VGA8 Video Driver
FILE: vga8StringTab.asm
AUTHOR: <NAME>, 8/1/90
REVISION HISTORY:
Name Date Description
---- --... |
stars.asm | smirzaei/systems-programming-class | 0 | 49243 | <reponame>smirzaei/systems-programming-class
; This is incomplete
STK SEGMENT
DW 32 DUP(?)
STK ENDS
DTS SEGMENT
MAX DB 80 ; maximum number of characters than can be entered
LEN DB ? ; the actual number of entered characters
STRING DB 80 DUP(?)
MSG DB 'Please enter up to 80 characters',... |
Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0x48.log_21829_871.asm | ljhsiun2/medusa | 9 | 49244 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r13
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0x372, %rsi
lea addresses_A_ht+0x14c40, %rdi
nop
nop
nop
add $55293, %r10
mov $65, %rcx
rep movsw
nop
nop
nop
and $58557, %r11
lea addresses_UC_ht+0x17792, %rsi
lea addresses_UC_ht+0x148f5, %... |
third_party/codecs/xvidcore/src/image/x86_asm/interpolate8x8_mmx.asm | Narflex/sagetv | 292 | 49245 | ;/*****************************************************************************
; *
; * XVID MPEG-4 VIDEO CODEC
; * - mmx 8x8 block-based halfpel interpolation -
; *
; * Copyright(C) 2001 <NAME> <<EMAIL>>
; * 2002-2008 <NAME> <<EMAIL>>
; *
; * This program is free software ; you can redistribute it an... |
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_7441_441.asm | ljhsiun2/medusa | 9 | 49246 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r13
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0xf33d, %rsi
lea addresses_WT_ht+0x1bb3d, %rdi
nop
nop
xor %rdx, %rdx
mov $77, %rcx
rep movsq
nop
nop
nop
add %r11, %r11
lea addresses_normal_ht+0x3c3d, %rsi
lea addresses_normal_h... |
programs/oeis/134/A134183.asm | neoneye/loda | 22 | 49247 | ; A134183: A Hankel transform of a Catalan product.
; 0,1,16,768,131072,83886080,206158430208,1970324836974592,73786976294838206464,10880332376531662572355584,6338253001141147007483516026880
mov $1,$0
pow $0,2
mov $2,2
pow $2,$0
mul $1,$2
mov $0,$1
div $0,2
|
Source/Levels/L0105.asm | AbePralle/FGB | 0 | 49248 | <gh_stars>0
;L0105.asm rainy forest w/hive & wrangling iron
;<NAME> 3.4.2000
INCLUDE "Source/Defs.inc"
INCLUDE "Source/Levels.inc"
INCLUDE "Source/Items.inc"
HIVE_INDEX EQU 16
STATE_NORMAL EQU 1
STATE_HIVEDESTROYED EQU 2
;---------------------------------------------------------------------
SECTION "LevelsSe... |
Aula01/Modelo02.asm | IgorGabrielTon/AssemblyX64 | 0 | 49249 | <filename>Aula01/Modelo02.asm<gh_stars>0
section .data
Nome db 'Olá, Meu nome é <NAME>', 0xa
PesoNome equ $ - Nome
Escola db 'Eu trabalho na Compuway - Indaiatuba', 0xa
PesoEscola equ $ - Escola
section .text
global _start
_start:
mov edx, ... |
raspberry-pi-os-lessons-asm/lesson02.asm | mraethel/spectrum4 | 2 | 49250 |
build/kernel8.elf: file format elf64-littleaarch64
Disassembly of section .text.boot:
0000000000000000 <_start>:
0: d53800a0 mrs x0, mpidr_el1
4: 92401c00 and x0, x0, #0xff
8: b4000060 cbz x0, 14 <master>
c: 14000001 b 10 <proc_hang>
0000000000000010 <proc_hang>:
10: 14000000 b 10 <proc_hang... |
programs/oeis/153/A153761.asm | karttu/loda | 1 | 49251 | <filename>programs/oeis/153/A153761.asm
; A153761: Number of degree-n permutations of order exactly 11.
; 0,0,0,0,0,0,0,0,0,0,3628800,43545600,283046400,1320883200,4953312000,15850598400,44910028800,115482931200,274271961600,609493248000,1279935820800
add $0,1
bin $0,11
mov $1,$0
mul $1,3628800
|
Examples/ch09/Length.asm | satadriver/LiunuxOS | 0 | 49255 | TITLE String Length (Length.asm)
; Testing the Str_length procedure.
; Last update: 9/7/01
INCLUDE Irvine32.inc
Str_length PROTO,
pString:PTR BYTE ; pointer to string
.data
string_1 BYTE "Hello",0
string_2 BYTE "#",0
string_3 BYTE 0
.code
main PROC
call Clrscr
INVO... |
src/third_party/nasm/travis/test/popcnt.asm | Mr-Sheep/naiveproxy | 2,219 | 49257 | bits 16
popcnt ax,cx
popcnt ax,[si]
popcnt ax,word [si]
popcnt eax,ecx
popcnt eax,[si]
popcnt eax,dword [si]
bits 32
popcnt ax,cx
popcnt ax,[esi]
popcnt ax,word [esi]
popcnt eax,ecx
popcnt eax,[esi]
popcnt eax,dword [esi]
bits 64
popcnt ax,cx
popcnt ax,[rsi]
popcnt ax,word [rsi]
popcnt eax,ecx
... |
day23/app/hello5.asm | ghosind/HariboteOS | 11 | 49258 | [BITS 32]
GLOBAL main
[SECTION .text]
main:
MOV EDX, 2
MOV EBX, msg
INT 0x40
MOV EDX, 4
INT 0x40
; .data段执行失败?
[SECTION .data]
msg:
DB "hello, world", 0x0a, 0
|
oeis/050/A050467.asm | neoneye/loda-programs | 11 | 49259 | <filename>oeis/050/A050467.asm
; A050467: Sum_{d|n, n/d=3 mod 4} d^4.
; Submitted by <NAME>
; 0,0,1,0,0,16,1,0,81,0,1,256,0,16,626,0,0,1296,1,0,2482,16,1,4096,0,0,6562,256,0,10016,1,0,14722,0,626,20736,0,16,28562,0,0,39712,1,256,50706,16,1,65536,2401,0,83522,0,0,104992,626,4096,130402
mov $4,$0
add $0,1
mov $2,$0
add ... |
oeis/055/A055497.asm | neoneye/loda-programs | 11 | 49264 | <reponame>neoneye/loda-programs
; A055497: a(-1) = 4, a(0) = 5; thereafter a(n) = 4 + (Product_{k=1..n} prime(k))^2.
; Submitted by <NAME>
; 4,5,8,40,904,44104,5336104,901800904,260620460104,94083986096104,49770428644836904,41856930490307832904,40224510201185827416904,55067354465423397733736104,925682228563767315904103... |
08/asm/SimpleFunction.asm | Bozar/Nand2Tetris | 3 | 49266 | <reponame>Bozar/Nand2Tetris
(SimpleFunction.test)
@0
D=A
@SP
A=M
M=D
@SP
M=M+1
@0
D=A
@SP
A=M
M=D
@SP
M=M+1
@R13
M=D
@LCL
D=M
@0
D=D+A
@R14
M=D
@R13
D=M
@R14
A=M
D=M
@SP
A=M
M=D
@SP
M=M+1
@R13
M=D
@LCL
D=M
@1
D=D+A
@R14
M=D
@R13
D=M
@R14
A=M
D=M
@SP
A=M
M=D
@SP
M=M+1
@SP
M=M-1
@SP
A=M
D=M
@SP
M=M-1
@SP
A=M
D=D+M
@SP
A=... |
Maths/DIVD3B2.asm | TinfoilAsteroid/EliteNext | 9 | 49267 | ;INPUTS: ahl = dividend cde = divisor
;OUTPUTS: cde = quotient ahl = remainder
Div24by24: ld b,a
push hl
pop ix
ld l,24
push hl
xor a
ld h,a
... |
programs/oeis/100/A100892.asm | karttu/loda | 1 | 49268 | <filename>programs/oeis/100/A100892.asm
; A100892: a(n) = (2*n-1) XOR (2*n+1), bitwise.
; 2,6,2,14,2,6,2,30,2,6,2,14,2,6,2,62,2,6,2,14,2,6,2,30,2,6,2,14,2,6,2,126,2,6,2,14,2,6,2,30,2,6,2,14,2,6,2,62,2,6,2,14,2,6,2,30,2,6,2,14,2,6,2,254,2,6,2,14,2,6,2,30,2,6,2,14,2,6,2,62,2,6,2,14,2,6,2,30,2,6,2,14,2,6,2,126,2,6,2,14,2,... |
Directory_Structure/TASM/tasm323/Examples/test65.asm | Jeff-Birt/TASM_vsCode_Extension | 4 | 49269 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; $Id: test65.asm,v 3.0 2003/04/20 03:17:53 Tom Exp $
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; TASM test file
; Test all instructions and addressing modes.
; Processor: 6502
;
#define FL... |
Driver/Printer/PrintCom/Text/textSendFont1012.asm | steakknife/pcgeos | 504 | 49270 |
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) Berkeley Softworks 1990 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: Print Driver
FILE: textSendFont1012.asm
AUTHOR: <NAME>
ROUTINES:
Name Description
---- -----------
REVISION HISTORY:
Na... |
21-MessageBox/OS-kernel-win-sheet/boot.asm | wdkang123/MyOperatingSystem | 7 | 49271 | <filename>21-MessageBox/OS-kernel-win-sheet/boot.asm
org 0x7c00;
LoadAddr EQU 08000h
entry:
mov ax, 0
mov ss, ax
mov ds, ax
mov es, ax
mov BX, LoadAddr ; ES:BX 数据存储缓冲区
mov CH, 1 ;CH 用来存储柱面号
mov DH, 0 ;DH 用来存储磁头号
readFl... |
src/load_gdt.asm | Glowman554/FoxOS-kernel | 13 | 49272 | [bits 64]
;# load_gdt-signature: extern "C" void load_gdt(gdt_descriptor_t* gdt_descriptor);
;# load_gdt-doc: Load the GDT with the given descriptor.
load_gdt:
lgdt [rdi]
mov ax, 0x10
mov ds, ax
mov es, ax
mov fs, ax
mov gs, ax
mov ss, ax
pop rdi
mov rax, 0x08
push rax
push rdi
retfq
GLOBAL load_gdt |
src/interrupts/isr_asm.asm | AlexandreArduino/mykernel | 9 | 49273 | <reponame>AlexandreArduino/mykernel
[BITS 64]
%macro push_all 0
push rax
push rbx
push rcx
push rdx
push rsi
push rdi
push rbp
push r8
push r9
push r10
push r11
push r12
push r13
push r14
push r15
%endmacro
%macro pop_all 0
pop r15
pop r14
pop... |
spr_vars.asm | neilbaldwin/Pulsar | 11 | 49274 | <gh_stars>10-100
SPR00_Y: .RES 1
SPR00_CHAR: .RES 1
SPR00_ATTR: .RES 1
SPR00_X: .RES 1
SPR01_Y: .RES 1
SPR01_CHAR: .RES 1
SPR01_ATTR: .RES 1
SPR01_X: .RES 1
SPR02_Y: .RES 1
SPR02_CHAR: .RES 1
SPR02_ATTR: .RES 1
SPR02_X: .RES 1
SPR03_Y: .RES 1
SPR03_CHAR: .RES 1
SPR03_ATTR: .RES 1
SPR03_X: .RE... |
programs/oeis/188/A188386.asm | karttu/loda | 0 | 49275 | <gh_stars>0
; A188386: Numerator(h(n+2)-h(n-1)), where h(n) is the n-th harmonic number sum(1/k, k=1..n).
; 11,13,47,37,107,73,191,121,299,181,431,253,587,337,767,433,971,541,1199,661,1451,793,1727,937,2027,1093,2351,1261,2699,1441,3071,1633,3467,1837,3887,2053,4331,2281,4799,2521,5291,2773,5807,3037,6347,3313,6911,360... |
TI-86/inc/menu_callbacks.asm | aaronjamt/3-Player-Pong | 1 | 49276 | <reponame>aaronjamt/3-Player-Pong<gh_stars>1-10
OptionAExec:
ld hl,Energy
ld d,(hl)
inc hl
ld e,(hl)
dec hl
inc de
call UpdateInt16
ret
OptionBExec:
ld hl,Energy
ld d,(hl)
inc hl
ld e,(hl)
dec hl
dec de
call UpdateInt16
ret
OptionNextExec:
ld a,(MenuOption)
add a,%00001000
and %11111000
ld (Menu... |
source/edit/mode.asm | mega65dev/rom-assembler | 0 | 49278 | ; ********************************************************************************************
; ********************************************************************************************
;
; Name : mode.asm
; Purpose : ..
; Created : 15th Nov 1991
; Updated : 4th Jan 2021
; Authors : <NAME>
;
; ********... |
programs/oeis/322/A322745.asm | neoneye/loda | 22 | 49279 | <reponame>neoneye/loda<gh_stars>10-100
; A322745: a(n) = n * (16*n^2+20*n+5)^2.
; 0,1681,23762,131043,465124,1275125,2948406,6041287,11309768,19740249,32580250,51369131,77968812,114594493,163845374,228735375,312723856,419746337,554245218,721200499,926160500,1175272581,1475313862,1833721943,2258625624,2758875625,3344075... |
oeis/331/A331839.asm | neoneye/loda-programs | 11 | 49280 | ; A331839: a(n) = (4^(n + 1) - 2)*(2*n)!.
; Submitted by <NAME>(s2)
; 2,28,1488,182880,41207040,14856307200,7847004211200,5713142135500800,5484741986820096000,6713362606110031872000,10204325758699297505280000,18857600746080668455403520000,41637586170036526348967608320000,108257726461843735266949595136000000,32737136664... |
oeis/112/A112467.asm | neoneye/loda-programs | 11 | 49281 | <reponame>neoneye/loda-programs
; A112467: Riordan array ((1-2x)/(1-x), x/(1-x)).
; Submitted by <NAME>
; 1,-1,1,-1,0,1,-1,-1,1,1,-1,-2,0,2,1,-1,-3,-2,2,3,1,-1,-4,-5,0,5,4,1,-1,-5,-9,-5,5,9,5,1,-1,-6,-14,-14,0,14,14,6,1,-1,-7,-20,-28,-14,14,28,20,7,1,-1,-8,-27,-48,-42,0,42,48,27,8,1,-1,-9,-35,-75,-90,-42,42,90,75,35,9,... |
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_1091.asm | ljhsiun2/medusa | 9 | 49282 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r13
push %r15
push %r8
push %rbp
push %rdx
lea addresses_WT_ht+0x1d5a3, %r8
nop
and %rbp, %rbp
mov (%r8), %r15
nop
nop
nop
add %r12, %r12
lea addresses_A_ht+0x194d1, %r10
nop
nop
inc %rdx
movb $0x61, (%r10)
add %r10, %r10
lea addresses_WC_ht+0x6d1, ... |
oeis/028/A028314.asm | neoneye/loda-programs | 11 | 49283 | <filename>oeis/028/A028314.asm<gh_stars>10-100
; A028314: Elements in the 5-Pascal triangle A028313 that are not 1.
; Submitted by <NAME>
; 5,6,6,7,12,7,8,19,19,8,9,27,38,27,9,10,36,65,65,36,10,11,46,101,130,101,46,11,12,57,147,231,231,147,57,12,13,69,204,378,462,378,204,69,13,14,82,273,582,840,840,582,273,82,14,15,96,... |
ln.asm | shahendahamdy/xv6 | 0 | 49284 |
_ln: file format elf32-i386
Disassembly of section .text:
00001000 <main>:
#include "stat.h"
#include "user.h"
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 7... |
libsrc/_DEVELOPMENT/alloc/obstack/c/sccz80/obstack_base.asm | meesokim/z88dk | 0 | 49285 |
; ===============================================================
; Dec 2013
; ===============================================================
;
; void *obstack_base(struct obstack *ob)
;
; Returns the address of the currently growing object.
;
; ===============================================================
SECTIO... |
install/fuzzinst.asm | DigitalMars/optlink | 28 | 49287 | TITLE FUZZINST - Copyright (C) 1994 SLR Systems
INCLUDE MACROS
INCLUDE SYMBOLS
PUBLIC UNDECO_INSTALL
.DATA
EXTERNDEF SYMBOL_TEXT:BYTE,EXETYPE_FLAG:BYTE,FLOAT_FLAG:BYTE,FLOAT_TYPE:BYTE,COMDAT_FLAGS:BYTE
EXTERNDEF UNDECO_HASH:DWORD,SYMBOL_LENGTH:DWORD,SYMBOL_HASH:DWORD,UNDECO_HASH_PHYS:DWORD
EXTERN... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.