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/sprites/software/sp1/spectrum/sprites/sp1_GetSprClrAddr.asm
andydansby/z88dk-mk2
1
48310
<reponame>andydansby/z88dk-mk2 ; void sp1_GetSprClrAddr(struct sp1_ss *s, uchar **sprdest) ; CALLER linkage for function pointers XLIB sp1_GetSprClrAddr LIB sp1_GetSprClrAddr_callee XREF ASMDISP_SP1_GETSPRCLRADDR_CALLEE .sp1_GetSprClrAddr pop bc pop de pop hl push hl push de push bc jp sp1_GetS...
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_1923.asm
ljhsiun2/medusa
9
48311
<filename>Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_1923.asm .global s_prepare_buffers s_prepare_buffers: push %r10 push %r14 push %r9 push %rax push %rbx push %rcx push %rdi push %rsi lea addresses_normal_ht+0x132a7, %r14 nop add %r9, %r9 mov $0x6162636465666768, %rax movq %rax, %xmm0 movups ...
dimension/cell/debug/bochs/bochs.asm
ekscrypto/Unununium
7
48313
;; Hacked-Bochs function cell, which basically allows to set memory ranges as ;; protected, and get the various access done to this memory area sent to ;; stderr. ;; ;; developed by EKS - <NAME> ;; see http://void-core.2y.net/~eks/bochs_hacked_mem.tgz for bochs sources ;; with the hacked memory section .c_init global...
programs/oeis/259/A259317.asm
jmorken/loda
1
48314
<reponame>jmorken/loda<filename>programs/oeis/259/A259317.asm<gh_stars>1-10 ; A259317: a(n) = 2*(2*n+1)*A000538(n) - 4*A000330(n)^2. ; 0,2,70,588,2772,9438,26026,61880,131784,257754,471086,814660,1345500,2137590,3284946,4904944,7141904,10170930,14202006,19484348,26311012,35023758,46018170,59749032,76735960,97569290,122...
libsrc/video/tms9918/vdp_variables.asm
Frodevan/z88dk
640
48315
SECTION bss_clib PUBLIC __tms9918_screen_mode PUBLIC __tms9918_attribute PUBLIC __tms9918_border PUBLIC RG0SAV ;keeping track of VDP register values PUBLIC RG1SAV PUBLIC RG2SAV PUBLIC RG3SAV PUBLIC RG4SAV PUBLIC RG5SAV PUBLIC RG6SAV ...
src/third_party/openh264/src/codec/encoder/core/x86/quant.asm
ilya-fedin/tg_owt
3,565
48316
;*! ;* \copy ;* Copyright (c) 2009-2013, Cisco Systems ;* All rights reserved. ;* ;* Redistribution and use in source and binary forms, with or without ;* modification, are permitted provided that the following conditions ;* are met: ;* ;* * Redistributions of source code must retain the abo...
code/title-screen.asm
martendo7/cookie-shooter-gb
3
48317
INCLUDE "defines.inc" SECTION "Title Screen", ROM0 LoadTitleScreen:: call HideAllObjects ; Load tiles ld de, TitleScreen9000Tiles ld hl, _VRAM9000 ld bc, TitleScreen9000Tiles.end - TitleScreen9000Tiles rst LCDMemcopy ld de, TitleScreen8800Tiles ld h...
oeis/228/A228121.asm
neoneye/loda-programs
11
48318
; A228121: Numbers n such that 3n - 4 is prime. ; Submitted by <NAME> ; 2,3,5,7,9,11,15,17,19,21,25,29,31,35,37,39,45,47,51,57,59,61,65,67,77,79,81,85,87,89,91,95,99,105,107,117,119,121,129,131,135,141,145,149,151,155,157,161,165,169,171,175,187,189,191,197,199,201,207,215,217,219,221,227,229,235,241,249,255,259,267,27...
oeis/223/A223687.asm
neoneye/loda-programs
11
48319
; A223687: Petersen graph (8,2) coloring a rectangular array: number of n X 3 0..15 arrays where 0..15 label nodes of a graph with edges 0,1 0,8 8,14 8,10 1,2 1,9 9,15 9,11 2,3 2,10 10,12 3,4 3,11 11,13 4,5 4,12 12,14 5,6 5,13 13,15 6,7 6,14 7,0 7,15 and every array movement to a horizontal or antidiagonal neighbor mov...
utilities.asm
lmartorella/z80-sample-program
14
48320
<reponame>lmartorella/z80-sample-program ;=========================================================================== ; utilities.asm ; Submodule for some common routines. ;=========================================================================== ; Some constants PAUSE_TIME: equ 500 ; 0.5 sec ; Pauses for a ...
src/cmtCoreMx86.asm
dexnab/CommonCtil
0
48321
<reponame>dexnab/CommonCtil ;cmtCore assembly support ;i386 version for masm .model flat .code ;cx dx ;void cmtSpinLockEnter(cmtUint8* value, cmtUint64 MaxSpin) @cmtSpinLockEnter@8 proc ;ah=1 xor ah, ah inc ah ;检查MaxSpin是否为-1 cmp edx, 0ffffffffh je cSLE_NoCount cSLE_SpinStart: ;减法模式,控制循环次数 ...
scripts/viridianpokecenter.asm
etdv-thevoid/pokemon-rgb-enhanced
1
48322
ViridianPokeCenterScript: call Serial_TryEstablishingExternallyClockedConnection jp EnableAutoTextBoxDrawing ViridianPokecenterTextPointers: dw ViridianHealNurseText dw ViridianPokeCenterText2 dw ViridianPokeCenterText3 dw ViridianTradeNurseText ViridianHealNurseText: TX_POKECENTER_NURSE ViridianPokeCenterTex...
Source/md5_32.asm
atkins126/zChinese
35
48325
;{ ****************************************************************************** } ;{ * https://zpascal.net * } ;{ * https://github.com/PassByYou888/zAI * } ;{ * https://github.com/PassByYou888/ZServer4D ...
src/play/tweeter.asm
1888games/golf
1
48326
<filename>src/play/tweeter.asm ; Top-hole Golf ; Copyright 2020-2021 <NAME> tweeter_c_BEGIN = * ; ***************** ; *** CONSTANTS *** ; ***************** tweeter_c_MIN_WAIT_TICKS = 150 ; ***************** ; *** VARIABLES *** ; ***************** ; Channel on which sfx is being played, else (-1). tweeter_v_channel...
programs/oeis/120/A120189.asm
jmorken/loda
1
48327
; A120189: a(1)=4; a(n)=floor((31+sum(a(1) to a(n-1)))/7). ; 4,5,5,6,7,8,9,10,12,13,15,17,20,23,26,30,34,39,44,51,58,66,76,87,99,113,129,148,169,193,221,252,288,329,376,430,491,562,642,734 mov $2,$0 mov $5,2 lpb $5 mov $0,$2 sub $5,1 add $0,$5 mov $3,0 mov $6,1 lpb $0 sub $0,1 add $6,$3 mov $3,...
nasm/main_x86.asm
uninhm/SpeedTests
23
48328
<reponame>uninhm/SpeedTests SYS_EXIT equ 1 SYS_WRITE equ 4 STDOUT equ 1 SUCCESS equ 0 N equ 440000000 section .text global _start _start: mov eax, 0 mov [i], eax prepare_cache: mov eax, [i] mov ebx, [i] mov ecx, 1 exponentiation: mul ebx inc ecx cmp ecx, [i] jl ...
libsrc/gfx/narrow/stencil_add_side.asm
w5Mike/z88dk
0
48329
; ; Z88 Graphics Functions - Small C+ stubs ; ; Written around the Interlogic Standard Library ; ; Compute the line coordinates and put into a vector ; Basic concept by <NAME> (calculate_side) ; ; <NAME> - 13/3/2009 ; ; ; $Id: stencil_add_side.asm,v 1.7 2016-04-22 20:29:52 dom Exp $ ; ;; void stencil...
programs/oeis/261/A261969.asm
neoneye/loda
22
48330
; A261969: Product of primes dividing n with maximum multiplicity. ; 1,2,3,2,5,6,7,2,3,10,11,2,13,14,15,2,17,3,19,2,21,22,23,2,5,26,3,2,29,30,31,2,33,34,35,6,37,38,39,2,41,42,43,2,3,46,47,2,7,5,51,2,53,3,55,2,57,58,59,2,61,62,3,2,65,66,67,2,69,70,71,2,73,74,5,2,77,78,79,2,3,82,83,2,85,86,87,2,89,3,91,2,93,94,95,2,97,7,...
programs/oeis/116/A116668.asm
neoneye/loda
22
48331
<filename>programs/oeis/116/A116668.asm<gh_stars>10-100 ; A116668: a(n) = (5*n^2 + n + 2)/2. ; 1,4,12,25,43,66,94,127,165,208,256,309,367,430,498,571,649,732,820,913,1011,1114,1222,1335,1453,1576,1704,1837,1975,2118,2266,2419,2577,2740,2908,3081,3259,3442,3630,3823,4021,4224,4432,4645,4863,5086,5314,5547,5785,6028,6276...
programs/oeis/292/A292400.asm
karttu/loda
0
48333
; A292400: p-INVERT of (1,2,2,2,2,2,2,...) (A040000), where p(S) = (1 - S)^2. ; 2,7,20,57,158,431,1160,3089,8154,21367,55644,144137,371638,954335,2441872,6228129,15839794,40181095,101690404,256812121,647303502,1628647055,4091042328,10260849073,25699419914,64283165143,160599382124,400772669481,999059833190 mov $2,2 mov...
coverage/IN_CTS/0467-COVERAGE-brw-eu-emit-1366/work/variant/1_spirv_asm/shader.frag.asm
asuonpaa/ShaderTests
0
48334
; SPIR-V ; Version: 1.0 ; Generator: Khronos Glslang Reference Front End; 10 ; Bound: 306 ; Schema: 0 OpCapability Shader %1 = OpExtInstImport "GLSL.std.450" OpMemoryModel Logical GLSL450 OpEntryPoint Fragment %4 "main" %287 OpExecutionMode %4 Origin...
programs/oeis/138/A138229.asm
neoneye/loda
22
48335
<gh_stars>10-100 ; A138229: Expansion of (1-x)/(1-2x+6x^2). ; 1,1,-4,-14,-4,76,176,-104,-1264,-1904,3776,18976,15296,-83264,-258304,-17024,1515776,3133696,-2827264,-24456704,-31949824,82840576,357380096,217716736,-1708847104,-4723994624,805093376,29954154496,55077748736,-69569429504,-469605351424,-521794125824,17740438...
src/VMTranslator/fixtures/FunctionCalls/SimpleFunction/SimpleFunction.bad.asm
tuzmusic/HackManager
1
48336
<reponame>tuzmusic/HackManager // function SimpleFunction.test 2 (SimpleFunction.test) @SP D=M // store SP value @LCL M=D // store stack address in LCL @SP // >>> push "0" to top of stack A=M // move to top of stack M=0 @SP // increment stack point...
game/logic/rainbow_lib.asm
pompshuffle/super-tilt-bro
2
48337
TOESP_MSG_GET_ESP_STATUS = 0 ; Get ESP status TOESP_MSG_DEBUG_GET_LEVEL = 1 ; Get debug level TOESP_MSG_DEBUG_SET_LEVEL = 2 ; Set debug level TOESP_MSG_DEBUG_LOG = 3 ; Debug / Log data TOESP_MSG_CLEAR_BUFFERS = 4 ; Clear RX/TX buffers TOESP_MSG_E2N_BU...
lib/sse/sha256_ni_x2_sse.asm
ipuustin/intel-ipsec-mb
0
48338
<filename>lib/sse/sha256_ni_x2_sse.asm ;; ;; Copyright (c) 2012-2020, Intel Corporation ;; ;; Redistribution and use in source and binary forms, with or without ;; modification, are permitted provided that the following conditions are met: ;; ;; * Redistributions of source code must retain the above copyright notic...
Transynther/x86/_processed/NC/_ht_st_zr_un_/i3-7100_9_0x84_notsx.log_21829_695.asm
ljhsiun2/medusa
9
48339
<reponame>ljhsiun2/medusa<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r12 push %r8 push %r9 push %rbp push %rcx push %rdi push %rsi lea addresses_A_ht+0x13a3e, %rsi lea addresses_A_ht+0x18efe, %rdi nop nop nop nop sub %rbp, %rbp mov $8, %rcx rep movsw nop nop nop nop nop sub %r8, %r8 lea addresses_...
data/mapObjects/celadongym.asm
etdv-thevoid/pokemon-rgb-enhanced
1
48340
CeladonGymObject: db $3 ; border block db $2 ; warps db $11, $4, $6, $ff db $11, $5, $6, $ff db $0 ; signs db $8 ; objects object SPRITE_ERIKA, $4, $3, STAY, DOWN, $1, OPP_ERIKA, $1 object SPRITE_LASS, $2, $b, STAY, RIGHT, $2, OPP_LASS, $11 object SPRITE_FOULARD_WOMAN, $7, $a, STAY, LEFT, $3, OPP_BEAUTY, $1...
oeis/249/A249845.asm
neoneye/loda-programs
11
48341
<reponame>neoneye/loda-programs ; A249845: Number of length 1+4 0..n arrays with no five consecutive terms having the maximum of any two terms equal to the minimum of the remaining three terms. ; 10,110,560,1920,5170,11830,24080,44880,78090,128590,202400,306800,450450,643510,897760,1226720,1645770,2172270,2825680,36276...
src/shaders/h264/mc/save_16x16_Y.asm
tizenorg/platform.upstream.libva-intel-driver
0
48342
/* * Save decoded Y picture data to frame buffer * 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. * */ #if !defin...
src/boss_jingle_melody.asm
Gegel85/SpaceShooterGB
3
48343
<filename>src/boss_jingle_melody.asm<gh_stars>1-10 bossJingleMelody:: db $80, $80, $05, $87, QUAVER / 2 ;DO 2 db $80, $80, $F7, $86, QUAVER / 2 ;SI 1 db $80, $80, $E7, $86, QUAVER / 2 ;LA# 1 db $80, $80, $D6, $86, QUAVER / 2 ;LA 1 db $80, $80, $C4, $86, QUAVER / 2 ;SOL# 1 db $80, $80, $E7, $86, QUAVE...
libsrc/_DEVELOPMENT/l/sccz80/crt0_8085/l_asr.asm
yottatsa/z88dk
1
48344
<gh_stars>1-10 ; sccz80 crt0 library - 8085 version SECTION code_crt0_sccz80 PUBLIC l_asr PUBLIC l_asr_hl_by_e .l_asr ex de,hl .l_asr_hl_by_e .l_asr1 dec e ret m sra hl jp l_asr1
msx/apps/romflash/memmapper.asm
zoggins/yellow-msx-series-for-rc2014
19
48345
<reponame>zoggins/yellow-msx-series-for-rc2014 ; ; extern void memmap_link(void *p) __z88dk_fastcall; ; PUBLIC _memmap_link _memmap_link: LD DE, jump_table LD BC, 030H LDIR RET ; HL+0h ALL_SEG ; Use: Allocate a segment ; Entry: A=0 for the user, A=1 for the system ; B = Mapper slot in the form FxxxS...
text.asm
adhi-thirumala/EvoYellow
0
48347
<reponame>adhi-thirumala/EvoYellow INCLUDE "charmap.asm" INCLUDE "constants/text_constants.asm" TEXT_1 EQU $26 TEXT_2 EQU TEXT_1 + 1 TEXT_3 EQU TEXT_2 + 1 TEXT_4 EQU TEXT_3 + 1 TEXT_5 EQU TEXT_4 + 1 TEXT_6 EQU TEXT_5 + 1 TEXT_7 EQU TEXT_6 + 1 TEXT_8 EQU TEXT_7 + 1 POKEDEX_TEXT EQU TEXT_8 + 1 MOVE_NAMES EQU P...
Driver/Socket/IRLAP/irlapPrefControl.asm
steakknife/pcgeos
504
48348
<gh_stars>100-1000 COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) Geoworks 1994 -- All Rights Reserved PROJECT: MODULE: FILE: irlapPrefControl.asm AUTHOR: <NAME>, Dec 8, 1994 ROUTINES: Name Description ---- ----------- REVISION HISTORY: ...
programs/oeis/040/A040458.asm
neoneye/loda
22
48349
; A040458: Continued fraction for sqrt(480). ; 21,1,9,1,42,1,9,1,42,1,9,1,42,1,9,1,42,1,9,1,42,1,9,1,42,1,9,1,42,1,9,1,42,1,9,1,42,1,9,1,42,1,9,1,42,1,9,1,42,1,9,1,42,1,9,1,42,1,9,1,42,1,9,1,42,1,9,1,42,1,9,1,42,1,9,1,42,1,9,1,42,1,9,1 seq $0,40752 ; Continued fraction for sqrt(780). add $4,$0 mov $0,1 add $0,$4 mov $...
data/pokemon/dex_entries/golbat.asm
AtmaBuster/pokeplat-gen2
6
48350
<reponame>AtmaBuster/pokeplat-gen2 db "BAT@" ; species name db "When it plunges" next "its fangs into its" next "prey, it instantly" page "draws and gulps" next "down more than ten" next "ounces of blood.@"
oeis/111/A111883.asm
neoneye/loda-programs
11
48351
<filename>oeis/111/A111883.asm ; A111883: Unsigned row sums of triangle A111595 (normalized rescaled squared Hermite polynomials). ; Submitted by <NAME> ; 1,1,4,16,100,676,5776,53824,583696,6864400,90174016,1274204416,19642583104,323196798016,5714394630400,107112895415296,2135062451773696,44858948563673344,994634863541...
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_71_2346.asm
ljhsiun2/medusa
9
48352
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r13 push %r8 push %rdi lea addresses_WC_ht+0xe4e5, %r8 clflush (%r8) nop nop nop xor %rdi, %rdi movl $0x61626364, (%r8) nop nop nop nop nop cmp $15937, %r13 pop %rdi pop %r8 pop %r13 pop %r11 ret .global s_faulty_load s_faulty_load: push %r10 push %r12 p...
oeis/315/A315496.asm
neoneye/loda-programs
11
48353
; A315496: Coordination sequence Gal.5.306.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,6,11,16,22,28,34,40,45,50,56,62,67,72,78,84,90,96,101,106,112,118,123,128,134,140,146,152,157,162,168,174,179,184,19...
libsrc/newbrain/cpmzcall.asm
andydansby/z88dk-mk2
1
48354
<reponame>andydansby/z88dk-mk2 ; ; Grundy Newbrain Specific libraries ; ; <NAME> - 19/05/2007 ; ; ; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ; ; This function is linked only in the CP/M extension version ; it calls the ROM functions via the CP/M facility ; ; - - - - - - - - - - - - - - - - - - - - - ...
Transynther/x86/_processed/NC/_ht_zr_/i7-7700_9_0x48_notsx.log_21829_844.asm
ljhsiun2/medusa
9
48356
<filename>Transynther/x86/_processed/NC/_ht_zr_/i7-7700_9_0x48_notsx.log_21829_844.asm .global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r12 push %r15 push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_WT_ht+0x3a40, %r10 nop nop sub $20266, %rbx movw $0x6162, (%r10) nop nop nop nop nop...
src/Native/Runtime/i386/UniversalTransition.asm
OceanYan/corert
0
48357
<gh_stars>0 ;; Licensed to the .NET Foundation under one or more agreements. ;; The .NET Foundation licenses this file to you under the MIT license. ;; See the LICENSE file in the project root for more information. .586 .model flat option casemap:none .code include AsmMacros.inc ifd...
pin-3.22-98547-g7a303a835-gcc-linux/source/tools/Utils/supports_avx2_ia32.asm
ArthasZhang007/15418FinalProject
0
48358
; ; Copyright (C) 2010-2021 Intel Corporation. ; SPDX-License-Identifier: MIT ; PUBLIC SupportsAvx2 .686 .model flat, c .code ALIGN 4 SupportsAvx2 PROC push ebp mov ebp, esp pusha mov eax, 1 cpuid and ecx, 0018000000h cmp ecx, 0018000000h jne $lNOT_SUPPORTED mo...
test/bitwidth.asm
kspalaiologos/asmbf
67
48359
<reponame>kspalaiologos/asmbf #function bf_while(reg) print("nav " .. reg); print("raw .["); end #function bf_wend(reg) print("nav " .. reg); print("raw .]"); end clr r1 mov r2, 1 $(bf_while("r2")) inc r1 asl r2 $(bf_wend("r2")) add r1, .0 out r1
programs/oeis/030/A030117.asm
jmorken/loda
1
48360
<filename>programs/oeis/030/A030117.asm ; A030117: Number of triangles a queen can make (starting anywhere) on an n X n board. ; 0,0,4,28,80,180,332,560,864,1272,1780,2420,3184,4108,5180,6440,7872,9520,11364,13452,15760,18340,21164,24288,27680,31400,35412,39780,44464,49532,54940,60760,66944,73568,80580,88060,95952,1043...
libsrc/_DEVELOPMENT/string/c/sdcc_iy/bcmp_callee.asm
meesokim/z88dk
0
48361
; int bcmp_callee(const void *b1, const void *b2, size_t len) SECTION code_string PUBLIC _bcmp_callee EXTERN _memcmp_callee defc _bcmp_callee = _memcmp_callee
programs/oeis/157/A157052.asm
karttu/loda
0
48362
<filename>programs/oeis/157/A157052.asm ; A157052: Number of integer sequences of length n+1 with sum zero and sum of absolute values 6. ; 2,18,92,340,1010,2562,5768,11832,22530,40370,68772,112268,176722,269570,400080,579632,822018,1143762,1564460,2107140,2798642,3670018,4756952,6100200,7746050,9746802,12161268,1505529...
dv3/fd/done.asm
olifink/smsqe
0
48363
<reponame>olifink/smsqe ; DV3 Standard Floppy Disk All Files Closed  1993 <NAME> section dv3 xdef fd_done include 'dev8_dv3_keys' include 'dev8_dv3_fd_keys' include 'dev8_mac_assert' ;+++ ; This routine is called when all files are closed ; ; d7 c p drive ID / number ; a3 c p linkage block ; a4 c p ...
rpn86.asm
ocanty/rpn86
0
48364
; The MIT License ; Copyright (c) ocanty <<EMAIL>> ; 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 rights ; to use, copy, modify, merge...
programs/oeis/122/A122747.asm
neoneye/loda
22
48365
<filename>programs/oeis/122/A122747.asm ; A122747: Bishops on an n X n board (see Robinson paper for details). ; 1,4,144,14400,2822400,914457600,442597478400,299195895398400,269276305858560000,311283409572495360000,449493243422683299840000,792906081397613340917760000,1677789268237349829381980160000,41944731705933745734...
programs/oeis/163/A163864.asm
neoneye/loda
22
48366
<filename>programs/oeis/163/A163864.asm ; A163864: a(n) = 2*a(n-2) for n > 2; a(1) = 1, a(2) = 6. ; 1,6,2,12,4,24,8,48,16,96,32,192,64,384,128,768,256,1536,512,3072,1024,6144,2048,12288,4096,24576,8192,49152,16384,98304,32768,196608,65536,393216,131072,786432,262144,1572864,524288,3145728,1048576,6291456,2097152,125829...
P6/P6Judger - 100 testpoints/testpoint/testpoint0.asm
flyinglandlord/BUAA-CO-2021
5
48367
jal TAG1 add $1, $ra, $0 TAG1: add $2, $ra, $0 add $3, $ra, $0 jal TAG2 addu $1, $ra, $0 TAG2: addu $2, $ra, $0 addu $3, $ra, $0 jal TAG3 sub $1, $ra, $0 TAG3: sub $2, $ra, $0 sub $3, $ra, $0 jal TAG4 subu $1, $ra, $0 TAG4: subu $2, $ra, $0 subu $3, $ra, $0 jal TAG5 slt $1, $ra, $0 TAG5: slt $2, $ra, $0 slt $3, $ra...
programs/oeis/026/A026498.asm
jmorken/loda
1
48368
; A026498: a(n) = t(1+3n), where t = A001285 (Thue-Morse sequence). ; 2,2,2,1,2,2,2,2,2,2,2,1,2,1,1,1,2,2,2,1,2,2,2,2,2,2,2,2,1,2,2,2,2,2,2,1,2,2,2,2,2,2,2,1,2,1,1,1,2,2,2,1,2,1,1,1,1,1,1,1,2,1,1,1,2,2,2,1,2,2,2,2,2,2,2,1,2,1,1,1,2,2,2,1,2,2,2,2,2,2,2,2,1,2,2,2,2,2,2,1,2,2,2,2,2,2,2,2,1,2,2,2,1,1,1,2,1,2,2,2,2,2,2,2,1,...
II-sem/Microprocessor/Assembly Language Programs/unconditionalJump.asm
ASHD27/JMI-MCA
3
48369
.model small .stack 100h .data msg1 db "Hello world...!$" msg2 db "i am wasit shafi!$" .code main proc mov ax, @data mov ds, ax up: lea dx, msg1 mov ah, 09h int 21H mov dl, 10 ;line feed mov ah, 02h int 21h mov dl, 13 ;Carriage re...
win32/crc_lcc.asm
lushann/cve-2003-0282
1
48370
<reponame>lushann/cve-2003-0282 ;=========================================================================== ; Copyright (c) 1990-2000 Info-ZIP. All rights reserved. ; ; See the accompanying file LICENSE, version 2000-Apr-09 or later ; (the contents of which are also included in zip.h) for terms of use. ; If, for some...
add/clean-run-time-system/acopy.asm
ErinvanderVeen/C-to-Clean
0
48371
<filename>add/clean-run-time-system/acopy.asm COPY_RECORDS_WITHOUT_POINTERS_TO_END_OF_HEAP = 1 push rsi mov rdi,heap_p2+0 mov rax,heap_size_257+0 shl rax,7 mov semi_space_size+0,rax lea rsi,[rdi+rax] mov qword ptr (heap2_begin_and_end+8)+0,rsi mov rax,qword ptr caf_list+0 test rax,rax je end_copy_caf...
programs/oeis/080/A080787.asm
karttu/loda
0
48372
<filename>programs/oeis/080/A080787.asm ; A080787: a(1)=a(2)=1; a(n) = a(n-1) + last decimal digit of a(n-2). ; 1,1,2,3,5,8,13,21,24,25,29,34,43,47,50,57,57,64,71,75,76,81,87,88,95,103,108,111,119,120,129,129,138,147,155,162,167,169,176,185,191,196,197,203,210,213,213,216,219,225,234,239,243,252,255,257,262,269,271 mo...
Library/Kernel/Graphics/graphicsWin.asm
steakknife/pcgeos
504
48374
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) Berkeley Softworks 1991 -- All Rights Reserved PROJECT: PC GEOS MODULE: Kernel Graphics FILE: graphicsWin.asm AUTHOR: <NAME>, 22 July 1991 ROUTINES: Name Description ---- ----------- GLB GrInvalRe...
src/gedit.asm
pmwasson/apple2
0
48375
;----------------------------------------------------------------------------- ; <NAME> - 2021 ;----------------------------------------------------------------------------- ; Game Edit - Collection of tools ; Tile Edit - Edit tiles ; Map Edit - Edit maps .include "defines.asm" ; memory map .segment "COD...
base/ntdll/i386/emf386.asm
npocmaka/Windows-Server-2003
17
48376
<filename>base/ntdll/i386/emf386.asm subttl emf386.asm - 32 bit Emulator Interrupt Handler page ;*** ;emf386.asm - 32 bit Emulator Interrupt Handler ; ; IBM/Microsoft Confidential ; ; Copyright (c) IBM Corporation 1987, 1989 ; Copyright (c) Microsoft Corporation 1987, 1989 ...
programs/oeis/094/A094821.asm
neoneye/loda
22
48377
<reponame>neoneye/loda ; A094821: Number of (s(0), s(1), ..., s(2n)) such that 0 < s(i) < 8 and |s(i) - s(i-1)| = 1 for i = 1,2,....,2n, s(0) = 3, s(2n) = 5. ; 1,4,15,54,190,660,2276,7816,26776,91600,313104,1069728,3653728,12477504,42606656,145479808,496722304,1695962368,5790470400,19770087936,67499673088,230459040768,...
hmi_sdk/hmi_sdk/Tools/ffmpeg-2.6.2/libavcodec/x86/qpeldsp.asm
APCVSRepo/android_packet
4
48378
<reponame>APCVSRepo/android_packet ;****************************************************************************** ;* mpeg4 qpel ;* Copyright (c) 2003 <NAME> <<EMAIL>> ;* Copyright (c) 2008 <NAME> ;* Copyright (c) 2013 <NAME> ;* ;* This file is part of FFmpeg. ;* ;* FFmpeg is free software; you can redistribute...
assembly/trabalho-2/src/questao_6.asm
AbnerLimaa/arquitetura-de-computadores
0
48379
<reponame>AbnerLimaa/arquitetura-de-computadores org 0x7C00 bits 16 mov ax, 0 mov ds, ax cli main: call fibonacci hlt fibonacci: push ax push bx push cx push dx mov ax, 1 mov bx, 0 mov cx, 22 calc_num: cmp cx, 0 je fim_fibonacci call print_num...
programs/oeis/211/A211435.asm
karttu/loda
0
48380
; A211435: Number of ordered triples (w,x,y) with all terms in {-n,...,0,...,n} and w+4x+5y=0. ; 1,3,5,11,17,25,35,45,59,73,89,107,125,147,169,193,219,245,275,305,337,371,405,443,481,521,563,605,651,697,745,795,845,899,953,1009,1067,1125,1187,1249,1313,1379,1445,1515,1585,1657,1731,1805,1883 mov $3,1 add $3,$0 mul $0,...
text2_mod.asm
RockmanEXEZone/MMBN-Mod-Card-Kit
10
48381
.if (game_code >> 8) == 0x425242 // if BN5 .db 0xE8,0x02 .endif .if (game_code >> 8) == 0x425235 // if BN6 .db 0xE8,0x0A .endif .if (game_code >> 8) == 0x423457 // if BN4 .db 0xF6,0x02,0x33,0x6C,0x03 .db 0xF0,0x00,0x00 .else // if BN5 or BN6 .db 0xF1,0x00,0x00 .db 0xF7,0x02,0x33,0x6C,0x03 .db 0...
programs/oeis/099/A099820.asm
karttu/loda
0
48382
; A099820: Even nonnegative integers in base 2 (bisection of A007088). ; 0,10,100,110,1000,1010,1100,1110,10000,10010,10100,10110,11000,11010,11100,11110,100000,100010,100100,100110,101000,101010,101100,101110,110000,110010,110100,110110,111000,111010,111100,111110,1000000 mov $3,$0 mul $0,2 cal $0,228071 ; Write n in...
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_813.asm
ljhsiun2/medusa
9
48383
.global s_prepare_buffers s_prepare_buffers: ret .global s_faulty_load s_faulty_load: push %r12 push %r13 push %r14 push %r15 push %r8 push %rbp push %rdx // Store lea addresses_D+0x128a4, %rdx nop nop nop nop and $43015, %rbp movw $0x5152, (%rdx) nop nop nop dec %rdx // Store lea addresses_A+0x2a40, %r12 nop no...
2.0/cpm20_code/mov20pat.asm
officialrafsan/CP-M
0
48385
<filename>2.0/cpm20_code/mov20pat.asm<gh_stars>0 ; movcpm patch for cp/m 2.0 10/4/79 ; ; the BDOS system reset function, number 0, ; previously executed a cold start, rather ; than a warm start. ; ; assembly language source change: ; 0844 DW WBOOTF, FUNC1, FUNC2, FUNC3 ; ; assembly language patch bias equ 0a...
programs/oeis/072/A072486.asm
neoneye/loda
22
48386
; A072486: a(1) = 1, a(n) = a(n-1) times smallest prime factor of n. ; 1,2,6,12,60,120,840,1680,5040,10080,110880,221760,2882880,5765760,17297280,34594560,588107520,1176215040,22348085760,44696171520,134088514560,268177029120,6168071669760,12336143339520,61680716697600,123361433395200,370084300185600,740168600371200,21...
oeis/315/A315642.asm
neoneye/loda-programs
11
48387
; A315642: Coordination sequence Gal.6.332.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,12,16,21,27,33,39,44,48,54,60,66,72,76,81,87,93,99,104,108,114,120,126,132,136,141,147,153,159,164,168,174,180,186...
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_21825_1572.asm
ljhsiun2/medusa
9
48388
.global s_prepare_buffers s_prepare_buffers: push %r12 push %r15 push %r9 push %rax push %rcx push %rdi push %rsi lea addresses_WC_ht+0x457d, %rsi lea addresses_UC_ht+0x7af1, %rdi clflush (%rsi) nop nop nop sub $25213, %r9 mov $27, %rcx rep movsl nop nop xor %rax, %rax lea addresses_A_ht+0x781d, %r15 nop nop nop nop no...
libsrc/target/z9001/graphics/w_pointxy.asm
dikdom/z88dk
1
48389
<reponame>dikdom/z88dk<filename>libsrc/target/z9001/graphics/w_pointxy.asm<gh_stars>1-10 SECTION code_clib PUBLIC w_pointxy EXTERN pointxy_MODE0 EXTERN pointxy_MODE1 EXTERN __z9001_mode w_pointxy: ld a,(__z9001_mode) cp 1 jp z,pointxy_MODE1 and a ret nz jp pointxy_MODE0...
libsrc/target/zx/input/in_MouseAMXSetPos_callee.asm
ahjelm/z88dk
640
48390
; void __CALLEE__ in_MouseAMXSetPos_callee(uint xcoord, uint ycoord) ; 09.2005 aralbrec SECTION code_clib PUBLIC in_MouseAMXSetPos_callee PUBLIC _in_MouseAMXSetPos_callee PUBLIC asm_in_MouseAMXSetPos PUBLIC centry_in_MouseAMXSetPos EXTERN _in_AMXcoordX, _in_AMXcoordY .in_MouseAMXSetPos_callee ._in_MouseAMXSetPos_cal...
programs/oeis/027/A027820.asm
neoneye/loda
22
48392
<reponame>neoneye/loda<gh_stars>10-100 ; A027820: a(n) = 28*(n+1)*C(n+6,8)/3. ; 28,336,2100,9240,32340,96096,252252,600600,1321320,2722720,5309304,9876048,17635800,30387840,50736840,82372752,130423524,201894000,306205900,455855400,667206540,961440480,1365682500 add $0,8 mov $1,$0 sub $0,5 bin $1,8 mul $0,$1 mul $0,14 ...
TAKING INPUT AND REVERSE IT.asm
selectiveduplicate/8086-assembly
2
48394
TITLE taking_input_and_reverse .MODEL SMALL .STACK 100H .DATA ;STRING1 DW '<NAME>' .CODE MAIN PROC MOV CX, 0 PUSHIN: MOV AH, 1 ;TAKING INPUT ONE CHARACTER AT A TIME INT 21H MOV BL, AL ;STORING THE INPUT IN BL FOR TESTING ...
matrix.asm
vdechenaux/bootable-matrix-rain
0
48395
<filename>matrix.asm bits 16 ; tell NASM this is 16 bit code org 0x7c00 ; tell NASM to start outputting stuff at offset 0x7c00 ; https://stackoverflow.com/questions/47277702/custom-bootloader-booted-via-usb-drive-produces-incorrect-output-on-some-compute jmp start resb 0x50 col DW 0 PRN DW 54321 colsTtl db 40 dup 0 c...
llvm/test/tools/llvm-ml/jmp_short.asm
mkinsner/llvm
2,338
48396
; RUN: llvm-ml -filetype=s %s /Fo - | FileCheck %s .code t1: jmp short t1_label jmp SHORT t1_label JmP Short t1_label JMP SHORT t1_label mov eax, eax t1_label: ret ; CHECK-LABEL: t1: ; CHECK-NEXT: jmp t1_label ; CHECK-NEXT: jmp t1_label ; CHECK-NEXT: jmp t1_label ; CHECK-NEXT: jmp t1_label ; CHECK-NEXT: ...
programs/oeis/040/A040825.asm
neoneye/loda
22
48397
; A040825: Continued fraction for sqrt(855). ; 29,4,6,4,58,4,6,4,58,4,6,4,58,4,6,4,58,4,6,4,58,4,6,4,58,4,6,4,58,4,6,4,58,4,6,4,58,4,6,4,58,4,6,4,58,4,6,4,58,4,6,4,58,4,6,4,58,4,6,4,58,4,6,4,58,4,6,4,58,4,6,4,58,4,6,4,58,4,6,4,58,4,6,4 seq $0,40204 ; Continued fraction for sqrt(219). lpb $0 add $2,1 gcd $2,$0 ad...
programs/oeis/184/A184109.asm
neoneye/loda
22
48398
<gh_stars>10-100 ; A184109: n + ceiling(n^2/9); complement of A184108. ; 2,3,4,6,8,10,13,16,18,22,25,28,32,36,40,45,50,54,60,65,70,76,82,88,95,102,108,116,123,130,138,146,154,163,172,180,190,199,208,218,228,238,249,260,270,282,293,304,316,328,340,353,366,378,392,405,418,432,446,460,475,490,504,520,535,550,566,582,598,6...
programs/oeis/008/A008998.asm
neoneye/loda
22
48401
; A008998: a(n) = 2*a(n-1) + a(n-3), with a(0)=1 and a(1)=2. ; 1,2,4,9,20,44,97,214,472,1041,2296,5064,11169,24634,54332,119833,264300,582932,1285697,2835694,6254320,13794337,30424368,67103056,148000449,326425266,719953588,1587907625,3502240516,7724434620,17036776865,37575794246,82876023112,182788823089,403153440424,88...
cc4x86/tests/regressive/asm_listings/regalloc_bug_.asm
artyompal/C-compiler
4
48402
<filename>cc4x86/tests/regressive/asm_listings/regalloc_bug_.asm .686 .model flat .xmm .code _f proc push ebp mov ebp,esp mov eax,[ebp+8] add eax,[ebp+12] pop ebp ret _f endp _g proc push ebp mov ebp,esp ...
libsrc/_DEVELOPMENT/stdio/c/sdcc_iy/fileno_unlocked_fastcall.asm
jpoikela/z88dk
640
48404
<reponame>jpoikela/z88dk ; int fileno_unlocked_fastcall(FILE *stream) SECTION code_clib SECTION code_stdio PUBLIC _fileno_unlocked_fastcall EXTERN asm_fileno_unlocked _fileno_unlocked_fastcall: push hl pop ix jp asm_fileno_unlocked
vt.asm
apstrand/attic-nonameos
0
48405
<gh_stars>0 [org 100h] [section .data] vcurpos: dd 0 vcurofs: dd 0 [section .text] mov ax,0615h call vsetpos call vgetrpos mov ax,4c00h int 21h vsetpos: ; ax = RRCC push eax push ebx push edx mov [vcurpos],ax xor ebx,ebx mov bl,ah and eax,0ffh shl ebx,4 lea ebx,[ebx*4+ebx] add ebx,eax mov ah,bh...
Irvine/Examples/ch08/32 bit/LocalExample.asm
alieonsido/ASM_TESTING
0
48406
; Comparing LOCAL with ENTER-LEAVE (LocalExample.asm) ; This program compares the LOCAL directive to ENTER-LEAVE. INCLUDE Irvine32.inc .code main PROC main ENDP Example1 PROC LOCAL temp:DWORD mov eax,temp ret Example1 ENDP Example2 PROC LOCAL temp:DWORD, SwapFlag:BYTE mov eax,temp mov bl,SwapFlag ...
libsrc/_DEVELOPMENT/fcntl/z80/asm_dup.asm
teknoplop/z88dk
0
48407
; =============================================================== ; October 2014 ; =============================================================== ; ; int dup(int fd) ; ; Duplicates the file descriptor into another available fd and ; returns the duplicated fd. ; ; =====================================================...
Assembly/textures/systemImage_combat.asm
WildGenie/Ninokuni
14
48408
;; Modify the subimages position of the texture battles images. ; ; Arguments of v3d_setSubImage function: ; + R0: Sprite struct ; + R1: Frame index ; + R2: Layer index ; + R3: X Start ; + SP+00: Y Start ; + SP+04: X End ; + SP+08: Y End ; + SP+0C: X Output ; + SP+10: Y Output ; + SP+14: Width ; ...
programs/oeis/010/A010387.asm
neoneye/loda
22
48409
<gh_stars>10-100 ; A010387: Squares mod 25. ; 0,1,4,6,9,11,14,16,19,21,24 mul $0,5 div $0,2 mov $2,$0 cmp $2,0 add $0,$2 sub $0,1
programs/oeis/233/A233272.asm
karttu/loda
0
48410
<reponame>karttu/loda<filename>programs/oeis/233/A233272.asm ; A233272: a(n) = n + 1 + number of nonleading zeros in binary representation of n (A080791). ; 1,2,4,4,7,7,8,8,12,12,13,13,15,15,16,16,21,21,22,22,24,24,25,25,28,28,29,29,31,31,32,32,38,38,39,39,41,41,42,42,45,45,46,46,48,48,49,49,53,53,54,54,56,56,57,57,60,...
LAB03/TASK01.asm
PrabalChowdhury/CSE-341-MICROPROCESSOR
0
48411
.MODEL SMALL .STACK 100H .DATA ; DEFINE YOUR VARIABLES HERE P DB "The Result Is : $" .CODE MAIN PROC MOV AX, @DATA MOV DS, AX ; YOUR CODE STARTS HERE MOV AH,1 INT 21H MOV CL, AL SUB CL,30H MOV AH,2 ...
programs/oeis/024/A024902.asm
neoneye/loda
22
48412
; A024902: Numbers k such that 7*k + 4 is prime. ; 1,7,9,15,19,21,25,27,37,39,49,55,61,69,79,81,85,87,91,97,105,115,117,129,139,141,145,147,151,157,159,169,171,175,189,205,207,211,217,225,229,231,237,247,249,255,261,267,271,285,289,295,297,301,307,319,321,327,339,349,357,361,379,381,385,387,391,399,415,435,445,457,459,...
oeis/282/A282122.asm
neoneye/loda-programs
11
48413
<reponame>neoneye/loda-programs ; A282122: Binary representation of the x-axis, from the origin to the right edge, of the n-th stage of growth of the two-dimensional cellular automaton defined by "Rule 430", based on the 5-celled von Neumann neighborhood. ; 1,11,11,1111,1011,111111,101011,11111111,10101011,1111111111,1...
variapatches/endingtotals.asm
strotlog/SMBasepatch
0
48414
;Changes how the end percentage in calculated. Made by <NAME> :P ;Allows tanks with multiple values (eg. missile tanks worth either 3 or 5) ;Allows an uneven or random number of items (up to 255 separate item pickups) ;Adds a single decimal point value, to give more accurate results to random item ammounts !C...
programs/oeis/210/A210984.asm
karttu/loda
0
48415
<reponame>karttu/loda ; A210984: Total number of states of the first n subshells of the nuclear shell model in which the subshells are ordered by energy level in increasing order. ; 2,6,8,14,16,20,28,32,34,40,50,56,58,62,70,82,90,94,96,102,112,126,136,142,144,148,156,168,184,196,204,208,210,216,226,240,258,272,282,288,...
third_party/virtualbox/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-UtilSetFullGdtr.asm
Fimbure/icebox-1
521
48416
; $Id: bs3-cmn-UtilSetFullGdtr.asm $ ;; @file ; BS3Kit - Bs3UtilSetFullGdtr ; ; ; 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 can redistribute it and/or modify it under the ter...
programs/oeis/057/A057087.asm
karttu/loda
0
48417
; A057087: Scaled Chebyshev U-polynomials evaluated at i. Generalized Fibonacci sequence. ; 1,4,20,96,464,2240,10816,52224,252160,1217536,5878784,28385280,137056256,661766144,3195289600,15428222976,74494050304,359689093120,1736732573696,8385686667264,40489676963840,195501454524416,943964525953024,4557863921909760 mov ...
libsrc/_DEVELOPMENT/threads/mutex/z80/asm_mtx_lock.asm
jpoikela/z88dk
38
48419
<filename>libsrc/_DEVELOPMENT/threads/mutex/z80/asm_mtx_lock.asm ; =============================================================== ; Jan 2014 ; =============================================================== ; ; int mtx_lock(mtx_t *m) ; ; Block until the mutex is acquired. ; ; ========================================...
Transynther/x86/_processed/NONE/_xt_sm_/i3-7100_9_0xca_notsx.log_21829_121.asm
ljhsiun2/medusa
9
48420
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r14 push %r15 push %r8 push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_WT_ht+0xa6d, %rdx nop nop nop add %r15, %r15 movb $0x61, (%rdx) nop nop nop nop xor $9705, %r15 lea addresses_D_ht+0x19b7, %rbx xor %r10, %r10 movl $0x61626364, (%rbx) nop ...
programs/oeis/094/A094360.asm
karttu/loda
0
48421
; A094360: Pair reversal of Jacobsthal-Lucas numbers. ; 1,2,7,5,31,17,127,65,511,257,2047,1025,8191,4097,32767,16385,131071,65537,524287,262145,2097151,1048577,8388607,4194305,33554431,16777217,134217727,67108865,536870911,268435457,2147483647,1073741825 mov $4,2 mov $6,$0 lpb $4,1 mov $0,$6 sub $4,1 add $0,$4 ...
programs/oeis/193/A193828.asm
jmorken/loda
1
48422
<filename>programs/oeis/193/A193828.asm ; A193828: Even generalized pentagonal numbers. ; 0,2,12,22,26,40,70,92,100,126,176,210,222,260,330,376,392,442,532,590,610,672,782,852,876,950,1080,1162,1190,1276,1426,1520,1552,1650,1820,1926,1962,2072,2262,2380,2420,2542,2752,2882,2926,3060,3290,3432,3480,3626,3876,4030,4082,4...
src/Native/Runtime/i386/MemClrForGC.asm
ZZHGit/corert
0
48423
;; ;; Copyright (c) Microsoft. All rights reserved. ;; Licensed under the MIT license. See LICENSE file in the project root for full license information. ;; .586 .xmm .model flat option casemap:none EXTERN _IsProcessorFeaturePresent@4 : PROC PF_XMMI64_INSTRUCTIONS_AVAILABLE equ 10 .data...