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 |
|---|---|---|---|---|
rotp.asm | FarhadGUL06/Assembly-x86 | 1 | 40649 | <filename>rotp.asm
section .text
global rotp
;; void rotp(char *ciphertext, char *plaintext, char *key, int len);
rotp:
;; DO NOT MODIFY
push ebp
mov ebp, esp
pusha
mov edx, [ebp + 8] ; ciphertext
mov esi, [ebp + 12] ; plaintext
mov edi, [ebp + 16] ; key
mov ... |
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_21829_2288.asm | ljhsiun2/medusa | 9 | 40650 | .global s_prepare_buffers
s_prepare_buffers:
ret
.global s_faulty_load
s_faulty_load:
push %r10
push %r12
push %r15
push %rax
push %rbp
push %rcx
push %rdi
// Store
mov $0x7e0, %r10
nop
nop
nop
nop
add $62411, %rdi
mov $0x5152535455565758, %rcx
movq %rcx, (%r10)
nop
nop
nop
nop
nop
sub %rbp, %rbp
// Faulty Load
... |
programs/oeis/168/A168210.asm | neoneye/loda | 22 | 40651 | ; A168210: a(n) = 6*n - a(n-1) + 1 with n>1, a(1)=0.
; 0,13,6,19,12,25,18,31,24,37,30,43,36,49,42,55,48,61,54,67,60,73,66,79,72,85,78,91,84,97,90,103,96,109,102,115,108,121,114,127,120,133,126,139,132,145,138,151,144,157,150,163,156,169,162,175,168,181,174,187,180,193,186,199,192,205,198,211,204,217,210,223,216,229,222... |
Basic programming exercises and solutions in C/10- C program to convert days to years weeks and days/project.asm | MahmoudFawzy01/C-solutions-Code4win- | 0 | 40652 | <gh_stars>0
.file "project.c"
.text
.globl daysToYear
.def daysToYear; .scl 2; .type 32; .endef
.seh_proc daysToYear
daysToYear:
pushq %rbp
.seh_pushreg %rbp
movq %rsp, %rbp
.seh_setframe %rbp, 0
.seh_endprologue
movl %ecx, 16(%rbp)
movl 16(%rbp), %ecx
movl $-1282606671, %edx
movl %ecx, %eax
imull %edx
... |
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_21829_674.asm | ljhsiun2/medusa | 9 | 40653 | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %r15
push %r9
push %rax
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0xfffd, %rax
sub $3250, %r9
mov $0x6162636465666768, %rdi
movq %rdi, %xmm1
vmovups %ymm1, (%rax)
inc %rbx
lea addresses_D_ht+0x99fd, %rax
nop
cmp %rbx, %rbx
movups (%... |
oeis/061/A061981.asm | neoneye/loda-programs | 11 | 40654 | ; A061981: a(n) = 3^n - 2n - 1.
; 0,0,4,20,72,232,716,2172,6544,19664,59028,177124,531416,1594296,4782940,14348876,43046688,129140128,387420452,1162261428,3486784360,10460353160,31381059564,94143178780,282429536432,847288609392,2541865828276,7625597484932,22876792454904,68630377364824,205891132094588,617673396283884,18... |
oeis/314/A314971.asm | neoneye/loda-programs | 11 | 40655 | ; A314971: Coordination sequence Gal.5.138.2 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,5,9,14,20,26,32,37,41,46,51,55,60,66,72,78,83,87,92,97,101,106,112,118,124,129,133,138,143,147,152,158,164,170,175,1... |
oeis/181/A181545.asm | neoneye/loda-programs | 11 | 40656 | <filename>oeis/181/A181545.asm
; A181545: G.f.: A(x) = Sum_{n>=0} (3n)!/(n!)^3 * x^(3n)/(1-x-x^2)^(3n+1).
; Submitted by <NAME>
; 1,1,2,9,29,92,343,1281,4720,17899,68933,266364,1037423,4072439,16065148,63658521,253356763,1012049086,4055596343,16299779331,65683233938,265310551667,1073968967929,4355988107100,176997273610... |
Working Disassembly/Levels/DPZ/Misc Object Data/Map - Button.asm | TeamASM-Blur/Sonic-3-Blue-Balls-Edition | 5 | 40657 | dc.w word_36354-Map_DPZButton
dc.w word_3635C-Map_DPZButton
word_36354: dc.w 1 ; DATA XREF: ROM:00036350o
dc.b $FC, 8, 0, $9C, $FF, $F4
word_3635C: dc.w 1 ; DATA XREF: ROM:00036350o
dc.b $FC, 8, 0, $9F, $FF, $F4
|
c2000/C2000Ware_1_00_06_00/libraries/dsp/VCU/c28/examples/viterbi/2837x_vcu0_viterbi_k7cr12/viterbi_data.asm | ramok/Themis_ForHPSDR | 0 | 40659 | <gh_stars>0
;******************************************************************************
;******************************************************************************
;
; FILE: viterbi_data.asm
;
; DESCRIPTION: Input test data for the Viterbi decoder
;
;**********************************************************... |
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48.log_21829_1323.asm | ljhsiun2/medusa | 9 | 40661 | .global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r14
push %r8
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_UC_ht+0x1b58a, %rsi
lea addresses_WT_ht+0xd40a, %rdi
sub %rbp, %rbp
mov $41, %rcx
rep movsl
nop
nop
and %rsi, %rsi
lea addresses_UC_ht+0x9354, %rsi
lea addresses_normal_ht+0x18d8a, %... |
src/spread/sprites/tmov.asm | olifink/qspread | 0 | 40663 | <gh_stars>0
;Sprite source code generated with EASYSOURCE V3.02
; 1991/92 <NAME> Software
;************************************************
; -> tmov <- 1993 Jul 02 23:13:48
section sprite
xdef mes_tmov
xref mes_zero
mes_tmov
sp1_tmov
dc.w $0100,$0000 ;form, time/adaption
dc.w $0018,... |
programs/oeis/206/A206350.asm | jmorken/loda | 1 | 40664 | <reponame>jmorken/loda<filename>programs/oeis/206/A206350.asm
; A206350: Position of 1/n in the canonical bijection from the positive integers to the positive rational numbers.
; 1,2,4,8,12,20,24,36,44,56,64,84,92,116,128,144,160,192,204,240,256,280,300,344,360,400,424,460,484,540,556,616,648,688,720,768,792,864,900,94... |
libsrc/_DEVELOPMENT/math/float/am9511/c/sdcc/cam32_sdcc_fmax.asm | ahjelm/z88dk | 640 | 40665 |
; float _fmax (float left, float right)
SECTION code_clib
SECTION code_fp_am9511
PUBLIC cam32_sdcc_fmax
EXTERN cam32_sdcc_read1, cam32_sdcc_readr, asm_am9511_compare
; maximum of two sdcc floats
;
; enter : stack = sdcc_float right, sdcc_float left, ret
;
; exit : stack = sdcc_float right, sdc... |
oeis/208/A208736.asm | neoneye/loda-programs | 11 | 40667 | <reponame>neoneye/loda-programs
; A208736: Number of nonisomorphic graded posets with 0 and 1 and non-uniform Hasse graph of rank n, with exactly 2 elements of each rank level between 0 and 1.
; Submitted by <NAME>
; 0,0,0,1,5,22,91,361,1392,5265,19653,72694,267179,977593,3565600,12975457,47142021,171075606,620303547,2... |
src/win32/k32misc.asm | amindlost/wdosx | 7 | 40668 | ; ############################################################################
; ## WDOSX DOS Extender Copyright (c) 1996, 1999, <NAME> ##
; ## ##
; ## Released under the terms of the WDOSX license agreement. ##
; ###########... |
Transynther/x86/_processed/NC/_st_zr_un_sm_/i3-7100_9_0x84_notsx.log_21829_2701.asm | ljhsiun2/medusa | 9 | 40670 | .global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r15
push %r8
push %rax
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0x1a0b2, %rsi
nop
nop
nop
and %r12, %r12
movl $0x61626364, (%rsi)
sub $58187, %rbx
lea addresses_A_ht+0x197e8, %rax
nop
nop
sub %rsi, %rsi
mov $0x6162636465666768, %r8
movq... |
programs/oeis/087/A087438.asm | karttu/loda | 1 | 40671 | ; A087438: a(n) = 3*2^(2*(n-1)) + 2^(n-2)*(n+1).
; 1,4,15,56,212,816,3184,12544,49728,197888,789248,3151872,12596224,50360320,201388032,805437440,3221504000,12885491712,51540852736,206161051648,824639225856,3298546417664,13194163650560,52776608464896,211106337390592,844425148235776,3377700173512704
mov $3,2
pow $3,$0
... |
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2.log_21149_203.asm | ljhsiun2/medusa | 9 | 40672 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r13
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_A_ht+0x12f87, %rsi
lea addresses_WC_ht+0x15d67, %rdi
nop
nop
nop
nop
nop
dec %r10
mov $50, %rcx
rep movsq
nop
nop
nop
nop
sub $38084, %r11
lea addresses_WT_ht+0xefdb, %r11
clflush (... |
oeis/315/A315521.asm | neoneye/loda-programs | 11 | 40673 | <filename>oeis/315/A315521.asm
; A315521: Coordination sequence Gal.6.620.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,17,22,28,32,38,43,49,54,60,66,71,77,82,88,92,98,103,109,114,120,126,131,137,142,... |
chapter_3/page_127/exercise_8/KiBugCheckDispatch.asm | assaflevy/practical_reverse_engineering | 0 | 40675 | 0: kd> uf KiBugCheckDispatch
nt!KiBugCheckDispatch:
fffff802`753efdc0 4881ec38010000 sub rsp,138h
fffff802`753efdc7 488d842400010000 lea rax,[rsp+100h]
fffff802`753efdcf 0f29742430 movaps xmmword ptr [rsp+30h],xmm6
fffff802`753efdd4 0f297c2440 movaps xmmword ptr [rsp+40h],xmm7
fffff802`753efdd9 440... |
projects/07/MemoryAccess/StaticTest/StaticTest.asm | azaslavsky/nand2tetris | 0 | 40676 | <filename>projects/07/MemoryAccess/StaticTest/StaticTest.asm
// push constant 111:
@111
D=A
@SP
A=M
M=D
@SP
M=M+1
// push constant 333:
@333
D=A
@SP
A=M
M=D
@SP
M=M+1
// push constant 888:
@888
D=A
@SP
A=M
M=D
@SP
M=M+1
// pop static 8:
@SP
M=M-1
A=M
D=M
@24
M=D
// pop static 3:
@SP
M=M-1
A=M
D=M
@19
M=D
// pop s... |
mem/dos/16bit/dpmi/Dos16PFreeSeg.asm | osfree-project/FamilyAPI | 1 | 40678 |
.286
public DOS16PFREESEG
_TEXT segment byte public 'CODE'
DOS16PFREESEG:
push BP
mov BP,SP
push ES
push DX
mov AX,DS
mov DX,[BP+6]
cmp AX,DX ;dont free DS segment
jz done
mov ES,DX
mov AH... |
Transynther/x86/_processed/NONE/_ht_st_zr_un_/i7-7700_9_0x48.log_21829_258.asm | ljhsiun2/medusa | 9 | 40679 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r13
push %r14
push %r8
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_UC_ht+0xa4f1, %rsi
lea addresses_normal_ht+0xb591, %rdi
nop
nop
add %rdx, %rdx
mov $15, %rcx
rep movsb
nop
nop
nop
nop
nop
dec %r13
lea addresses_WT_ht+0x19edd, %rsi
n... |
oeis/337/A337387.asm | neoneye/loda-programs | 11 | 40680 | <reponame>neoneye/loda-programs
; A337387: a(n) = Sum_{k=0..n} n^(n-k) * binomial(2*k,k) * binomial(2*n+1,2*k).
; Submitted by <NAME>
; 1,7,74,1175,24310,610897,17920356,598099077,22305598630,917158184525,41148369048876,1997720107411613,104241356841544636,5813083330109559415,344783011379207286920,2166023192819269860499... |
oeis/304/A304438.asm | neoneye/loda-programs | 11 | 40681 | <gh_stars>10-100
; A304438: Coefficient of s(y) in p(|y|), where s is Schur functions, p is power-sum symmetric functions, y is the integer partition with Heinz number n, and |y| = Sum y_i.
; Submitted by <NAME>
; 0,1,1,-1,1,-1,1,1,0,-1,1,1,1,-1,0,-1,1,0,1,1,0,-1,1,-1,0,-1,0,1,1,0,1,1,0,-1,0,0,1,-1,0,-1,1,0,1,1,0,-1,1,... |
oeis/313/A313835.asm | neoneye/loda-programs | 11 | 40683 | <reponame>neoneye/loda-programs
; A313835: Coordination sequence Gal.5.299.3 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,5,10,16,20,26,30,36,41,46,51,56,62,66,72,76,82,87,92,97,102,108,112,118,122,128,133,... |
CS/计算机系统概论/Lab02/移位寄存器改进/PB18111697_王章瀚_Lab02.asm | RabbitWhite1/USTC-CS-Resources | 7 | 40685 | <filename>CS/计算机系统概论/Lab02/移位寄存器改进/PB18111697_王章瀚_Lab02.asm<gh_stars>1-10
.ORIG x3000
LD R0, Nx8A9C
LD R3, Nxn8000
AND R4, R4, #0
AND R0, R0, #-2
ADD R0, R0, #1
BRzp START
ADD R4, R4, #-1
BRnzp START
P ADD R4, R4, R4
ADD R0, R0, R0
CHECK_P BRp P
ADD R1, R0, R3
BRp N
BRnzp OK... |
libsrc/spectrum/opus/set_kempston.asm | dex4er/deb-z88dk | 1 | 40686 | <reponame>dex4er/deb-z88dk
;
; ZX Spectrum OPUS DISCOVERY specific routines
;
; This routine sets the kempston joystick emulation mode.
;
; $Id: set_kempston.asm,v 1.1 2007/10/04 12:18:57 stefano Exp $
;
XLIB set_kempston
set_kempston:
pop hl
pop bc
ld a,c
push bc
push hl
call $1708 ... |
Audio/VGMSFX_SFXData.asm | DevEd2/Rebound | 2 | 40687 | <gh_stars>1-10
; VGMSFX sound effect data
NUM_SFX = 0
section fragment "SFX pointers",rom0
SFXTest_Pointers:
defsfx: macro
section "SFX Data - \1",romx
SFX_\1: db \2
incbin "Audio/SFX/\1.vgm",$c0
db $ff
section fragment "SFX pointers",rom0
SFXPtr_\1:
db SFXPtr_\1.end-SFXPtr_\1
db bank(SFX_\1... |
programs/oeis/053/A053716.asm | jmorken/loda | 1 | 40688 | <filename>programs/oeis/053/A053716.asm
; A053716: a(n) = 1111111 in base n.
; 7,127,1093,5461,19531,55987,137257,299593,597871,1111111,1948717,3257437,5229043,8108731,12204241,17895697,25646167,36012943,49659541,67368421,90054427,118778947,154764793,199411801,254313151,321272407,402321277,499738093,616067011,754137931... |
Transynther/x86/_processed/AVXALIGN/_st_/i9-9900K_12_0xa0_notsx.log_21829_269.asm | ljhsiun2/medusa | 9 | 40689 | <reponame>ljhsiun2/medusa<filename>Transynther/x86/_processed/AVXALIGN/_st_/i9-9900K_12_0xa0_notsx.log_21829_269.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r12
push %r14
push %r15
push %rbx
push %rdi
lea addresses_WT_ht+0xaa8c, %r15
nop
nop
nop
nop
cmp $15964, %r12
vmovups (%r15), %ymm2
... |
boot/isohdr.asm | spevans/hello-swift | 0 | 40690 | ;;; boot/isohdr.asm
;;;
;;; Created by <NAME> on 22/02/2016.
;;; Copyright © 2016 <NAME>. All rights reserved.
;;;
;;; ISO header containing Apple Partition Map header to provide
;;; a file suitable for the xorrisofs `-isohybrid-mbr' option
;;; Currently doesnt work for booting if used on a USB image
[MAP ALL ... |
color/oak_intro.asm | etdv-thevoid/pokemon-rgb-enhanced | 1 | 40691 | ; Helper functions for oak intro
GetPikachuPalID:
call ClearScreen
ld a, PAL_PIKACHU
jr GotPalID
GetRedPalID:
call ClearScreen
ld a, PAL_HERO
jr GotPalID
GetRivalPalID:
call ClearScreen
ld a, PAL_GARY1
jr GotPalID
GotPalID:
ld e,0
ld d,a
ld a,2
ld [rSVBK],a
CALL_INDIRECT LoadSGBPalette
xor a
ld [rS... |
3rdParties/src/nasm/nasm-2.15.02/travis/test/avx005.asm | blue3k/StormForge | 1 | 40692 | <gh_stars>1-10
%define regxmm xmm0
%define regymm ymm0
%define mem [0]
%define imm 3
%macro x 1+.nolist
%1 ; comment this line if RELAXed variants are not supported
%endmacro
VFMADDSUB132PS regxmm,regxmm,mem ; VEX_FMA,SO
VFMADDSUB132PS regxmm,regxmm,regxmm ; VEX_FMA
VFMADDSUB132PS regymm,... |
oeis/271/A271266.asm | neoneye/loda-programs | 11 | 40694 | <reponame>neoneye/loda-programs
; A271266: a(n) = Product_{k=1..n} (k^2 + 21).
; Submitted by <NAME>(s1.)
; 1,22,550,16500,610500,28083000,1600731000,112051170000,9524349450000,971483643900000,117549520911900000,16692031969489800000,2754185274965817000000,523295202243505230000000,113555058886840634910000000,27934544486... |
books/nand2tetris/ch08/ProgramFlow/FibonacciSeries.asm | luksamuk/study | 3 | 40695 | @ARG
D=M
@1
A=D+A
D=M
@SP
A=M
M=D
@SP
M=M+1
@SP
M=M-1
A=M
D=M
@R13
M=D
@3
D=A
@1
A=D+A
D=A
@R14
M=D
@R13
D=M
@R14
A=M
M=D
@0
D=A
@SP
A=M
M=D
@SP
M=M+1
@SP
M=M-1
A=M
D=M
@R13
M=D
@THAT
A=M
D=A
@R14
M=D
@R13
D=M
@R14
A=M
M=D
@1
D=A
@SP
A=M
M=D
@SP
M=M+1
@SP
M=M-1
A=M
D=M
@R13
M=D
@THAT
D=M
@1
A=D+A
D=A
@R14
M=D
@R13
D=M
... |
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_21829_690.asm | ljhsiun2/medusa | 9 | 40696 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r13
push %rax
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0xddba, %rsi
lea addresses_UC_ht+0x9352, %rdi
add $54415, %rax
mov $74, %rcx
rep movsq
nop
cmp %r11, %r11
lea addresses_normal_ht+0x1bad9, %rcx
nop
nop
nop
inc %... |
oeis/130/A130247.asm | neoneye/loda-programs | 11 | 40698 | <filename>oeis/130/A130247.asm
; A130247: Inverse Lucas (A000032) numbers: index k of a Lucas number such that Lucas(k)=n; max(k|Lucas(k) < n), if there is no such index.
; Submitted by <NAME>
; 1,0,2,3,3,3,4,4,4,4,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8... |
Transynther/x86/_processed/NONE/_zr_/i7-8650U_0xd2.log_26_1609.asm | ljhsiun2/medusa | 9 | 40699 | .global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r9
push %rax
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_D_ht+0x349c, %rsi
nop
nop
nop
nop
nop
sub $17816, %r12
vmovups (%rsi), %ymm1
vextracti128 $0, %ymm1, %xmm1
vpextrq $1, %xmm1, %rbx
nop
nop
nop
nop
nop
dec %rbx
lea addresses_WT_ht+0x... |
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_1017.asm | ljhsiun2/medusa | 9 | 40700 | <filename>Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_1017.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r15
push %r8
push %rax
push %rbx
lea addresses_WC_ht+0x19dc1, %r10
nop
nop
nop
and $61333, %rbx
and $0xffffffffffffffc0, %r10
movntdqa (%r10), %xmm3
vpextrq $0, %... |
src/arch/i386/kernel/ap_boot.asm | SydOS/Star | 13 | 40702 | <reponame>SydOS/Star
;
; File: ap_boot.asm
;
; Copyright (c) 2017-2018 <NAME>, <NAME>
;
; Permission is hereby granted, free of charge, to any person obtaining a copy
; of this software and associated documentation files (the "Software"), to deal
; in the Software without restriction, including without limitation the... |
coverage/IN_CTS/0501-COVERAGE-brw-fs-2709-2839/reduction_output/1/reduction_work/variant/shader_reduced_0001/variant/1_spirv_asm/shader_reduced_0001.frag.asm | asuonpaa/ShaderTests | 0 | 40703 | ; SPIR-V
; Version: 1.0
; Generator: Khronos Glslang Reference Front End; 10
; Bound: 105
; Schema: 0
OpCapability Shader
%1 = OpExtInstImport "GLSL.std.450"
OpMemoryModel Logical GLSL450
OpEntryPoint Fragment %4 "main" %9
OpExecutionMode %4 OriginUp... |
oeis/117/A117303.asm | neoneye/loda-programs | 11 | 40704 | ; A117303: Self-inverse permutation of the natural numbers based on the bijection (2*x-1)*2^(y-1) <--> (2*y-1)*2^(x-1).
; Submitted by Jon Maiga
; 1,3,2,5,4,6,8,7,16,12,32,10,64,24,128,9,256,48,512,20,1024,96,2048,14,4096,192,8192,40,16384,384,32768,11,65536,768,131072,80,262144,1536,524288,28,1048576,3072,2097152,160,... |
pgm/gas/06_branching/pgm.asm | vinaib/x86_asm | 0 | 40705 | <reponame>vinaib/x86_asm<gh_stars>0
.data
HelloWorld:
.asciz "Hello World!\n"
ZeroFlagSet:
.asciz "Zero Flag was Set!"
ZeroFlagNotSet:
.asciz "Zero Flag Not Set!"
.text
.globl _start
_start:
nop
movl $10, %eax
xorl %eax, %eax
jz PrintHelloWorld
FlagNotSetPrint:
movl $4, %eax
movl $... |
Library/Mailbox/Message/messageList.asm | steakknife/pcgeos | 504 | 40706 | <filename>Library/Mailbox/Message/messageList.asm
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1994 -- All Rights Reserved
PROJECT: Clavin
MODULE: Message
FILE: messageList.asm
AUTHOR: <NAME>, May 17, 1994
ROUTINES:
Name Description
---- ... |
oeis/152/A152671.asm | neoneye/loda-programs | 11 | 40708 | ; A152671: Even Catalan numbers divided by 2.
; Submitted by <NAME>
; 1,7,21,66,715,2431,8398,29393,104006,371450,1337220,17678835,64822395,238819350,883631595,3282060210,12233133510,45741281820,171529806825,644952073662,2430973200726,9183676536076,34766775458002
seq $0,62289 ; Numbers n such that n-th row in Pascal t... |
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_1103.asm | ljhsiun2/medusa | 9 | 40712 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r8
push %rax
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0x1d21d, %rcx
clflush (%rcx)
nop
nop
nop
xor $34638, %rsi
mov $0x6162636465666768, %r8
movq %r8, (%rcx)
nop
nop
add %rdi, %rdi
lea addresses_WC_ht+0x1ad95, %rcx
... |
structs.asm | EdTheBass/asm_tutorial | 97 | 40713 | <reponame>EdTheBass/asm_tutorial
default rel
bits 64
segment .data
name db 'Calvin', 0
address db '12 Mockingbird Lane', 0
balance dd 12500
format db '%s %s %d', 0xd, 0xa, 0
segment .bss
; NASM will automatically define ``Customer_size`` to be the number of bytes
; in the struct.
; If v... |
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_687.asm | ljhsiun2/medusa | 9 | 40714 | .global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r13
push %r8
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x1bfb9, %r8
and %rbp, %rbp
mov (%r8), %r13w
add $15261, %rdi
lea addresses_D_ht+0xb099, %rsi
lea addresses_WC_ht+0x1eeb9, %rdi
and $32332, %rbx
mov $93, %rcx
rep movsb
nop
nop... |
kernel/intr-stub.asm | Qiu-Weidong/Qiux | 0 | 40715 | <filename>kernel/intr-stub.asm
; 中断处理过程使用的栈顶
kernel_esp equ 0x7e00
; 与8259A相关的一些常量
INT_M_CTL equ 0x20
INT_M_CTLMASK equ 0x21
INT_S_CTL equ 0xA0
INT_S_CTLMASK equ 0xA1
EOI equ 0x20
; 与中断相关的常量
intr_send equ 0x80 ; 发送中断
intr_receive equ 0x90 ; 接收中断
; 全局变量
[extern intr_handlers ]
[ex... |
nfo.asm | simondotm/beeb-karateka | 0 | 40716 | <filename>nfo.asm
ORG &1900
.main
.entry
lda #22
jsr &ffee
lda #128 ; shadow mode 0
jsr &ffee
lda #lo(data)
sta &70
lda #hi(data)
sta &71
.line_loop
jsr getline
ldx #0
.draw_loop
lda linedata,x
jsr &ffee
inx
cpx linelength
beq draw_done
cpx #79
... |
libsrc/_DEVELOPMENT/arch/sms/SMSlib/z80/asm_SMSlib_useFirstHalfTilesforSprites.asm | jpoikela/z88dk | 640 | 40717 | ; **************************************************
; SMSlib - C programming library for the SMS/GG
; ( part of devkitSMS - github.com/sverx/devkitSMS )
; **************************************************
INCLUDE "SMSlib_private.inc"
SECTION code_clib
SECTION code_SMSlib
PUBLIC asm_SMSlib_useFirstHalfTilesforSprit... |
Transynther/x86/_processed/AVXALIGN/_st_/i9-9900K_12_0xca_notsx.log_21829_1498.asm | ljhsiun2/medusa | 9 | 40719 | <filename>Transynther/x86/_processed/AVXALIGN/_st_/i9-9900K_12_0xca_notsx.log_21829_1498.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r13
push %r15
push %r8
push %rax
push %rcx
push %rdi
lea addresses_D_ht+0x1b633, %r15
xor $4367, %rcx
movb (%r15), %al
nop
nop
nop
nop
add %r15, %r15
lea addresses_UC... |
programs/oeis/174/A174592.asm | neoneye/loda | 22 | 40721 | ; A174592: Numbers n such that n^2 + 2*(n+2)^2 is a square.
; 2,46,658,9182,127906,1781518,24813362,345605566,4813664578,67045698542,933826115026,13006519911838,181157452650722,2523197817198286,35143611988125298,489487370016555902,6817679568243657346,94958026585394646958,1322594692627281400082,18421367670196544954206,2... |
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_1493.asm | ljhsiun2/medusa | 9 | 40722 | <reponame>ljhsiun2/medusa<gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r13
push %r14
push %rbp
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_D_ht+0xf9d9, %rdx
nop
nop
nop
nop
dec %rbx
mov (%rdx), %r14d
nop
nop
nop
cmp $48884, %r13
lea addresses_normal_ht+0x71d9, %rdi
nop
nop
xor $2... |
libsrc/_DEVELOPMENT/arch/zxn/esxdos/c/sccz80/esx_f_mkdir.asm | jpoikela/z88dk | 640 | 40725 | <gh_stars>100-1000
; unsigned char esx_f_mkdir(unsigned char *pathname)
SECTION code_esxdos
PUBLIC esx_f_mkdir
EXTERN asm_esx_f_mkdir
defc esx_f_mkdir = asm_esx_f_mkdir
; SDCC bridge for Classic
IF __CLASSIC
PUBLIC _esx_f_mkdir
defc _esx_f_mkdir = esx_f_mkdir
ENDIF
|
programs/oeis/163/A163298.asm | neoneye/loda | 22 | 40726 | <reponame>neoneye/loda
; A163298: Sum of divisors of n minus binary order of n.
; 1,2,2,5,3,9,5,12,9,14,8,24,10,20,20,27,13,34,15,37,27,31,19,55,26,37,35,51,25,67,27,58,42,48,42,85,32,54,50,84,36,90,38,78,72,66,42,118,51,87,66,92,48,114,66,114,74,84,54,162,56,90,98,121,77,137,61,119,89,137,65,188,67,107,117,133,89,161,... |
PRACT0/SO1HPUB/asm/bios_crt.asm | so1h/SO1H | 0 | 40728 | <gh_stars>0
bits 16
; glb intptr_t : int
; glb uintptr_t : unsigned
; glb intmax_t : int
; glb uintmax_t : unsigned
; glb int8_t : signed char
; glb int_least8_t : signed char
; glb int_fast8_t : signed char
; glb uint8_t : unsigned char
; glb uint_least8_t : unsigned char
; glb uint_fast8_t : unsigned char
; glb int1... |
decreasoner.macosx/software/relsat-dist/gmp-3.1/mpn/powerpc32/mul_1.asm | problem-frames/openpf | 1 | 40731 | dnl PowerPC-32 mpn_mul_1 -- Multiply a limb vector with a limb and store
dnl the result in a second limb vector.
dnl Copyright (C) 1995, 1997, 2000 Free Software Foundation, Inc.
dnl This file is part of the GNU MP Library.
dnl The GNU MP Library is free software; you can redistribute it and/or modify
dnl it under t... |
programs/oeis/097/A097136.asm | karttu/loda | 0 | 40734 | <filename>programs/oeis/097/A097136.asm<gh_stars>0
; A097136: a(n) = 3*Fibonacci(2*n) + 1.
; 1,4,10,25,64,166,433,1132,2962,7753,20296,53134,139105,364180,953434,2496121,6534928,17108662,44791057,117264508,307002466,803742889,2104226200,5508935710,14422580929,37758807076,98853840298,258802713817,677554301152,1773860189... |
4 term/Programming-Design-and-Programming-Languages-Assembly/lab_4/tetris.asm | Vanya112/BSUIR_Labs | 24 | 40736 | ;asm Tetris - just for fun
CSEG segment word public 'CODE'
assume CS:CSEG, DS:CSEG
org 100h
start: mov ax, 03h
int 10h
newGame:call initGame
call initFigure
call put
jmp Main
newFig: call initFigure
call tryPut
cmp ax, 0
jne exit
call ... |
libsrc/_DEVELOPMENT/ctype/c/sccz80/isascii.asm | Frodevan/z88dk | 640 | 40737 |
; int isascii(int c)
SECTION code_clib
SECTION code_ctype
PUBLIC isascii
EXTERN error_znc
IF __CLASSIC && __CPU_GBZ80__
PUBLIC _isascii
_isascii:
ld hl,sp+2
ld a,(hl+)
ld h,(hl)
ld l,a
ENDIF
isascii:
inc h
dec h
jp nz, error_znc
IF __CPU_INTEL__
ld a,l
rla
ld l,h
ret c
ELSE
b... |
programs/oeis/232/A232089.asm | neoneye/loda | 22 | 40739 | <reponame>neoneye/loda
; A232089: Table read by rows, which consist of 1 followed by 2^k, 0 <= k < n ; n = 0,1,2,3,...
; 1,1,1,1,1,2,1,1,2,4,1,1,2,4,8,1,1,2,4,8,16,1,1,2,4,8,16,32,1,1,2,4,8,16,32,64,1,1,2,4,8,16,32,64,128,1,1,2,4,8,16,32,64,128,256,1,1,2,4,8,16,32,64,128,256,512
lpb $0
add $1,1
sub $0,$1
lpe
trn $... |
Transynther/x86/_processed/AVXALIGN/_ht_zr_/i9-9900K_12_0xca_notsx.log_164_1688.asm | ljhsiun2/medusa | 9 | 40740 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %r14
push %r8
push %r9
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x1cbaf, %r8
nop
cmp %r12, %r12
movw $0x6162, (%r8)
dec %rdi
lea addresses_WT_ht+0x1b6ef, %rsi
lea addresses_WT_ht+0x19607, %rdi
nop
nop
and %r9, %r9
m... |
target/cos_117/disasm/iop_overlay1/DECOD2.asm | jrrk2/cray-sim | 49 | 40741 | 0x0000 (0x000000) 0x1000- f:00010 d: 0 | A = 0 (0x0000)
0x0001 (0x000002) 0x291E- f:00024 d: 286 | OR[286] = A
0x0002 (0x000004) 0x211C- f:00020 d: 284 | A = OR[284]
0x0003 (0x000006) 0x1401- f:00012 d: 1 | A = A + 1 (0x0001)
... |
Assembler/lib/disasm.asm | Rohansi/LoonyVM | 1 | 40742 | <reponame>Rohansi/LoonyVM<filename>Assembler/lib/disasm.asm
; disassemble the instruction at addr into str
; str should at least be 75 bytes long
; returns the length of the instruction (not the string) or 0 on error
;
; int disassemble(void* addr, byte* str)
disassemble:
push bp
mov bp, sp
push r1
pu... |
oeis/091/A091037.asm | neoneye/loda-programs | 11 | 40743 | <reponame>neoneye/loda-programs
; A091037: Second column (k=5) of array A090214 ((4,4)-Stirling2) divided by 4*4!=96.
; Submitted by <NAME>(s3.)
; 1,144,17856,2156544,259117056,31102009344,3732432224256,447896453382144,53747684481171456,6449724779548114944,773967036949154758656,92876045955579714207744
add $0,1
mov $3,... |
wet julia/src/water.asm | glennlunder/asmforce | 1 | 40744 | parameter "_OutCoord", float2, f0.rg, in
texture "wave1", t0
texture "source", t1
parameter "result", float4, f2, out
;----------------------------------------------------------
mov f1.rg, f0.rg
set f0.a, 0.5
mul f1.rg, f0.aa
texb f0.b, f1.rg, t0.r
sub f0.b, f0.a
set f0.a, 48
mul ... |
lib/jinue/stubs.asm | phaubertin/jinue | 2 | 40745 | <gh_stars>1-10
; Copyright (C) 2019 <NAME>.
; All rights reserved.
;
; Redistribution and use in source and binary forms, with or without
; modification, are permitted provided that the following conditions
; are met:
;
; 1. Redistributions of source code must retain the above copyright
; notice, this list of condi... |
programs/oeis/085/A085891.asm | karttu/loda | 0 | 40746 | ; A085891: Maximal product of three numbers with sum n: a(n) = max(r*s*t), n = r+s+t.
; 1,2,4,8,12,18,27,36,48,64,80,100,125,150,180,216,252,294,343,392,448,512,576,648,729,810,900,1000,1100,1210,1331,1452,1584,1728,1872,2028,2197,2366
mov $12,$0
mov $14,$0
add $14,1
lpb $14,1
clr $0,12
mov $0,$12
sub $14,1
su... |
ASM/SecondPass_WinFlash.asm | Ousret/Asus-WinFlash-Custom | 4 | 40747 | ;Second pass
;When clic on Exit btn
;
004077F9 SUB_L004077F9:
004077F9 55 push ebp
004077FA 8BEC mov ebp,esp
004077FC B818180000 mov eax,00001818h
00407801 E80A6C0000 call SUB_L0040E410
00407806... |
programs/oeis/117/A117066.asm | neoneye/loda | 22 | 40748 | ; A117066: Partial sums of cupolar numbers (1/3)*(n+1)*(5*n^2+7*n+3) (A096000).
; 1,11,48,140,325,651,1176,1968,3105,4675,6776,9516,13013,17395,22800,29376,37281,46683,57760,70700,85701,102971,122728,145200,170625,199251,231336,267148,306965,351075,399776,453376,512193,576555,646800,723276,806341,896363,993720,1098800,... |
Transynther/x86/_processed/AVXALIGN/_zr_/i7-8650U_0xd2.log_16225_862.asm | ljhsiun2/medusa | 9 | 40749 | <filename>Transynther/x86/_processed/AVXALIGN/_zr_/i7-8650U_0xd2.log_16225_862.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %r9
push %rax
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_UC_ht+0x90bc, %rdx
nop
nop
nop
add $47518, %r11
mov $0x6162636465666768, %r9
movq %r9, %xmm2
movups... |
programs/oeis/013/A013777.asm | karttu/loda | 1 | 40750 | ; A013777: a(n) = 2^(4*n + 3).
; 8,128,2048,32768,524288,8388608,134217728,2147483648,34359738368,549755813888,8796093022208,140737488355328,2251799813685248
mul $0,2
mov $1,4
mov $2,$0
add $2,1
add $0,$2
lpb $0,1
mul $1,2
sub $0,1
lpe
|
libsrc/_DEVELOPMENT/arch/zx/esxdos/c/sdcc_iy/esxdos_f_opendir.asm | jpoikela/z88dk | 640 | 40751 | <reponame>jpoikela/z88dk
; uchar esxdos_f_opendir(char *path)
INCLUDE "config_private.inc"
SECTION code_clib
SECTION code_esxdos
PUBLIC _esxdos_f_opendir
EXTERN _esxdos_f_opendir_fastcall
_esxdos_f_opendir:
pop af
pop hl
push hl
push af
jp _esxdos_f_opendir_fastcall
|
ch11/template.asm | William0Friend/my_masm | 0 | 40752 | <gh_stars>0
; Demonstrate the MessageBoxA function (MessageBox.asm)
.386p
.model flat,stdcall
.stack 1000h
INCLUDE Irvine32.inc
MessageBoxA PROTO, hWnd:DWORD, lpText:PTR BYTE,
lpCaption:PTR BYTE, style:DWORD
ExitProcess PROTO, dwExitCode:DWORD
MB_OK = 0
NULL = 0
.data
caption db "Message... |
Utils/input.asm | SavagePencil/SMSFramework | 0 | 40753 | .IFNDEF __INPUT_ASM__
.DEFINE __INPUT_ASM__
.DEFINE IO_CONTROL_PORT $3F ; Sets the behavior of I/O, defining which pins are inputs and which are outputs.
.DEFINE IO_CONTROL_PORT_P1_TR_DIR_MASK 1 << 0 ; Is the TR pin of player 1 being used as an input, or an output? 1 == as input.
.... |
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_626.asm | ljhsiun2/medusa | 9 | 40754 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r12
push %r14
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0x14423, %r12
nop
cmp $22106, %rsi
mov (%r12), %r11w
nop
nop
nop
nop
dec %rbp
lea addresses_normal_ht+0x1d4b6, %rcx
nop
nop
sub $41398, %r10
mov (%rcx), %rsi
nop
nop
nop
nop
no... |
Appl/Calendar/Misc/miscSearch.asm | steakknife/pcgeos | 504 | 40756 | COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1989 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: Calendar/Misc
FILE: miscSearch.asm
AUTHOR: <NAME>, March 14, 1990
ROUTINES:
Name Description
---- -----------
REVISION HISTORY:
Name D... |
programs/oeis/023/A023434.asm | neoneye/loda | 22 | 40757 | ; A023434: Dying rabbits: a(n) = a(n-1) + a(n-2) - a(n-4).
; 0,1,1,2,3,4,6,8,11,15,20,27,36,48,64,85,113,150,199,264,350,464,615,815,1080,1431,1896,2512,3328,4409,5841,7738,10251,13580,17990,23832,31571,41823,55404,73395,97228,128800,170624,226029,299425,396654,525455,696080,922110,1221536,1618191,2143647,2839728,37618... |
Transynther/x86/_processed/NC/_zr_/i7-7700_9_0x48_notsx.log_21829_1106.asm | ljhsiun2/medusa | 9 | 40758 | <reponame>ljhsiun2/medusa<filename>Transynther/x86/_processed/NC/_zr_/i7-7700_9_0x48_notsx.log_21829_1106.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0xe555, %rsi
lea addresses_WT_ht+0xd527, %rdi
nop
nop
nop
nop
add %rbp, %rbp... |
Transynther/x86/_processed/AVXALIGN/_ht_zr_/i7-7700_9_0x48.log_21829_1389.asm | ljhsiun2/medusa | 9 | 40759 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r13
push %r8
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_A_ht+0x1ebd5, %rsi
lea addresses_UC_ht+0x12cd1, %rdi
nop
nop
and %r8, %r8
mov $74, %rcx
rep movsq
nop
nop
nop
sub $6537, %r10
lea addresses_WC_ht+0x163d5, %rsi
lea add... |
laser500-simplify-argument/timer500.asm | nippur72/8-bit-projects | 1 | 40760 | counter EQU $8650
org $d000
install:
ld hl, 0 ; azzera il contatore
ld (counter), hl ;
ld hl, timer ; carica in HL l'indirizzo della routine
di ; disabilita gli interrupt momentaneamente
ld (0x8013), hl ; scrive l'indirizzo della routine
ld a, $c3 ... |
oeis/052/A052506.asm | neoneye/loda-programs | 11 | 40762 | <reponame>neoneye/loda-programs
; A052506: E.g.f.: exp(x*exp(x)-x).
; Submitted by <NAME>
; 1,0,2,3,16,65,336,1897,11824,80145,586000,4588001,38239224,337611001,3144297352,30779387745,315689119456,3383159052833,37790736663456,439036039824193,5294386116882280,66155074120062921,855156188538926296,11418964004032623809,157... |
potions.asm | mmxbass/z3randomizer | 20 | 40763 | <reponame>mmxbass/z3randomizer<filename>potions.asm
;--------------------------------------------------------------------------------
; $7F5092 - Potion Animation Busy Flags (Health)
; $7F5093 - Potion Animation Busy Flags (Magic)
;--------------------------------------------------------------------------------
!BUSY_H... |
imsaisim/srccpm3/ldrbios.asm | QwazyWabbitWOS/z80pack | 85 | 40764 | <filename>imsaisim/srccpm3/ldrbios.asm<gh_stars>10-100
TITLE 'CP/M 3 LDRBIOS for IMSAI 8080'
;
; Copyright (C) 2019 by <NAME>
;
; History:
; 23-OCT-19 first public release
; 25-OCT-19 initialize all character devices
;
CSEG
;
; I/O ports
;
TTY EQU 02H ; tty data port
TTYS EQU 03H ; tty status port
KBDS EQU 05H ; k... |
archive/vtl-2/source/left_specials/ramtop.asm | paulscottrobson/retrochallenge-jan-2016 | 0 | 40765 | ; ****************************************************************************************************************
; ****************************************************************************************************************
;
; * : Set RAMTOP
;
; *********************************************************... |
programs/oeis/285/A285716.asm | karttu/loda | 1 | 40767 | ; A285716: a(n) = A080791(A245611(n)).
; 0,0,0,0,1,0,0,1,0,0,1,0,1,2,0,0,1,1,0,1,0,0,2,0,1,1,0,1,1,0,0,2,1,0,1,0,0,2,1,0,3,0,1,1,0,1,1,1,0,2,0,0,2,0,0,1,0,1,2,1,1,1,2,0,1,0,1,3,0,0,1,1,1,2,0,0,2,1,0,1,1,0,2,0,1,2,0,2,1,0,0,1,1,1,3,0,0,2,0,0,1,1,1,2,1,0,1,1,1,1,1,0,3,0,0,2,0,1,1,0,0,4,2,1,1,0,1,2,0,1,2,0,1,1,0,0,2,2,0,2... |
libsrc/_DEVELOPMENT/math/float/math48/c/sccz80/cm48_sccz80p_dread1.asm | meesokim/z88dk | 0 | 40769 |
SECTION code_fp_math48
PUBLIC cm48_sccz80p_dread1, cm48_sccz80p_dread1b
EXTERN am48_dload, am48_dloadb
; read float from address in HL
;
; enter : hl = double * (math48 format)
;
; exit : AC' = double
;
; uses : af, bc, de, hl, EXX set active
defc cm48_sccz80p_dread1 = am48_dload
defc cm... |
Transynther/x86/_processed/AVXALIGN/_st_/i3-7100_9_0x84_notsx.log_21829_142.asm | ljhsiun2/medusa | 9 | 40772 | <filename>Transynther/x86/_processed/AVXALIGN/_st_/i3-7100_9_0x84_notsx.log_21829_142.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r12
push %r8
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_D_ht+0xedee, %rdx
nop
cmp $10063, %r12
movb (%rdx), %r11b
xor $20616, %r10
lea add... |
programs/oeis/273/A273311.asm | jmorken/loda | 1 | 40773 | <filename>programs/oeis/273/A273311.asm
; A273311: Partial sums of the number of active (ON,black) cells in n-th stage of growth of two-dimensional cellular automaton defined by "Rule 641", based on the 5-celled von Neumann neighborhood.
; 1,5,22,62,135,247,408,624,905,1257,1690,2210,2827,3547,4380,5332,6413,7629,8990,... |
oeis/349/A349727.asm | neoneye/loda-programs | 11 | 40775 | <gh_stars>10-100
; A349727: Triangle read by rows, T(n, k) = [x^(n - k)] hypergeom([-n, -1 + n], [-n], x).
; Submitted by <NAME>
; 1,0,1,1,1,1,4,3,2,1,15,10,6,3,1,56,35,20,10,4,1,210,126,70,35,15,5,1,792,462,252,126,56,21,6,1,3003,1716,924,462,210,84,28,7,1,11440,6435,3432,1716,792,330,120,36,8,1,43758,24310,12870,6435... |
oeis/329/A329221.asm | neoneye/loda-programs | 11 | 40776 | <filename>oeis/329/A329221.asm
; A329221: a(0)=0. If a(n)=k is the first occurrence of k then a(n+1)=a(k), otherwise a(n+1)=n-m where m is the index of the greatest prior term.
; Submitted by <NAME>
; 0,0,1,0,1,2,1,1,2,3,0,1,2,3,4,1,1,2,3,4,5,2,1,2,3,4,5,6,1,1,2,3,4,5,6,7,1,1,2,3,4,5,6,7,8,2,1,2,3,4,5,6,7,8,9,3,1,2,3,4... |
programs/oeis/298/A298784.asm | neoneye/loda | 22 | 40777 | <reponame>neoneye/loda
; A298784: Expansion of (1 + x^2)*(1 + 3*x + x^2) / ((1 - x)*(1 - x^3)).
; 1,4,6,10,14,16,20,24,26,30,34,36,40,44,46,50,54,56,60,64,66,70,74,76,80,84,86,90,94,96,100,104,106,110,114,116,120,124,126,130,134,136,140,144,146,150,154,156,160,164,166,170,174,176,180,184,186,190,194,196,200,204,206,210... |
source/usertests.asm | hamedmiir/OS-Lab-Scheduling | 0 | 40779 |
_usertests: file format elf32-i386
Disassembly of section .text:
00000000 <main>:
return randstate;
}
int
main(int argc, char *argv[])
{
0: 8d 4c 24 04 lea 0x4(%esp),%ecx
4: 83 e4 f0 and $0xfffffff0,%esp
7: ff 71 fc pushl -0x4(%ecx)
a: 55... |
oeis/119/A119826.asm | neoneye/loda-programs | 11 | 40780 | <filename>oeis/119/A119826.asm
; A119826: Number of ternary words of length n with no 000's.
; Submitted by <NAME>
; 1,3,9,26,76,222,648,1892,5524,16128,47088,137480,401392,1171920,3421584,9989792,29166592,85155936,248624640,725894336,2119349824,6187737600,18065963520,52746101888,153999606016,449623342848,1312738101504... |
x86_64/inc/elf_i386-float_print.asm | karng87/nasm_game | 0 | 40781 | ; 1 2 3 4 5 6 7
;01234567890123456789012345678901234567890123456789012345678901234567890
;=======================================================================
;+---------------------------------------------------------------------+
;| ... |
programs/oeis/025/A025800.asm | neoneye/loda | 22 | 40782 | ; A025800: Expansion of 1/((1-x^2)(1-x^3)(1-x^11)).
; 1,0,1,1,1,1,2,1,2,2,2,3,3,3,4,4,4,5,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,13,13,14,15,15,16,17,17,18,19,19,21,21,22,23,24,24,26,26,27,28,29,30,31,32,33,34,35,36,37,38
mov $3,$0
mov $5,2
lpb $5
sub $5,1
add $0,$5
sub $0,1
mov $2,$5
mov $4,$0
max $4,0
seq ... |
libsrc/games/pc6001/joystick.asm | jpoikela/z88dk | 640 | 40783 | <gh_stars>100-1000
;
; Game device library for the PC6001
;
SECTION code_clib
PUBLIC joystick
PUBLIC _joystick
EXTERN get_psg
.joystick
._joystick
;__FASTCALL__ : joystick no. in HL
ld a,14
dec l
jr z,got_port
inc a
dec l
jr z,got_port
ld hl,0
ret
got_port:
ld l,a
call get_psg ;Exits wit... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.