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
Expr5/instruction/inst_mem.asm
Asudy/CompArch_Expr
0
121342
<gh_stars>0 lui $at 0x0000 ori $a0 $at 0x0050 jal 27 addi $a1 $zero 4 sw $v0 0($a0) lw $t1 0($a0) sub $t0 $t1 $a0 addi $a1 $zero 3 addi $a1 $a1 -1 ori $t0 $a1 0xFFFF xori $t0 $t0 0x5555 addi $t1 $zero -1 andi $t2 $t1 0xFFFF or $a2 $t2 $t1 xor $t0 $t2 $t1 and $a3 $t2 $a2 beq $a1 $zero 3 00000000 j 8 00000000 addi $a1 $z...
oeis/097/A097299.asm
neoneye/loda-programs
11
121343
<filename>oeis/097/A097299.asm ; A097299: Ninth column (m=8) of (1,6)-Pascal triangle A096956. ; Submitted by <NAME>(s2) ; 6,49,225,765,2145,5247,11583,23595,45045,81510,140998,234702,377910,591090,901170,1343034,1961256,2812095,3965775,5509075,7548255,10212345,13656825,18067725,23666175,30713436,39516444,50433900,6388...
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_21829_316.asm
ljhsiun2/medusa
9
121344
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r13 push %r14 push %r15 push %rbp push %rcx push %rdi push %rsi lea addresses_normal_ht+0xe846, %r14 nop nop nop nop nop add $61237, %r13 mov $0x6162636465666768, %rsi movq %rsi, %xmm2 movups %xmm2, (%r14) nop nop nop nop nop and %r11, %r11 lea addr...
oeis/162/A162356.asm
neoneye/loda-programs
11
121345
<reponame>neoneye/loda-programs ; A162356: a(n) = 8*a(n-1)-14*a(n-2) for n>1; a(0) = 2; a(1) = 9. ; Submitted by <NAME> ; 2,9,44,226,1192,6372,34288,185096,1000736,5414544,29306048,158644768,858873472,4649961024,25175459584,136304222336,737977344512,3995559643392,21632794323968,117124519584256,634137036138496 mov $1,3...
rom/tiles.asm
nullobject/de0-nano-matrix
2
121346
<gh_stars>1-10 ; __ __ __ __ __ __ ; /\ "-.\ \ /\ \/\ \ /\ \ /\ \ ; \ \ \-. \ \ \ \_\ \ \ \ \____ \ \ \____ ; \ \_\\"\_\ \ \_____\ \ \_____\ \ \_____\ ; \/_/ \/_/ \/_____/ \/_____/ \/_____/ ; ______ ______ __ ______ ______ ______ ; /\ __ \ /...
strchr.asm
Antoine340/minilibc-asm
0
121347
BITS 64 GLOBAL strchr:function strchr: push RBP mov RBP, RSP XOR RAX, RAX XOR RCX, RCX CMP RDI, 0 JZ error XOR R9, R9 MOV R9, RSI loop: CMP BYTE[RDI + RCX], R9B JZ end CMP BYTE[RDI + RCX], 0 JZ error INC RCX JMP loop error: XOR RAX, RAX XOR RCX, RCX LEAVE ret end: MOV RAX, RDI A...
Transynther/x86/_processed/NONE/_xt_sm_/i7-7700_9_0xca_notsx.log_21829_705.asm
ljhsiun2/medusa
9
121348
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r10 push %r12 push %r13 push %r9 push %rbp push %rcx push %rdi push %rsi lea addresses_UC_ht+0x42dc, %rbp nop nop inc %r9 mov $0x6162636465666768, %r10 movq %r10, %xmm0 vmovups %ymm0, (%rbp) nop nop nop sub $8654, %r12 lea addresses_WT_ht+0x19...
oeis/030/A030825.asm
neoneye/loda-programs
11
121349
<filename>oeis/030/A030825.asm ; A030825: [ exp(4/23)*n! ]. ; Submitted by <NAME> ; 1,2,7,28,142,856,5997,47978,431809,4318098,47499079,569988953,7409856398,103737989574,1556069843614,24897117497833,423250997463173,7618517954337125,144751841132405382,2895036822648107650 add $0,1 mov $2,1 lpb $0 mul $1,4 mul $2,$0 ...
programs/oeis/028/A028836.asm
jmorken/loda
1
121350
<filename>programs/oeis/028/A028836.asm<gh_stars>1-10 ; A028836: Iterated sum of digits of n is a power of 2. ; 1,2,4,8,10,11,13,17,19,20,22,26,28,29,31,35,37,38,40,44,46,47,49,53,55,56,58,62,64,65,67,71,73,74,76,80,82,83,85,89,91,92,94,98,100,101,103,107,109,110,112,116,118,119,121,125,127,128,130,134,136,137,139,143,...
oeis/166/A166633.asm
neoneye/loda-programs
11
121351
<reponame>neoneye/loda-programs ; A166633: Totally multiplicative sequence with a(p) = 3*(p-1) for prime p. ; Submitted by <NAME> ; 1,3,6,9,12,18,18,27,36,36,30,54,36,54,72,81,48,108,54,108,108,90,66,162,144,108,216,162,84,216,90,243,180,144,216,324,108,162,216,324,120,324,126,270,432,198,138,486,324,432,288,324,156,64...
Transynther/x86/_processed/AVXALIGN/_zr_/i9-9900K_12_0xca.log_13_1264.asm
ljhsiun2/medusa
9
121352
<filename>Transynther/x86/_processed/AVXALIGN/_zr_/i9-9900K_12_0xca.log_13_1264.asm .global s_prepare_buffers s_prepare_buffers: push %r12 push %r8 push %rax push %rbp push %rbx push %rcx push %rdi lea addresses_normal_ht+0x1dce9, %rcx clflush (%rcx) nop nop nop nop inc %r8 mov $0x6162636465666768, %r12 movq %r12, (%rc...
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0xca.log_18047_697.asm
ljhsiun2/medusa
9
121353
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r12 push %r14 push %r8 push %r9 push %rcx lea addresses_A_ht+0x1ea4f, %r11 nop nop cmp %r8, %r8 movb (%r11), %r9b and $46227, %rcx lea addresses_A_ht+0x1b34f, %r14 nop nop nop nop and %r12, %r12 and $0xffffffffffffffc0, %r14 vmovntdqa (%r14), %ymm4 ...
libsrc/_DEVELOPMENT/l/sdcc/__muluschar.asm
meesokim/z88dk
0
121355
<gh_stars>0 SECTION code_l_sdcc PUBLIC __muluschar EXTERN __mulsuchar_0 __muluschar: ; 8-bit mixed multiply ; ; enter : stack = multiplicand (byte), multiplicand (signed byte), ret ; ; exit : hl = 16-bit product ld hl,3 add hl,sp ld e,(hl) dec hl ld l,(hl) ex de,hl ...
DSP1C/snesCcompilerDSP1Test/vectors.asm
Phillip-May/snes-homebrew
11
121356
<gh_stars>10-100 ; SNES ROM startup code ;****************************************************************************** ;*** Define a special section in case most of the code is not in bank 0. *** ;****************************************************************************** STACK EQU $1fff ;CHANG...
challenges/alphabet position.asm
zakarialaoui10/HIGH-TO-LOW
18
121357
.data arr: .space 200 order: .space 200 br: .asciiz "\n" .text main:li $t0,0 read: li $v0,12 syscall ble $v0,64,i bge $v0,123,i ble $v0,90,maj min:subi $v1,$v0,96 b save maj:subi $v1,$v0,64 save:sb $v1,arr($t0) addi $t0,$t0,1 #compteur i:bne $v0,10,read la $s0,arr print: lb $s1,($s0) l...
target/cos_117/disasm/iop_overlay1/DKIOEX.asm
jrrk2/cray-sim
49
121358
0x0000 (0x000000) 0x100C- f:00010 d: 12 | A = 12 (0x000C) 0x0001 (0x000002) 0x2923- f:00024 d: 291 | OR[291] = A 0x0002 (0x000004) 0x2118- f:00020 d: 280 | A = OR[280] 0x0003 (0x000006) 0x2924- f:00024 d: 292 | OR[292] = A ...
oeis/277/A277825.asm
neoneye/loda-programs
11
121359
; A277825: a(n) = A048725(A065621(n)) = A048720(A065621(n),5). ; Submitted by <NAME> ; 5,10,27,20,57,54,39,40,125,114,99,108,65,78,95,80,245,250,235,228,201,198,215,216,141,130,147,156,177,190,175,160,485,490,507,500,473,470,455,456,413,402,387,396,417,430,447,432,277,282,267,260,297,294,311,312,365,354,371,380,337,350...
oeis/074/A074552.asm
neoneye/loda-programs
11
121360
; A074552: a(n) = 3^n + 5^n + 7^n. ; Submitted by <NAME>(s1.) ; 3,15,83,495,3107,20175,134003,903855,6161987,42326415,292299923,2026332015,14085959267,98111307855,684331371443,4778093436975,33385561506947,233393582580495,1632228682596563,11417969833962735,79887637216037027,559022711701840335,3912205265755063283,2738066...
gfx/pokemon/anim_pointers.asm
Dev727/ancientplatinum
28
121361
AnimationPointers: dw BulbasaurAnimation dw IvysaurAnimation dw VenusaurAnimation dw CharmanderAnimation dw CharmeleonAnimation dw CharizardAnimation dw SquirtleAnimation dw WartortleAnimation dw BlastoiseAnimation dw CaterpieAnimation dw MetapodAnimation dw ButterfreeAnimation dw WeedleAnimation dw Kakun...
transformy/tables/gen/0035.asm
mborik/regression
3
121362
<filename>transformy/tables/gen/0035.asm xor a ld d,a ld e,a ld (basescradr + #06cc), de ld (basescradr + #00ee), a ld (basescradr + #01ef), a ld (basescradr + #0949), a ld (basescradr + #0a49), a ld (basescradr + #0ac9), a ld (basescradr + #0ad6), a ld (basescradr + #0cd6), a ld (basescradr + #...
_build/dispatcher/jmp_ippsPrimeGet_BN_d5b6bcad.asm
zyktrcn/ippcp
1
121363
<filename>_build/dispatcher/jmp_ippsPrimeGet_BN_d5b6bcad.asm extern m7_ippsPrimeGet_BN:function extern n8_ippsPrimeGet_BN:function extern y8_ippsPrimeGet_BN:function extern e9_ippsPrimeGet_BN:function extern l9_ippsPrimeGet_BN:function extern n0_ippsPrimeGet_BN:function extern k0_ippsPrimeGet_BN:function extern ippcpJu...
programs/oeis/317/A317336.asm
jmorken/loda
1
121364
; A317336: a(n) = A317333(n) - 8*n. ; -7,-10,-10,-7,-10,-10,-7,-7,-10,-10,-10,-7,-7,-10,-7,-7,-10,-10,-10,-7,-10,-10,-7,-7,-7,-10,-10,-7,-7,-10,-7,-7,-10,-10,-10,-7,-10,-10,-7,-7,-10,-10,-10,-7,-7,-10,-7,-7,-7,-10,-10,-7,-10,-10,-7,-7,-7,-10,-10,-7,-7,-10,-7,-7,-10,-10,-10,-7,-10,-10,-7,-7,-10,-10,-10,-7,-7,-10,-7,-7,-...
oeis/315/A315686.asm
neoneye/loda-programs
11
121365
<gh_stars>10-100 ; A315686: Coordination sequence Gal.6.209.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,17,22,27,33,38,43,48,54,60,66,72,77,82,87,93,98,103,108,114,120,126,132,137,142,147,153,158,16...
release/src/router/gmp/source/mpn/x86/k6/k62mmx/lshift.asm
zhoutao0712/rtn11pb1
184
121366
dnl AMD K6-2 mpn_lshift -- mpn left shift. dnl Copyright 1999, 2000, 2002 Free Software Foundation, Inc. dnl 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 dnl modify it under the terms of the GNU Lesser General Public License as dnl publi...
programs/oeis/014/A014162.asm
jmorken/loda
1
121367
<reponame>jmorken/loda ; A014162: Apply partial sum operator thrice to Fibonacci numbers. ; 0,1,4,11,25,51,97,176,309,530,894,1490,2462,4043,6610,10773,17519,28445,46135,74770,121115,196116,317484,513876,831660,1345861,2177872,3524111,5702389,9226935,14929789,24157220,39087537,63245318,102333450,165579398,267913514,433...
PRG/objects/C80B.asm
narfman0/smb3_pp1
0
121368
.byte $01 ; Unknown purpose .byte OBJ_BUZZYBEATLE, $12, $0D .byte OBJ_BUZZYBEATLE, $16, $0D .byte OBJ_GREENPIRANHA, $19, $11 .byte OBJ_GREENPIRANHA_FLIPPED, $26, $09 .byte OBJ_GREENPIRANHA_FLIPPED, $2B, $05 .byte OBJ_GREENPIRANHA, $2B, $0B .byte OBJ_BUZZYBEATLE, $28, $0C .byte OBJ_BUZZYBEATLE, $2A, $0C .byte...
libsrc/sos/get_sos_model.asm
jpoikela/z88dk
640
121369
<reponame>jpoikela/z88dk<filename>libsrc/sos/get_sos_model.asm ; ; S-OS specific routines ; by <NAME>, 2013 ; ;; int get_sos_model() ; ; $Id: get_sos_model.asm,v 1.3 2016-06-19 20:58:00 dom Exp $ ; SECTION code_clib PUBLIC get_sos_model PUBLIC _get_sos_model get_sos_model: _get_s...
day22/inthandler.asm
ghosind/HariboteOS
11
121370
<reponame>ghosind/HariboteOS [BITS 32] GLOBAL asm_int_handler0c, asm_int_handler0d, asm_int_handler20 GLOBAL asm_int_handler21, asm_int_handler27, asm_int_handler2c EXTERN int_handler0c, int_handler0d, int_handler20, int_handler21 EXTERN int_handler27, int_handler2c asm_int_handler0c: STI PUSH ES ...
Rootkits/vault/vipinkumar/boot kit/bootkit.asm
dendisuhubdy/grokmachine
46
121371
<reponame>dendisuhubdy/grokmachine ;Authors: <NAME> & <NAME> ;NOTE:- We are not respomsible for anything.Use at your own risk ;If you develop anything using this code, please remember to give necessary credit to the authors cli xor bx,bx mov ss,bx mov [ss:0x7bfe],sp mov sp,0x7bfe ...
programs/oeis/014/A014334.asm
karttu/loda
0
121372
<reponame>karttu/loda ; A014334: Exponential convolution of Fibonacci numbers with themselves. ; 0,0,2,6,22,70,230,742,2406,7782,25190,81510,263782,853606,2762342,8939110,28927590,93611622,302933606,980313702,3172361830,10265978470,33221404262,107506722406,347899061862,1125825013350,3643246274150,11789792601702,3815257...
libsrc/target/laser500/gencon/generic_console_vpeek.asm
jpoikela/z88dk
640
121373
<filename>libsrc/target/laser500/gencon/generic_console_vpeek.asm SECTION code_clib PUBLIC generic_console_vpeek EXTERN __laser500_mode EXTERN generic_console_xypos EXTERN generic_console_font32 EXTERN generic_console_udg32 EXTERN screendollar EXTERN ...
string.asm
deephooloovoo/lisp8x
8
121375
<reponame>deephooloovoo/lisp8x StringInput: .echoln "si ",$ ;Input ;hl -> where to save input ;b = max characters ;currow,curcol = cursor location ;Output ;hl is preserved ;bc = number of characters inputted push hl ld de,(curRow) push de set curAble,(IY+curFlags) ld c,b ;c = backup o...
apps/FFmpeg-release-4.3/libswscale/x86/yuv_2_rgb.asm
agdomacena2/mtcp
30
121376
;****************************************************************************** ;* software YUV to RGB converter ;* ;* Copyright (C) 2001-2007 <NAME> ;* (c) 2010 <NAME> ;* ;* This file is part of FFmpeg. ;* ;* FFmpeg is free software; you can redistribute it and/or ;* modify it under the terms of the GNU Less...
3-blink/blink.asm
matthew-macgregor/avr-assembly-examples
0
121377
<reponame>matthew-macgregor/avr-assembly-examples<filename>3-blink/blink.asm ; blink.asm ; from: https://www.instructables.com/Command-Line-Assembly-Language-Programming-for-Ard/ ; constants ; ------------------------------------------------------ ; Normally, we'd use the include file for these constants: ; .include ...
trunk/win/lib/openssl-1.0.1e/tmp32/des-586.asm
chundonglinlin/srs.win
9
121378
<reponame>chundonglinlin/srs.win<gh_stars>1-10 TITLE des-586.asm IF @Version LT 800 ECHO MASM version 8.00 or later is strongly recommended. ENDIF .486 .MODEL FLAT OPTION DOTNAME IF @Version LT 800 .text$ SEGMENT PAGE 'CODE' ELSE .text$ SEGMENT ALIGN(64) 'CODE' ENDIF PUBLIC _DES_SPtrans ALIGN 16 __x86_DES...
Object/Optimized/Fire/DemoFrameWork.asm
collinsmichael/spartan
16
121379
; Listing generated by Microsoft (R) Optimizing Compiler Version 18.00.40629.0 TITLE C:\Users\cex123\Desktop\XXXXX\osdev\osdev-211\Source\Applications\DemoFrameWork.c .686P .XMM include listing.inc .model flat INCLUDELIB MSVCRT INCLUDELIB OLDNAMES _DATA SEGMENT COMM __fltused:DWORD _DATA ENDS PUB...
libsrc/_DEVELOPMENT/arch/zxn/esxdos/c/sccz80/esx_f_opendir_ex_callee.asm
jpoikela/z88dk
640
121381
<gh_stars>100-1000 ; unsigned char esx_f_opendir_ex(unsigned char *dirname,uint8_t mode) SECTION code_esxdos PUBLIC esx_f_opendir_ex_callee EXTERN asm_esx_f_opendir_ex esx_f_opendir_ex_callee: pop hl pop bc ex (sp),hl ld b,c jp asm_esx_f_opendir_ex ; SDCC bridge for Classic IF __CLASSIC PUBLIC ...
Digital Systems 3/Lab62/lab62.asm
simonbrennan/PicMicroASM
1
121382
<gh_stars>1-10 ; ********************************************************** ; * Name : <NAME> * ; * Student Number : 2021282 * ; * Date : 21/03/2003 * ; * Assignment No : LAB5.asm * ; * Description : This program is a 8 bit binary counter * ; * that counts in 8421 code, through portd...
tests/vice-tests/VIC20/via_t1irqack/bandits.asm
PhylumChordata/chips-test
330
121383
!convtab pet !cpu 6510 ;expanded=0 ; +8k VICCOLSVADDRHI = $9002 VICRASTERLINE = $9004 VICCHARADDR = $9005 VICOSC1FREQ = $900A VICOSC2FREQ = $900B VICOSC3FREQ = $900C VICNOISEFREQ = $900D VICVOLAUXCOL = $900E VICBGBORDERCOL = $900F !if (VIA=1) { VIABASE = $9110 } else { V...
programs/oeis/214/A214864.asm
karttu/loda
0
121384
<reponame>karttu/loda ; A214864: Numbers n such that n XOR 10 = n - 10. ; 10,11,14,15,26,27,30,31,42,43,46,47,58,59,62,63,74,75,78,79,90,91,94,95,106,107,110,111,122,123,126,127,138,139,142,143,154,155,158,159,170,171,174,175,186,187,190,191,202 mov $3,$0 add $0,7 mov $4,1 lpb $0,1 trn $0,2 mov $1,$4 add $2,6 ...
test/rtlfile/rtlfile.asm
orlandol/origow32
1
121385
CPU 386 BITS 32 segment .text use32 %include "rtl.inc" run: ..start: push ebp mov ebp, esp call InitRTL push testingCreate call echostring nop call TestCreate push testingUpdate call echostring nop call TestUpdate push testingOpen call echostrin...
s2/sfx-original/CA - Special Stage Entry.asm
Cancer52/flamedriver
9
121386
<filename>s2/sfx-original/CA - Special Stage Entry.asm Sound4A_SpecStageEntry_Header: smpsHeaderStartSong 2 smpsHeaderVoice Sound4A_SpecStageEntry_Voices smpsHeaderTempoSFX $01 smpsHeaderChanSFX $01 smpsHeaderSFXChannel cFM5, Sound4A_SpecStageEntry_FM5, $00, $02 ; FM5 Data Sound4A_SpecStageEntry_FM5: smp...
tests/rule_arg_typed.asm
clubby789/customasm
1
121387
<reponame>clubby789/customasm ; ::: include #ruledef test { ld {x: u8} => 0x55 @ x } ; ::: ld 0 ; = 0x5500 ; ::: ld 12 ; = 0x550c ; ::: ld 6 * 2 ; = 0x550c ; ::: ld 0xc ; = 0x550c ; ::: ld 0xff ; = 0x55ff ; ::: ld 255 ; = 0x55ff ; ::: ld 0x001 ; = 0x5501 ; ::: x = 0xff ld x ; = 0x55ff ; ::: ld x ; = 0x55ff x = 0x...
examples/asm/spi_7_segment_display.asm
nickgammon/G-Pascal
7
121388
<reponame>nickgammon/G-Pascal jmp begin ;--------------------------------------------- ; MAX7219 registers ;--------------------------------------------- MAX7219_REG_NOOP = $00 ; No operation - used for cascading multiple chips MAX7219_REG_DIGIT0 = $01 ; Write to digit 1 MAX7219_REG_DIGIT1 = $02...
Transynther/x86/_processed/AVXALIGN/_ht_zr_/i7-7700_9_0xca.log_21829_554.asm
ljhsiun2/medusa
9
121389
.global s_prepare_buffers s_prepare_buffers: push %r12 push %r8 push %rbp push %rcx push %rdi push %rdx push %rsi lea addresses_UC_ht+0x7dc2, %rsi lea addresses_normal_ht+0xd5c2, %rdi clflush (%rsi) nop nop nop cmp $57243, %rdx mov $50, %rcx rep movsb add $31720, %rdx lea addresses_normal_ht+0x1ab42, %rdx nop nop sub %...
tests/test13.asm
JiahaoChenConor/COMP2017-Virtual_Machine
0
121391
<filename>tests/test13.asm FUNC LABEL 0 MOV STK A VAL 10 REF STK B STK A REF REG 0 PTR B MOV STK C REG 0 PRINT PTR C RET
drlvm/vm/port/src/signals/win/signals_asm_em64t.asm
sirinath/Harmony
8
121393
; Licensed to the Apache Software Foundation (ASF) under one or more ; contributor license agreements. See the NOTICE file distributed with ; this work for additional information regarding copyright ownership. ; The ASF licenses this file to You under the Apache License, Version 2.0 ; (the "License"); you may not...
roms/tests/joy/dma_sync_test_v2/dma_sync_test.asm
MrKOSMOS/ANESE
349
121396
; ----------------------------------- NES 2.0 Header ----------------------------------- .byte $4E, $45, $53, $1A .byte 1 ; number of 16K PRG-ROM banks .byte 0 ; number of 8K CHR-ROM banks .byte $00 ; flags 6 (NROM, horizontal mirroring) .byte $08 ; flags 7 (NROM, NES 2.0 enabled) .byte $00 ; NES 2.0 extended map...
oeis/156/A156639.asm
neoneye/loda-programs
11
121397
; A156639: a(n) = 169*n^2 - 140*n + 29. ; 58,425,1130,2173,3554,5273,7330,9725,12458,15529,18938,22685,26770,31193,35954,41053,46490,52265,58378,64829,71618,78745,86210,94013,102154,110633,119450,128605,138098,147929,158098,168605,179450,190633,202154,214013,226210,238745,251618,264829,278378,292265,306490,321053,33595...
binutils-2.21.1/gcc-4.5.1/gcc/config/rs6000/e500crtres64gprctr.asm
cberner12/xv6
51
121398
/* * Special support for e500 eabi and SVR4 * * Copyright (C) 2008, 2009 Free Software Foundation, Inc. * Written by <NAME> * * This file is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the * Free Software Foundation; either ver...
audio/sfx/teleport_exit1_1.asm
opiter09/ASM-Machina
1
121399
<filename>audio/sfx/teleport_exit1_1.asm SFX_Teleport_Exit1_1_Ch5: duty_cycle 1 pitch_sweep 1, 7 square_note 15, 13, 7, 1280 square_note 15, 11, 7, 1408 square_note 15, 8, 7, 1536 square_note 15, 4, 7, 1664 square_note 15, 1, 7, 1792 pitch_sweep 0, 8 sound_ret
programs/oeis/179/A179403.asm
jmorken/loda
1
121400
<reponame>jmorken/loda ; A179403: Number of ways to place 2 nonattacking kings on an n X n toroidal board. ; 0,0,0,56,200,486,980,1760,2916,4550,6776,9720,13520,18326,24300,31616,40460,51030,63536,78200,95256,114950,137540,163296,192500,225446,262440,303800,349856,400950,457436,519680,588060,662966,744800,833976,930920...
src/mods/fix_score_logging_typo.asm
mvdhout1992/ts-patches
33
121401
%include "macros/patch.inc" ; Fixes Westwood typo in DTA/TI/TS.log score logging, ; they write "Losser" instead of "Loser" @SET 0x0070538B, {db 0x65} @SET 0x0070538C, {db 0x72} @SET 0x0070538D, {db 0x00}
src/z3/randomizer/dialog.asm
PJBoy/alttp_sm_combo_randomizer_rom
31
121402
;================================================================================ ; Dialog Pointer Override ;-------------------------------------------------------------------------------- DialogOverride: LDA $7F5035 : BEQ .skip LDA $7F5700, X ; use alternate buffer RTL .skip LDA $7F1200, X RTL ;---------------...
libsrc/psg/attache/set_psg_callee.asm
jpoikela/z88dk
38
121404
<gh_stars>10-100 ; ; Otrona Attachè specific routines ; ; int set_psg(int reg, int val); ; ; Play a sound by PSG ; ; ; $Id: set_psg_callee.asm $ ; SECTION code_clib PUBLIC set_psg_callee PUBLIC _set_psg_callee PUBLIC ASMDISP_SET_PSG_CALLEE set_psg_callee: _set_psg_callee: pop hl ; Register Number ...
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_21829_1647.asm
ljhsiun2/medusa
9
121405
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r13 push %r15 push %r9 push %rcx push %rdi push %rsi lea addresses_WT_ht+0x1342f, %r15 nop add $16518, %rcx vmovups (%r15), %ymm4 vextracti128 $1, %ymm4, %xmm4 vpextrq $0, %xmm4, %rsi cmp %r9, %r9 lea addresses_UC_ht+0xc9af, %r11 nop dec %r13 movups...
Data/ships/Monitor.asm
ped7g/EliteNext
0
121407
Monitor: DB $04, $36, $00 DW MonitorEdges DB MonitorEdgesSize DB $00, $2A DB MonitorVertSize DB MonitorEdgesCnt DB $01, $90 DB MonitorNormal...
oeis/133/A133417.asm
neoneye/loda-programs
11
121408
<reponame>neoneye/loda-programs<filename>oeis/133/A133417.asm ; A133417: a(n) = sqrt(2*(P(n)^4 + 16*P(n+1)^4 + P(n+2)^4)), where P() = Pell numbers A000129. ; 2,8,42,248,1442,8408,49002,285608,1664642,9702248,56548842,329590808,1920996002,11196385208,65257315242,380347506248,2216827722242,12920618827208,75306885241002,...
source/texmap/tmapfade.asm
arbruijn/d2gl
0
121409
<reponame>arbruijn/d2gl ; THE COMPUTER CODE CONTAINED HEREIN IS THE SOLE PROPERTY OF PARALLAX ; SOFTWARE CORPORATION ("PARALLAX"). PARALLAX, IN DISTRIBUTING THE CODE TO ; END-USERS, AND SUBJECT TO ALL OF THE TERMS AND CONDITIONS HEREIN, GRANTS A ; ROYALTY-FREE, PERPETUAL LICENSE TO SUCH END-USERS FOR USE BY SUCH EN...
programs/oeis/253/A253515.asm
jmorken/loda
1
121410
; A253515: Count down from 2*k to 1, then from 2*(k+1) to 1 and so on. ; 2,1,4,3,2,1,6,5,4,3,2,1,8,7,6,5,4,3,2,1,10,9,8,7,6,5,4,3,2,1,12,11,10,9,8,7,6,5,4,3,2,1,14,13,12,11,10,9,8,7,6,5,4,3,2,1,16,15,14,13,12,11,10,9,8,7,6,5,4,3,2,1,18,17,16,15,14,13,12,11,10,9,8,7,6,5,4,3,2,1,20,19,18,17,16,15,14,13,12,11,10,9,8,7,6,5...
Transynther/x86/_processed/AVXALIGN/_ht_st_zr_un_sm_/i3-7100_9_0x84_notsx.log_8470_501.asm
ljhsiun2/medusa
9
121411
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r12 push %r13 push %rax push %rcx push %rdi push %rdx push %rsi lea addresses_WC_ht+0x18ea6, %rdx nop nop nop nop xor %rsi, %rsi movw $0x6162, (%rdx) nop nop nop nop xor $57364, %r13 lea addresses_D_ht+0x12a46, %r12 nop sub $2642, %rax mov (%r12), %r13 and $2...
Transynther/x86/_processed/NONE/_ht_un_/i9-9900K_12_0xa0.log_21829_487.asm
ljhsiun2/medusa
9
121412
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r12 push %rax push %rbp push %rcx push %rdi push %rsi lea addresses_A_ht+0x12db8, %r12 nop nop and $26596, %rdi mov $0x6162636465666768, %r11 movq %r11, %xmm7 and $0xffffffffffffffc0, %r12 movntdq %xmm7, (%r12) nop nop and %r10, %r10 lea addresses_n...
patch.asm
OldGames/CaliforniaGamesPatch
0
121413
<filename>patch.asm ;Start of Patch.ASM Code Segment Byte Public Assume Cs:Code, Ds:Code Org 100h ; ; California Games TSR Patch ; See problem statement here: http://www.vogons.org/viewtopic.php?t=12251 ; Patch hooks INT21/25 and waits for game to try and hook INT16. It then saves ; the game's ...
sobel_filter.asm
EdTheBass/asm_tutorial
97
121414
<reponame>EdTheBass/asm_tutorial bits 64 default rel segment .text ;extern ExitProcess ;extern _CRT_INIT ; global main global sobel ; Refer to the NASM documentation for how this macro works. %macro multipush 1-* ; Variadic macro that accepts any number of arguments. %rep %0 ; ...
src/ppu/m3_window_timing.asm
gb-archive/mealybug-tearoom-tests
37
121415
<reponame>gb-archive/mealybug-tearoom-tests ; Copyright (C) 2018 <NAME> <<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 right...
Transynther/x86/_processed/US/_zr_/i7-7700_9_0xca.log_21829_1102.asm
ljhsiun2/medusa
9
121417
<reponame>ljhsiun2/medusa<filename>Transynther/x86/_processed/US/_zr_/i7-7700_9_0xca.log_21829_1102.asm .global s_prepare_buffers s_prepare_buffers: push %r10 push %r12 push %r13 push %r14 push %r15 push %r8 push %r9 push %rcx push %rdi push %rsi lea addresses_UC_ht+0x1cd5b, %r9 nop nop nop nop nop cmp $2355, %r15 mov ...
MOS/kernel.asm
Mishin870/MOS
1
121418
<filename>MOS/kernel.asm<gh_stars>1-10 ;16-битная адресация, пока мы находимся в реальном режиме use16 org 500h start: jmp 0x0000:ent ;теперь CS=0, IP=7C00h ent: mov ax, cs mov ds, ax ;открыть A20 in al, 0x92 or al, 2 out 0x92, al ;**************************** ;Настройка VESA mov ax, 4f01h mov di, Mode_Inf...
oeis/175/A175919.asm
neoneye/loda-programs
11
121419
<reponame>neoneye/loda-programs ; A175919: Convert n to binary. XOR each respective digit of binary n and binary A030101(n), where A030101(n) is the reversal of the order of the digits in the binary representation of n (given in decimal). a(n) is the decimal value of the result. ; Coded manually 2021-09-25 by <NAME>, h...
src/attribs.asm
mp81ss/dos16lfn
2
121421
.8086 .model large, C include dos16l_.inc ; int get_attrib16l(const char* filename, int* p_attribs); public get_attrib16l ; int set_attrib16l(const char* filename, int attribs); public set_attrib16l .CODE get_attrib16l PROC USES bx ds filename:DWORD, p_attribs:DWORD IS_NULL_PTR filename ...
lib/writec.asm
argymouz/alan-compiler
0
121423
; void writeChar (char c); ; ------------------------ ; This function prints a character to the standard output. section .code global _writeChar _writeChar push rbp mov rbp, rsp or dil, dil jz ok normal: sub rsp, 2 ...
loaders_patches_etc/init_and_cheat_bubbler.asm
alexanderbazhenoff/zx-spectrum-various
0
121424
ORG 25000 DI LD SP,#5E00 LD B,#FF BRDM PUSH BC LD A,B LD (PAUPAR+1),A LD L,#40 LD A,R AND #3F LD H,A BRD LD A,R XOR (HL) OUT (#FE),A XOR A OUT (#FE),A LD A,R XOR (HL) PAUPAR AND 0 ...
MySource/PRACTICE 2.asm
mdabdullahibnaharun/Assembly-Language
0
121425
.MODEL SMALL .STACK 100H .DATA ;VARIABLES SEGMENT NUM DB 49 CHAR DB 'A' MSG DB "MY NAME IS ABDULLAH $" .CODE ;CODE SEGMENT MAIN PROC ;INT MAIN ;CODE SEGMENT MOV AX , @DATA MOV DS , AX MOV AH , 2 MOV DL , NUM INT 21H ;N...
Transynther/x86/_processed/P/_zr_/i3-7100_9_0x84_notsx.log_1_2637.asm
ljhsiun2/medusa
9
121426
<reponame>ljhsiun2/medusa<filename>Transynther/x86/_processed/P/_zr_/i3-7100_9_0x84_notsx.log_1_2637.asm .global s_prepare_buffers s_prepare_buffers: push %r15 push %rax push %rbp push %rbx push %rcx push %rsi lea addresses_WC_ht+0x19833, %r15 nop sub %rbp, %rbp movw $0x6162, (%r15) nop nop nop sub $19160, %rbx lea add...
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_2253.asm
ljhsiun2/medusa
9
121427
<filename>Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_2253.asm .global s_prepare_buffers s_prepare_buffers: push %r12 push %r13 push %rax push %rbx push %rcx push %rdi push %rsi lea addresses_WC_ht+0x3f3e, %rsi lea addresses_UC_ht+0xb91e, %rdi nop sub %rbx, %rbx mov $33, %rcx rep movsq dec %r12 ...
assembly/08/digitsum.asm
mahzoun/programs
0
121429
section .data number dw 1234 section .text global _start _start: mov ax, [number] xor r8, r8 ;result will be in r8 mov cx, 10 do: xor rdx, rdx div cx add r8, rdx cmp ax, 0 jne do exit: mov ebx, 0 mov eax, 1 int 80h
Transynther/x86/_processed/NC/_zr_/i9-9900K_12_0xa0_notsx.log_21829_162.asm
ljhsiun2/medusa
9
121430
<filename>Transynther/x86/_processed/NC/_zr_/i9-9900K_12_0xa0_notsx.log_21829_162.asm .global s_prepare_buffers s_prepare_buffers: push %r12 push %r14 push %r8 push %r9 push %rcx push %rdi push %rdx push %rsi lea addresses_normal_ht+0x1acd0, %r8 nop nop add $63376, %r14 vmovups (%r8), %ymm1 vextracti128 $0, %ymm1, %xmm...
data/maps/objects/CeladonMart3F.asm
opiter09/ASM-Machina
1
121431
CeladonMart3F_Object: db $f ; border block def_warps warp 12, 1, 0, CELADON_MART_4F warp 16, 1, 1, CELADON_MART_2F warp 1, 1, 0, CELADON_MART_ELEVATOR def_signs sign 2, 4, 6 ; CeladonMart3Text6 sign 3, 4, 7 ; CeladonMart3Text7 sign 5, 4, 8 ; CeladonMart3Text8 sign 6, 4, 9 ; CeladonMart3Text9 si...
08/ProgramFlow/BasicLoop/BasicLoop.asm
SummerLife/building-my-computer
10
121432
@0 D=A @SP A=M M=D @SP M=M+1 @SP M=M-1 @0 D=A @LCL A=D+M D=A @R13 M=D @SP A=M D=M @R13 A=M M=D (LOOP_START) @0 D=A @ARG A=D+M D=M @SP A=M M=D @SP M=M+1 @0 D=A @LCL A=D+M D=M @SP A=M M=D @SP M=M+1 @SP M=M-1 @SP A=M D=M @SP M=M-1 @SP A=M M=M+D @SP M=M+1 @SP M=M-1 @0 D=A @LCL A=D+M D=A @R13 M=D @SP A=M D=M @R13 A=M M=D @...
target/cos_117/disasm/iop_overlay1/EDINST.asm
jrrk2/cray-sim
49
121433
0x0000 (0x000000) 0x1001- f:00010 d: 1 | A = 1 (0x0001) 0x0001 (0x000002) 0x2921- f:00024 d: 289 | OR[289] = A 0x0002 (0x000004) 0x2121- f:00020 d: 289 | A = OR[289] 0x0003 (0x000006) 0x8416- f:00102 d: 22 | P = P + 22 (0x0019), A = 0 ...
1-source-files/main-sources/aviator-disc.asm
markmoxon/aviator-beebasm
8
121434
<filename>1-source-files/main-sources/aviator-disc.asm \ ****************************************************************************** \ \ AVIATOR DISC IMAGE SCRIPT \ \ Aviator was written by <NAME> and is copyright Acornsoft 1983 \ \ The code on this site has been reconstructed from a disassembly of the \ original ga...
src/isa/avx2/masm/vrda_sin_fma3.asm
jepler/aocl-libm-ose
66
121435
; ; Copyright (C) 2008-2020 Advanced Micro Devices, Inc. All rights reserved. ; ; Redistribution and use in source and binary forms, with or without modification, ; are permitted provided that the following conditions are met: ; 1. Redistributions of source code must retain the above copyright notice, ; this list...
tests/programs/Mult.asm
fredmorcos/has
0
121436
// Multiplies R0 and R1 and stores the result in R2. // (R0, R1, R2 refer to RAM[0], RAM[1], and RAM[2], respectively.) @R2 // Init the result to 0 M=0 (LOOP) @R0 // If R0 == 0 we're done (jump to END) D=M @END D;JEQ ...
programs/oeis/176/A176642.asm
neoneye/loda
22
121437
<filename>programs/oeis/176/A176642.asm ; A176642: Triangle T(n, k) = 8^(k*(n-k)), read by rows. ; 1,1,1,1,8,1,1,64,64,1,1,512,4096,512,1,1,4096,262144,262144,4096,1,1,32768,16777216,134217728,16777216,32768,1,1,262144,1073741824,68719476736,68719476736,1073741824,262144,1,1,2097152,68719476736,35184372088832,281474976...
libsrc/_DEVELOPMENT/arch/zx/misc/c/sdcc_iy/zx_scroll_wc_up_callee.asm
teknoplop/z88dk
0
121440
; void zx_scroll_wc_up_callee(struct r_Rect8 *r, uchar rows, uchar attr) SECTION code_clib SECTION code_arch PUBLIC _zx_scroll_wc_up_callee EXTERN asm_zx_scroll_wc_up _zx_scroll_wc_up_callee: pop hl pop ix pop de ex (sp),hl jp asm_zx_scroll_wc_up
Tools/System/View.asm
jaredwhitney/os3
5
121442
[bits 32] WHITE equ 0xFF GREEN equ 0xC PINK equ 0x17 BLUE equ 0x30 ORANGE equ 0xF ; NEEDS REWORK! View.init : pusha call ProgramManager.getProgramNumber mov [View.pnum], bl call Window.create ; WILL NOT WORK mov [View.buffer], ecx mov [View.windowBuffer], ebx popa ret View.file : ; ebx contains file name pu...
programs/oeis/176/A176841.asm
neoneye/loda
22
121443
<filename>programs/oeis/176/A176841.asm ; A176841: a(n) is the number of iterations of f(n) = n-phi(tau(n)) needed to reach 1. ; 0,1,2,2,3,3,4,4,5,5,6,6,7,7,8,7,8,8,9,9,10,10,11,10,12,11,13,12,13,12,13,13,14,14,15,13,14,14,15,14,15,15,16,16,17,17,18,17,19,18,20,19,20,19,21,20,22,21,22,21,22,22,23,22,24,23,24,24,25,24,2...
Codes/Chapter08/P03/P08-03.asm
ar-ekt/Dandamudi-Assembly-Solutions
8
121444
;modified version of Program 8.1: Linear search of an integer array ;this program uses the selection sort procedure from Program 8.2 global _start extern ExitProcess %include "lib.h" MAX_SIZE EQU 100 section .data input_prompt db "Please enter input array (negative number terminates input):", 0 query_number...
programs/oeis/254/A254594.asm
jmorken/loda
1
121445
; A254594: Expansion of 1 / ((1 - x^2)^2 * (1 - x^3) * (1 - x^4)) in powers of x. ; 1,0,2,1,4,2,7,4,11,7,16,11,23,16,31,23,41,31,53,41,67,53,83,67,102,83,123,102,147,123,174,147,204,174,237,204,274,237,314,274,358,314,406,358,458,406,514,458,575,514,640,575,710,640,785,710,865,785,950,865,1041,950,1137,1041,1239,1137,1...
code/5/ex2.asm
GeekHades1/AssemblyCode
1
121446
; 复制 mov ax, 4c00h之前的指令到 0200:0 中 assume cs:code code segment mov ax, cs ; 填空 mov ds, ax mov ax, 0020h mov es, ax mov bx, 0 mov cx, 17h ; 填空 s: mov al, [bx] mov es:[bx], al inc bx loop s mov ax, 4c00h int 21h code ends end
Bootloader/Legacy/Two.asm
bitPanG98/SillyOS
1
121447
; 3===========================================================D ; @File: two.asm ; @Path: /Bootloader/x86_64/Legacy ; @Authors: KeyboardMayCry ; @Descriptions: ; ; @Updates: ; 12 Jan 2018 || KeyboardMayCry || File Created. ; 3====================================================...
constants/cry_constants.asm
pokeachromicdevs/pokeoctober
1
121449
; Cries indexes (see audio/cry_pointers.asm) const_def ; gen 1 const CRY_NIDORAN_M const CRY_NIDORAN_F const CRY_SLOWPOKE const CRY_KANGASKHAN const CRY_CHARMANDER const CRY_GRIMER const CRY_VOLTORB const CRY_MUK const CRY_ODDISH const CRY_RAICHU const CRY_NIDOQUEEN const CRY_DIGLETT const CRY_SEEL cons...
fiat-amd64/17.71_ratio10643_seed3175310705764234_mul_poly1305.asm
dderjoel/fiat-crypto
491
121450
<reponame>dderjoel/fiat-crypto SECTION .text GLOBAL mul_poly1305 mul_poly1305: sub rsp, 0x30 ; last 0x30 (6) for Caller - save regs mov [ rsp + 0x0 ], rbx; saving to stack mov [ rsp + 0x8 ], rbp; saving to stack mov [ rsp + 0x10 ], r12; saving to stack mov [ rsp + 0x18 ], r13; saving to stack mov [ rsp + 0x20 ], r14;...
Transynther/x86/_processed/AVXALIGN/_st_/i9-9900K_12_0xca_notsx.log_21829_713.asm
ljhsiun2/medusa
9
121451
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r12 push %r9 push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_WT_ht+0x1c5a, %r9 nop nop nop nop nop lfence movb (%r9), %cl nop nop nop inc %r12 lea addresses_WC_ht+0x1b2ca, %r10 add %rcx, %rcx mov $0x6162636465666768, %rdx movq %rdx, %xmm3 vmov...
oeis/332/A332151.asm
neoneye/loda-programs
11
121452
<reponame>neoneye/loda-programs ; A332151: a(n) = 5*(10^(2*n+1)-1)/9 - 4*10^n. ; Submitted by <NAME> ; 1,515,55155,5551555,555515555,55555155555,5555551555555,555555515555555,55555555155555555,5555555551555555555,555555555515555555555,55555555555155555555555,5555555555551555555555555,555555555555515555555555555,5555555...
src/util/sprite/padlock.asm
olifink/qspread
0
121453
<filename>src/util/sprite/padlock.asm<gh_stars>0 section sprite xdef mes_padlock xref mes_zero mes_padlock dc.w $0100,$0000 dc.w 11,9,2,0 dc.l mcs_padlock-* dc.l mes_zero-* dc.l 0 mcs_padlock dc.w $3F3F,$8080 dc.w $6060,$C0C0 dc.w $4040,$4040 dc.w $FFFF,$E0E0 dc.w $FBFB,$E0E0 dc.w $F1F1,$E0E0 dc.w $FBFB...
programs/oeis/068/A068921.asm
neoneye/loda
22
121454
<reponame>neoneye/loda ; A068921: Number of ways to tile a 2 X n room with 1x2 Tatami mats. At most 3 Tatami mats may meet at a point. ; 1,1,2,3,4,6,9,13,19,28,41,60,88,129,189,277,406,595,872,1278,1873,2745,4023,5896,8641,12664,18560,27201,39865,58425,85626,125491,183916,269542,395033,578949,848491,1243524,1822473,267...
aKernal/boot.asm
git-akihakune/aKernel
0
121455
<reponame>git-akihakune/aKernel bits 32 section .multiboot ;according to multiboot spec dd 0x1BADB002 ;set magic number for ;bootloader dd 0x0 ;set flags dd - (0x1BADB002 + 0x0) ;set checksum section .text global star...
oeis/021/A021566.asm
neoneye/loda-programs
11
121456
<reponame>neoneye/loda-programs ; A021566: Decimal expansion of 1/562. ; Submitted by <NAME> ; 0,0,1,7,7,9,3,5,9,4,3,0,6,0,4,9,8,2,2,0,6,4,0,5,6,9,3,9,5,0,1,7,7,9,3,5,9,4,3,0,6,0,4,9,8,2,2,0,6,4,0,5,6,9,3,9,5,0,1,7,7,9,3,5,9,4,3,0,6,0,4,9,8,2,2,0,6,4,0,5,6,9,3,9,5,0,1,7,7,9,3,5,9,4,3,0,6,0,4 add $0,1 mov $2,10 pow $2,...
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca.log_21829_72.asm
ljhsiun2/medusa
9
121457
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r12 push %r15 push %r9 push %rax push %rcx push %rdi push %rsi lea addresses_normal_ht+0xfc36, %rcx cmp $20123, %r12 movb $0x61, (%rcx) nop inc %rax lea addresses_WC_ht+0x6110, %rsi lea addresses_A_ht+0x24ba, %rdi sub $39171, %rax mov $82, %rc...
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_1391.asm
ljhsiun2/medusa
9
121458
<reponame>ljhsiun2/medusa<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r10 push %r9 push %rbp push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_D_ht+0x108bd, %rcx nop and %r10, %r10 mov $0x6162636465666768, %r9 movq %r9, (%rcx) nop nop nop nop and %rdx, %rdx lea addresses_WC_ht+0x1ebf7...