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 |
|---|---|---|---|---|
Library/Chart/Title/titleGrObj.asm | steakknife/pcgeos | 504 | 42126 | COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) Geoworks 1994 -- All Rights Reserved
PROJECT: PC GEOS
MODULE:
FILE: titleGrObj.asm
AUTHOR: <NAME>
ROUTINES:
Name Description
---- -----------
REVISION HISTORY:
Name Date Description
---- ---- -------... |
oeis/142/A142371.asm | neoneye/loda-programs | 11 | 42127 | ; A142371: Primes congruent to 20 mod 47.
; Submitted by <NAME>
; 67,349,443,631,1289,1571,1759,2417,2699,2887,3169,3733,4297,4391,4673,4861,5237,5519,5801,6271,6553,7211,7681,7963,8527,9091,9467,9749,10313,10501,11159,12569,12757,13697,14449,14543,14731,15013,15107,15671,15859,16141,16987,17551,18397,18679,18773,20089... |
vbox/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-mode-SwitchToPE16_V86.asm | Nurzamal/rest_api_docker | 0 | 42128 | <gh_stars>0
; $Id: bs3-mode-SwitchToPE16_V86.asm 69111 2017-10-17 14:26:02Z vboxsync $
;; @file
; BS3Kit - Bs3SwitchToPE16_V86
;
;
; Copyright (C) 2007-2017 Oracle Corporation
;
; This file is part of VirtualBox Open Source Edition (OSE), as
; available from http://www.virtualbox.org. This file is free software;
; you... |
oeis/203/A203624.asm | neoneye/loda-programs | 11 | 42129 | ; A203624: Numbers which are both decagonal and octagonal.
; Submitted by <NAME>
; 1,54405,2047494625,77055412679701,2899903398740389665,109134964431140411989765,4107185248501634866082443201,154569809532975562119006255453525,5817080207856817056285046551655533505,218919996387913643563255879805998092490501
mul $0,4
add ... |
testdata/mult.asm | bassosimone/risc32 | 0 | 42131 | movi r1 _init # prepare to jump to _init
jalr r0 r1 # jump there
.space 4092 # 4092 + 3 = 4095 -- space for kernel?
_init: sw r0 r0 0
sw r0 r0 1
sw r0 r0 2 # clear trampoline (movi is 2 instr + jalr)
movi r29 1048575 # initialize ... |
Asm4Kids/44noisysprite.asm | jacmoe/c64adventures | 17 | 42132 | <gh_stars>10-100
;****************************************
;* *
;* Noisy space sprite *
;* *
;* *
;****************************************
; 10 SYS (49152)
*=$0801
BYTE... |
unittests/ASM/Secondary/09_XX_01_6.asm | cobalt2727/FEX | 628 | 42133 | %ifdef CONFIG
{
"RegData": {
"RAX": "0x4141414180000000",
"RDX": "0x41414141FFFFFFFF",
"RBX": "0xFFFFFFFF41424344",
"RCX": "0xFFFFFFFF51525354",
"R13": "0x5152535441424344",
"R14": "0x1"
},
"MemoryRegions": {
"0x100000000": "4096"
}
}
%endif
mov r15, 0xe0000000
mov rax, 0xFFFFFFFF8... |
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_380.asm | ljhsiun2/medusa | 9 | 42134 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r15
push %r8
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x1a1ba, %r12
nop
nop
nop
nop
dec %r8
mov (%r12), %di
nop
nop
sub %rsi, %rsi
lea addresses_UC_ht+0x3113, %r10
nop
nop
nop
nop
nop
add %rsi, %rsi
mov (%r10), %rbp
nop
nop
nop
no... |
WEEK-6/8.asm | ShruKin/Microprocessor-and-Microcontroller-Lab | 0 | 42135 | LXI H,9000
MOV C,M
MVI B,00
INX H
LOOP: MOV A,M
ANI 80 // check for MSB
JZ SKIP
INR B
SKIP: INX H
DCR C
JNZ LOOP
MOV A,B
STA 9100
HLT
|
programs/oeis/178/A178704.asm | neoneye/loda | 22 | 42136 | ; A178704: Partial sums of floor(3^n/7).
; 0,0,1,4,15,49,153,465,1402,4213,12648,37954,113874,341634,1024915,3074758,9224289,27672883,83018667,249056019,747168076,2241504247,6724512762,20173538308,60520614948,181561844868,544685534629,1634056603912,4902169811763,14706509435317,44119528305981,132358584917973,39707575475... |
init.asm | thomasj/HoustonTracker2 | 190 | 42137 | <reponame>thomasj/HoustonTracker2
;************************************************************************************
;the startup code
;************************************************************************************
IF MODEL = TI82 || MODEL = TI8P
checkAPD_FREE ;check if APD_BUF is in use
ld a,(int_state)... |
savefile/engine/load_map.asm | stranck/fools2018-1 | 0 | 42139 | <gh_stars>0
; === load_map.asm
; The map loader.
; Begin loading a new map.
ReceiveMap:
ld a, PREDEF_PreserveMusicRegisters
call PredefCmd
ld c, $20
ld a, $a3
call PlayMusic
coord hl, 0, 0
ld bc, $0212
call TextBoxBorder
coord hl, 1, 1
ld de, SyncingText
call PutString
... |
libsrc/gfx/common/c_point.asm | Frodevan/z88dk | 4 | 42140 | <reponame>Frodevan/z88dk
;
; Z88 Graphics Functions - Small C+ stubs
;
; Written around the Interlogic Standard Library
;
; Stubs Written by <NAME> - 30/9/98
;
;
; $Id: point.asm,v 1.7 2016-04-13 21:09:09 dom Exp $
;
;Usage: point(struct *pixel)
;Result is true/false
SECTION code_graphic... |
programs/oeis/186/A186947.asm | neoneye/loda | 22 | 42141 | ; A186947: a(n) = 4^n - n*2^n.
; 1,2,8,40,192,864,3712,15488,63488,257536,1038336,4171776,16728064,67002368,268206080,1073250304,4293918720,17177640960,68714758144,274867945472,1099490656256,4398002470912,17592093769728,70368551239680,281474574057472,1125899067981824,4503597882540032,18014394885603328,72057586521735168... |
M68332/ictl_3xx.asm | Gjoll/OpSys | 0 | 42142 | <gh_stars>0
*******************************************************************
* Copyright 1996 <NAME>.
* This is an unpublished work by <NAME>. All
* rights are reserved, and no part of this work may be
* distributed or released with out the express permission
* of <NAME> 23470 Manning Court North, New Scandia, MN 5... |
programs/oeis/129/A129028.asm | neoneye/loda | 22 | 42143 | ; A129028: A129027(n)/4.
; 0,27,150,483,1188,2475,4602,7875,12648,19323,28350,40227,55500,74763,98658,127875,163152,205275,255078,313443,381300,459627,549450,651843,767928,898875,1045902,1210275,1393308,1596363,1820850,2068227,2340000,2637723
mul $0,2
seq $0,129026 ; a(n) = (1/2)*(n^4 + 11*n^3 + 53*n^2 + 97*n + 54).
d... |
libsrc/msx/svi_filvrm.asm | grancier/z180 | 0 | 42145 | <reponame>grancier/z180<gh_stars>0
;
; Spectravideo SVI specific routines
; by <NAME>
; MSX emulation layer
;
; FILVRM
;
;
; $Id: svi_filvrm.asm,v 1.4 2016/06/16 19:30:25 dom Exp $
;
SECTION code_clib
PUBLIC FILVRM
INCLUDE "svi.def"
FILVRM:
push af
call $373C ;SETWRT
loop: pop af
out (VDP_DAT... |
programs/oeis/084/A084921.asm | neoneye/loda | 22 | 42146 | ; A084921: a(n) = lcm(p-1, p+1) where p is the n-th prime.
; 3,4,12,24,60,84,144,180,264,420,480,684,840,924,1104,1404,1740,1860,2244,2520,2664,3120,3444,3960,4704,5100,5304,5724,5940,6384,8064,8580,9384,9660,11100,11400,12324,13284,13944,14964,16020,16380,18240,18624,19404,19800,22260,24864,25764,26220,27144,28560,290... |
src/shaders/post_processing/gen5_6/Common/NV12_Load_8x4.asm | tizenorg/platform.upstream.libva-intel-driver | 0 | 42147 | /*
* All Video Processing kernels
* Copyright © <2010>, Intel Corporation.
*
* This program is licensed under the terms and conditions of the
* Eclipse Public License (EPL), version 1.0. The full text of the EPL is at
* http://www.opensource.org/licenses/eclipse-1.0.php.
*
*/
// Module name: NV12_Load_8x4.as... |
libtool/src/gmp-6.1.2/mpn/x86_64/coreisbr/mul_basecase.asm | kroggen/aergo | 1,602 | 42148 | dnl AMD64 mpn_mul_basecase optimised for Intel Sandy bridge and Ivy bridge.
dnl Contributed to the GNU project by <NAME>.
dnl Copyright 2003-2005, 2007, 2008, 2011-2013 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 i... |
programs/oeis/092/A092349.asm | neoneye/loda | 22 | 42149 | <reponame>neoneye/loda
; A092349: a(n) = sigma_3(n) - sigma_2(n).
; 0,4,18,52,100,202,294,500,666,1004,1210,1834,2028,2846,3268,4340,4624,6358,6498,8652,9132,11378,11638,15530,15100,18932,19620,24062,23548,30452,28830,36084,36076,42776,42044,53350,49284,59930,59844,71500,67240,84188
add $0,1
mov $2,$0
lpb $0
mov $3,... |
Transynther/x86/_processed/NONE/_xt_sm_/i7-7700_9_0x48_notsx.log_21829_911.asm | ljhsiun2/medusa | 9 | 42150 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r14
push %r15
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x3834, %rsi
lea addresses_D_ht+0x4699, %rdi
clflush (%rsi)
nop
nop
nop
nop
nop
xor $29604, %rbx
mov $60, %rcx
rep movsw
nop
nop
nop
nop
xor $19896, ... |
01/stack/push.asm | DaviNakamuraCardoso/assembly | 0 | 42151 | global _start
section .text
_start:
push 1 ; rax = 1
pop rax
push 42 ; rbx = 42
pop rbx
int 0x80
|
data/pokemon/base_stats/groudon.asm | AtmaBuster/pokeplat-gen2 | 6 | 42153 | db 0 ; species ID placeholder
db 100, 150, 140, 90, 100, 90
; hp atk def spd sat sdf
db GROUND, GROUND ; type
db 5 ; catch rate
db 218 ; base exp
db NO_ITEM, NO_ITEM ; items
db GENDER_UNKNOWN ; gender ratio
db 120 ; step cycles to hatch
INCBIN "gfx/pokemon/groudon/front.dimensions"
db GROWTH_SLOW ... |
Esercizi/Operazioni con le stringhe/Char substitution.asm | lucafioravanti/MIPS | 0 | 42154 | <filename>Esercizi/Operazioni con le stringhe/Char substitution.asm
# Data una parola, carico un carattere da cercare in $s0
# e lo sostituisco con un altro carattere caricato in $Ss1
.data
parola: .space 100
.data 0x10010100
ins: .asciiz "Inserisci parola: "
.text
# input e salvataggio stringa
li $v0, 4
l... |
oeis/178/A178824.asm | neoneye/loda-programs | 11 | 42155 | <reponame>neoneye/loda-programs
; A178824: a(n) = Sum_{k=0..n} binomial(n,k)^4/(n+1).
; Submitted by <NAME>
; 1,1,6,41,362,3542,37692,424377,4990722,60704138,758665388,9694652838,126203947828,1668947978908,22370427181624,303383342784729,4156846359584754,57473870722327874,801081711581734764,11246487794657694810,15892023... |
test/asm/seg2b.asm | nigelperks/BasicAssembler | 0 | 42156 | ; two segments in one file, closed and reopened
; creating a valid COM by using GROUP
IDEAL
LF equ 0Ah
CR equ 0Dh
SEGMENT code
ORG 0100h
ASSUME CS:code, DS:data, SS:data, ES:data
start:
mov bx, 1 ; stdout
mov cx, 14 ; len
mov dx, offset msg
... |
programs/oeis/016/A016191.asm | neoneye/loda | 22 | 42157 | <reponame>neoneye/loda
; A016191: Expansion of 1/((1-9x)*(1-12x)).
; 1,21,333,4725,63261,818181,10349613,128978325,1590786621,19476859941,237209103693,2877890303925,34817113183581,420347224031301,5067043480830573,61010412902061525,733977975013590141,8824412881862748261,106043049217649978253,1273867442329472731125,15298... |
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_2200.asm | ljhsiun2/medusa | 9 | 42158 | <filename>Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_2200.asm
.global s_prepare_buffers
s_prepare_buffers:
ret
.global s_faulty_load
s_faulty_load:
push %r12
push %r13
push %r8
push %rax
push %rbp
push %rdi
// Faulty Load
lea addresses_WC+0x95eb, %rax
nop
nop
cmp %r12, %r12
mov (%rax), %r... |
arch/lib/math/is_zero.asm | Mosseridan/Compiler-Principles | 0 | 42159 | <reponame>Mosseridan/Compiler-Principles
/* is_zero.asm
* R0 <- 1, 0 -- depending on whether ARG[0] is zero
*
* Programmer: <NAME>, 2010
*/
IS_ZERO:
CMP(STARG(0), IMM(0));
JUMP_NE(L_IS_ZERO_F);
MOV(R0, IMM(1));
RETURN;
L_IS_ZERO_F:
MOV(R0, IMM(0));
RETURN;
|
Transynther/x86/_processed/US/_ht_zr_/i9-9900K_12_0xca_notsx.log_45_1711.asm | ljhsiun2/medusa | 9 | 42160 | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r8
push %r9
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_normal_ht+0x1d45f, %rsi
nop
nop
add $42067, %r11
movb $0x61, (%rsi)
nop
nop
nop
nop
add %rbx, %rbx
lea addresses_WT_ht+0xf62d, %rsi
lea addresses_WT_ht+0x3eed, %rdi
cmp %rdx, %rdx
mov... |
example.asm | dianamotoc/Tic-Tac-Toe | 0 | 42163 | <gh_stars>0
.386
.model flat, stdcall
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;includem biblioteci, si declaram ce functii vrem sa importam
includelib msvcrt.lib
extern exit: proc
extern malloc: proc
extern memset: proc
includelib canvas.lib
extern BeginDrawing: proc
;;;;;;;;;;;;;;;... |
audio/sfx/pokedex_rating_3.asm | opiter09/ASM-Machina | 1 | 42164 | SFX_Pokedex_Rating_3_Ch5:
execute_music
tempo 256
volume 7, 7
duty_cycle 2
note_type 5, 11, 1
octave 3
note A_, 2
note A_, 2
note G_, 2
note G_, 2
note F_, 2
note E_, 2
note F_, 2
note A_, 2
octave 4
note C_, 4
note E_, 4
octave 3
note F_, 4
sound_ret
SFX_Pokedex_Rating_3_Ch6:
execute_music
duty... |
VirtualBox-5.0.0/src/VBox/Runtime/common/asm/ASMAtomicUoAndU64.asm | egraba/vbox_openbsd | 1 | 42165 | <reponame>egraba/vbox_openbsd<gh_stars>1-10
; $Id: ASMAtomicUoAndU64.asm $
;; @file
; IPRT - ASMAtomicUoAndU64().
;
;
; Copyright (C) 2013-2015 Oracle Corporation
;
; This file is part of VirtualBox Open Source Edition (OSE), as
; available from http://www.virtualbox.org. This file is free software;
; you can redistri... |
engine/overworld/load_tileset_header.asm | adhi-thirumala/EvoYellow | 16 | 42166 | LoadTilesetHeader:
call GetPredefRegisters
push hl
ld d, 0
ld a, [wCurMapTileset]
add a
add a
ld e, a
ld hl, Tilesets
add hl, de
add hl, de
add hl, de
ld de, wTilesetBank
ld bc, $b
call CopyData
ld a, [hl]
ld [hTilesetType], a
xor a
ld [$ffd8], a
pop hl
ld a, [wCurMapTileset]
push hl
push de
ld h... |
EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/X64/Thunk16.asm | CEOALT1/RefindPlusUDK | 2,757 | 42167 | <reponame>CEOALT1/RefindPlusUDK<filename>EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/X64/Thunk16.asm
; Copyright (c) 2004 - 2011, Intel Corporation. All rights reserved.<BR>
; This program and the accompanying materials
; are licensed and made available under the term... |
data/pokemon/base_stats/hoenn/masquerain.asm | Dev727/ancientplatinum | 0 | 42168 | db 0 ; 284 DEX NO
db 70, 60, 62, 60, 80, 82
; hp atk def spd sat sdf
db BUG, FLYING ; type
db 75 ; catch rate
db 128 ; base exp
db NO_ITEM, NO_ITEM ; items
db GENDER_F50 ; gender ratio
db 100 ; unknown 1
db 15 ; step cycles to hatch
db 5 ; unknown 2
INCBIN "gfx/pokemon/hoenn/masquerain/front.... |
data/baseStats/mewtwo.asm | AmateurPanda92/pokemon-rby-dx | 9 | 42171 | db DEX_MEWTWO ; pokedex id
db 106 ; base hp
db 110 ; base attack
db 90 ; base defense
db 130 ; base speed
db 154 ; base special
db PSYCHIC ; species type 1
db PSYCHIC ; species type 2
db 3 ; catch rate
db 220 ; base exp yield
INCBIN "pic/bmon/mewtwo.pic",0,1 ; 77, sprite dimensions
dw MewtwoPicFront
dw MewtwoPicBack
; ... |
floatbus/apple_split_1.asm | zellyn/a2audit | 22 | 42172 | ;;; Assembly conversion of listings 1 and 2 from
;;; http://rich12345.tripod.com/aiivideo/softalk.html#list2
;;; https://archive.org/stream/softalkv3n02oct1982#page/54/mode/2up
!convtab <apple ii/convtab.bin>
!to "apple_split_1.o", plain
* = $6000
V2 = $2D ; bottom point for vertical line drawing
HOME = $FC58
... |
fiat-amd64/43.48_ratio11348_seed2293761300508191_mul_curve25519.asm | dderjoel/fiat-crypto | 491 | 42173 | SECTION .text
GLOBAL mul_curve25519
mul_curve25519:
sub rsp, 0x68 ; last 0x30 (6) for Caller - save regs
mov [ rsp + 0x38 ], rbx; saving to stack
mov [ rsp + 0x40 ], rbp; saving to stack
mov [ rsp + 0x48 ], r12; saving to stack
mov [ rsp + 0x50 ], r13; saving to stack
mov [ rsp + 0x58 ], r14; saving to stack
mov [ rs... |
programs/oeis/274/A274110.asm | neoneye/loda | 22 | 42174 | <reponame>neoneye/loda<gh_stars>10-100
; A274110: Number of equivalence classes of ballot paths of length n for the string uu.
; 1,2,3,5,8,14,24,42,73,128,224,393,689,1209,2121,3722,6531,11461,20112,35294,61936,108690,190737,334720,587392,1030801,1808929,3174449,5570769,9776018,17155715,30106181,52832664,92714862,16270... |
src/arch/x86/boot/boot.asm | HumbleHunger/xbook2 | 5 | 42175 | <filename>src/arch/x86/boot/boot.asm<gh_stars>1-10
%include "const.inc"
%include "config.inc"
org 0x7c00
[bits 16]
align 16
entry:
mov ax, cs
mov ds, ax
mov ss, ax
mov sp, 0
mov ax, 0xb800
mov es, ax
call clean_screen
;show 'BOOT'
mov byte [es:0],'B'
mov byte [es:1],0x07
mov byte [... |
programs/oeis/201/A201236.asm | neoneye/loda | 22 | 42176 | ; A201236: Number of ways to place 2 non-attacking wazirs on an n X n toroidal board.
; 0,2,18,88,250,558,1078,1888,3078,4750,7018,10008,13858,18718,24750,32128,41038,51678,64258,79000,96138,115918,138598,164448,193750,226798,263898,305368,351538,402750,459358,521728,590238,665278,747250,836568,933658,1038958
mov $4,$... |
Transynther/x86/_processed/AVXALIGN/_st_zr_un_sm_/i7-7700_9_0xca.log_21829_859.asm | ljhsiun2/medusa | 9 | 42177 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r12
push %r8
push %r9
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0x18b29, %r8
clflush (%r8)
nop
nop
and $1460, %r12
movw $0x6162, (%r8)
nop
nop
sub %r10, %r10
lea addresses_WT_ht+0xaf69, %rsi
lea addresses_WT_ht+0x175f1, %rdi
nop
dec %r9
mov $... |
addLoadStore/storeWord.asm | DanerSound/MIPS-from-scratch | 2 | 42178 | <reponame>DanerSound/MIPS-from-scratch<filename>addLoadStore/storeWord.asm
# Given an Array store a new element in any position
# IMPORTANT NOTE :
.data
array: .word 2, 4, 5, 9, 133, 44, 1, 0
.text
main:
li $t5, 4 # define an index
add $t5, $t5, $t5 # calculate correct offset
lw $s0, a... |
SpriteVideo/characterrom.asm | peteri/stm8ldiscovery | 0 | 42180 | stm8/
;=============================================
; Generated file from a CGA character ROM
;=============================================
WORDS ; The following addresses are 16 bits long
segment byte at 8100-88FF 'charset'
.characterrom.w
;==============
; Line 0
;==============
DC.B $00,$7E,$7E,$6C,$10,$38,$10,... |
programs/oeis/228/A228394.asm | neoneye/loda | 22 | 42182 | <gh_stars>10-100
; A228394: The number of permutations of length n sortable by 2 prefix block transpositions.
; 1,2,6,21,61,146,302,561,961,1546,2366,3477,4941,6826,9206,12161,15777,20146,25366,31541,38781,47202,56926,68081,80801,95226,111502,129781,150221,172986,198246,226177,256961,290786,327846,368341,412477,460466,... |
testing/jmp-call-pop/helloworld.nasm | dhn/SLAE | 7 | 42183 | ; SLAE - JMP-CALL-POP (Linux/x86)
; Author: Dennis 'dhn' Herrmann
; Website: https://zer0-day.pw
; SLAE-721
;
; void main(void) {
; char* str = "Hello World!";
; write(0, str, strlen(str);
; exit(0);
; }
BITS 32
global _start
section .text
; syscalls kernel
SYS_WRITE equ 0x04
SYS_EXIT equ 0x01
; arguments
STDOUT ... |
oeis/122/A122870.asm | neoneye/loda-programs | 11 | 42184 | ; A122870: Primes p that divide Lucas[(p+1)/2] = A000032[(p+1)/2].
; Submitted by <NAME>(w2)
; 3,7,23,43,47,67,83,103,107,127,163,167,223,227,263,283,307,347,367,383,443,463,467,487,503,523,547,563,587,607,643,647,683,727,743,787,823,827,863,883,887,907,947,967,983,1063,1087,1103,1123,1163,1187,1223,1283,1303,1307,1327... |
data/items/catch_rate_items.asm | Ebernacher90/pokecrystal-allworld | 0 | 42185 | ; Pokémon traded from RBY do not have held items, so GSC usually interprets the
; catch rate as an item. However, if the catch rate appears in this table, the
; item associated with the table entry is used instead.
TimeCapsule_CatchRateItems:
db ITEM_2D, BITTER_BERRY
db ITEM_32, GOLD_BERRY
db ITEM_5A, BERRY
db ITE... |
examples/asm/derp.asm | Nibble-Knowledge/label-replacer | 0 | 42187 | <reponame>Nibble-Knowledge/label-replacer
INF
PINF
BADR BASEADDR
HURP
ZURP 0x12
EPINF
EINF
; This program reads in integers and adds them together
; until a negative number is read in. Then it outputs
; the sum (not including the last number).
;Start: read ; read n -> acc
; jmpn Done ; jump to Done if n < 0.
; ad... |
oeis/328/A328854.asm | neoneye/loda-programs | 11 | 42188 | <reponame>neoneye/loda-programs<filename>oeis/328/A328854.asm
; A328854: Dirichlet g.f.: Product_{p prime} 1 / (1 - 2 * p^(-s))^2.
; Submitted by <NAME>
; 1,4,4,12,4,16,4,32,12,16,4,48,4,16,16,80,4,48,4,48,16,16,4,128,12,16,32,48,4,64,4,192,16,16,16,144,4,16,16,128,4,64,4,48,48,16,4,320,12,48,16,48,4,128,16,128,16,16,4... |
_inc/Demo pointers for intro.asm | NatsumiFox/AMPS-Sonic-1-2005 | 2 | 42189 | ; ---------------------------------------------------------------------------
; Demo sequence pointers
; ---------------------------------------------------------------------------
dc.l Demo_GHZ
dc.l Demo_GHZ
dc.l Demo_MZ
dc.l Demo_MZ
dc.l Demo_SYZ
dc.l Demo_SYZ
dc.l Demo_SS
dc.l Demo_SS |
libsrc/graphics/w_circle_callee.asm | jpoikela/z88dk | 0 | 42190 | <gh_stars>0
;
; Z88 Graphics Functions - Small C+ stubs
;
; Written around the Interlogic Standard Library
;
; Stubs Written by <NAME> - 30/9/98
;
;
; $Id: w_circle_callee.asm $
;
; Usage: circle(int x, int y, int radius, int skip);
SECTION code_graphics
PUBLIC circle_callee
PU... |
programs/oeis/228/A228221.asm | karttu/loda | 0 | 42191 | <reponame>karttu/loda<gh_stars>0
; A228221: Number of second differences of arrays of length 6 of numbers in 0..n.
; 63,665,3151,9705,23351,47953,88215,149681,238735,362601,529343,747865,1027911,1380065,1815751,2347233,2987615,3750841,4651695,5705801,6929623,8340465,9956471,11796625,13880751,16229513,18864415,21807801,... |
WangShuang_book/p261.asm | SmirnovKol/Learning_x86_assembly_language | 1 | 42195 | ; display a string at a specified location using 21h interrupt handler
assume cs:code
data segment
db 'Welcome to masm!!!','$' ; $ denotes the end of a string
data ends
code segment
start: mov ah, 2 ; set location of cursor
mov bh, 0 ; set page number
mov dh, 15; row number
mov dl, 50; column number
int 10... |
programs/oeis/222/A222256.asm | jmorken/loda | 1 | 42197 | <filename>programs/oeis/222/A222256.asm
; A222256: Lexicographically earliest injective sequence of nonnegative integers such that the sum of 6 consecutive terms is always divisible by 6.
; 0,1,2,3,4,8,6,7,14,9,10,20,12,13,26,15,16,32,18,19,38,21,22,44,24,25,50,27,28,56,30,31,62,33,34,68,36,37,74,39,40,80,42,43,86,45,4... |
oeis/175/A175028.asm | neoneye/loda-programs | 11 | 42198 | ; A175028: a(n)=n+1 if n is prime, otherwise a(n)=n-1.
; Submitted by <NAME>(m4)
; 0,3,4,3,6,5,8,7,8,9,12,11,14,13,14,15,18,17,20,19,20,21,24,23,24,25,26,27,30,29,32,31,32,33,34,35,38,37,38,39,42,41,44,43,44,45,48,47,48,49,50,51,54,53,54,55,56,57,60,59,62,61,62,63,64,65,68,67,68,69,72,71,74
mov $2,$0
seq $2,10051 ; Ch... |
apple-1-replica/documents/Woz Cassette Interface.asm | paulscottrobson/assorted-archives | 0 | 42200 | <filename>apple-1-replica/documents/Woz Cassette Interface.asm
;-------------------------------------------------------------------------
;
; The WOZ Apple Cassette Interface for the Apple 1
; Written by <NAME> somewhere around 1976
;
;-------------------------------------------------------------------------
... |
Leituras_de_inteiros.asm | lucass235/Programas_em_Assembly | 0 | 42201 | <filename>Leituras_de_inteiros.asm
.data
saudacao: .asciiz "ola. Por favor, forneca sua idade: "
saida: .asciiz "Sua idade e: "
.text
li $v0, 4 #imprimir string
la $a0, saudacao # armazena a string no registrador ($a0)
syscall
li $v0, 5 # leitura de inteiro
syscall # apartir desse comando a entrada de intei... |
programs/oeis/345/A345211.asm | neoneye/loda | 22 | 42202 | ; A345211: Numbers with the same number of odd / even, refactorable divisors.
; 2,4,6,10,14,18,20,22,26,28,30,34,38,42,44,46,50,52,54,58,62,66,68,70,74,76,78,82,86,90,92,94,98,100,102,106,110,114,116,118,122,124,126,130,134,138,140,142,146,148,150,154,158,162,164,166,170,172,174,178,182,186,188
add $0,1
seq $0,141259 ... |
engine/battle/ghost_marowak_anim.asm | AmateurPanda92/pokemon-rby-dx | 9 | 42203 | <reponame>AmateurPanda92/pokemon-rby-dx<gh_stars>1-10
MarowakAnim:
; animate the ghost being unveiled as a Marowak
ld a, $e4
ld [rOBP1], a
call CopyMonPicFromBGToSpriteVRAM ; cover the BG ghost pic with a sprite ghost pic that looks the same
; now that the ghost pic is being displayed using sprites, clear the ghost ... |
x.asm | ronaaron/reva | 9 | 42204 | <reponame>ronaaron/reva<gh_stars>1-10
.file "x.c"
.intel_syntax noprefix
.text
.globl SHA1Transform
.type SHA1Transform, @function
SHA1Transform:
push ebp
mov ebp, esp
sub esp, 16
mov eax, DWORD PTR [ebp+12]
add eax, 1
movzx eax, BYTE PTR [eax]
mov BYTE PTR [ebp-1], al
mov eax, DWORD PTR [ebp+8]
add eax, 8... |
programs/oeis/291/A291366.asm | neoneye/loda | 22 | 42205 | ; A291366: The arithmetic function u(n,3,4).
; 9,9,3,4,5,3,7,4,3,5,9,3,9,7,3,4,9,3,9,4,3,9,9,3,5,9,3,4,9,3,9,4,3,9,5,3,9,9,3,4,9,3,9,4,3,9,9,3,7,5,3,4,9,3,5,4,3,9,9,3,9,9,3,4,5,3,9,4,3,5
add $0,1
mov $2,$0
mov $3,6
lpb $0
lpb $2,5
mov $3,$2
mov $26,$0
cmp $26,0
add $0,$26
dif $3,$0
lpb $3
... |
Working Disassembly/General/Sprites/Level Misc/Map - 2P Retracting Spring.asm | TeamASM-Blur/Sonic-3-Blue-Balls-Edition | 5 | 42206 | <filename>Working Disassembly/General/Sprites/Level Misc/Map - 2P Retracting Spring.asm<gh_stars>1-10
Map_2PRetractingSpring_:dc.w word_23F5A-Map_2PRetractingSpring_
dc.w word_23F5C-Map_2PRetractingSpring_
dc.w word_23F64-Map_2PRetractingSpring_
dc.w word_23F64-Map_2PRetractingSpring_
Map_2PRetractingSpring_2:
Ma... |
oeis/002/A002679.asm | neoneye/loda-programs | 11 | 42207 | ; A002679: Denominator of 2*Stirling_2(n,2)/n!.
; Submitted by <NAME>
; 1,1,12,4,360,40,20160,12096,259200,604800,239500800,760320,43589145600,217945728000,1494484992000,697426329600,3201186852864000,16937496576000,1216451004088320000,30964207376793600,11469395181404160000,187333454629601280000,310224200866619719680000... |
libsrc/target/gl6000/stdio/generic_console.asm | ahjelm/z88dk | 640 | 42209 | <reponame>ahjelm/z88dk<filename>libsrc/target/gl6000/stdio/generic_console.asm
MODULE generic_console
SECTION code_clib
PUBLIC generic_console_cls
PUBLIC generic_console_set_attribute
PUBLIC generic_console_set_ink
PUBLIC generic_console_set_paper
PUBLIC generic_console_printc
PUBLIC generic_console_s... |
oeis/116/A116078.asm | neoneye/loda-programs | 11 | 42210 | ; A116078: Column 0 of triangle A116077.
; Submitted by <NAME>
; 1,2,7,28,117,496,2110,8968,38017,160648,676626,2840872,11892562,49650368,206773372,859186768,3562780057,14746127608,60929182282,251358948328,1035479267542,4260071237728,17505144024292,71850227369968,294605161366522,1206798536707216,4939018914062260,201968... |
src/x86-64/kernel/drivers/net/rtl8169.asm | redteamcaliber/BareMetal-kernel | 1 | 42211 | ; =============================================================================
; BareMetal -- a 64-bit OS written in Assembly for x86-64 systems
; Copyright (C) 2008-2014 Return Infinity -- see LICENSE.TXT
;
; Realtek 8169 NIC. http://wiki.osdev.org/RTL8169
; ===========================================================... |
src/base/f64_fma.asm | rainer-erdmann/libm64 | 0 | 42212 | ;
; FILENAME : f64_fma.asm
;
; DESCRIPTION :
; different implementation of fma ops
; some of them are not "perfect" fma operations
; they only use the additional 11bits of precision
; between f64 and f80
;
; assembly module written for MASM/NASM
;
; AUTHOR : <NAME>
;
; Copyright 20... |
srcs/memset.asm | fadatos/minilibc_2017 | 0 | 42213 | <gh_stars>0
BITS 64
global memset:function
section .text
memset:
xor rcx, rcx
mov rax, rdi
loop:
cmp rcx,rdx
je end
mov byte [rax + rcx], sil
inc rcx
jmp loop
end:
ret
|
programs/oeis/092/A092067.asm | neoneye/loda | 22 | 42214 | ; A092067: a(n) is the smallest number m such that m > 1 and m divides n^m + 1.
; 2,3,2,5,2,7,2,3,2,11,2,13,2,3,2,17,2,19,2,3,2,23,2,5,2,3,2,29,2,31,2,3,2,5,2,37,2,3,2,41,2,43,2,3,2,47,2,7,2,3,2,53,2,5,2,3,2,59,2,61,2,3,2,5,2,67,2,3,2,71,2,73,2,3,2,7,2,79,2,3,2,83,2,5,2,3,2,89,2,7,2,3,2,5,2,97,2,3,2,101
mov $1,1
mov $... |
videocodec/libvpx_internal/libvpx/vp8/encoder/x86/ssim_opt.asm | Omegaphora/hardware_intel_common_omx-components | 49 | 42215 | <filename>videocodec/libvpx_internal/libvpx/vp8/encoder/x86/ssim_opt.asm
;
; Copyright (c) 2010 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 ... |
user/echo.asm | airaShrestha/xv6Modification | 0 | 42217 | <reponame>airaShrestha/xv6Modification
user/_echo: file format elf64-littleriscv
Disassembly of section .text:
0000000000000000 <main>:
#include "kernel/stat.h"
#include "user/user.h"
int
main(int argc, char *argv[])
{
0: 7179 addi sp,sp,-48
2: f406 sd ra,40(sp)
4: f022... |
Transynther/x86/_processed/NONE/_xt_sm_/i3-7100_9_0x84_notsx.log_21829_1607.asm | ljhsiun2/medusa | 9 | 42218 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %r15
push %rax
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_UC_ht+0x5226, %rax
nop
inc %r11
movb $0x61, (%rax)
nop
nop
nop
nop
nop
inc %r12
lea addresses_normal_ht+0x94c6, %rsi
lea addresses_UC_ht+0x14dc7, %rdi
nop
nop
nop
and... |
Transynther/x86/_processed/US/_zr_/i7-8650U_0xd2.log_21637_181.asm | ljhsiun2/medusa | 9 | 42220 | .global s_prepare_buffers
s_prepare_buffers:
push %r15
push %r9
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0x3274, %rsi
lea addresses_WT_ht+0xa908, %rdi
nop
add %r15, %r15
mov $34, %rcx
rep movsq
add %r9, %r9
lea addresses_normal_ht+0xa2d8, %rcx
nop
nop
sub %rsi, %rsi
mov (%rcx), %di
nop
nop
nop
and %rcx, %rcx
l... |
libsrc/games/trs80/bit_open_di.asm | andydansby/z88dk-mk2 | 1 | 42222 | <gh_stars>1-10
; $Id: bit_open_di.asm,v 1.1 2008/04/08 16:49:27 stefano Exp $
;
; TRS-80 1 bit sound functions
;
; Open sound and disable interrupts for exact timing
;
; <NAME> - 8/4/2008
;
XLIB bit_open_di
XREF snd_tick
.bit_open_di
ld a,1
ld (snd_tick),a
;di
... |
8085 Microprocessor/Assignment 3/sol1.asm | neeladripal/bcse-lab | 0 | 42223 | <filename>8085 Microprocessor/Assignment 3/sol1.asm
LDA 2500H ; store value of N in accumulator
MOV C,A ; copy N in register C to use as counter
LXI D,2600H ; set up DE to start storing from 2600H
LXI H,2501H ; set up HL to start checking the numbers from 2501H
START: MOV A,M ; copy cont... |
oeis/235/A235338.asm | neoneye/loda-programs | 11 | 42224 | <reponame>neoneye/loda-programs
; A235338: 8*binomial(11*n+8,n)/(11*n+8).
; Submitted by <NAME>
; 1,8,116,2080,41650,892552,20027112,464550336,11050084695,268070745800,6607118937848,164979021222400,4164615224071926,106105019316578800,2724883054841727200,70462458864489354624,1833143662625459289495,4794673647109937897001... |
libsrc/input/aquarius/in_Inkey.asm | jpoikela/z88dk | 640 | 42225 | ; uint in_Inkey(void)
; 06.2018 suborb
; Read current state of keyboard
SECTION code_clib
PUBLIC in_Inkey
PUBLIC _in_Inkey
EXTERN in_keytranstbl
EXTERN CLIB_KEYBOARD_ADDRESS
; exit : carry set and HL = 0 for no keys registered
; else HL = ASCII character code
; uses : AF,BC,DE,HL
;
.in_Inkey
._in_Inkey
ld ... |
program.asm | KristianKalamin/MicroJava | 0 | 42226 | .386
.model flat, stdcall
.stack 4096
ExitProcess PROTO, dwExitCode: DWORD
.data
i2 dd ?
c2 dd ?
a2 dd ?
.code
foo PROC
mov eax, 0
mov i2, eax
.WHILE (i2 < 3)
mov eax, DWORD PTR[ESP + 4]
mov c2, eax
add eax, i2
mov c2, eax
INC i2
.ENDW
mov eax, c2
mov c2, eax
add eax, DWORD PTR[ESP + 8]
mov c2, eax
m... |
oeis/069/A069228.asm | neoneye/loda-programs | 11 | 42227 | <reponame>neoneye/loda-programs
; A069228: a(1)=1, a(2)=4, a(n+2)=(a(n+1)+a(n))/b(n), where b(n)=gcd(a(n+1)+a(n),4).
; Submitted by <NAME>
; 1,4,5,9,7,4,11,15,13,7,5,3,2,5,7,3,5,2,7,9,4,13,17,15,8,23,31,27,29,14,43,57,25,41,33,37,35,18,53,71,31,51,41,23,16,39,55,47,51,49,25,37,31,17,12,29,41,35,19,27,23,25,12,37,49,43,... |
libsrc/sms/wait_vblank_noint.asm | meesokim/z88dk | 0 | 42229 | PUBLIC wait_vblank_noint
EXTERN get_vcount
;==============================================================
; void wait_vblank_noint()
;==============================================================
; Waits for VBlank, without interrupts
;==============================================================
.wait_vblank_... |
programs/oeis/245/A245235.asm | neoneye/loda | 22 | 42230 | <reponame>neoneye/loda
; A245235: Repeat 2^(n*(n+1)/2) n+1 times.
; 1,2,2,8,8,8,64,64,64,64,1024,1024,1024,1024,1024,32768,32768,32768,32768,32768,32768,2097152,2097152,2097152,2097152,2097152,2097152,2097152,268435456,268435456,268435456,268435456,268435456,268435456,268435456,268435456
mov $1,1
mov $3,1
lpb $0
sub... |
unittests/ASM/X87_F64/D9_F4_F64.asm | Seas0/FEX | 0 | 42231 | <gh_stars>0
%ifdef CONFIG
{
"RegData": {
"RAX": ["0xbffe000000000000"],
"RBX": ["0x4008000000000000"]
},
"Env": { "FEX_X87REDUCEDPRECISION" : "1" }
}
%endif
mov rcx, 0xe0000000
lea rdx, [rel data]
fld tword [rdx + 8 * 0]
fxtract
fstp qword [rcx]
mov rax, [rcx]
fst qword [rcx]
mov rbx, [rcx]
hlt
al... |
libsrc/oz/ozscreen/ozgetcontrast.asm | jpoikela/z88dk | 640 | 42232 | ;
; Sharp OZ family functions
;
; ported from the OZ-7xx SDK by by <NAME>
; by <NAME> - Oct. 2003
;
;
; display contrast control functions
;
; ------
; $Id: ozgetcontrast.asm,v 1.3 2016-06-28 14:48:17 dom Exp $
;
SECTION code_clib
PUBLIC ozgetcontrast
PUBLIC _ozgetcontrast
EXTERN ozcontrast
ozgetcontras... |
solutions/37-scavenger chain/standard.asm | Ernesto-Alvarez/HRM-Puzzles | 1 | 42233 | -- HUMAN RESOURCE MACHINE PROGRAM --
a:
INBOX
b:
COPYTO 2
COPYFROM [2]
OUTBOX
BUMPUP 2
COPYFROM [2]
JUMPN a
JUMP b
|
Transynther/x86/_processed/AVXALIGN/_zr_/i9-9900K_12_0xa0.log_21829_746.asm | ljhsiun2/medusa | 9 | 42234 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r13
push %r14
push %rax
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_D_ht+0xd45, %rdx
nop
nop
nop
cmp $50533, %rax
mov (%rdx), %r10w
nop
nop
inc %r12
lea addresses_WT_ht+0x16f65, %r14
nop
nop
inc %r13
movb (%r14), %r12b
nop
dec %r12
lea add... |
sound/sfxasm/7E.asm | NatsumiFox/Sonic-3-93-Nov-03 | 7 | 42235 | 7E_Header:
sHeaderInit ; Z80 offset is $CC8E
sHeaderPatch 7E_Patches
sHeaderTick $01
sHeaderCh $02
sHeaderSFX $80, $05, 7E_FM5, $00, $00
sHeaderSFX $80, $C0, 7E_PSG3, $0D, $00
7E_FM5:
sPatFM $00
dc.b nRst, $01
ssModZ80 $01, $01, $40, $48
dc.b nD0, $06, nE0, $02
sStop
7E_PSG3:
sVolEnvPSG v0D
dc.b nR... |
programs/oeis/078/A078709.asm | jmorken/loda | 1 | 42236 | ; A078709: Integer part of the mean subinterval length in the partition of [0,n] by the divisors of n.
; 1,1,1,1,2,1,3,2,3,2,5,2,6,3,3,3,8,3,9,3,5,5,11,3,8,6,6,4,14,3,15,5,8,8,8,4,18,9,9,5,20,5,21,7,7,11,23,4,16,8,12,8,26,6,13,7,14,14,29,5,30,15,10,9,16,8,33,11,17,8,35,6,36,18,12,12,19,9,39,8,16,20,41,7,21,21,21,11,44,... |
programs/oeis/053/A053061.asm | neoneye/loda | 22 | 42237 | <gh_stars>10-100
; A053061: a(n) is the decimal concatenation of n and n^2.
; 11,24,39,416,525,636,749,864,981,10100,11121,12144,13169,14196,15225,16256,17289,18324,19361,20400,21441,22484,23529,24576,25625,26676,27729,28784,29841,30900,31961,321024,331089,341156,351225,361296,371369,381444,391521
mov $2,$0
mov $4,$0
... |
Transynther/x86/_processed/NONE/_zr_/i7-8650U_0xd2.log_218_973.asm | ljhsiun2/medusa | 9 | 42238 | .global s_prepare_buffers
s_prepare_buffers:
ret
.global s_faulty_load
s_faulty_load:
push %r10
push %r9
push %rbp
push %rbx
push %rdi
push %rdx
push %rsi
// Store
lea addresses_D+0x18a66, %rbp
nop
xor %r9, %r9
mov $0x5152535455565758, %rdi
movq %rdi, %xmm2
movups %xmm2, (%rbp)
nop
nop
nop
nop
cmp %r9, %r9
// Fa... |
deps/dyncall/dyncall/dyncall_call_x64_generic_masm.asm | unbornchikken/fastcall | 220 | 42239 | <reponame>unbornchikken/fastcall<filename>deps/dyncall/dyncall/dyncall_call_x64_generic_masm.asm
; auto-generated by gen-masm.sh
.CODE
dcCall_x64_sysv PROC
OPTION PROLOGUE:NONE, EPILOGUE:NONE
push RBP
push RBX
mov RBP,RSP
mov RBX,R8
movsd XMM0,qword ptr [RCX+0]
movsd XMM1,qword ptr [RCX+8]
movsd XMM2... |
source/command/ldir.asm | mega65dev/rom-assembler | 0 | 42240 | ; ********************************************************************************************
; ********************************************************************************************
;
; Name : ldir.asm
; Purpose : ..
; Created : 15th Nov 1991
; Updated : 4th Jan 2021
; Authors : <NAME>
;
; ********... |
programs/oeis/157/A157823.asm | jmorken/loda | 1 | 42241 | <filename>programs/oeis/157/A157823.asm<gh_stars>1-10
; A157823: a(n) = A156591(n) + A156591(n+1).
; -5,-1,-2,-4,-8,-16,-32,-64,-128,-256,-512,-1024,-2048,-4096,-8192,-16384,-32768,-65536,-131072,-262144,-524288,-1048576,-2097152,-4194304,-8388608,-16777216,-33554432,-67108864,-134217728,-268435456,-536870912,-10737418... |
oeis/015/A015583.asm | neoneye/loda-programs | 11 | 42242 | <filename>oeis/015/A015583.asm
; A015583: a(0) = 0, a(1) = 1; for n >= 2, a(n) = 9*a(n-1) + 7*a(n-2).
; Submitted by <NAME>(s4)
; 0,1,9,88,855,8311,80784,785233,7632585,74189896,721137159,7009563703,68134033440,662273246881,6437397456009,62572489832248,608214190682295,5911935144966391,57464915639473584,5585677867700269... |
libsrc/gfx/gencon/pointxy.asm | Frodevan/z88dk | 640 | 42243 | <reponame>Frodevan/z88dk
;
; Generic pseudo graphics routines for text-only platforms
;
; Get pixel at (x,y) coordinate.
;
SECTION code_clib
PUBLIC pointxy
.pointxy
defc NEEDpoint = 1
INCLUDE "pixel.inc"
|
Transynther/x86/_processed/NONE/_xt_sm_/i7-7700_9_0x48.log_17746_2094.asm | ljhsiun2/medusa | 9 | 42244 | <filename>Transynther/x86/_processed/NONE/_xt_sm_/i7-7700_9_0x48.log_17746_2094.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r8
push %rax
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x13b32, %rsi
lea addresses_D_ht+0x70c2, %rdi
nop
nop
nop
dec %rbx
mov $57, %rcx
rep movsq
n... |
CS0447/Project1/space_invaders.asm | jasonawalker/pitt-cs | 0 | 42246 | <gh_stars>0
# jaw280
# <NAME>
.include "convenience.asm"
.include "display.asm"
.eqv GAME_TICK_MS 16
.eqv MAX_BULLETS 10
.eqv NUM_ENEMIES 20
.data
# don't get rid of these, they're used by wait_for_next_frame.
last_frame_time: .word 0
frame_counter: .word 0
next_bullet_frame: .word 0
next_movement_frame: .word... |
programs/oeis/026/A026624.asm | neoneye/loda | 22 | 42247 | <reponame>neoneye/loda
; A026624: a(n) = Sum{T(i,j)}, 0<=i<=n, 0<=j<=n, T given by A026615.
; 1,3,8,20,46,100,210,432,878,1772,3562,7144,14310,28644,57314,114656,229342,458716,917466,1834968,3669974,7339988,14680018,29360080,58720206,117440460,234880970,469761992,939524038,1879048132
mov $1,1
mov $3,1
lpb $0
sub $0,... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.