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
programs/oeis/267/A267886.asm
karttu/loda
0
198830
; A267886: Decimal representation of the n-th iteration of the "Rule 235" elementary cellular automaton starting with a single ON (black) cell. ; 1,4,27,127,511,2047,8191,32767,131071,524287,2097151,8388607,33554431,134217727,536870911,2147483647,8589934591,34359738367,137438953471,549755813887,2199023255551,8796093022...
volumeTable.asm
neilbaldwin/PR8
8
198831
<filename>volumeTable.asm<gh_stars>1-10 ;--------------------------------------------------------------- ; Volume Table ;--------------------------------------------------------------- VOLUME_TABLE_LO: .REPEAT 16,i .BYTE <(VOLUME_TABLE + i*$10) .ENDREPEAT VOLUME_TABLE_HI: .REPEAT 16,i .BYTE >(VOLUME_TABLE + i*1...
c2000/C2000Ware_1_00_06_00/libraries/math/CLAmath/c28/source/CLAacosineTable.asm
ramok/Themis_ForHPSDR
0
198832
<reponame>ramok/Themis_ForHPSDR<filename>c2000/C2000Ware_1_00_06_00/libraries/math/CLAmath/c28/source/CLAacosineTable.asm ;;############################################################################# ;; FILE: CLAacosineTable.asm ;; ;; DESCRIPTION: acosine Tables ;; ;; Group: C2000 ;; Target Family: C2...
data/baseStats/haunter.asm
AmateurPanda92/pokemon-rby-dx
9
198834
db DEX_HAUNTER ; pokedex id db 45 ; base hp db 50 ; base attack db 45 ; base defense db 95 ; base speed db 115 ; base special db GHOST ; species type 1 db POISON ; species type 2 db 90 ; catch rate db 126 ; base exp yield INCBIN "pic/bmon/haunter.pic",0,1 ; 66, sprite dimensions dw HaunterPicFront dw HaunterPicBack ; a...
asg/asm/rdkafka_sasl.asm
asgkafka/librdkafka
0
198835
<reponame>asgkafka/librdkafka *PROCESS DUPALIAS * * Compiled by DCC Version 2.25.07 Mar 6 2021 08:51:07 * on Fri Apr 30 15:35:59 2021 * WXTRN @@ZARCH# * * * * Code Section * @CODE ALIAS X'7CD9C4D2C1C6D2C16DE2C1E2D3' @CODE CSECT @CODE AMODE ANY @CODE RMODE ANY @DATA ALIAS X'7C9984...
10.palindromeCheck.asm
tamim87/Assembly-Samples
0
198836
;Palindrome check org 100h mov si,offset input ;load starting address of str into si mov di,end ;load last address of str into di mov ax,len ;load length into ax cmp ax,0001h ;if string length is 0 or 1, string is a palindrome jle done ...
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_1427.asm
ljhsiun2/medusa
9
198837
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r12 push %r15 push %rax push %rbx push %rcx push %rdi push %rsi lea addresses_normal_ht+0x16e, %r10 nop sub %r12, %r12 mov $0x6162636465666768, %r15 movq %r15, %xmm4 movups %xmm4, (%r10) nop nop nop nop nop sub %r15, %r15 lea addresses_WC_ht+0x1116e, %rax nop...
AsmSamples/stos/mycode.asm
ytugba/My-Otiose-Projects
1
198838
;stos example mov di, 10h mov ax, 1234h stosb ; write contents of ax as byte to the extra segment address indexed by di mov di, 20h mov ax, 1234h stosw ; write contents of ax as word to the extra segment address indexed by di
sixnet.asm
LeifBloomquist/ArtilleryDuel
1
198839
;Source by Six of Style (<NAME>) _,.-------.,_ ;http://style64.org ,;~' '~;, ;http://thedarkside.ath.cx ,; ;, ;mailto:<EMAIL> ; ; ;Last Updated 11/29/2006 ,'...
1A/S6/Architecture/TDs/TD3/sum_switch_8by8.asm
MOUDDENEHamza/ENSEEIHT
4
198842
<filename>1A/S6/Architecture/TDs/TD3/sum_switch_8by8.asm<gh_stars>1-10 //----------------------------------------------------------------------------------------- // The following example program runs cyclicly and never stops; at each cycle it // reads a 8-bit most significant on the 16 switch, then 8-bit least signif...
programs/oeis/006/A006586.asm
karttu/loda
0
198843
; A006586: a(n) = Sum_{k=1..n} floor((2n-1)/(2k+1)). ; 1,2,4,6,8,10,14,15,18,22,24,27,31,33,37,40,44,47,51,53,57,63,65,68,73,75,81,85,87,91,97,100,104,108,112,115,121,125,129,134,136,142,146,148,156,160,164,166,173,176,180,188,190,194,200,202,208,214,218,223,227 mov $3,$0 add $3,1 mov $12,$0 lpb $3,1 mov $0,$12 su...
src/shot.asm
cicr99/SpaceInvaders
3
198844
<filename>src/shot.asm %include "sound.mac" %macro INI 0 push ebp mov ebp, esp pusha %endmacro %macro END 0 popa mov esp, ebp pop ebp %endmacro section .data timer_sound resd 2 section .text ;ebp + 8 memory direction of the ship that shot ;ebp + 12 direction of the shot (0 down, 1 up, 2 diag-right-up, ...
programs/oeis/130/A130766.asm
neoneye/loda
22
198845
<reponame>neoneye/loda<gh_stars>10-100 ; A130766: 3n+2 sandwiched by tripled 3n+1 . ; 1,1,1,2,4,4,4,5,7,7,7,8,10,10,10,11,13,13,13,14,16,16,16,17,19,19,19,20,22,22,22,23,25,25,25,26,28,28,28,29,31,31,31,32,34,34,34,35,37,37,37,38,40,40,40,41,43,43,43,44,46,46,46,47,49,49,49,50,52,52,52,53,55,55,55,56,58,58,58,59,61,61,...
apps/breakfast/pde_fw/toast/examples/Assembly (CCE)/msp430x24x_uscib0_spi_02.asm
tp-freeforall/breakfast
1
198846
<reponame>tp-freeforall/breakfast ;******************************************************************************* ; MSP430x24x Demo - USCI_B0, SPI Interface to TLV1549 10-Bit ADC ; ; Description: This program demonstrate USCI_B0 in SPI mode interfaced to a ; TLV1549 10-bit ADC. If AIN > 0.5(REF+ - REF-), P1....
Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xca.log_21829_1003.asm
ljhsiun2/medusa
9
198847
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: ret .global s_faulty_load s_faulty_load: push %r11 push %r13 push %r8 push %rax push %rbp push %rcx push %rsi // Faulty Load lea addresses_WT+0x1ee98, %r13 nop nop xor $28356, %rcx movb (%r13), %r8b lea oracles, %rax and $0xff, %r8 shlq $12, %...
oeis/048/A048328.asm
neoneye/loda-programs
11
198848
; A048328: Numbers that are repdigits in base 3. ; 0,1,2,4,8,13,26,40,80,121,242,364,728,1093,2186,3280,6560,9841,19682,29524,59048,88573,177146,265720,531440,797161,1594322,2391484,4782968,7174453,14348906,21523360,43046720,64570081,129140162,193710244,387420488,581130733,1162261466,1743392200,3486784400,5230176601,10...
src/http.asm
SickanDev/assembly-http-server
1
198849
<reponame>SickanDev/assembly-http-server SECTION .data get_str db 'GET', 0h head_str db 'HEAD', 0h post_str db 'POST', 0h put_str db 'PUT', 0h delete_str db 'DELETE', 0h options_str db 'OPTIONS', 0h ; int compareResponse() -> ; eax - 1 if equal, 0 if not ; Compare string with other null terminated compareResponse: ...
S4/HW_Lab/Practice_Lab1/Q7.asm
akxavier/Assignments
0
198850
;Read a char and print whether uppercase or lowercase section .data msg1 : db 'Enter a character : ' l1 : equ $-msg1 msg2 : db 'UPPERCASE', 10 l2 : equ $-msg2 msg3 : db 'lowercase', 0ah l3 : equ $-msg3 msg4 : db 'Error', 0ah l4 : equ $-msg4 section .bss ch1 : resb 1 section .text global _start: _start: mov eax,...
programs/oeis/246/A246639.asm
karttu/loda
0
198851
<reponame>karttu/loda ; A246639: Sequence a(n) = 3 + 5*A001519(n+1) appearing in a certain three circle touching problem, together with A246638. ; 8,13,28,68,173,448,1168,3053,7988,20908,54733,143288,375128,982093,2571148,6731348,17622893,46137328,120789088,316229933,827900708,2167472188,5674515853,14856075368,38893710...
oeis/006/A006528.asm
neoneye/loda-programs
11
198852
<reponame>neoneye/loda-programs<gh_stars>10-100 ; A006528: a(n) = (n^4 + n^2 + 2*n)/4. ; 0,1,6,24,70,165,336,616,1044,1665,2530,3696,5226,7189,9660,12720,16456,20961,26334,32680,40110,48741,58696,70104,83100,97825,114426,133056,153874,177045,202740,231136,262416,296769,334390,375480,420246,468901,521664,578760,640420,7...
Systems Programming/Assignment 2/prog11.asm
neeladripal/bcse-lab
0
198853
<gh_stars>0 ;Program to implement selection and insertion sort new_line macro mov ah,02h mov dl,0dh int 21h mov dl,0ah int 21h endm ;macro to print space space macro mov ah,02h mov dl,' ' int 21h endm ;macro to print a message printm macro mess lea dx,mess mov ah,09h int 21h endm ;macro to exit exitp macr...
programs/oeis/004/A004086.asm
jmorken/loda
1
198855
<filename>programs/oeis/004/A004086.asm<gh_stars>1-10 ; A004086: Read n backwards (referred to as R(n) in many sequences). ; Coded manually 2021-03-02 by <NAME>, https://github.com/neoneye ; 0,1,2,3,4,5,6,7,8,9,1,11,21,31,41,51,61,71,81,91,2,12,22,32,42,52,62,72,82,92,3,13,23,33,43,53,63,73,83,93,4,14,24,34,44,54,64,74...
third_party/virtualbox/src/VBox/VMM/VMMAll/IEMAllAImpl.asm
Fimbure/icebox-1
521
198856
; $Id: IEMAllAImpl.asm $ ;; @file ; IEM - Instruction Implementation in Assembly. ; ; ; Copyright (C) 2011-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 t...
Transynther/x86/_processed/NONE/_zr_/i7-8650U_0xd2.log_21829_292.asm
ljhsiun2/medusa
9
198857
.global s_prepare_buffers s_prepare_buffers: push %r12 push %r13 push %r9 push %rax push %rcx push %rdi push %rsi lea addresses_UC_ht+0x89b4, %r13 xor %r12, %r12 movw $0x6162, (%r13) nop nop add %rax, %rax lea addresses_UC_ht+0x18644, %rsi lea addresses_WC_ht+0x1ad44, %rdi xor %r9, %r9 mov $98, %rcx rep movsq nop and %...
PICVisionPortable.X/games/BLINKY/blinky.asm
Picatout/PICVisionPortable
0
198858
; packman clone ; blinky 2.00 Blinky [<NAME>, 1991] ; Adapted for PICVisionPortable by <NAME>, 2015/02 ; EQU UP 0 EQU DOWN 1 EQU RIGHT 3 EQU LEFT 2 EQU SELECT 4 EQU SUSPEND 12 EQU SCORE_DELAY 20 EQU BLINK_DELAY 30 EQU COLL_DELAY 90 EQU ANIM_DELAY 10 JP game_init credits: ; ASCII "blinky 2.00 <NAME> 18/8-'91" ; AS...
vp8/common/arm/armv6/dequantize_v6.asm
golden1232004/libvpx
83
198859
<reponame>golden1232004/libvpx ; ; 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 rights grant can be found ; in the file P...
Transynther/x86/_processed/NC/_zr_/i9-9900K_12_0xca.log_21829_285.asm
ljhsiun2/medusa
9
198861
<filename>Transynther/x86/_processed/NC/_zr_/i9-9900K_12_0xca.log_21829_285.asm .global s_prepare_buffers s_prepare_buffers: push %r12 push %r14 push %r8 push %r9 push %rbx push %rcx push %rdi push %rsi lea addresses_D_ht+0xb691, %r14 nop nop cmp %rbx, %rbx vmovups (%r14), %ymm2 vextracti128 $0, %ymm2, %xmm2 vpextrq $1...
programs/oeis/120/A120150.asm
neoneye/loda
22
198862
<gh_stars>10-100 ; A120150: a(1)=3; a(n)=floor((11+sum(a(1) to a(n-1)))/3). ; 3,4,6,8,10,14,18,24,32,43,57,76,102,136,181,241,322,429,572,763,1017,1356,1808,2411,3214,4286,5714,7619,10159,13545,18060,24080,32107,42809,57079,76105,101473,135298,180397,240529 add $0,1 mov $2,3 lpb $0 sub $0,1 mov $1,$2 add $1,8 ...
programs/oeis/274/A274772.asm
neoneye/loda
22
198863
; A274772: Zero together with the partial sums of A056640. ; 0,1,6,24,66,149,292,520,860,1345,2010,2896,4046,5509,7336,9584,12312,15585,19470,24040,29370,35541,42636,50744,59956,70369,82082,95200,109830,126085,144080,163936,185776,209729,235926,264504,295602,329365,365940,405480,448140,494081,543466,596464,653246,71398...
data/mapObjects/vermilionhouse1.asm
adhi-thirumala/EvoYellow
16
198864
VermilionHouse1Object: db $a ; border block db $2 ; warps db $7, $2, $4, $ff db $7, $3, $4, $ff db $0 ; signs db $3 ; objects object SPRITE_BUG_CATCHER, $5, $3, STAY, LEFT, $1 ; person object SPRITE_BIRD, $3, $5, WALK, $2, $2 ; person object SPRITE_PAPER_SHEET, $4, $3, STAY, NONE, $3 ; person ; warp-to E...
third_party/MADDriver.Source/Import-Export/Mod.asm
mickaelcala/TNTbasic
5
198865
Function: ?DebugStr@@YAXPAE@Z 00000: 0000 53 PUSH EBX 00000: 0001 56 PUSH ESI 00000: 0002 8B 5C 24 0C MOV EBX, DWORD PTR 0000000C[ESP] 00008: 0006 0F B6 13 MOVZX EDX, BYTE PTR 00000000[EBX] 00008: 0009 42 INC ...
programs/oeis/102/A102511.asm
neoneye/loda
22
198866
; A102511: Sum(A008683(A102510(k)): k<=n). ; 1,0,1,1,0,1,0,0,0,1,0,0,1,0,1,1,0,0,1,1,0,1,0,0,0,1,1,1,0,1,0,0,1,0,1,1,0,1,0,0,1,0,1,1,1,0,1,1,1,1,0,0,1,1,0,0,1,0,1,1,0,1,1,1,0,1,0,0,1,0,1,1,0,1,1,1,0,1,0,0,0,1,0,0,1,0,1,1,0,0,1,1,0,1,0,0,1,1,1,1 mov $1,1 add $1,$0 lpb $0 mov $2,$0 sub $0,1 seq $2,107078 ; Whether...
libtool/src/gmp-6.1.2/mpn/arm/v7a/cora15/addmul_1.asm
kroggen/aergo
1,602
198867
dnl ARM mpn_addmul_1 optimised for A15. dnl Copyright 2012, 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 it and/or modify dnl it under the terms of either: dnl dnl * the GNU Lesser General Public License as p...
programs/oeis/000/A000540.asm
neoneye/loda
22
198868
; A000540: Sum of 6th powers: 0^6 + 1^6 + 2^6 + ... + n^6. ; 0,1,65,794,4890,20515,67171,184820,446964,978405,1978405,3749966,6735950,11562759,19092295,30482920,47260136,71397705,105409929,152455810,216455810,302221931,415601835,563637724,754740700,998881325,1307797101,1695217590,2177107894,2771931215,3500931215,438843...
Driver/Printer/Fax/CComRem/ccomremAdmin.asm
steakknife/pcgeos
504
198870
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) GeoWorks 1990 -- All Rights Reserved PROJECT: PC GEOS MODULE: Printer/Fax/CCom FILE: ccomAdmin.asm AUTHOR: <NAME>, April 26, 1991 ROUTINES: Name Description ---- ----------- PrintInit initialize the ...
bfloat/fdiv_pow2.asm
DW0RKiN/Floating-point-Library-for-Z80
12
198871
<gh_stars>10-100 if not defined @FDIV_POW2 include "color_flow_warning.asm" ; Input: BC, HL with a mantissa equal to 1.0 (eeee eeee s000 0000) ; Output: HL = BC / HL = BC / (1.0 * 2^HL_exp) = BC * 1.0 * 2^-HL_exp, if ( overflow or underflow ) set carry ; Pollutes: AF, BC, DE ; if ( 1.m = 1.0 ) => 1/(2^x * 1.0) = 1...
Array/array2_float.asm
berkcetinsaya/MIPSLanguageExamples
0
198872
<gh_stars>0 .data myArray: .space 12 # Allocates 12 consecutive bytes in memory float1: .float 10.31 float2: .float 11.987 float3: .float 12.452 .text ### Load values to registers $f0-$f4 lwc1 $f0, float1 lwc1 $f2, float2 lwc1 $f4, float3 ### Load values to registers $f0-$f4 ### Counter for offset values ...
Transynther/x86/_processed/NONE/_st_zr_/i9-9900K_12_0xa0_notsx.log_21829_1373.asm
ljhsiun2/medusa
9
198874
<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r10 push %r15 push %r9 push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_D_ht+0x10da4, %rsi lea addresses_UC_ht+0x10928, %rdi add %rbx, %rbx mov $107, %rcx rep movsb xor %rdx, %rdx lea addresses_D_ht+0x1c6a4, %r10 nop nop dec %r15 mov (%r10...
programs/oeis/178/A178999.asm
neoneye/loda
22
198876
; A178999: Number of n-node simple graphs that are not determined by their resistance distance multisets. ; 0,0,0,0,0,0,0,0,22,98 bin $0,8 mov $1,$0 lpb $1 mov $1,$0 add $0,10 min $1,4 add $2,1 sub $1,$2 lpe mul $0,2
ioq3/build/release-js-js/baseq3/game/ai_dmnet.asm
RawTechnique/quake-port
1
198877
export BotResetNodeSwitches code proc BotResetNodeSwitches 0 0 ADDRGP4 numnodeswitches CNSTI4 0 ASGNI4 LABELV $54 endproc BotResetNodeSwitches 0 0 export BotDumpNodeSwitches proc BotDumpNodeSwitches 40 20 ADDRFP4 0 INDIRP4 CNSTI4 8 ADDP4 INDIRI4 ARGI4 ADDRLP4 4 ARGP4 CNSTI4 36 ARGI4 ADDRGP4 ClientName CALLP4 pop CNSTI4...
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_21829_508.asm
ljhsiun2/medusa
9
198878
.global s_prepare_buffers s_prepare_buffers: push %r12 push %r14 push %r15 push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_WC_ht+0x1538a, %rbx nop nop add $1345, %rdx movl $0x61626364, (%rbx) nop nop nop add %rcx, %rcx lea addresses_WT_ht+0x884a, %rsi lea addresses_normal_ht+0x57fa, %rdi nop nop and %r1...
Miei-sorgenti/new/Bonus/Prodotto con somme/prodotto_s.asm
DigiOhhh/LabArchitettura2-2017-2018
1
198879
<reponame>DigiOhhh/LabArchitettura2-2017-2018<filename>Miei-sorgenti/new/Bonus/Prodotto con somme/prodotto_s.asm # prodotto_s: # input: due interi a e b -output: a*b # la procedura prodotto_s NON utilizzi istruzioni di moltiplicazione (mult et simila), # ma calcoli il prodotto effettuando chiamate multiple alla procedu...
programs/oeis/174/A174642.asm
neoneye/loda
22
198880
; A174642: Number of ways to place 4 nonattacking amazons (superqueens) on a 4 X n board. ; 0,0,0,0,0,0,0,12,60,180,432,900,1692,2940,4800,7452,11100,15972,22320,30420,40572,53100,68352,86700,108540,134292,164400,199332,239580,285660,338112,397500,464412,539460,623280,716532,819900,934092,1059840,1197900,1349052,151410...
src/songsave.asm
furrtek/GB303
90
198881
<reponame>furrtek/GB303 savesong: ld a,(HWOK_EE) or a ret z ;No EE operation if EE boot check failed ld a,(SAVECURSONGSLOT) cp MAX_SONGS ret nc ;Sanity check ld b,a sla a add b ;*3 ld h,0 ;*64 ld l,a add hl,hl add hl,hl...
MySource/11-jle-jl-posetive negetive.asm
mdabdullahibnaharun/Assembly-Language
0
198882
org 100h include "emu8086.inc" .model small .stack 100h .data .code main proc mov bx,-10 cmp bx,0 jl if jge else if: printn "Number is (-)" jmp endif else: printn "Number is (+)" jmp endif endif: ...
libsrc/vz/vz_getch.asm
meesokim/z88dk
0
198884
;***************************************************** ; ; Video Technology library for small C compiler ; ; <NAME> ; ;***************************************************** ; ----- int vz_getch(void) PUBLIC vz_getch .vz_getch call $0049 ; wait for keyboard ld l,a rla ;...
ugbc/src/hw/6502/cpu_math_div_32bit_to_16bit.asm
Samuel-DEVULDER/ugbasic
0
198885
; /***************************************************************************** ; * ugBASIC - an isomorphic BASIC language compiler for retrocomputers * ; ***************************************************************************** ; * Copyright 2021 <NAME> (<EMAIL>) ; * ; * Licensed under the Apache Lice...
45/beef/drv/csd/src/saveega.asm
minblock/msdos
0
198886
;* ;* CW : Character Windows ;* ;* ega.asm : DOS3 TWIN compatible screen driver ;* ;***************************************************************************** ;* * Special screen save NonStandard CbSizeVidsCsd NonStandard FSaveVidsCsd NonStandard FRestoreVidsCsd NonStandard SetVideoMode NonStandard SaveVidDataCsd ...
oeis/076/A076217.asm
neoneye/loda-programs
11
198887
; A076217: a(1)=1, a(n) = a(n-1) + n * (sign(n-a(n-1)). ; Submitted by <NAME> ; 1,3,3,7,2,8,1,9,9,19,8,20,7,21,6,22,5,23,4,24,3,25,2,26,1,27,27,55,26,56,25,57,24,58,23,59,22,60,21,61,20,62,19,63,18,64,17,65,16,66,15,67,14,68,13,69,12,70,11,71,10,72,9,73,8,74,7,75,6,76,5,77,4,78,3,79,2,80,1,81,81,163,80,164,79,165,78,16...
Library/Trans/Graphics/Bitmap/Ico/Export/exportManager.asm
steakknife/pcgeos
504
198888
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) GeoWorks 1992 -- All Rights Reserved PROJECT: PC GEOS MODULE: Impex - Ico Graphics Translation Library FILE: exportManager.asm AUTHOR: <NAME>, May 29, 1993 ROUTINES: Name Description ---- ----------- ...
dv3/atari/scsi/rsect.asm
olifink/smsqe
0
198890
; DV3 SCSI Hard Disk Read Sector  1993 <NAME> section dv3 xdef sc_rsect ; read sector xdef sc_rsint ; read sector internal xref sc_cmdr xref sc_nmode xref sc_statrd include 'dev8_keys_sys' include 'dev8_keys_err' include 'dev8_dv3_keys' include 'dev8_dv3_hd_keys' include 'dev8_mac_assert' ;+++ ; ...
oeis/063/A063523.asm
neoneye/loda-programs
11
198891
<reponame>neoneye/loda-programs ; A063523: a(n) = n*(8*n^2 - 5)/3. ; 0,1,18,67,164,325,566,903,1352,1929,2650,3531,4588,5837,7294,8975,10896,13073,15522,18259,21300,24661,28358,32407,36824,41625,46826,52443,58492,64989,71950,79391,87328,95777,104754,114275,124356,135013,146262,158119,170600,183721,197498,211947,227084,...
solutions/64 - Binary Counter/size-26_speed-58.asm
michaelgundlach/7billionhumans
45
198892
<gh_stars>10-100 -- 7 Billion Humans (2053) -- -- 64: Binary Counter -- -- Author: soerface -- Size: 26 -- Speed: 58 step s if s == button: a: tell everyone go listenfor ok step s step n jump a endif step s pickup n if se == button: b: drop tell everyone ok listenfor go pickup c tell w ugh listenfor go ...
1571/64tass/tst3.asm
silverdr/assembly
23
198894
<reponame>silverdr/assembly ; .a=#buffers needed ; sets up buffer # and allocates lindx getwch sec ; set .c=1 indicate write bcs getr2 getrch clc ; set .c=0 indicate read getr2 php ; save r/w flag (.c) sta temp ; save #bufs needed jsr frechn ...
programs/oeis/200/A200067.asm
karttu/loda
1
198895
<reponame>karttu/loda<gh_stars>1-10 ; A200067: Maximum sum of all products of absolute differences and distances between element pairs among the integer partitions of n. ; 0,0,0,1,3,6,12,20,30,45,63,84,112,144,180,225,275,330,396,468,546,637,735,840,960,1088,1224,1377,1539,1710,1900,2100,2310,2541,2783,3036,3312,3600,3...
assets/Destination/destination.asm
BeshoyMorad/The86-Pgame
1
198896
<filename>assets/Destination/destination.asm include lowercase.inc include offsetSetter.inc include searchOffset.inc .model small .stack 64 .data registers dw 'ax','bx','cx','dx','si','di','bp','sp','ah','al','bh','bl','ch','cl','dh','dl' registersOffsets dw 16 dup(00) Str dw 'DXDXDXDXD...
libsrc/target/vector06c/input/vector06c_key_interrupt.asm
Frodevan/z88dk
640
198897
SECTION code_driver PUBLIC __vector06c_key_interrupt PUBLIC __vector06c_key_rows EXTERN __vector06c_scroll __vector06c_key_interrupt: ; af,bc,dehl preserved by im1 handler ld a,$8a out (0),a ld hl,__vector06c_key_rows ld b,@11111110 key_loop: ld a,b out (3),a in a,(2) cpl ld (hl),a inc hl ld a,b r...
data/pokemon/base_stats/nidoking.asm
AtmaBuster/pokeplat-gen2
6
198898
<reponame>AtmaBuster/pokeplat-gen2 db 0 ; species ID placeholder db 81, 92, 77, 85, 85, 75 ; hp atk def spd sat sdf db POISON, GROUND ; type db 45 ; catch rate db 195 ; base exp db NO_ITEM, NO_ITEM ; items db GENDER_F0 ; gender ratio db 20 ; step cycles to hatch INCBIN "gfx/pokemon/nidoking/fro...
data/music/title.asm
sinusoid-studios/rhythm-land
11
198899
; Created with <NAME>'s Game Boy Tracker ; Music Patterns SECTION "Title Theme Pattern 0", ROMX PATTERN_Title0: DB $0A DB $07, $02, $09, $01, $0E, $06, $02, $23, $06, $00, $0B, $02, $09, $02, $02, $0B, $02, $2F, $0B, $01, $0E, $06, $02, $27, $0B, $01, $14, $06, $02, $2B, $06, $01 DB $0C, $02, $27, $0B, $...
Transynther/x86/_processed/NC/_zr_/i7-8650U_0xd2_notsx.log_3048_1801.asm
ljhsiun2/medusa
9
198900
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r15 push %rbp push %rcx push %rdi push %rsi lea addresses_UC_ht+0xfa4e, %rsi lea addresses_D_ht+0x16fb0, %rdi clflush (%rdi) nop nop nop nop nop lfence mov $124, %rcx rep movsw nop nop nop nop xor $15283, %rbp lea addresses_WC_ht+0x60ec, %rsi lea addresses_D_...
SumoBot_Code_Dev/SumoRing/asm/src/lcd_text_service.asm
CmdrZin/chips_avr_examples
5
198901
<reponame>CmdrZin/chips_avr_examples /* * LCD_CDM-16100 Display Text Service * * org: 10/13/2014 * auth: Nels "Chip" Pearson * * Target: LCD_CDM-116100 Demo Board w/ LCD display, 8MHz w/65ms reset delay, * * Resources * SRAM * * IO * */ .equ LCD_DELAY_COUNT = 200 ; 2 sec .equ LCD_MODE_STATIC = 1 .equ LC...
tests/symbol_label_nested/8.asm
NullMember/customasm
414
198902
<reponame>NullMember/customasm #ruledef test { ld {x} => 0x55 @ x`8 } global1: .local1: ld global1.local3 ; error: failed / error: unknown
Cdigits.asm
ItaiCuker/Assembly8086CrossyRoad
0
198903
;digit pictures digit0 db 0000,0000,0000,0000,0000,0000,0000,0000,0000,0000,0000,0000,0000,0000,0000 db 0000,0000,0000,0ffh,0ffh,0ffh,0ffh,0ffh,0ffh,0ffh,0ffh,0ffh,0000,0000,0000 db 0000,0000,0ffh,0ffh,0ffh,0ffh,0ffh,0ffh,0ffh,0ffh,0ffh,0ffh,0ffh,0000,0000 db 0000,0ffh,0ffh,0ffh,0ffh,0ffh,0ffh...
data/pokemon/egg_moves_sinnoh.asm
Dev727/ancientplatinum
0
198904
<gh_stars>0 SECTION "Egg Moves 4", ROMX EggMovePointers4:: dw NoEggMoves4 dw NoEggMoves4 dw NoEggMoves4 dw NoEggMoves4 dw NoEggMoves4 dw NoEggMoves4 dw NoEggMoves4 dw NoEggMoves4 dw NoEggMoves4 dw NoEggMoves4 dw NoEggMoves4 dw NoEggMoves4 dw NoEggMoves4 dw NoEggMoves4 dw NoEggMoves4 dw NoEggMoves4 dw ...
programs/oeis/024/A024190.asm
karttu/loda
0
198905
<filename>programs/oeis/024/A024190.asm ; A024190: [ (2nd elementary symmetric function of 3,4,...,n+3)/(3+4+...+n+3) ]. ; 1,3,6,9,13,17,22,27,33,39,46,53,60,69,77,86,96,106,117,128,140,152,165,178,191,206,220,235,251,267,284,301,319,337,356,375,394,415,435,456,478,500,523,546,570,594,619,644,669,696,722,749,777,805,83...
scripts/PewterPokecenter.asm
AmateurPanda92/pokemon-rby-dx
9
198906
PewterPokecenter_Script: call Serial_TryEstablishingExternallyClockedConnection jp EnableAutoTextBoxDrawing PewterPokecenter_TextPointers: dw PewterHealNurseText dw PewterPokecenterText2 dw PewterJigglypuffText dw PewterTradeNurseText PewterHealNurseText: TX_POKECENTER_NURSE PewterPokecenterText2: TX_FAR _Pe...
engine/overworld/push_boulder.asm
etdv-thevoid/pokemon-rgb-enhanced
9
198907
<filename>engine/overworld/push_boulder.asm TryPushingBoulder: ld a, [wd728] bit 0, a ; using Strength? ret z ld a, [wFlags_0xcd60] bit 1, a ; has boulder dust animation from previous push played yet? ret nz xor a ld [hSpriteIndexOrTextID], a call IsSpriteInFrontOfPlayer ld a, [hSpriteIndexOrTextID] ld [wBou...
project/asm/code.asm
RobertTheSable/fe3-translation
1
198908
incsrc legacy.asm ; Translation patch fixes made by RobertOfNormandy ORG $819847 ; load menu, different values on either side of screen ; high byte = y position, low byte = x position ; this is the position on the right side of the screen ldx #$0217 bra storeMenuPos ; this is the position...
programs/oeis/287/A287775.asm
karttu/loda
1
198909
<gh_stars>1-10 ; A287775: Positions of 0 in A287772; complement of A050140 (conjectured and proved). ; 2,3,6,7,9,10,13,14,17,18,20,21,24,25,27,28,31,32,35,36,38,39,42,43,46,47,49,50,53,54,56,57,60,61,64,65,67,68,71,72,74,75,78,79,82,83,85,86,89,90,93,94,96,97,100,101,103,104,107,108,111,112,114,115,118,119,122,123,125,...
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_38.asm
ljhsiun2/medusa
9
198910
<reponame>ljhsiun2/medusa<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: ret .global s_faulty_load s_faulty_load: push %r10 push %r12 push %r13 push %r15 push %r8 push %rbx // Faulty Load lea addresses_A+0xf010, %r8 nop nop add %rbx, %rbx vmovups (%r8), %ymm4 vextracti128 $1, %ymm4, %xmm4 vpextrq $0, ...
testsAssembly/teste8.asm
shsandro/Scoreboarding
0
198911
# verifica se o número é par # se é, armazena o número em $ra # se não é, coloca zero em $ra # o previsor irá acertar pois o número é par addi $t0, $zero, 0x2 #fetch 2 addi $t1, $zero, 0x400 #fetch X div $t1, $t0 mfhi $t2 add $ra, $zero, $t1 bgez $t2, par add $ra, $zero, $zero par:
oeis/118/A118109.asm
neoneye/loda-programs
11
198912
; A118109: Binary representation of n-th iteration of the Rule 54 elementary cellular automaton starting with a single black cell. ; Submitted by <NAME> ; 1,111,10001,1110111,100010001,11101110111,1000100010001,111011101110111,10001000100010001,1110111011101110111,100010001000100010001,11101110111011101110111,100010001...
oeis/171/A171947.asm
neoneye/loda-programs
11
198913
; A171947: P-positions for game of UpMark. ; Submitted by <NAME>(s1) ; 1,3,7,9,11,15,19,23,25,27,31,33,35,39,41,43,47,51,55,57,59,63,67,71,73,75,79,83,87,89,91,95,97,99,103,105,107,111,115,119,121,123,127,129,131,135,137,139,143,147,151,153,155,159,161,163,167,169,171,175,179,183,185,187,191,195,199,201,203,207,211,215...
programs/oeis/245/A245352.asm
neoneye/loda
22
198914
<reponame>neoneye/loda ; A245352: Sum of digits of n written in fractional base 7/5. ; 0,1,2,3,4,5,6,5,6,7,8,9,10,11,8,9,10,11,12,13,14,9,10,11,12,13,14,15,14,15,16,17,18,19,20,13,14,15,16,17,18,19,16,17,18,19,20,21,22,13,14,15,16,17,18,19,18,19,20,21,22,23,24,19,20,21,22,23,24 lpb $0 add $1,530 lpb $0 dif $0,...
unittests/ASM/H0F38/66_07.asm
cobalt2727/FEX
628
198915
<reponame>cobalt2727/FEX %ifdef CONFIG { "RegData": { "XMM0": ["0x0202020202020202", "0x0000000000000000"], "XMM1": ["0x0000000000000000", "0x0202020202020202"], "XMM2": ["0xFF01FF0100FF00FF", "0x0000000000000000"], "XMM3": ["0x0000000000000000", "0xFF01FF0100FF00FF"], "XMM4": ["0x0202020202020202...
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0xca.log_21829_188.asm
ljhsiun2/medusa
9
198916
.global s_prepare_buffers s_prepare_buffers: push %r13 push %r9 push %rbp push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_WC_ht+0xcb8c, %rdi nop inc %rbx vmovups (%rdi), %ymm0 vextracti128 $1, %ymm0, %xmm0 vpextrq $0, %xmm0, %rdx nop nop nop xor $35559, %rdi lea addresses_UC_ht+0x460c, %r13 nop nop nop ...
45/qb/ir/ssoperat.asm
minblock/msdos
0
198917
page 49,132 TITLE ssoperat - scan intrinsic unary functions and operators ;*** ;ssoperat - scan support for intrinsic unary operantors and functions ; ; Copyright <C> 1986, Microsoft Corporation ; ;Purpose: ; ; Scan unary operators and intrinsic functions. ; Also contains scan dispatches for functions that have n...
oeis/056/A056084.asm
neoneye/loda-programs
11
198918
<gh_stars>10-100 ; A056084: Numbers k such that k^8 == 1 (mod 9^3). ; 1,728,730,1457,1459,2186,2188,2915,2917,3644,3646,4373,4375,5102,5104,5831,5833,6560,6562,7289,7291,8018,8020,8747,8749,9476,9478,10205,10207,10934,10936,11663,11665,12392,12394,13121,13123,13850,13852,14579,14581,15308,15310,16037,16039,16766,16768,...
libsrc/target/gl/video/asm_lcd_get_ddram_addr_gl4000.asm
ahjelm/z88dk
640
198920
<gh_stars>100-1000 SECTION code_driver PUBLIC asm_lcd_get_ddram_addr_gl4000 ; Calculate DDRAM address for the GL4000 ; ; The DDRAM addresses are a little bit mixed up, ; so just use a lookup table :( ; ; Entry: ; b = y ; c = x ; Exit: ; l = ddram address ; Preserves: ; de asm_lcd_get_ddram_addr_gl4000: ld a...
base/crts/fpw32/tran/i386/triga.asm
npocmaka/Windows-Server-2003
17
198922
;*** ; ; Copyright (c) 1984-2001, Microsoft Corporation. All rights reserved. ; ;Purpose: ; support for asin() and acos() functions ; ;Revision History: ; ;******************************************************************************* .xlist include cruntime.inc include elem87.in...
programs/oeis/300/A300950.asm
karttu/loda
0
198924
; A300950: Fixed points of A300948. ; 3,4,7,8,11,12,15,48,51,52,55,56,59,60,63,64,67,68,71,72,75,76,79,112,115,116,119,120,123,124,127,128,131,132,135,136,139,140,143,176,179,180,183,184,187,188,191,192,195,196,199,200,203,204,207,240,243 mov $11,$0 mov $13,$0 add $13,1 lpb $13,1 clr $0,11 mov $0,$11 sub $13,1 ...
oeis/099/A099007.asm
neoneye/loda-programs
11
198925
; A099007: Primes of the form 6n^2 - 2n - 1. ; Submitted by <NAME> ; 3,19,47,139,367,467,839,1319,1699,1907,3407,4003,4987,6079,7703,10499,11527,13159,16747,17387,19379,23687,25219,26003,30103,32707,33599,35419,38239,44203,50599,53959,55103,57427,62219,69767,72379,76387,77747,81899,90527,95003,98047,107467,112339,11731...
ffight/lcs/container/58.asm
zengfr/arcade_game_romhacking_sourcecode_top_secret_data
6
198926
<filename>ffight/lcs/container/58.asm copyright zengfr site:http://github.com/zengfr/romhack 0039FA movem.l D0-D3, -(A6) 0039FE movem.l D0-D3, -(A6) 007E3E move.w ($6,A6), D3 007E6C move.b D5, ($58,A6) [1p+59, container+59] 007E70 beq $7e84 [1p+58, container+58] 007EA0 move.b D5, ($58,A6) [1p+59, conta...
src/kernel/table_flush.asm
mhinz/flauschix
6
198927
global gdt_flush global idt_flush gdt_flush: mov eax, [esp+4] ; get pointer to GDT lgdt [eax] ; load new GDT mov ax, 0x10 ; third GTD entry (kernel data segment) mov ds, ax ; load all kernel data segment selectors mov es, ax mov fs, ax mov gs...
asmTests/vbl.asm
SimpleTease/asm2c
154
198929
.386p _DATA segment use32 dword public 'DATA' ;IGNORE pal_jeu db 000,000,000,000,000,021,000,000,042,000,000,063,009,000,000,009 db 000,021,009,000,042,009,000,063,018,000,000,018,000,021,018,000 db 042,018,000,063,027,000,000,027,000,021,027,000,042,027,000,063 db 036,000,000,036,000,021,036,000,042,036,000,063,04...
problemas de boletines/Suma y multiplicacion de datos.asm
ubidragon/AVR-US
0
198930
//sumas dos datos de memoria guardados en $0100 y $0101 main: LDS R16, $0100 LDS R17, $0101 ADD R16, R17 ; R16 <-- R17 STS $0102, R16 //Multiplicar ambos datos y guardarlos en $0103 y $0104 LDS R16, $0100 MUL R16, R17 STS $0104, R1 STS $0103, R0 FIN: JMP FIN ;BUCLE SOBRE SI M...
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_480.asm
ljhsiun2/medusa
9
198931
<filename>Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_480.asm .global s_prepare_buffers s_prepare_buffers: push %r13 push %r9 push %rcx push %rdi push %rdx push %rsi lea addresses_A_ht+0x1e892, %rdi nop nop nop nop nop sub %rsi, %rsi vmovups (%rdi), %ymm7 vextracti128 $1, %ymm7, %xmm7 vpextrq ...
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca.log_21829_147.asm
ljhsiun2/medusa
9
198932
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r14 push %r8 push %r9 push %rcx push %rdi push %rdx push %rsi lea addresses_D_ht+0xabbf, %rsi lea addresses_UC_ht+0x12882, %rdi inc %r11 mov $76, %rcx rep movsq nop cmp $10926, %rcx lea addresses_normal_ht+0x1daa4, %r8 xor $42374, %r14 mov $0x6162636465666768...
source/system/dispatcher.asm
mega65dev/rom-assembler
0
198934
; ******************************************************************************************** ; ******************************************************************************************** ; ; Name : dispatcher.asm ; Purpose : .. ; Created : 15th Nov 1991 ; Updated : 4th Jan 2021 ; Authors : <NAME> ; ; **...
oeis/202/A202114.asm
neoneye/loda-programs
11
198935
<filename>oeis/202/A202114.asm ; A202114: Numbers n such that 90n + 53 is prime. ; Submitted by <NAME>(w3) ; 0,2,5,6,7,8,9,10,13,16,17,24,26,29,30,31,33,35,42,43,44,47,48,49,51,52,55,58,64,65,68,69,70,75,77,80,82,83,85,86,87,91,93,94,96,97,99,103,104,112,113,114,120,124,126,127,132,134,135,138,140,141 mov $1,42 mov $2...
src/test/ref/forrangedwords.asm
jbrandwood/kickc
2
198936
<reponame>jbrandwood/kickc // Commodore 64 PRG executable file .file [name="forrangedwords.prg", type="prg", segments="Program"] .segmentdef Program [segments="Basic, Code, Data"] .segmentdef Basic [start=$0801] .segmentdef Code [start=$80d] .segmentdef Data [startAfter="Code"] .segment Basic :BasicUpstart(main) .seg...
Opus/asm/natinit.asm
Computer-history-Museum/MS-Word-for-Windows-v1.1
2
198938
<reponame>Computer-history-Museum/MS-Word-for-Windows-v1.1 include w2.inc include noxport.inc include windows.inc .list createSeg initwin_PCODE,natinit,byte,public,CODE ifdef HYBRID externFP <DeleteDCPR> else ;!HYBRID externFP <DeleteDC> endif ;!HYBRID externFP <GetWindowDC, LocalAlloc, LocalFree, G...
third_party/virtualbox/src/libs/kStuff/kStuff/kProfiler2/prfx86msc.asm
remynicol/icebox
1
198939
; $Id: prfx86msc.asm 29 2009-07-01 20:30:29Z bird $ ;; @file ; kProfiler Mark 2 - Microsoft C/C++ Compiler Interaction, x86. ; ; ; Copyright (c) 2006-2007 <NAME> <<EMAIL>> ; ; Permission is hereby granted, free of charge, to any person ; obtaining a copy of this software and associated documentation ; files (the "Soft...
hello_world_asm/hello_world_3.asm
mjohnsullivan/zxspectrum
0
198940
<filename>hello_world_asm/hello_world_3.asm ; Scrolls repeating hello world strings across the screen ; to compile with z88dk to a tap file, use ; z80asm +zx hello_world_3.asm ; make sure you're using a recent version of z88dk - tested with nightly build ; which can be downloaded from http://nightly.z88dk.org/ ...
Transynther/x86/_processed/NC/_zr_/i9-9900K_12_0xa0.log_21829_1808.asm
ljhsiun2/medusa
9
198942
.global s_prepare_buffers s_prepare_buffers: push %rax push %rbp push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_UC_ht+0x3066, %rsi lea addresses_WT_ht+0x10672, %rdi nop dec %rbx mov $11, %rcx rep movsl nop nop nop inc %rbp lea addresses_D_ht+0x13a72, %rsi lea addresses_WC_ht+0x442, %rdi nop nop nop nop...
rexxsys.asm
JoshRodd/REXXSYS
1
198943
<filename>rexxsys.asm ; REXXSYS.ASM ; ; This program builds REXXSYS.SYS, a 1,191-byte device driver which enables ; REXXIBMR.EXE from the REXX88PC package to allow .BAT files that contain ; REXX programs to be executed by COMMAND.COM. ; ; This is compatible with DOS 2.0 and later versions. It works on all genuine ; ve...
Transynther/x86/_processed/AVXALIGN/_ht_zr_un_/i9-9900K_12_0xa0_notsx.log_21829_579.asm
ljhsiun2/medusa
9
198944
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r12 push %r15 push %r8 push %rcx push %rdi push %rsi lea addresses_D_ht+0xe302, %r15 nop nop and %r12, %r12 movb $0x61, (%r15) nop nop sub %r10, %r10 lea addresses_UC_ht+0x7132, %rcx nop sub $6715, %rdi movups (%rcx), %xmm4 vpextrq $0, %xmm4, %r11 n...
programs/oeis/280/A280089.asm
neoneye/loda
22
198946
<gh_stars>10-100 ; A280089: a(n) = 4 * n^3 - 3 * n + 1. ; 1,2,27,100,245,486,847,1352,2025,2890,3971,5292,6877,8750,10935,13456,16337,19602,23275,27380,31941,36982,42527,48600,55225,62426,70227,78652,87725,97470,107911,119072,130977,143650,157115,171396,186517,202502,219375,237160,255881,275562,296227,317900,340605,364...
Transynther/x86/_processed/NONE/_zr_xt_/i7-7700_9_0x48_notsx.log_21829_914.asm
ljhsiun2/medusa
9
198947
<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r11 push %r13 push %r9 push %rax push %rcx push %rdi push %rdx push %rsi lea addresses_WC_ht+0x19a4d, %r9 sub $44008, %r11 and $0xffffffffffffffc0, %r9 vmovaps (%r9), %ymm0 vextracti128 $1, %ymm0, %xmm0 vpextrq $1, %xmm0, %r13 nop nop nop nop nop xor $20...
Version-3/boot/print_string.asm
AaronV77/Friday
0
198948
<reponame>AaronV77/Friday<gh_stars>0 ; This file takes an incoming string in the bx register to print ; - to the screen. [bits 16] ; Tell our assembler to use 16-bits. print_string: pusha ; Store all the general purpose registers (edi,esi,ebp,esp,ebx,edx,ecx,eax). print_string_loop: mov al, [bx] ; Get a...