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
Image-Text-Steganography_AssemblyCore/EntryPoint.asm
Ahmed-YehiaGPEL/Image-Text-Steganography-Assembly
1
41164
; embeding a char inside 3 pixels.adjusting only the first bit of every color INCLUDE Irvine32.inc INCLUDE Macros.inc .data colors byte 100, 1, 2, 3, 4, 5, 6, 7 andConst EQU 11111110b orConst EQU 00000001b ;#region FileRead Data BUFFER_SIZE EQU 5000 FilePath BYTE "E:\input.txt",0 FileHandler HANDLE ? INPUT_BUFFE...
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_465.asm
ljhsiun2/medusa
9
41165
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r13 push %r14 push %r8 push %r9 push %rbp push %rcx push %rdi push %rsi lea addresses_normal_ht+0x17f07, %r10 cmp $44469, %r8 movb $0x61, (%r10) nop xor %r11, %r11 lea addresses_WT_ht+0x30a8, %r9 nop sub %rbp, %rbp mov $0x6162636465666768, %r14 movq...
exercises/6 searchArray.asm
DanerSound/MIPS-from-scratch
2
41166
<filename>exercises/6 searchArray.asm<gh_stars>1-10 # reads an integer from console, search for it inside a predefined vector in .data # and determine its position (first occurrence). # .data request: .ascii "insert a number: " result: .ascii "the position is: " array: .word 2, 4, 5, 9, 133, 44, 1, 0 .text main:...
common/linmap.asm
DigitalMars/optlink
28
41167
TITLE LINMAP - Copyright (c) SLR Systems 1994 INCLUDE MACROS INCLUDE SEGMENTS INCLUDE MODULES if fg_pe INCLUDE PE_STRUC endif PUBLIC ALLOW_LINNUMS_MAP,DO_LINENUMBERS_MAP .DATA EXTERNDEF XOUTBUF:BYTE EXTERNDEF CURNMOD_GINDEX:DWORD,FIRST_MODULE_GINDEX:DWORD EXTERNDEF MAPLINES_OK_SEM:GLOBALSEM_S...
libsrc/spectrum/display/zx_cy2saddr.asm
andydansby/z88dk-mk2
1
41168
; uchar __FASTCALL__ *zx_cy2saddr(uchar row) ; aralbrec 06.2007 XLIB zx_cy2saddr ; l = char Y 0..23 .zx_cy2saddr ld a,l and $18 or $40 ld h,a ld a,l rrca rrca rrca and $e0 ld l,a ret
oeis/181/A181137.asm
neoneye/loda-programs
11
41169
<reponame>neoneye/loda-programs ; A181137: The number of ways to color n balls in a row with 3 colors with no color runs having lengths greater than 3. ; Submitted by <NAME> ; 1,3,9,27,78,228,666,1944,5676,16572,48384,141264,412440,1204176,3515760,10264752,29969376,87499776,255467808,745873920,2177683008,6358049472,185...
oeis/032/A032825.asm
neoneye/loda-programs
11
41170
<reponame>neoneye/loda-programs ; A032825: Numbers whose set of base-13 digits is {1,4}. ; Submitted by <NAME>(s4) ; 1,4,14,17,53,56,183,186,222,225,690,693,729,732,2380,2383,2419,2422,2887,2890,2926,2929,8971,8974,9010,9013,9478,9481,9517,9520,30941,30944,30980,30983,31448,31451,31487,31490,37532,37535,37571,37574,380...
SOURCE ASM FILES/FPSHack_UpdateBombTimer_LowHz.asm
Meowmaritus/Wind-Waker-60FPS-Hack
14
41172
<gh_stars>10-100 #To be inserted at 800d9f68 ################################# ##FPSHack_UpdateBombTimer_LowHz## ################################# lis r17, 0x817F lwz r17, 0x0000 (r17) #Load LowHzUpdate cmpwi r17, 0 beq- 0x000C ##If LowHzUpdate != 0 subi r0, r3, 1 #Vanilla b 0x0008 #Skip over the move register functi...
Legacy Windows/Win95.Yildiz/Win95.Yildiz.asm
fengjixuchui/Family
3
41173
; ************************************************************************* ; ******************** ******************** ; ******************** Win95.Yildiz ******************** ; ******************** by ******************** ; **************...
_build/dispatcher/jmp_ippsDLPValidateKeyPair_4a36f835.asm
zyktrcn/ippcp
1
41174
extern m7_ippsDLPValidateKeyPair:function extern n8_ippsDLPValidateKeyPair:function extern y8_ippsDLPValidateKeyPair:function extern e9_ippsDLPValidateKeyPair:function extern l9_ippsDLPValidateKeyPair:function extern n0_ippsDLPValidateKeyPair:function extern k0_ippsDLPValidateKeyPair:function extern ippcpJumpIndexForMe...
Assignment03-02.asm
Whompithian/css422-project
0
41175
# <NAME> # CSS 422 # Assignment 03-02 / Implementation # 4/20/2012 ############################################ # The data segment -- declare variables here ############################################ .data # Create some null terminated strings to use strPromptFirst: .asciiz "Please enter 10 numbers on separate li...
programs/oeis/134/A134160.asm
jmorken/loda
1
41176
<filename>programs/oeis/134/A134160.asm ; A134160: a(n) = 163 + 1053*n + 2520*n^2 + 2646*n^3 + 1029*n^4. ; 163,7411,49981,180793,477463,1042303,2002321,3509221,5739403,8893963,13198693,18904081,26285311,35642263,47299513,61606333,78936691,99689251,124287373,153179113,186837223,225759151,270467041,321507733 mul $0,7 mo...
programs/oeis/246/A246640.asm
jmorken/loda
1
41177
<reponame>jmorken/loda ; A246640: Sequence a(n) = 1 + A001519(n+1) appearing in a certain touching problem for three circles and a chord, together with A246638. ; 2,3,6,14,35,90,234,611,1598,4182,10947,28658,75026,196419,514230,1346270,3524579,9227466,24157818,63245987,165580142,433494438,1134903171,2971215074,77787420...
programs/oeis/255/A255995.asm
jmorken/loda
1
41178
<reponame>jmorken/loda<gh_stars>1-10 ; A255995: Number of length n+4 0..1 arrays with at most one downstep in every n consecutive neighbor pairs. ; 32,64,100,144,196,257,328,410,504,611,732,868,1020,1189,1376,1582,1808,2055,2324,2616,2932,3273,3640,4034,4456,4907,5388,5900,6444,7021,7632,8278,8960,9679,10436,11232,1206...
MSDOS/Virus.MSDOS.Unknown.ital.asm
fengjixuchui/Family
3
41180
<reponame>fengjixuchui/Family<gh_stars>1-10 ; ************************************************** ; *** VIRUS ITALIANO SALTITANTE - A LISTAGEM *** ; *** Desassemblagem obtida por <NAME> *** ; *** Para : S P O O L E R - Junho de 1989 *** ; ************************************************** .RADIX 16 jmpf ...
Lab2April/binary_search.asm
forkkr/Assembly-Lab
0
41181
segment .data scfmt: dq "%lld",0 prr: dq "",10,0 fmt: dq "%lld",10,0 chk: dq "here",10,0 found: dq "Found. Index: %lld",10,0 notfound: dq "Not Found.",10,0 segment .bss n: resq 1 a: resq 1 array: resq 111 k: resq 1 segment .text global main extern scanf extern printf main: push RBP mov RBP , ...
programs/oeis/137/A137901.asm
karttu/loda
0
41182
<reponame>karttu/loda ; A137901: Limiting sequence when we start with positive integers (A000027) and at step n >= 1 add to the term at position n + a(n) the value 1. ; 1,3,3,4,6,7,7,9,9,10,12,12,14,15,15,16,18,19,19,21,21,22,24,25,25,26,28,28,30,31,31,33,33,34,36,36,38,39,39,40,42,43,43,45,45,46,48,48,50 mov $2,$0 mu...
programs/oeis/028/A028494.asm
karttu/loda
1
41184
<reponame>karttu/loda ; A028494: a(n) = -(1/2)*(n+2)*(n^2 - 6*n - 1). ; 1,9,18,25,27,21,4,-27,-75,-143,-234,-351,-497,-675,-888,-1139,-1431,-1767,-2150,-2583,-3069,-3611,-4212,-4875,-5603,-6399,-7266,-8207,-9225,-10323,-11504,-12771,-14127,-15575,-17118,-18759,-20501,-22347,-24300,-26363,-28539,-30831,-33242,-35775,-38...
libsrc/oz/ozgfx/ozputs_direct.asm
RC2014Z80/z88dk
8
41185
<reponame>RC2014Z80/z88dk ; ; Sharp OZ family functions ; ; ported from the OZ-7xx SDK by by <NAME> ; by <NAME> - Oct. 2003 ; ; ; gfx functions ; ; int ozputs(int x, int y, char *string);; ; ; ------ ; $Id: ozputs_direct.asm,v 1.3 2016-06-28 14:48:17 dom Exp $ ; SECTION smc_clib PUBLIC ozputs PUBLI...
src/fix_100_unit_bug.asm
E1Elite/ts-patches
33
41186
<filename>src/fix_100_unit_bug.asm %include "macros/patch.inc" ; Turns the 100 unit bug into a 1000 unit bug ; http://ppmforums.com/viewtopic.php?p=547837#547837 @SET 0x004C1650, {sub esp, 2F0Ch} @SET 0x004C173D, {add esp, 2F0Ch} @SET 0x004C1744, {mov ecx, 3E8h} @SET 0x004C1753, {mov ecx, 3E8h} @SET 0x004C175D, {lea ...
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_1679.asm
ljhsiun2/medusa
9
41188
<filename>Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_1679.asm<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r11 push %r15 push %r8 push %r9 push %rcx push %rdi push %rdx push %rsi lea addresses_WC_ht+0x16bdd, %r11 clflush (%r11) nop nop nop nop xor $45032, %r8 movb $0x61, (%r...
oeis/054/A054109.asm
neoneye/loda-programs
11
41189
; A054109: a(n) = T(2*n+1, n), array T as in A054106. ; Submitted by <NAME>(s1.) ; 1,2,8,27,99,363,1353,5082,19228,73150,279566,1072512,4127788,15930512,61628248,238911947,927891163,3609676487,14062955413,54860308997,214268628223,837780853637,3278934510163,12844867331387,50360435887489,197598830586563,775870882237493,3...
libsrc/strings/strlcat.asm
meesokim/z88dk
0
41191
; CALLER linkage for function pointers PUBLIC strlcat EXTERN strlcat_callee EXTERN ASMDISP_STRLCAT_CALLEE .strlcat pop af pop bc pop de pop hl push hl push de push bc push af jp strlcat_callee + ASMDISP_STRLCAT_CALLEE
programs/oeis/244/A244048.asm
neoneye/loda
22
41193
<reponame>neoneye/loda ; A244048: Antisigma(n) minus the sum of remainders of n mod k, for k = 1,2,3,...,n. ; 0,0,1,2,5,6,12,13,20,24,32,33,49,50,60,69,84,85,106,107,129,140,154,155,191,197,213,226,254,255,297,298,329,344,364,377,432,433,455,472,522,523,577,578,618,651,677,678,754,762,805,826 trn $0,1 seq $0,153485 ; ...
programs/oeis/288/A288534.asm
karttu/loda
1
41194
; A288534: a(n) = n*(2*n^2 + 3), n >= 1; a(0)=1. ; 1,5,22,63,140,265,450,707,1048,1485,2030,2695,3492,4433,5530,6795,8240,9877,11718,13775,16060,18585,21362,24403,27720,31325,35230,39447,43988,48865,54090,59675,65632,71973,78710,85855,93420,101417,109858,118755,128120,137965,148302,159143,170500,182385,194810,207787,22...
libsrc/sprites/software/sp1/spectrum/tiles/sp1_SetPrintPos.asm
ahjelm/z88dk
640
41195
<reponame>ahjelm/z88dk ; void sp1_SetPrintPos(struct sp1_pss *ps, uchar row, uchar col) ; CALLER linkage for function pointers SECTION code_sprite_sp1 PUBLIC sp1_SetPrintPos EXTERN sp1_SetPrintPos_callee EXTERN ASMDISP_SP1_SETPRINTPOS_CALLEE .sp1_SetPrintPos ld hl,2 add hl,sp ld e,(hl) inc hl inc hl ...
oeis/349/A349883.asm
neoneye/loda-programs
11
41196
; A349883: Expansion of Sum_{k>=0} (k * x)^k/(1 - k^3 * x). ; Submitted by <NAME>(s3) ; 1,1,5,60,1242,41241,2033683,141318208,13262986788,1624337451945,252725477615989,48858277079478156,11523986801592238046,3265676705193282018577,1097336766468309067029991,432291795385094609190468384,197690320046319097006619353352,10403...
src/bak/logo.asm
vbguyny/c64kernel
2
41197
<gh_stars>1-10 incasm "kernel.asm" main lda #$0f sta audio.setvolume.value$ jsr audio.setvolume$ lda #$00 sta audio.sidinitaddress$ lda #$90 sta audio.sidinitaddress$+1 lda #$03 sta audio.sidplayaddress$ lda #$90 sta audio.sidpl...
lab7/lab7-2.asm
ALEGATOR1209/SystemProgramming
7
41198
INCLUDE \masm32\include\masm32rt.inc PUBLIC mult .data const DQ -23.0 .code ; Calculates -23 * d ; Input: ; [EBP + 8] - address of result ; [EBP + 12] - first 32 bits of d ; [EBP + 16] - last 32 bits of d ;Output: ; QWORD PTR [EBP + 8] - -23d mult PROC PUSH EBP MOV EBP, ESP PU...
programs/oeis/014/A014166.asm
karttu/loda
0
41199
; A014166: Apply partial sum operator 4 times to Fibonacci numbers. ; 0,1,5,16,41,92,189,365,674,1204,2098,3588,6050,10093,16703,27476,44995,73440,119575,194345,315460,511576,829060,1342936,2174596,3520457,5698329,9222440,14924829,24151764,39081553,63238773,102326310,165571628,267905078,433484476,701397990,1134891605,1...
programs/oeis/239/A239968.asm
neoneye/loda
22
41200
<filename>programs/oeis/239/A239968.asm ; A239968: 0 unless n is a nonprime A018252(k) when a(n) = k. ; 1,0,0,2,0,3,0,4,5,6,0,7,0,8,9,10,0,11,0,12,13,14,0,15,16,17,18,19,0,20,0,21,22,23,24,25,0,26,27,28,0,29,0,30,31,32,0,33,34,35,36,37,0,38,39,40,41,42,0,43,0,44,45,46,47,48,0,49,50,51,0,52,0,53,54,55,56,57,0,58,59,60,0...
asm/tests/bdd/acceptance/real-mode/IODevice/PIT.asm
ZopharsDomain/PCX86-JAVASCRIPT-jemul8
67
41201
; ; jemul8 - JavaScript x86 Emulator ; Copyright (c) 2013 http://jemul8.com. All Rights Reserved. ; ; MODULE: Tests for PIT I/O device ; %include '../tools.inc' ; Jump over data jmp main ; --- Data --- ; Test descriptions test1 db "should not have triggered IRQ0 after 10 milliseconds when the timer is disabled",0 t...
labcode/doswin16/FSysFAT/avt/p1/procs.asm
cyberitsec/antivirus
1
41202
<reponame>cyberitsec/antivirus .model large MyData SEGMENT sum dw ? myarray dw 2, 7, -2, 20 n dw 4 MyData ENDS MyStack SEGMENT PARA ’STACK’ dw 16 dup(2) lstack label word MyStack ENDS MainProg SEGMENT ASSUME CS:MainProg, DS:MyData, SS:MyStack start: mov AX, seg MyData mov DS, AX mov AX, seg MyStack m...
programs/oeis/329/A329114.asm
jmorken/loda
1
41204
<filename>programs/oeis/329/A329114.asm ; A329114: a(n) = floor(A026532(n)/5). ; 0,0,1,3,7,21,43,129,259,777,1555,4665,9331,27993,55987,167961,335923,1007769,2015539,6046617,12093235,36279705,72559411,217678233,435356467,1306069401,2612138803,7836416409,15672832819,47018498457,94036996915,282110990745 lpb $0 sub $0,...
programs/oeis/067/A067082.asm
neoneye/loda
22
41205
<reponame>neoneye/loda ; A067082: If n = abc...def in decimal notation then the right digit sum function = abc...def + bc...def + c...def + ... + def + ef + f. ; 0,1,2,3,4,5,6,7,8,9,10,12,14,16,18,20,22,24,26,28,20,22,24,26,28,30,32,34,36,38,30,32,34,36,38,40,42,44,46,48,40,42,44,46,48,50,52,54,56,58,50,52,54,56,58,60,...
oeis/050/A050410.asm
neoneye/loda-programs
11
41206
; A050410: Truncated square pyramid numbers: a(n) = Sum_{k = n..2*n-1} k^2. ; 0,1,13,50,126,255,451,728,1100,1581,2185,2926,3818,4875,6111,7540,9176,11033,13125,15466,18070,20951,24123,27600,31396,35525,40001,44838,50050,55651,61655,68076,74928,82225,89981,98210,106926,116143,125875,136136,146940,158301,170233,182750,1...
src/elf.asm
InsaneMiner/tinyvale
11
41207
<reponame>InsaneMiner/tinyvale<filename>src/elf.asm ; BSD 3-Clause License ; Copyright (c) 2021, AtieP ; All rights reserved. ; Redistribution and use in source and binary forms, with or without ; modification, are permitted provided that the following conditions are met: ; 1. Redistributions of source code must ret...
Transynther/x86/_processed/AVXALIGN/_st_4k_/i7-7700_9_0xca.log_21829_758.asm
ljhsiun2/medusa
9
41208
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r12 push %rbp push %rbx push %rcx push %rdi push %rsi lea addresses_WC_ht+0x1454d, %rcx nop nop nop inc %r11 movw $0x6162, (%rcx) nop nop nop inc %r11 lea addresses_A_ht+0x190b1, %rsi nop xor %r12, %r12 mov $0x6162636465666768, %rbp movq %rbp, %xmm6...
csie/08asm/toy/2.asm
dk00/old-stuff
0
41209
<filename>csie/08asm/toy/2.asm CYY_TZHUAN_VICTOR_R1 dw 0 CYY_TZHUAN_VICTOR_R2 dw 0 CYY_TZHUAN_VECTOR_ARRAY dup 32 ; main lda R1, 0 lda R2, 0 lda R3, 0 lda R4, 0 lda R5, 0 lda R6, 0 lda R7, 0 lda R8, 0 lda R9, 0 lda RA, 0 lda RB, 0 lda RC, 0 lda RD, 0 lda RE, 0 lda RF, 0 lda R1, 1 lda RC, 0 lda RA, C...
oeis/342/A342975.asm
neoneye/loda-programs
11
41210
<reponame>neoneye/loda-programs ; A342975: Cubes composed of digits {0, 1, 3}. ; Submitted by <NAME> ; 0,1,1000,1331,1000000,1030301,1331000,1000000000,1003003001,1030301000,1331000000,1000000000000,1000300030001,1003003001000,1030301000000,1331000000000,1000000000000000,1000030000300001,1000300030001000,10030030010000...
demo-raycaster/raycast_rasterizer.asm
Javanaise/vcs-demo-raycaster
5
41211
; POC d'affichage d'un ecran type wolf3d ; avec les datas de l'ecran encodés sous forme de deltas ; format: ; 1 byte pour dire a quelle ligne le dessin commence ; 1 byte pour dire combien de fois le motif se repete apres que les deltas soient finis de consommer et avant d'arriver a la moitié de l'écran ; 4 octets de c...
libsrc/msx/gen_vram.asm
grancier/z180
0
41212
; ; z88dk library: Generic VDP support code ; ; int msx_vram(); ; ; Detects the VRAM size (in KB) ; ; $Id: gen_vram.asm,v 1.3 2016/06/16 19:30:25 dom Exp $ ; SECTION code_clib PUBLIC msx_vram PUBLIC _msx_vram INCLUDE "msx/vdp.inc" msx_vram: _msx_vram: ld hl,VRAM_SIZE ret
external/fasmg/examples/8051/invert.asm
hpdporg/hpdp
1
41213
<reponame>hpdporg/hpdp<filename>external/fasmg/examples/8051/invert.asm<gh_stars>1-10 ; This simple example reads the analog signal from ADC and outputs it ; inversed (relative to the maximum voltage) through DAC. include 'hex.inc' include '8051.inc' ORG 0 JMP setup ORG 3 JMP ext0_interrupt ORG 0Bh JMP timer0_i...
sources/ippcp/asm_intel64/pcpbnumaconem7as.asm
ymarkovitch/ipp-crypto
0
41215
;=============================================================================== ; Copyright 2015-2019 Intel Corporation ; All Rights Reserved. ; ; If this software was obtained under the Intel Simplified Software License, ; the following terms apply: ; ; The source code, information and material ("Material") co...
programs/oeis/101/A101675.asm
neoneye/loda
22
41216
<filename>programs/oeis/101/A101675.asm ; A101675: Expansion of (1 - x - x^2)/(1 + x^2 + x^4). ; 1,-1,-2,1,1,0,1,-1,-2,1,1,0,1,-1,-2,1,1,0,1,-1,-2,1,1,0,1,-1,-2,1,1,0,1,-1,-2,1,1,0,1,-1,-2,1,1,0,1,-1,-2,1,1,0,1,-1,-2,1,1,0,1,-1,-2,1,1,0,1,-1,-2,1,1,0,1,-1,-2,1,1,0,1,-1,-2,1,1,0,1,-1,-2,1,1,0,1,-1,-2,1,1,0,1,-1,-2,1,1,0...
oeis/262/A262353.asm
neoneye/loda-programs
11
41217
<reponame>neoneye/loda-programs ; A262353: a(n) = ceiling((3-sqrt(5))*10^(2*n+1)). ; Submitted by <NAME> ; 8,764,76394,7639321,763932023,76393202251,7639320225003,763932022500211,76393202250021031,7639320225002103036,763932022500210303591,76393202250021030359083,7639320225002103035908264,763932022500210303590826332,763...
base/crts/fpw32/tran/i386/common.asm
npocmaka/Windows-Server-2003
17
41221
<filename>base/crts/fpw32/tran/i386/common.asm ;*** ; ; Copyright (c) 1984-2001, Microsoft Corporation. All rights reserved. ; ;Revision History: ; ;******************************************************************************* .xlist include cruntime.inc include elem87.inc .list ...
6/01.asm
Changlon/x86Assembly
0
41222
; @author Changlon <<EMAIL>> ; @github https://github.com/Changlon ; @date 2022-02-03 23:01:06 ;无符号乘法 ; mul r/m 乘法指令 al * r/m -> ax ; mul bx ax * bx -> dx:ax ; mul ebx eax * ebx -> edx:eax ;有符号乘法 ; imul
Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xca.log_21829_792.asm
ljhsiun2/medusa
9
41223
.global s_prepare_buffers s_prepare_buffers: ret .global s_faulty_load s_faulty_load: push %r12 push %r14 push %r9 push %rcx push %rdi push %rsi // Faulty Load lea addresses_UC+0x1120c, %rcx nop nop nop nop nop add $24618, %rdi mov (%rcx), %r14w lea oracles, %r12 and $0xff, %r14 shlq $12, %r14 mov (%r12,%r14,1), ...
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48.log_21829_1395.asm
ljhsiun2/medusa
9
41224
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r12 push %r8 push %rax push %rbx push %rdx lea addresses_UC_ht+0x5faa, %r12 nop nop nop nop add $20888, %r8 movl $0x61626364, (%r12) nop nop nop sub $30033, %r12 lea addresses_A_ht+0x11537, %rdx add %rbx, %rbx movb (%rdx), %al nop nop nop nop cmp %r...
tis-100/51781_image_test_pattern_2.asm
glupmjoed/puzzles
0
41225
@0 MOV 1, RIGHT MOV 3, RIGHT @1 MOV 14, ACC NZ: MOV -1, DOWN SUB 1 JNZ NZ MOV LEFT, DOWN @2 @3 @4 MOV 13, ACC NZ: MOV -1, DOWN SUB 1 JNZ NZ MOV 1, DOWN @5 S: MOV ACC, DOWN MOV 3, DOWN JRO UP ADD 1 JMP S SUB 1 @6 @7 @8 MOV ACC, RIGHT MOV 0, RIGHT JRO UP MOV -1, RIGHT ADD 1 @9 MOV UP, DOWN MOV LEFT, DOWN @1...
programs/oeis/239/A239492.asm
karttu/loda
0
41227
<reponame>karttu/loda ; A239492: The fifth bicycle lock sequence: a(n) is the maximum value of min{x*y, (5-x)*(n-y)} over 0 <= x <= 5, 0 <= y <= n for integers x, y. ; 0,0,2,3,4,6,6,8,9,10,12,12,14,15,16,18,18,20,21,22,24,24,26,27,28,30,30,32,33,34,36,36,38,39,40,42,42,44,45,46,48,48,50,51,52,54,54,56,57,58,60,60,62,63...
Transynther/x86/_processed/NONE/_xt_sm_/i9-9900K_12_0xca.log_21829_12.asm
ljhsiun2/medusa
9
41228
<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r10 push %r13 push %r9 push %rbp push %rcx push %rdi push %rdx push %rsi lea addresses_WC_ht+0x12dce, %rsi lea addresses_normal_ht+0x5d06, %rdi sub $16888, %r9 mov $86, %rcx rep movsq nop sub $26691, %r13 lea addresses_UC_ht+0x2676, %rbp clflush (%rbp) n...
text/maps/celadon_mansion_1f.asm
adhi-thirumala/EvoYellow
0
41229
_CeladonMansion1Text1:: text "MEOWTH: Meow!@@" _CeladonMansion1Text3:: text "CLEFAIRY: Pi" line "pippippi!@@" _CeladonMansion1Text4:: text "NIDORAN: Kya" line "kyaoo!@@" _CeladonMansion1Text5:: text "CELADON MANSION" line "Manager's Suite" done _CeladonMansion1Text2:: text "My dear #MON" line "keep me com...
oeis/021/A021658.asm
neoneye/loda-programs
11
41230
<gh_stars>10-100 ; A021658: Decimal expansion of 1/654. ; Submitted by <NAME> ; 0,0,1,5,2,9,0,5,1,9,8,7,7,6,7,5,8,4,0,9,7,8,5,9,3,2,7,2,1,7,1,2,5,3,8,2,2,6,2,9,9,6,9,4,1,8,9,6,0,2,4,4,6,4,8,3,1,8,0,4,2,8,1,3,4,5,5,6,5,7,4,9,2,3,5,4,7,4,0,0,6,1,1,6,2,0,7,9,5,1,0,7,0,3,3,6,3,9,1 seq $0,246057 ; a(n) = (5*10^n - 2)/3. di...
src/chapter_7/square_of_sum.asm
marinjurjevic/x86-64_programming
0
41231
<reponame>marinjurjevic/x86-64_programming ; Chapter 7 ; 7.9.2 Suggested Projects ; 8) Create a program to compute the square ; of the sum from 1 to n ; *********************************** ; Data declarations section .data ; ------ ; Define constants SUCCESS equ 0 SYS_exit equ 60...
oeis/181/A181303.asm
neoneye/loda-programs
11
41233
<reponame>neoneye/loda-programs<gh_stars>10-100 ; A181303: Numbers of the form i*7^j-1 (i=1..6, j >= 0). ; 0,1,2,3,4,5,6,13,20,27,34,41,48,97,146,195,244,293,342,685,1028,1371,1714,2057,2400,4801,7202,9603,12004,14405,16806,33613,50420,67227,84034,100841,117648,235297,352946,470595,588244,705893,823542,1647085,2470628,...
Transynther/x86/_processed/NONE/_xt_sm_/i9-9900K_12_0xa0_notsx.log_21829_953.asm
ljhsiun2/medusa
9
41234
<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r13 push %r14 push %r15 push %r9 push %rcx push %rdi push %rdx push %rsi lea addresses_D_ht+0x8368, %rsi lea addresses_D_ht+0xf8a0, %rdi clflush (%rsi) cmp $5258, %rdx mov $40, %rcx rep movsb sub $4057, %rdx lea addresses_UC_ht+0x1c398, %rsi lea addresse...
testsuite/ubivm/expected/expr_real_7.asm
alexgarzao/UOP
0
41235
<filename>testsuite/ubivm/expected/expr_real_7.asm Entity start No options Constants 0 S start 1 S (2.0 * (8.0 - 18.0 / 9.0 * 6.0) * (49.0 / 7.0 - 3.0))= 2 R 2.000000 3 R 8.000000 4 R 18.000000 5 R 9.000000 6 R 6.000000 7 R 49.000000 8 R 7.000000 9 R 3.000000 10 I 2 11 S io.writeln End Valid...
target/cos_117/disasm/iop_overlay1/MSGHND.asm
jrrk2/cray-sim
49
41236
<filename>target/cos_117/disasm/iop_overlay1/MSGHND.asm @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @@ Input: @@ OR[280]: message index @@ OR[281] and onwards: a number of string pointers @@ OR[295] is an incrementing OR-index, starting at OR[281]. It points to the current string parameter to be processed...
programs/oeis/022/A022407.asm
jmorken/loda
1
41237
<reponame>jmorken/loda ; A022407: a(n) = a(n-1) + a(n-2) + 1, with a(0)=3, a(1)=8. ; 3,8,12,21,34,56,91,148,240,389,630,1020,1651,2672,4324,6997,11322,18320,29643,47964,77608,125573,203182,328756,531939,860696,1392636,2253333,3645970,5899304,9545275,15444580,24989856,40434437,65424294,105858732,171283027,277141760,4484...
src/x86-64/loader/syscalls.asm
redteamcaliber/BareMetal-kernel
1
41238
<filename>src/x86-64/loader/syscalls.asm ; ============================================================================= ; Pure64 -- a 64-bit OS loader written in Assembly for x86-64 systems ; Copyright (C) 2008-2016 Return Infinity -- see LICENSE.TXT ; ; System Calls ; =================================================...
ESEMPI/10 PROGRAMMA CONTA 1.asm
Porchetta/py-pdp8-tk
8
41239
ORG 100 / Conta il numero di 1 contenuti nella cella DAT. Risultato = 9 LDA DAT P, CIL CME SZE BUN INC ISZ N INC, ISZ CNT BUN P HLT ORG 200 N,DEC 0 CNT, DEC -16 DAT, HEX 10FF END
mibench/security/pgp/src/8086.asm
hyu-iot/gem5
28
41241
<reponame>hyu-iot/gem5<gh_stars>10-100 ; Assembly primitives for RSA multiprecision library ; ; Tested with Turbo Assembler 1.0 and masm 1.00 ; ; Written by <NAME> (<EMAIL>) 10/10/91 ; ; Modified to add, rather than store carry bit to allow using a ; smaller precision for long division. ; define LDATA and LCOD...
mastersystem/zxb-sms-2012-02-23/zxb-sms/wip/zxb/library-asm/exp.asm
gb-archive/really-old-stuff
10
41242
<reponame>gb-archive/really-old-stuff<gh_stars>1-10 #include once <stackf.asm> EXP: ; Computes e^n using ROM FP-CALC call __FPSTACK_PUSH rst 28h ; ROM CALC defb 26h ; E^n defb 38h ; END CALC jp __FPSTACK_POP
rs232.asm
rolandvans/msx_softserial
6
41243
;RECEIVING AND SENDING RS232 DATA @57600 BITS/S ON A STANDARD MSX 3.58MHz CPU Z80 FNAME "RS232.BIN" VOICEAQ: EQU $F975 ;BUFFER TO OCCUPY IN SYSTEM AREA: DO NOT USE PLAY... ;MSX .BIN HEADER DB $FE DW START, END, START ORG VOICEAQ START: ;TRANSFER 'BC' BYTES FROM JOY2, 'UP', PIN1 TO (HL) ;MSX, Z80 3.58MHz 57600bps...
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_1263.asm
ljhsiun2/medusa
9
41244
<filename>Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_1263.asm .global s_prepare_buffers s_prepare_buffers: push %r11 push %r15 push %r8 push %rbp push %rcx push %rdi push %rdx push %rsi lea addresses_WC_ht+0x1c187, %r15 and $28515, %rcx movb $0x61, (%r15) nop nop nop sub %r11, %r11 lea addres...
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0xca.log_21829_1675.asm
ljhsiun2/medusa
9
41245
<filename>Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0xca.log_21829_1675.asm<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r11 push %r13 push %r9 push %rax push %rbx push %rcx push %rdi push %rsi lea addresses_A_ht+0x12895, %rcx nop nop nop cmp %r9, %r9 mov (%rcx), %rax nop nop and %r11, %r11 lea...
src/shaders/post_processing/gen5_6/Common/PL8x8_Save_PA.asm
digetx/intel-vaapi-driver
192
41246
/* * All Video Processing kernels * Copyright © <2010>, Intel Corporation. * * 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 ri...
a51test/(C5)XCH_A_d.a51
Aimini/51cpu
0
41247
<filename>a51test/(C5)XCH_A_d.a51 MOV 0x2C,#0x01 MOV 0x5E,#0x02 MOV 0x62,#0x03 MOV 0x2D,#0x04 MOV 0x2B,#0x05 MOV 0x74,#0x06 MOV 0x3F,#0x07 MOV 0x6D,#0x08 MOV A,#0xFF XCH A,0x2C XCH A,0x5E XCH A,0x62 XCH A,0x2D XCH A,0x2B XCH A,0x74 XCH A,0x3F XCH A,0x6D
Source/b1j.asm
Prof9/Boktai-Solar-Sensor-Patches
55
41249
.gba .open "Clean\Boktai 1 (J).gba","Boktai 1 (J)(Hack).gba",0x08000000 .org 0x080000D4 // sunlight changer .area 0xCC ldr r0,=3004508h ldr r0,[r0] // r0 = sunlight bl 8012308h // r0 = amount of bars ldr r1,=3004450h ldrh r2,[r1] // r2 = BUTTON_HELD ldrh r1,[r1,2h] // r1 = BUTTON_DOWN ldr r3,=101h and r2,r3 cmp r2...
oeis/154/A154149.asm
neoneye/loda-programs
11
41250
; A154149: Indices k such that 22 plus the k-th triangular number is a perfect square. ; 2,12,27,77,162,452,947,2637,5522,15372,32187,89597,187602,522212,1093427,3043677,6372962,17739852,37144347,103395437,216493122,602632772,1261814387,3512401197,7354393202,20471774412,42864544827,119318245277,249832875762,69543769725...
C5515_Support_Files/C5515_Lib/dsplib_2.40.00/55x_src/iircas32.asm
HeroSizy/Sizy
0
41251
<filename>C5515_Support_Files/C5515_Lib/dsplib_2.40.00/55x_src/iircas32.asm ;*********************************************************** ; Version 2.40.00 ;*********************************************************** ; Function: iircas32 ; Processor: C55xx ; Description...
programs/oeis/214/A214857.asm
neoneye/loda
22
41252
<filename>programs/oeis/214/A214857.asm ; A214857: Number of triangular numbers in interval [0, n^2]. ; 1,2,3,4,6,7,9,10,11,13,14,16,17,18,20,21,23,24,25,27,28,30,31,33,34,35,37,38,40,41,42,44,45,47,48,50,51,52,54,55,57,58,59,61,62,64,65,66,68,69,71,72,74,75,76,78,79,81,82,83,85,86,88,89,91,92,93,95,96,98,99,100,102,10...
Semester 5/Microprocessors/exp7-A.asm
atharva8300/Engineering-Practical-Experiments
7
41254
<gh_stars>1-10 #include<iostream.h> #include<conio.h> void main() { int a, b, c; clrscr(); cout << "Enter two numbers: \n"; cin >>a>>b; asm mov ax, a asm mov cx, b asm add ax, cx asm mov c, ax cout<<"Result: " <<c; getch(); }
programs/oeis/046/A046052.asm
karttu/loda
1
41255
<filename>programs/oeis/046/A046052.asm ; A046052: Number of prime factors of Fermat number F(n). ; 1,1,1,1,1,2,2,2,2,3,4,5 mov $3,$0 mov $1,1 mov $2,3 lpb $0,1 sub $3,5 sub $3,$2 mov $1,$3 mov $0,4 add $1,2 lpe
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_713.asm
ljhsiun2/medusa
9
41256
<reponame>ljhsiun2/medusa<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r11 push %r12 push %r13 push %rax push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_UC_ht+0x13e99, %r13 cmp $7890, %r12 movw $0x6162, (%r13) nop nop xor %r11, %r11 lea addresses_A_ht+0x6f19, %rbx add $64893, %r13 mo...
asm/Audio2/loader.asm
clydeshaffer/GameTankEmulator
3
41257
<filename>asm/Audio2/loader.asm Tmp = $00 GamePad1Last = $04 SrcPtr = $10 DestPtr = $12 inflate_zp = $F0 ; F1, F2, F3 inflate_data = $0200 ; until $04FD Audio_Reset = $2000 Audio_NMI = $2001 Audio_Rate = $2006 GamePad1 = $2008 GamePad2 = $2009 VIA = $2800 ORB = 0 ORA = 1 DDRB = 2 DDRA = 3 T1C = ...
libsrc/_DEVELOPMENT/stdio/c/sdcc_ix/fsetpos_unlocked.asm
jpoikela/z88dk
640
41258
<reponame>jpoikela/z88dk<gh_stars>100-1000 ; int fsetpos_unlocked(FILE *stream, const fpos_t *pos) SECTION code_clib SECTION code_stdio PUBLIC _fsetpos_unlocked EXTERN l0_fsetpos_unlocked_callee _fsetpos_unlocked: pop af pop bc pop hl push hl push bc push af jp l0_fsetpos_unlocked_callee...
data/mapObjects/lavendertown.asm
etdv-thevoid/pokemon-rgb-enhanced
1
41259
<gh_stars>1-10 LavenderTownObject: db $2c ; border block db $6 ; warps db $5, $5, $0, LAVENDER_POKECENTER db $5, $e, $0, POKEMONTOWER_1 db $d, $f, $0, LAVENDER_HOUSE_1 db $5, $1, $0, LAVENDER_MART db $9, $7, $0, LAVENDER_HOUSE_2 db $d, $7, $0, NAME_RATERS_HOUSE db $6 ; signs db $b, $3, $4 ; LavenderTownText...
libsrc/_DEVELOPMENT/arch/sms/SMSlib/c/sccz80/SMS_addSpriteClipping_callee.asm
jpoikela/z88dk
640
41260
<gh_stars>100-1000 ; signed char SMS_addSpriteClipping(int x,int y,unsigned char tile) SECTION code_clib SECTION code_SMSlib PUBLIC SMS_addSpriteClipping_callee EXTERN asm_SMSlib_addSpriteClipping SMS_addSpriteClipping_callee: pop af pop hl pop de pop bc push af ld h,l jp asm_SMSlib_addSpr...
programs/oeis/091/A091823.asm
neoneye/loda
22
41261
<reponame>neoneye/loda ; A091823: a(n) = 2*n^2 + 3*n - 1. ; 4,13,26,43,64,89,118,151,188,229,274,323,376,433,494,559,628,701,778,859,944,1033,1126,1223,1324,1429,1538,1651,1768,1889,2014,2143,2276,2413,2554,2699,2848,3001,3158,3319,3484,3653,3826,4003,4184,4369,4558,4751,4948,5149,5354,5563,5776,5993,6214,6439,6668,690...
externals/mpir-3.0.0/mpn/x86_64w/k8/lshift6.asm
JaminChan/eos_win
12
41262
; PROLOGUE(mpn_lshift6) ; mpn_lshift6 ; Copyright 2009 <NAME> ; This file is part of the MPIR Library. ; The MPIR Library is free software; you can redistribute it and/or modify ; it under the terms of the GNU Lesser General Public License as published ; by the Free Software Foundation; either version 2.1 of ...
oeis/338/A338610.asm
neoneye/loda-programs
11
41263
<filename>oeis/338/A338610.asm ; A338610: Integers m such that there exist one prime p and one positive integer k, for which the expression k^3 + k^2*p is a perfect cube m^3. ; Submitted by <NAME> ; 2,12,36,80,252,810,1100,1452,2366,2940,5202,12696,14400,16250,20412,22736,27900,33792,40460,52022,56316,70602,75852,93150...
libsrc/ctype/asm_isoob.asm
grancier/z180
8
41265
<gh_stars>1-10 ; asm_isoob ; 08.2009 aralbrec SECTION code_clib PUBLIC asm_isoob ; Used by tty drivers to identify out-of-band characters ; supplied by the keyboard. ; ; enter : a = char ; exit : z = oob char ; uses : f .asm_isoob cp $03 ; CTRL-C ret z cp $04 ...
oeis/170/A170734.asm
neoneye/loda-programs
11
41266
<gh_stars>10-100 ; A170734: Expansion of g.f.: (1+x)/(1-14*x). ; 1,15,210,2940,41160,576240,8067360,112943040,1581202560,22136835840,309915701760,4338819824640,60743477544960,850408685629440,11905721598812160,166680102383370240,2333521433367183360,32669300067140567040,457370200939967938560,6403182813159551139840,896445...
programs/oeis/035/A035600.asm
neoneye/loda
22
41267
; A035600: Number of points of L1 norm 6 in cubic lattice Z^n. ; 0,2,24,146,608,1970,5336,12642,27008,53154,97880,170610,284000,454610,703640,1057730,1549824,2220098,3116952,4298066,5831520,7796978,10286936,13408034,17282432,22049250,27866072,34910514,43381856,53502738,65520920,79711106,96376832,115852418,138504984,164...
workshop06/question06.asm
raymondsim/Computer-System
0
41268
<reponame>raymondsim/Computer-System // test header so that variables named in workshop // questions will have known addresses we can test @x @y @sum @ptr @numbers @arr // add your instructions after this line @x M=1 @10 D=A @y M=D @x D=M @y D=D+M @sum M=D
oeis/039/A039949.asm
neoneye/loda-programs
11
41269
<reponame>neoneye/loda-programs ; A039949: Primes of the form 30n - 13. ; Submitted by <NAME> ; 17,47,107,137,167,197,227,257,317,347,467,557,587,617,647,677,797,827,857,887,947,977,1097,1187,1217,1277,1307,1367,1427,1487,1607,1637,1667,1697,1787,1847,1877,1907,1997,2027,2087,2207,2237,2267,2297,2357,2417,2447,2477,265...
libsrc/_DEVELOPMENT/stdlib/c/sdcc_iy/_divu__callee.asm
jpoikela/z88dk
640
41270
<filename>libsrc/_DEVELOPMENT/stdlib/c/sdcc_iy/_divu__callee.asm<gh_stars>100-1000 ; void _divu__callee(divu_t *d, unsigned int numer, unsigned int denom) SECTION code_clib SECTION code_stdlib PUBLIC __divu__callee EXTERN asm__divu __divu__callee: pop af pop bc pop hl pop de push af jp asm__...
chap18/ex30/single_div_23.asm
JamesType/optimization-manual
374
41271
<filename>chap18/ex30/single_div_23.asm ; ; Copyright (C) 2021 by Intel Corporation ; ; Permission to use, copy, modify, and/or distribute this software for any ; purpose with or without fee is hereby granted. ; ; THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH ; REGARD TO THIS SOFTWARE IN...
oeis/119/A119622.asm
neoneye/loda-programs
11
41272
<reponame>neoneye/loda-programs ; A119622: Numbers n such that no group of order n is a Con-Cos group. ; Submitted by <NAME>(w1) ; 4,12,16,18,20,24,28,30,32,36,40 seq $0,56653 ; Composite numbers together with 1 but excluding 4. mul $0,27 sub $0,33 div $0,27 mul $0,2 add $0,4
c2000/C2000Ware_1_00_06_00/libraries/dsp/FixedPoint/c28/source/fir16_alt.asm
ramok/Themis_ForHPSDR
0
41273
;;############################################################################# ;;! \file source/fir16_alt.asm ;;! ;;! \brief Alternate 16-bit FIR filter ;;! ;;! \date Aug 11, 2014 ;;! ;; ;; Group: C2000 ;; Target Family: C28x ;; ;;####################################################################...
lab1/b.asm
AriaPahlavan/CompArch
0
41274
.ORIG x3000 LEA R0, LABEL LDB R1, R0, #0 LDW R1, R0, #0 STW R1, R0, #0 STB R1, R0, #0 HALT LABEL .FILL x4500 .END
programs/oeis/019/A019584.asm
karttu/loda
1
41275
<reponame>karttu/loda ; A019584: a(n) = n^2*(n-1)^3/4. ; 0,0,1,18,108,400,1125,2646,5488,10368,18225,30250,47916,73008,107653,154350,216000,295936,397953,526338,685900,882000,1120581,1408198,1752048,2160000,2640625,3203226,3857868,4615408,5487525,6486750,7626496,8921088,10385793,12036850,13891500,15968016,18285733,2086...
src/util/sprite/musi.asm
olifink/qspread
0
41276
<filename>src/util/sprite/musi.asm * * Sprite musspr * * Mode 4 * +--|----+ * | a | * | aa | * | a a| * | a a| * | a | * | a | * | a | * | aaaa | * -aaaaa - * | aaa | * +--|----+ * section sprite ...
std/disk.asm
SuperFola/project-E
16
41277
<gh_stars>10-100 %ifndef proj_e_disk_asm %define proj_e_disk_asm ; parameters sectors_per_track dw 18 heads_per_track dw 2 bytes_per_sector dw 512 drive_number dw 0 msg_error_reading_floppy db '[!] Error while reading floppy', 13, 10, 0 msg_error_writing_floppy db '[!] Error while writing to floppy', 13, ...
45/runtime/rt/llinit.asm
minblock/msdos
0
41278
<filename>45/runtime/rt/llinit.asm TITLE LLINIT - GW-BASIC Interface Initialization ;*** ; LLINIT.ASM - GW-BASIC Interface Initialization ; ; Copyright <C> 1986, Microsoft Corporation ; ;Purpose: ; ;****************************************************************************** INCLUDE switch.inc ;switch file [new] ...
programs/oeis/217/A217213.asm
neoneye/loda
22
41279
; A217213: 2*A002740(n). ; 0,0,0,4,30,168,840,3960,18018,80080,350064,1511640,6466460,27457584,115892400,486748080,2035917450,8485840800,35263382880,146157442200,604404010980,2494365759600,10275832148400,42264944401680,173588164506900,712027089322848,2917167840871200,11938779496898800 mov $1,$0 trn $0,2 mov $2,1 add $...
data/maps/objects/ViridianMart.asm
opiter09/ASM-Machina
1
41280
ViridianMart_Object: db $0 ; border block def_warps warp 3, 7, 1, LAST_MAP warp 4, 7, 1, LAST_MAP def_signs def_objects object SPRITE_CLERK, 0, 5, STAY, RIGHT, 1 ; person object SPRITE_YOUNGSTER, 5, 5, WALK, UP_DOWN, 2 ; person object SPRITE_COOLTRAINER_M, 3, 3, STAY, NONE, 3 ; person def_warps_to VIR...