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
smsq/q68/spp/sendser.asm
olifink/smsqe
0
49654
<reponame>olifink/smsqe<gh_stars>0 ; Q68 send data to SER port  2000 <NAME> ;  2017 <NAME> ; This just takes a byte out of the SER output queue and puts it into ; the hardware FIFO. Sending is always done w/o parity. section spp xdef spp_sendser xref iob_gbyt xref iob_room include 'dev8_keys_q6...
engine/battle/end_of_battle.asm
opiter09/ASM-Machina
1
49655
<filename>engine/battle/end_of_battle.asm<gh_stars>1-10 EndOfBattle: ld a, [wLinkState] cp LINK_STATE_BATTLING jr nz, .notLinkBattle ; link battle ld a, [wEnemyMonPartyPos] ld hl, wEnemyMon1Status ld bc, wEnemyMon2 - wEnemyMon1 call AddNTimes ld a, [wEnemyMonStatus] ld [hl], a call ClearScreen callfar Displa...
programs/oeis/007/A007680.asm
karttu/loda
0
49656
; A007680: a(n) = (2n+1)*n!. ; 1,3,10,42,216,1320,9360,75600,685440,6894720,76204800,918086400,11975040000,168129561600,2528170444800,40537905408000,690452066304000,12449059983360000 mov $2,$0 mov $1,1 mul $1,$2 mul $1,2 fac $2 add $1,1 mul $1,$2
data/wildPokemon/route3.asm
etdv-thevoid/pokemon-rgb-enhanced
1
49657
Route3Mons: db $14 db 6,PIDGEY db 5,SPEAROW db 7,PIDGEY db 6,SPEAROW db 7,SPEAROW db 8,PIDGEY db 8,SPEAROW db 5,MANKEY db 7,MANKEY db 9,MANKEY db $00
libsrc/farz88/farseg1.asm
grancier/z180
0
49658
; Sample subroutine to bind a far address to segment 1 ; 23/3/0 GWL ; 1/4/00 Fixed local memory bug ; ; Entry: EBC=far pointer ; A'=binding of seg 1 for local memory ; Exit: EBC=far pointer (still!) ; A'=binding of seg 1 for local memory (still!) ; HL=local address (bound to seg 1) ; ; ; $Id: farseg1.asm,v 1.4 2016...
Library/User/Gen/genTextEdit.asm
steakknife/pcgeos
504
49659
COMMENT @----------------------------------------------------------------------- Copyright (c) GeoWorks 1988 -- All Rights Reserved PROJECT: PC GEOS MODULE: UserInterface/Gen FILE: genTextEditClass.asm ROUTINES: Name Description ---- ----------- MTD MSG_META_INITIALIZE MTD MSG_GEN_LOAD...
55-内核时钟和更多颜色/OS-kernel-win-sheet/app_u.asm
wdkang123/MyOperatingSystem
7
49660
; Disassembly of file: app.o ; Fri Sep 15 16:18:07 2017 ; Mode: 32 bits ; Syntax: YASM/NASM ; Instruction set: 80386 global rand: function global intToStr: function global main: function global ran extern api_closewin ; near extern api_getkey ...
lib/3d/linedraw5f.asm
bitshifters/teletextr
8
49661
;---------------------------------------------------------------------------------------------------------- ; Line rendering routine for 2-bits per pixel mode 5, filled/XOR mode ; Not yet annotated ;---------------------------------------------------------------------------------------------------------- .linedraw5...
libsrc/_DEVELOPMENT/adt/p_forward_list/c/sdcc_iy/p_forward_list_empty.asm
jpoikela/z88dk
640
49662
<reponame>jpoikela/z88dk ; int p_forward_list_empty(p_forward_list_t *list) SECTION code_clib SECTION code_adt_p_forward_list PUBLIC _p_forward_list_empty EXTERN asm_p_forward_list_empty _p_forward_list_empty: pop af pop hl push hl push af jp asm_p_forward_list_empty
src/arch/cmos_low.asm
dominikk787/myos32
0
49663
bits 32 section .text global get_cmos get_cmos: cli mov eax, [esp + 4] ; proper distance for 1st arg. mov edx, 0x70 out dx, al mov edx, 0x71 in al, dx sti ret
libsrc/z80_crt0s/8080/sccz80/l_rlde.asm
jpoikela/z88dk
38
49664
<filename>libsrc/z80_crt0s/8080/sccz80/l_rlde.asm<gh_stars>10-100 SECTION code_crt0_sccz80 PUBLIC l_rlde ; {DE <r<r 1} l_rlde: ld a,e rla ld e,a ld a,d rla ld d,a ret
tools/dumpers/test.asm
Iambian/VANISH
1
49666
<gh_stars>1-10 .ASSUME ADL=1 ;All internal relocation MUST be ADL=1 (3 bytes data) ;algo looks forward for first zero, then keeps looking forward for ;first nonzero ; ; .echo > "lib_syms.inc" "\n" .echo > "lib_jptbl.inc" "\n" .echo > "lib.h" "\n" .echo > "tmpreloc.inc" "\n" #define lib_total_lbl_count 0 #define lib_ex...
trek.asm
thatguystone/star-trek-the-next-rescue
1
49667
;<NAME> ;Computer Systems Organization -- <NAME> ;Spring 2009 ; ;Star Trek, The Next Rescue ; ;This is the file used for generating and playing the game. ; ;In this folder, you can find a description of the game in deep, technical ;detail in the file Report.pdf, so I will not discuss much of the technical ;...
ArmPkg/Library/ArmMmuLib/Arm/ArmMmuLibV7Support.asm
CEOALT1/RefindPlusUDK
2,757
49668
<filename>ArmPkg/Library/ArmMmuLib/Arm/ArmMmuLibV7Support.asm //------------------------------------------------------------------------------ // // Copyright (c) 2016, Linaro Limited. All rights reserved. // // This program and the accompanying materials // are licensed and made available under the terms and cond...
asm/spim/csc-201/h3.asm
dindoliboon/archive
4
49669
# ========================================================================= # # NAME: # DATE: May 30, 2001 # ASSIGNMENT: Homework #3, CSC-201-01 # OBJECTIVE: Read 4 numbers from the keyboard. Find the total sum and # product for the numbers. # # ================================================...
oeis/115/A115145.asm
neoneye/loda-programs
11
49670
; A115145: Sixth convolution of A115140. ; Submitted by <NAME> ; 1,-6,9,-2,0,0,-1,-6,-27,-110,-429,-1638,-6188,-23256,-87210,-326876,-1225785,-4601610,-17298645,-65132550,-245642760,-927983760,-3511574910,-13309856820,-50528160150,-192113383644,-731508653106,-2789279908316,-10649977831752,-40715807302800,-1558510623979...
libsrc/_DEVELOPMENT/arch/ts2068/display/c/sdcc/tshr_saddrpleft.asm
jpoikela/z88dk
640
49671
; void *tshr_saddrpleft(void *saddr, uchar bitmask) SECTION code_clib SECTION code_arch PUBLIC _tshr_saddrpleft EXTERN asm_tshr_saddrpleft _tshr_saddrpleft: pop af pop hl pop de push de push hl push af jp asm_tshr_saddrpleft
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_821.asm
ljhsiun2/medusa
9
49672
.global s_prepare_buffers s_prepare_buffers: push %r10 push %rbp push %rbx push %rdi lea addresses_WT_ht+0x85a4, %rbp dec %r10 movw $0x6162, (%rbp) nop nop nop xor $842, %rdi pop %rdi pop %rbx pop %rbp pop %r10 ret .global s_faulty_load s_faulty_load: push %r12 push %r9 push %rax push %rbx push %rsi // Faulty Loa...
oeis/066/A066259.asm
neoneye/loda-programs
11
49673
; A066259: a(n) = Fibonacci(n)*Fibonacci(n+1)^2. ; Submitted by <NAME> ; 1,4,18,75,320,1352,5733,24276,102850,435655,1845504,7817616,33116057,140281700,594243090,2517253683,10663258432,45170286424,191344405725,810547906740,3433536036866,14544692047439,61612304237568,260993908980000,1105587940186225,4683345669678532,198...
oeis/166/A166329.asm
neoneye/loda-programs
11
49675
; A166329: Products of squares of 2 successive primes. ; 36,225,1225,5929,20449,48841,104329,190969,444889,808201,1315609,2301289,3108169,4084441,6205081,9778129,12952801,16703569,22629049,26863489,33258289,42994249,54567769,74528689,95981209,108222409,121462441,136025569,151708489,205951201,276789769,322094809,3626358...
sk/sfx/47.asm
Cancer52/flamedriver
9
49676
Sound_47_Header: smpsHeaderStartSong 3 smpsHeaderVoice Sound_47_Voices smpsHeaderTempoSFX $01 smpsHeaderChanSFX $01 smpsHeaderSFXChannel cPSG3, Sound_47_PSG3, $00, $00 ; PSG3 Data Sound_47_PSG3: smpsPSGform $E7 smpsPSGvoice sTone_0D dc.b nMaxPSG2, $02, smpsNoAttack, nMaxPSG1, smpsNoAttac...
programs/oeis/144/A144945.asm
karttu/loda
1
49677
<filename>programs/oeis/144/A144945.asm<gh_stars>1-10 ; A144945: Number of ways to place 2 queens on an n X n chessboard so that they attack each other. ; 0,6,28,76,160,290,476,728,1056,1470,1980,2596,3328,4186,5180,6320,7616,9078,10716,12540,14560,16786,19228,21896,24800,27950,31356,35028,38976,43210,47740,52576,57728...
libsrc/target/tvc/romgfx/getmaxx.asm
dikdom/z88dk
0
49678
; ; Videoton TV Computer asm stub ; <NAME> - 2022 ; ; Returns maximum X coordinate (in all graphics resolution) ; SECTION code_clib PUBLIC getmaxx PUBLIC _getmaxx INCLUDE "target/tvc/def/tvc.def" .getmaxx ._getmaxx ld hl,ROM_RESX - 1 ret
sources/ippcp/asm_intel64/pcprij128decryptcfbpipee9as.asm
dongbinghua/ipp-crypto
233
49679
<reponame>dongbinghua/ipp-crypto ;=============================================================================== ; Copyright 2015-2021 Intel Corporation ; ; Licensed under the Apache License, Version 2.0 (the "License"); ; you may not use this file except in compliance with the License. ; You may obtain a copy of the ...
ScreenSize/ScreenSize.asm
zummenix/asm-projects
1
49680
<reponame>zummenix/asm-projects format PE GUI 4.0 include 'win32w.inc' SIZE_BUFFER = 100h invoke GetSystemMetrics,SM_CXSCREEN mov [cxS],eax invoke GetSystemMetrics,SM_CYSCREEN mov [cyS],eax cinvoke wsprintf,_buffer,_fmt,[cxS],[cyS] invo...
libsrc/_DEVELOPMENT/fcntl/c/sccz80/vioctl_callee.asm
jpoikela/z88dk
640
49681
<reponame>jpoikela/z88dk<gh_stars>100-1000 ; int vioctl(int fd, uint16_t request, void *arg) SECTION code_clib SECTION code_fcntl PUBLIC vioctl_callee EXTERN asm_vioctl vioctl_callee: pop hl pop de pop bc ex (sp),hl jp asm_vioctl
programs/oeis/316/A316824.asm
karttu/loda
0
49682
<reponame>karttu/loda ; A316824: A second example of a word that is uniform morphic and recurrent, but neither pure morphic nor primitive morphic. ; 0,0,0,1,1,1,0,0,0,1,1,1,1,1,1,1,1,1,0,0,0,1,1,1,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,1,1,1,0,0,0,1,1,1,1,1,1,1,1,1,0,0,0,1,1,1,0,0,0,1,1,1,1,1...
libsrc/oz/oztime/ozday.asm
andydansby/z88dk-mk2
1
49683
<gh_stars>1-10 ; ; Sharp OZ family functions ; ; ported from the OZ-7xx SDK by by <NAME> ; by <NAME> - Oct. 2003 ; ; ; clock functions ; ; unsigned ozday() ; ; ; ------ ; $Id: ozday.asm,v 1.1 2003/10/21 17:15:21 stefano Exp $ ; XLIB ozday LIB Compute ozday: ld c,38h jp Compute
oeis/049/A049613.asm
neoneye/loda-programs
11
49684
<gh_stars>10-100 ; A049613: a(n) = 2n - (largest prime < 2n-2). ; Submitted by <NAME> ; 3,3,3,5,3,3,5,3,3,5,3,5,7,3,3,5,7,3,5,3,3,5,3,5,7,3,5,7,3,3,5,7,3,5,3,3,5,7,3,5,3,5,7,3,5,7,9,3,5,3,3,5,3,3,5,3,5,7,9,11,13,15,3,5,3,5,7,3,3,5,7,9,11,3,3,5,7,3,5,7,3,5,3,5,7,3,5,7,3,3,5,7,9,11,3,3,5,3,3,5 add $0,1 mul $0,2 lpb $0 ...
programs/oeis/176/A176095.asm
jmorken/loda
1
49685
<filename>programs/oeis/176/A176095.asm ; A176095: a(n) = n - phi(2*n), where phi() is the Euler totient A000010(). ; 0,0,1,0,1,2,1,0,3,2,1,4,1,2,7,0,1,6,1,4,9,2,1,8,5,2,9,4,1,14,1,0,13,2,11,12,1,2,15,8,1,18,1,4,21,2,1,16,7,10,19,4,1,18,15,8,21,2,1,28,1,2,27,0,17,26,1,4,25,22,1,24,1,2,35,4,17,30,1,16,27,2,1,36,21,2,31,...
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_207_139.asm
ljhsiun2/medusa
9
49687
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r11 push %r12 push %r14 push %rbp push %rbx push %rcx push %rdx lea addresses_D_ht+0x1745e, %rcx nop nop nop xor $30709, %r11 mov (%rcx), %rdx nop nop nop nop and %r11, %r11 lea addresses_WC_ht+0x7257, %r12 xor %rbp, %rbp movl $0x61626364, (%r...
bootsec.asm
janding/lzfx-boot
5
49689
<reponame>janding/lzfx-boot org 0x7c00 xor cx, cx mov ds, cx mov es, cx mov si, data_start mov di, 0x7e00 xor ax, ax decompress: ; while (ip < ibuf + ilen) { .next: cmp si, data_end jae .done ; ctrl = *ip++ lodsb ; al = (ctrl & 0x7), ah = (ctrl >> 3) aam 8 ; if ((ctrl & 0x7) ...
programs/oeis/014/A014797.asm
karttu/loda
1
49690
<filename>programs/oeis/014/A014797.asm ; A014797: Squares of odd square pyramidal numbers. ; 1,25,3025,8281,81225,148225,670761,1030225,3186225,4447881,10962721,14402025,30525625,38452401,73188025,89397025,156975841,187279225,308880625,361722361,567440041,654592225,985646025,1122987121,1634180625,1842555625,2604979521...
libsrc/_DEVELOPMENT/math/float/math16/z80/asm_f16_long_f24.asm
Frodevan/z88dk
640
49691
; ; Copyright (c) 2020 <NAME> ; ; This Source Code Form is subject to the terms of the Mozilla Public ; License, v. 2.0. If a copy of the MPL was not distributed with this ; file, You can obtain one at http://mozilla.org/MPL/2.0/. ; ; feilipu, May 2020 ; ;-----------------------------------------------------------...
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_616.asm
ljhsiun2/medusa
9
49692
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r14 push %r9 push %rax push %rcx push %rdi push %rdx push %rsi lea addresses_normal_ht+0xbf43, %rsi lea addresses_D_ht+0x8872, %rdi lfence mov $35, %rcx rep movsq nop dec %r9 lea addresses_normal_ht+0x14f8e, %rdx nop nop nop nop add $45240, %rax mov (%rdx), %...
oeis/118/A118405.asm
neoneye/loda-programs
11
49693
<gh_stars>10-100 ; A118405: Row sums of triangle A118404. ; Submitted by <NAME>(s3) ; 1,0,0,-2,4,-6,12,-26,52,-102,204,-410,820,-1638,3276,-6554,13108,-26214,52428,-104858,209716,-419430,838860,-1677722,3355444,-6710886,13421772,-26843546,53687092,-107374182,214748364,-429496730,858993460,-1717986918,3435973836,-687194...
uxos/trial/real/vga-char.asm
CaysHub/OS_Test
0
49694
org 0x7c00 [bits 16] mov ax, 0xB800 mov es, ax mov ah, 0x0c mov al, '$' mov [es:0], ax stop: jmp stop times 510-($-$$) db 0 dw 0xAA55
slae32/assignment/6/part/3/original_shellcode.nasm
rbctee/SlaeExam
0
49695
<filename>slae32/assignment/6/part/3/original_shellcode.nasm ; Title: Linux/x86 - iptables --flush - 43 bytes ; Author: <NAME> ; Web: hamza-mega.blogspot.com ; Reference: http://shell-storm.org/shellcode/files/shellcode-825.php ; Shellcode: ; Length: 43 bytes global _start section .text _start: xor eax,eax ...
NesDev/bin/Release/sdk/music/famitone2/src/demo/famitone2_asm6.asm
sunneo/NesDev
0
49696
<reponame>sunneo/NesDev<gh_stars>0 ;FamiTone2 v1.11 ;settings, uncomment or put them into your main program; the latter makes possible updates easier ; FT_BASE_ADR = $0300 ;page in the RAM used for FT2 variables, should be $xx00 ; FT_TEMP = $00 ;3 bytes in zeropage used by the library as a scratchpad ; FT_DPCM_O...
src/utils.asm
Gegel85/RemiFlap
0
49697
; Uncompress compressed data ; Params: ; a -> Compression mode ; hl -> Pointer to the compressed data ; de -> Destination address ; bc -> Data size ; Return: ; None ; Registers: ; af -> Not preserved ; bc -> Not preserved ; de -> Not preserved ; hl -> Not preserved uncompress:: push af pus...
drlvm/vm/vmcore/src/util/ipf/base/ini_ipf_low_level.asm
sirinath/Harmony
8
49698
<filename>drlvm/vm/vmcore/src/util/ipf/base/ini_ipf_low_level.asm<gh_stars>1-10 // 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 lic...
Transynther/x86/_processed/US/_ht_zr_un_/i9-9900K_12_0xa0.log_21829_527.asm
ljhsiun2/medusa
9
49699
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r12 push %r13 push %rax push %rbp push %rcx push %rdi push %rsi lea addresses_normal_ht+0x16f4f, %rsi nop nop add %rcx, %rcx mov $0x6162636465666768, %r13 movq %r13, %xmm5 vmovups %ymm5, (%rsi) nop nop nop sub %rdi, %rdi lea addresses_UC_ht+0x7a33, %rcx xor %...
oeis/250/A250762.asm
neoneye/loda-programs
11
49700
<gh_stars>10-100 ; A250762: Number of (7+1) X (n+1) 0..2 arrays with nondecreasing x(i,j)-x(i,j-1) in the i direction and nondecreasing x(i,j)+x(i-1,j) in the j direction. ; 29012,67356,121593,191723,277746,379662,497471,631173,780768,946256,1127637,1324911,1538078,1767138,2012091,2272937,2549676,2842308,3150833,347525...
programs/oeis/313/A313739.asm
jmorken/loda
1
49701
; A313739: Coordination sequence Gal.6.159.3 where G.u.t.v denotes the coordination sequence for a vertex of type v in tiling number t in the Galebach list of u-uniform tilings. ; 1,5,10,15,20,25,31,37,42,47,52,57,62,67,72,77,82,87,93,99,104,109,114,119,124,129,134,139,144,149,155,161,166,171,176,181,186,191,196,201,20...
samples/compile/empty.asm
pipeos-one/evmasm
2
49702
// ======= empty.sol:Empty ======= EVM assembly: /* "empty.sol":59:78 contract Empty { ... */ mstore(0x40, 0x60) jumpi(tag_1, iszero(callvalue)) 0x0 dup1 revert tag_1: tag_2: dataSize(sub_0) dup1 dataOffset(sub_0) 0x0 codecopy 0x0 return stop sub_0: assembly { ...
libsrc/target/zx/if1/if1_checkblock.asm
jpoikela/z88dk
38
49703
; ; ZX IF1 & Microdrive functions ; ; <NAME> - Oct. 2004 ; ; ; if1_checkblock: ; - check the loaded block for integrity ; - other various checks ; ; $Id: if1_checkblock.asm,v 1.3 2016-07-01 22:08:20 dom Exp $ ; SECTION code_clib PUBLIC if1_checkblock EXTERN if1_checksum EXTERN mdvbuffer PUBLIC if1_...
backup/acidbreakout.asm
pkali/Avery_Breakout
1
49704
;Acid Breakout - a break from the daily acid ;build 006, 2010-05-12 ;CLEAR! ;あめでと ;--------------------------------------------------- icl '../lib/atari.hea' icl '../lib/system.hea' display=$a000 screenWidth = 256 ;in pixels maxLines = 210 ; number of lines on the screen spawnProbability = (256*1/5) margin = ...
libsrc/cpc/cpc_TestKey.asm
jpoikela/z88dk
640
49705
<gh_stars>100-1000 ; ; Amstrad CPC library ; ****************************************************** ; ** Librería de rutinas para Amstrad CPC ** ; ** <NAME>, Artaburu 2009 ** ; ****************************************************** ; ; $Id: cpc_TestKey.asm $ ; SECTION ...
programs/oeis/164/A164095.asm
karttu/loda
0
49706
<filename>programs/oeis/164/A164095.asm ; A164095: a(n) = 2*a(n-2) for n > 2; a(1) = 5, a(2) = 6. ; 5,6,10,12,20,24,40,48,80,96,160,192,320,384,640,768,1280,1536,2560,3072,5120,6144,10240,12288,20480,24576,40960,49152,81920,98304,163840,196608,327680,393216,655360,786432,1310720,1572864,2621440,3145728,5242880,6291456,...
ADL/Assemble/Delete/2/B~H~R_delete_rear.asm
MaxMorning/LinkedListVisualization
3
49707
<reponame>MaxMorning/LinkedListVisualization aLine 0 gNewVPtr nextPtr gMoveNext nextPtr, Root gBne Root, null, 3 aLine 1 Exception EMPTY_LIST aLine 3 gBne nextPtr, null, 9 aLine 4 nDelete Root aLine 5 gMove Root, null aLine 6 gDelete nextPtr aStd Halt aLine 8 gNew delPtr gMove delPtr, nextPtr gMoveNext nextPtr, d...
onnxruntime/core/mlas/lib/amd64/cvtfp16a.asm
dennyac/onnxruntime
6,036
49708
;++ ; ; Copyright (c) Microsoft Corporation. All rights reserved. ; ; Licensed under the MIT License. ; ; Module Name: ; ; cvtfp16a.asm ; ; Abstract: ; ; This module implements routines to convert between FP16 and FP32 formats. ; ;-- .xlist INCLUDE mlasi.inc .list .const ALIGN 1...
oeis/131/A131961.asm
neoneye/loda-programs
11
49710
<filename>oeis/131/A131961.asm ; A131961: Expansion of f(x, x^2) * f(x^2, x^2) in powers of x where f(, ) is Ramanujan's general theta function. ; Submitted by <NAME> ; 1,1,3,2,2,1,0,3,2,4,2,0,1,2,2,3,0,2,2,2,4,0,1,4,2,2,1,0,2,0,4,0,2,4,4,1,0,4,0,2,3,0,2,2,4,0,0,2,2,0,2,3,2,4,2,2,0,3,4,4,0,0,2,0,0,4,0,2,0,2,1,0,8,2,2,2...
audio/sfx/cry03_1.asm
etdv-thevoid/pokemon-rgb-enhanced
1
49713
<filename>audio/sfx/cry03_1.asm SFX_Cry03_1_Ch4: dutycycle 240 unknownsfx0x20 4, 247, 8, 6 unknownsfx0x20 6, 230, 0, 6 unknownsfx0x20 6, 215, 240, 5 unknownsfx0x20 6, 196, 224, 5 unknownsfx0x20 5, 211, 192, 5 unknownsfx0x20 4, 211, 160, 5 unknownsfx0x20 8, 225, 128, 5 endchannel SFX_Cry03_1_Ch5: dutycycle 1...
programs/oeis/005/A005969.asm
neoneye/loda
22
49714
; A005969: Sum of fourth powers of Fibonacci numbers. ; 1,2,18,99,724,4820,33381,227862,1564198,10714823,73457064,503438760,3450734281,23651386922,162109796922,1111115037483,7615701104764,52198777931900,357775783071021,2452231602371646,16807845698458702,115202687593248143,789610969270123344,5412074092543671120,37094907...
src/test/resources/data/potests/test37.asm
cpcitor/mdlz80optimizer
36
49715
; Test case: ld a,(val) or a jr nz,label1 xor a ; this should be optimized ld (val),a label1: ld b,3 label2: ld a,b ld (val),a djnz label2 ld b,0 ; this should be optimized ld a,b ld (val),a loop: jr loop val: db 0
PRACT0/SO1HPUB/asm/bios_0.asm
so1h/SO1H
0
49716
<filename>PRACT0/SO1HPUB/asm/bios_0.asm<gh_stars>0 bits 16 ; glb intptr_t : int ; glb uintptr_t : unsigned ; glb intmax_t : int ; glb uintmax_t : unsigned ; glb int8_t : signed char ; glb int_least8_t : signed char ; glb int_fast8_t : signed char ; glb uint8_t : unsigned char ; glb uint_least8_t : unsigned char ; glb ...
oeis/073/A073549.asm
neoneye/loda-programs
11
49717
; A073549: Number of Fibonacci numbers F(k), k <= 10^n, which end in 6. ; Submitted by <NAME> ; 0,6,66,666,6666,66666,666666,6666666,66666666,666666666,6666666666,66666666666,666666666666,6666666666666,66666666666666,666666666666666,6666666666666666,66666666666666666,666666666666666666,6666666666666666666,6666666666666...
wsmz/stages/256.asm
glennlunder/asmforce
1
49719
<gh_stars>1-10 ;code by unic0rn/Asm Force org 100h segment .code mov al,13h int 10h xor ax,ax mov dx,03C8h out dx,al inc dx pal: push ax inc ax and al,0Fh pop ax push ax ror ax,2 je ps1 ror ax,1 ps1: out dx,al out dx,al ...
Target/Communication/Generic/RS-232/Ports/Freescale/Coldfire/54451/CodeWarrior/probe_rs232a.asm
SiliconLabs/uC-Probe-Target
11
49720
/* ********************************************************************************************************* * uC/Probe Communication * * Copyright 2007-2020 Silicon Laboratories Inc. www.silabs.com * * SPDX-License-Identifier: APA...
Transynther/x86/_processed/US/_ht_zr_un_/i7-7700_9_0x48.log_21829_847.asm
ljhsiun2/medusa
9
49721
<filename>Transynther/x86/_processed/US/_ht_zr_un_/i7-7700_9_0x48.log_21829_847.asm .global s_prepare_buffers s_prepare_buffers: push %r11 push %r12 push %r15 push %rax push %rcx push %rdi push %rdx push %rsi lea addresses_WC_ht+0x651d, %rdx nop inc %r12 mov (%rdx), %eax mfence lea addresses_UC_ht+0x14ca1, %r12 nop and...
alice2/brads_alice2_archive/asm/foo.asm
lkesteloot/alice
63
49723
<filename>alice2/brads_alice2_archive/asm/foo.asm CALL _main HALT ; ; Function "main". ; _main PUSH IY LD IY, 0 ADD IY, SP LD HL, -10 ADD HL, SP LD SP, HL ; Variable "foo" is at location IY - 10 #if 0 LD HL, 1 PUSH HL LD BC, -10 PUSH IY POP HL ADD HL, BC PUSH HL LD HL, 4 POP BC ADD HL, BC P...
ioq3/build/release-js-js/missionpack/game/ai_dmq3.asm
RawTechnique/quake-port
1
49724
export BotSetUserInfo code proc BotSetUserInfo 1024 12 ADDRFP4 0 ADDRFP4 0 INDIRP4 ASGNP4 ADDRFP4 0 INDIRP4 CNSTI4 8 ADDP4 INDIRI4 ARGI4 ADDRLP4 0 ARGP4 CNSTI4 1024 ARGI4 ADDRGP4 trap_GetUserinfo CALLV pop ADDRLP4 0 ARGP4 ADDRFP4 4 INDIRP4 ARGP4 ADDRFP4 8 INDIRP4 ARGP4 ADDRGP4 Info_SetValueForKey CALLV pop ADDRFP4 0 IN...
libsrc/sdcard/sd_sectors.asm
grancier/z180
0
49726
; ; ; ZX Spectrum ZXMMC specific routines ; code by <NAME>, Mar 2010 ; ; $Id: sd_sectors.asm,v 1.3 2017/01/03 00:27:43 aralbrec Exp $ ; ; Get the size in sectors of an MMC/SD card ; unsigned long sd_size(struct SD_INFO descriptor); ; Offset in bytes for the CSD field in the MMC struct. ; 1 (slot number) + 1 (slo...
data/phone/special_calls.asm
Dev727/ancientplatinum
28
49727
specialcall: MACRO ; condition, contact, script dw \1 db \2 dba \3 ENDM SpecialPhoneCallList: ; entries correspond to SPECIALCALL_* constants specialcall SpecialCallOnlyWhenOutside, PHONECONTACT_ELM, ElmPhoneCallerScript specialcall SpecialCallOnlyWhenOutside, PHONECONTACT_ELM, ElmPhoneCallerScript spe...
src/util/icon/delrec.asm
olifink/qspread
0
49728
<reponame>olifink/qspread * Sprite delrec * * Mode 4 * +|-------------------+ * - - * | | * | ggg ggg | * | gggg ggg | * | www gggggg | * | w w gggg | * |ww wwwwwgggggg | * |w ggg ggg | * |w rrr r ggg rr ggg | * |w ggg ggg | * |w rr rrgg rr r wgg | * |w g w g | * |w rrr r...
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_1689.asm
ljhsiun2/medusa
9
49729
<filename>Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_1689.asm .global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r14 push %rbx push %rcx push %rdi push %rsi lea addresses_WT_ht+0x661f, %rsi lea addresses_UC_ht+0xd2a0, %rdi nop nop add %r10, %r10 mov $45, %rcx rep movsb nop...
3rdParties/src/nasm/nasm-2.15.02/travis/test/testnos3.asm
blue3k/StormForge
1
49730
<reponame>blue3k/StormForge<filename>3rdParties/src/nasm/nasm-2.15.02/travis/test/testnos3.asm ; Double-precision floating point tests, derived from <NAME>'s posting ; of 26 February 1996 to comp.arch.arithmetic, via <NAME>'s gdtoa ; package. ; bits 64 dq 9.e0306 dq 0x7fa9a2028368022e dq 4.e-079 dq 0x2...
addnum.asm
TravorLZH/various-code
0
49731
; Disassembly of file: addnum.o ; Sun Mar 04 20:05:51 2018 ; Mode: 32 bits ; Syntax: YASM/NASM ; Instruction set: 80386 global _main: function extern __alloca ; near extern ___main ; near SECTION .text align=1 execute ...
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_13854_1355.asm
ljhsiun2/medusa
9
49733
<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: ret .global s_faulty_load s_faulty_load: push %r10 push %r11 push %r12 push %r14 push %r9 push %rcx push %rdi push %rsi // Store lea addresses_PSE+0x1a68f, %r14 sub %r12, %r12 mov $0x5152535455565758, %r11 movq %r11, %xmm1 movups %xmm1, (%r14) nop nop no...
lang/italian/hktyp.asm
olifink/smsqe
0
49734
; Make a list of Executable hotkeys V0.00  1989 <NAME> QJUMP section language xdef cv_hktyp dc.l 'KEY ' dc.l 'KEY ' dc.l 'KEY ' dc.l 'KEY ' ;+++ ; A list of long words representing hotkey types. CV_HKTYP is the address ; of type 0. ;--- cv_hktyp...
kernel/amd64/src/ktls.asm
betopp/pathetix
0
49735
<reponame>betopp/pathetix ;ktls.asm ;Kernel thread pointer on AMD64 ;<NAME> <<EMAIL>> 2021 section .text bits 64 ;Fun fact - we store the thread pointer in the GS Base register but never actually access through GS. ;rdgsbase/wrgsbase allow us to just treat GS Base like another register. align 16 global hal_ktls_set ...
programs/oeis/054/A054607.asm
neoneye/loda
22
49736
; A054607: a(n) = Sum_{d|8} phi(d)*n^(8/d). ; 0,8,288,6672,65840,391320,1681008,5767328,16781472,43053480,100010240,214373808,430002768,815759672,1475827920,2562941760,4295033408,6975841608,11020066272,16983694160,25600160880,37823054808,54876108848 mov $1,$0 pow $0,2 mul $1,2 add $1,4 add $1,$0 pow $0,2 add $0,1 bin ...
src/long_int_to_string.asm
I8087/libm
13
49738
global _long_int_to_string _long_int_to_string: push bp mov bp, sp sub sp, 4 mov word [bp-2], bx mov word [bp-4], di mov bx, [bp+4] mov dx, [bx] mov ax, [bx+2] mov bx, [bp+6] mov di, [bp+8] call os_long_int_to_string mov ax, di mov bx, [bp-2] mov di, [bp-4]...
chars.asm
mozdren/Sophia8
0
49739
0xE069: db 0b00000000 0xE071: db 0b00000000 0xE079: db 0b00000000 0xE081: db 0b00000000 0xE089: db 0b00000000 0xE091: db 0b00000000 0xE099: db 0b00000000 0xE0A1: db 0b00000000 0xE0A9: db 0b00000000 0xE0B1: db 0b00000000 0xE0B9: db 0b00000000 0xE0C1: db 0b00000000 0xE0C9: db 0b00000000 0xE0D1: db 0b00000000 0xE0D9: db ...
programs/oeis/003/A003817.asm
neoneye/loda
22
49740
; A003817: a(0) = 0, a(n) = a(n-1) OR n. ; 0,1,3,3,7,7,7,7,15,15,15,15,15,15,15,15,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,1...
oeis/041/A041286.asm
neoneye/loda-programs
11
49742
<reponame>neoneye/loda-programs ; A041286: Numerators of continued fraction convergents to sqrt(156). ; Submitted by <NAME> ; 12,25,612,1249,30588,62425,1528788,3120001,76408812,155937625,3818911812,7793761249,190869181788,389532124825,9539640177588,19468812480001,476791139697612,973051091875225,23830017344703012,48633...
testfiles/condemo.asm
ger-ald/pcmac
0
49743
;CONDEMO.ASM ;Program to demonstrate ;the directives ;#if ;#ifdef ;#ifndef ;#else ;#elsif ;#endif ;Some simple exapmles first: #if 1 #message "The expression 1 is true" #endif #if 0 #message "No matter what this string is," #message "because it won't appear on the screen." #endif ...
instruction_table.asm
Arsenal591/X86Assembler
1
49744
.386 .MODEL flat, stdcall include operand.inc include instruction_table.inc .data ; -------- tables begin here -------- ; (the following code is just an example) ; ADD instruction ADD_table_elems TableElem < 80h, reg_or_mem_type, 08h, imm_type, 08h, 0, 0 > TableElem < 81h, reg_or_mem_type, 10h, imm_type, 10h, 0, 0 >...
programs/oeis/134/A134519.asm
karttu/loda
1
49745
; A134519: Numbers remaining when the natural numbers (A000027) are arranged into a triangle and only the beginning and end terms of each row are retained. ; 1,2,3,4,6,7,10,11,15,16,21,22,28,29,36,37,45,46,55,56,66,67,78,79,91,92,105,106,120,121,136,137,153,154,171,172,190,191,210,211,231,232,253,254,276,277,300,301,32...
data/samples/0AnoOZDNbPXIr2MRBSCJ.asm
czs108/Microsoft-Malware-Classification
0
49746
<reponame>czs108/Microsoft-Malware-Classification HEADER:10000000 ; HEADER:10000000 ; +-------------------------------------------------------------------------+ HEADER:10000000 ; | This file has been generated by The Interactive Disassembler (IDA) | HEADER:10000000 ; | Copyright (c) ...
src/defines.asm
pmwasson/apple2
0
49747
;----------------------------------------------------------------------------- ; <NAME> - 2021 ;----------------------------------------------------------------------------- ; Predefined memory/ROM locations ; ; Mostly added as needed ; Tried to use standard names if known ;---------------------------------------------...
oeis/026/A026030.asm
neoneye/loda-programs
11
49748
<reponame>neoneye/loda-programs ; A026030: a(n) = T(2n,n-1), where T is defined in A026022. ; Submitted by <NAME> ; 1,4,15,56,209,780,2912,10880,40698,152456,572033,2150040,8095425,30535260,115377660,436698240,1655607390,6286707000,23908446510,91057063344,347281885818,1326262602104,5071418015120,19415851639296,74419447...
programs/oeis/258/A258197.asm
jmorken/loda
1
49751
<reponame>jmorken/loda<gh_stars>1-10 ; A258197: Arithmetic derivative of Pascal's triangle. ; 0,0,0,0,1,0,0,1,1,0,0,4,5,4,0,0,1,7,7,1,0,0,5,8,24,8,5,0,0,1,10,12,12,10,1,0,0,12,32,92,59,92,32,12,0,0,6,60,124,165,165,124,60,6,0,0,7,39,244,247,456,247,244,39,7,0,0,1,16,103,371,493,493,371,103,16,1,0,0,16,61,284,474,1788,1...
data/pokemon/base_stats/feraligatr.asm
Karkino/KarkCrystal16
0
49752
db 0 ; species ID placeholder db 80, 105, 107, 69, 85, 89 ; hp atk def spd sat sdf db WATER, DRAGON ; type db 45 ; catch rate db 210 ; base exp db NO_ITEM, NO_ITEM ; items db GENDER_F50 ; gender ratio db 100 ; unknown 1 db 20 ; step cycles to hatch db 5 ; unknown 2 INCBIN "gfx/pokemon/feraligat...
libsrc/fcntl/spectrum/zxbasdrv/close.asm
meesokim/z88dk
0
49753
<filename>libsrc/fcntl/spectrum/zxbasdrv/close.asm<gh_stars>0 ; ; Close a file by the BASIC driver ; NOTE: We don't set a drive number, here ; ; Stefano - 5/7/2006 ; ; int close(int handle) ; ; $Id: close.asm,v 1.5 2015/01/21 08:09:27 stefano Exp $ PUBLIC close EXTERN zxhandl EXTERN zx_setint EXTERN zx_goto ...
data/items/tmhm_prices.asm
AtmaBuster/pokeplat-gen2
6
49755
TMHMPrices: dw 3000 ; TM01 DYNAMICPUNCH dw 2000 ; TM02 dw 3000 ; TM03 dw 2000 ; TM04 dw 1000 ; TM05 dw 3000 ; TM06 dw 2000 ; TM07 dw 1000 ; TM08 dw 1000 ; TM09 dw 3000 ; TM10 dw 2000 ; TM11 dw 1000 ; TM12 dw 1000 ; TM13 dw 3000 ; TM14 dw 3000 ; TM15 dw 3000 ; TM16 dw 3000 ; TM17 dw 2000 ; TM18 dw 300...
target/cos_117/disasm/iop_overlay1/XPRINT.asm
jrrk2/cray-sim
49
49756
<reponame>jrrk2/cray-sim<gh_stars>10-100 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @@ This gets loaded to 0x571c (0x5722) @@ Input: @@ OR[280]: Device desc. @@ OR[281]: Function code @@ 1 - @@ 2 - @@ 3 - @@ 5 - @@ 6 - @@ OR[282]: Buff...
Transynther/x86/_processed/NC/_ht_zr_/i3-7100_9_0x84_notsx.log_21829_19.asm
ljhsiun2/medusa
9
49757
<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r13 push %r14 push %r8 push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_D_ht+0x6777, %rbx nop sub %rdx, %rdx mov (%rbx), %cx nop nop nop nop nop add %r8, %r8 lea addresses_normal_ht+0x160f7, %r13 nop and %r14, %r14 movw $0x6162, (%r13) nop...
programs/oeis/093/A093383.asm
jmorken/loda
1
49758
; A093383: One of the 16 sequences illustrating the fact that A093382(2) = 31. ; 0,0,0,1,1,0,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 mov $2,$0 add $0,1 mov $1,$0 sub $2,3 mov $3,1 mov $6,3 lpb $2 add $3,$1 add $4,$6 mov $5,5 mov $6,$3 lpb $4 trn $4,$3 add $5,4 lpe lpb $5 trn $6,4 ...
programs/oeis/069/A069073.asm
karttu/loda
1
49760
<reponame>karttu/loda<filename>programs/oeis/069/A069073.asm ; A069073: a(n) = n*(4n^2 - 1)^2. ; 0,9,450,3675,15876,49005,122694,266175,520200,938961,1592010,2566179,3967500,5923125,8583246,12123015,16744464,22678425,30186450,39562731,51136020,65271549,82372950,102884175,127291416,156125025,189961434 mul $0,2 mov $2,$...
libsrc/_DEVELOPMENT/alloc/malloc/c/sccz80/heap_init_callee.asm
jpoikela/z88dk
640
49761
<reponame>jpoikela/z88dk ; void *heap_init(void *heap, size_t size) SECTION code_clib SECTION code_alloc_malloc PUBLIC heap_init_callee EXTERN asm_heap_init heap_init_callee: pop hl pop bc ex (sp),hl jp asm_heap_init
windows/i386/ia32.asm
sduverger/haxm
0
49762
; ; Copyright (c) 2011 Intel Corporation ; ; 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 of conditions and the following d...
audio/sfx/cry13_3.asm
adhi-thirumala/EvoYellow
16
49763
SFX_Cry13_3_Ch1: dutycycle 51 unknownsfx0x20 15, 246, 192, 5 unknownsfx0x20 8, 227, 188, 5 unknownsfx0x20 6, 210, 208, 5 unknownsfx0x20 6, 178, 224, 5 unknownsfx0x20 6, 194, 240, 5 unknownsfx0x20 8, 177, 0, 6 endchannel SFX_Cry13_3_Ch2: dutycycle 153 unknownsfx0x20 14, 198, 177, 4 unknownsfx0x20 7, 195, 17...
lab01/xv6-master/mkdir.asm
ahchu1993/opsys
0
49764
<reponame>ahchu1993/opsys _mkdir: file format elf32-i386 Disassembly of section .text: 00000000 <main>: #include "stat.h" #include "user.h" int main(int argc, char *argv[]) { 0: 55 push %ebp 1: 89 e5 mov %esp,%ebp 3: 83 e4 f0 and $0xfffffff0,%esp...
src/firmware-tests/Ui/Initialisation/InitialisationChainTest.asm
pete-restall/Cluck2Sesame-Prototype
1
49765
#include "Mcu.inc" #include "FarCalls.inc" #include "Ui.inc" #include "TestFixture.inc" #include "../InitialiseAfterUiMock.inc" radix decimal InitialisationChainTest code global testArrange testArrange: fcall initialiseInitialiseAfterUiMock testAct: fcall initialiseUi testAssert: banksel calledInitialise...
imsaisim/srccpm2/boot.asm
QwazyWabbitWOS/z80pack
85
49766
; ; CP/M 2.2 BOOT LOADER FOR IMSAI 8080 WITH FIF FDC ; ; COPYRIGHT (C) 2017,2019 BY <NAME> ; ; CAN BE ASSEMBLED WITH INTEL MACRO 8080 ASSEMBLER ; OR DRI 8080 ASSEMBLER, SO ALL UPPERCASE, NO TABS ; ORG 0 ;BASE OF BOOT CODE MSIZE EQU 54 ;MEMORY SIZE I...
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_1562.asm
ljhsiun2/medusa
9
49767
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r13 push %rax push %rbp push %rcx push %rdi push %rsi lea addresses_D_ht+0x1506e, %r13 nop nop nop nop nop dec %rax mov (%r13), %esi nop nop nop cmp %rdi, %rdi lea addresses_D_ht+0xf8fe, %rsi lea addresses_UC_ht+0x1e06e, %rdi clflush (%rsi) nop nop ...
BigNum/Mod/Base/bnAdd.asm
FloydZ/Crypto-Hash
11
49768
<reponame>FloydZ/Crypto-Hash .686 .model flat,stdcall option casemap:none include .\bnlib.inc include .\bignum.inc .code bnAdd proc uses edi esi ebx bnX:DWORD,bnY:DWORD ;----------------------; ; +x + +y = +(x+y) ; ; -x + -y = -(x+y) ; ; +x + -y = x-y ; ; -x + +y = y-x ; ;----------------------; mov ed...
Transynther/x86/_processed/AVXALIGN/_st_/i3-7100_9_0x84_notsx.log_21829_204.asm
ljhsiun2/medusa
9
49769
.global s_prepare_buffers s_prepare_buffers: push %r13 push %r14 push %r15 push %r9 push %rbx push %rcx push %rdi push %rsi lea addresses_D_ht+0x1edbe, %r15 clflush (%r15) nop nop nop nop nop dec %rdi mov (%r15), %r14d nop and $26240, %r14 lea addresses_A_ht+0x189ba, %rbx nop nop nop inc %r9 movups (%rbx), %xmm5 vpextr...
Transynther/x86/_processed/AVXALIGN/_st_/i9-9900K_12_0xca.log_21829_977.asm
ljhsiun2/medusa
9
49770
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r10 push %rax push %rcx push %rdi push %rsi lea addresses_UC_ht+0x4210, %rsi lea addresses_WT_ht+0x18f78, %rdi nop nop nop add %r10, %r10 mov $127, %rcx rep movsb nop inc %rdi lea addresses_D_ht+0x2ed8, %rsi lea addresses_normal_ht+0x1558, %rd...