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
sort2.asm
armanexplorer/arch
0
44778
start addi 1,0,10 addi 2,0,200 sw 1,2,0 addi 2,2,1 init beq 1,0,loww sw 1,2,0 addi 1,1,-1 addi 2,2,1 j init low addi 1,0,201 high addi 2,0,210 first beq 1,2,end add 3,0,1 sec beq 3,2,pre lw 4,3,0 lw 5,3,1 slt 6,5,4 addi 3,3,1 beq 6,0,sec sw 4,3,0 sw 5,3,-1 j sec pre addi...
8086/implementation/binary_descending.asm
sined-rahkuk/my-experience-with-assembly-language
0
44779
<filename>8086/implementation/binary_descending.asm ; Bubble sort 10 numbers in place %include "asm_io.inc" segment .data count dw 0 segment .bss nums resb 20 segment .text global _asm_main _asm_main: enter 0,0 pusha mov esi, nums @input_loop: call read_char cmp eax, ' ' jz @...
vbox/src/VBox/VMM/VMMRC/MMRamRCA.asm
Nurzamal/rest_api_docker
0
44780
; $Id: MMRamRCA.asm 69221 2017-10-24 15:07:46Z vboxsync $ ;; @file ; MMRamGCA - Guest Context Ram access Assembly Routines. ; ; ; Copyright (C) 2006-2017 Oracle Corporation ; ; This file is part of VirtualBox Open Source Edition (OSE), as ; available from http://www.virtualbox.org. This file is free software; ; you ca...
libsrc/target/zxn/stdio/generic_console_zxn.asm
Frodevan/z88dk
640
44782
<filename>libsrc/target/zxn/stdio/generic_console_zxn.asm MODULE generic_console_zxn SECTION code_clib PUBLIC generic_console_zxn_tile_printc PUBLIC generic_console_zxn_tile_cls PUBLIC generic_console_zxn_tile_vpeek PUBLIC generic_console_zxn_tile_scrollup EXTERN __console_w EXTERN __console_h EXTERN __zx_...
software/pcx86/bdsrc/cmd/libc.asm
fatman2021/basicdos
0
44783
<filename>software/pcx86/bdsrc/cmd/libc.asm ; ; BASIC-DOS Library Console Functions ; ; @author <NAME> <<EMAIL>> ; @copyright (c) 2020-2021 <NAME> ; @license MIT <https://basicdos.com/LICENSE.txt> ; ; This file is part of PCjs, a computer emulation software project at pcjs.org ; include cmd.inc CODE SEG...
programs/oeis/305/A305262.asm
neoneye/loda
22
44784
; A305262: a(n) = 140*2^n - 127. ; 13,153,433,993,2113,4353,8833,17793,35713,71553,143233,286593,573313,1146753,2293633,4587393,9174913,18349953,36700033,73400193,146800513,293601153,587202433,1174404993,2348810113,4697620353,9395240833,18790481793,37580963713,75161927553,150323855233,300647710593,601295421313,12025908...
libsrc/spectrum/display/zx_pxy2aaddr.asm
andydansby/z88dk-mk2
1
44786
<reponame>andydansby/z88dk-mk2<gh_stars>1-10 ; uchar *zx_pxy2aaddr(uchar xcoord, uchar ycoord) ; CALLER linkage for function pointers XLIB zx_pxy2aaddr LIB zx_pxy2aaddr_callee XREF ASMDISP_ZX_PXY2AADDR_CALLEE .zx_pxy2aaddr pop af pop de pop hl push hl push de push af ld h,e jp zx_pxy2aad...
Basic programming exercises and solutions in C/11- C program to find power of a number using pow function/project.asm
MahmoudFawzy01/C-solutions-Code4win-
0
44787
.file "project.c" .text .globl getPower .def getPower; .scl 2; .type 32; .endef .seh_proc getPower getPower: pushq %rbp .seh_pushreg %rbp movq %rsp, %rbp .seh_setframe %rbp, 0 subq $16, %rsp .seh_stackalloc 16 .seh_endprologue movl %ecx, 16(%rbp) movl %edx, 24(%rbp) movl $1, -8(%rbp) movl $0, -4(%rbp) ...
ref/master-lib/src/atandeg.asm
mediaexplorer74/dosbox-x
3
44788
<filename>ref/master-lib/src/atandeg.asm<gh_stars>1-10 ; public domain!! ; Atan8[n] = atan( n/256 ) * 180 / pi ; 0 <= n < 256 ; ; Revision History: ; 93/ 8/15 Initial: atandeg.asm/master.lib 0.21 .MODEL SMALL .DATA public AtanTableDeg, _AtanTableDeg AtanTableDeg label byte _AtanTableDeg label byte db 0, 0, 0,...
oeis/028/A028111.asm
neoneye/loda-programs
11
44789
; A028111: Expansion of 1/((1-4x)(1-5x)(1-6x)(1-9x)). ; Submitted by <NAME> ; 1,24,367,4578,50953,528612,5239459,50371926,474339085,4403719320,40486113031,369718215594,3360676724497,30451202305548,275320935296683,2485597397873982,22417376221672789,202042129817685696 mov $1,1 mov $2,$0 mov $3,$0 lpb $2 mov $0,$3 su...
Transynther/x86/_processed/AVXALIGN/_st_/i9-9900K_12_0xa0.log_21829_642.asm
ljhsiun2/medusa
9
44791
<reponame>ljhsiun2/medusa<filename>Transynther/x86/_processed/AVXALIGN/_st_/i9-9900K_12_0xa0.log_21829_642.asm .global s_prepare_buffers s_prepare_buffers: push %r11 push %r13 push %r15 push %r8 push %rax push %rcx push %rdi push %rsi lea addresses_WT_ht+0x9889, %rcx nop nop cmp %r11, %r11 mov $0x6162636465666768, %rsi...
snapgear_linux/lib/libgmp/mpn/x86/k6/mmx/logops_n.asm
impedimentToProgress/UCI-BlueChip
0
44792
# AMD K6 mpn_and_n, mpn_andn_n, mpn_nand_n, mpn_ior_n, mpn_iorn_n, # mpn_nior_n, mpn_xor_n, mpn_xnor_n -- mpn bitwise logical operations. # # alignment dst/src1/src2, A=0mod8, N=4mod8 # A/A/A A/A/N A/N/A A/N/N N/A/A N/A/N N/N/A N/N/N # # K6 1.2 1.5 1.5 1.2 1.2 1.5 1.5 1.2 a...
Transynther/x86/_processed/NONE/_ht_zr_un_/i7-7700_9_0x48.log_21829_2907.asm
ljhsiun2/medusa
9
44793
.global s_prepare_buffers s_prepare_buffers: push %r12 push %rax push %rbp push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_A_ht+0xb6bb, %rax nop nop cmp %rdx, %rdx mov (%rax), %r12d nop add $49741, %rbp lea addresses_WT_ht+0x1351f, %rsi nop nop nop nop nop and %rbx, %rbx movups (%rsi), %xmm4 vpextrq $0,...
dos/sndtest2.asm
electroduck/vgavid
4
44794
; PC speaker test BITS 16 ORG 100h SECTION .text ; Set up PIT ; okay... we don't have 32 bit ints so we use a float (lol) FILD DWORD [freq_pit] FILD DWORD [freq_snd] FDIVP FISTP WORD [divisor] MOV AL, 0B6h OUT 43h, AL MOV AL, BYTE [divisor] OUT 42h, AL MOV AL, BYTE [divisor + 1] OUT 42h, AL ...
FileContentForm/AsmFiles/CSE312_HW1_121044042/Factorize.asm
seydanurdemir/cpp-builder-vcl-components-examples
0
44795
<gh_stars>0 #---------------------------------------data# .data #---------------------------------------asciiz# filename : .asciiz "\nFactorize.asm\n" description : .asciiz "Finds and shows factors of entered integer.\n" newline : .asciiz "\n" comma : .asciiz "," enterNumber : .asciiz "Pl...
data/mapHeaders/route8.asm
adhi-thirumala/EvoYellow
16
44797
<filename>data/mapHeaders/route8.asm Route8_h: db OVERWORLD ; tileset db ROUTE_8_HEIGHT, ROUTE_8_WIDTH ; dimensions (y, x) dw Route8Blocks, Route8TextPointers, Route8Script ; blocks, texts, scripts db WEST | EAST ; connections WEST_MAP_CONNECTION ROUTE_8, SAFFRON_CITY, -3, 1, SaffronCityBlocks EAST_MAP_CONNECTION...
programs/oeis/053/A053158.asm
neoneye/loda
22
44798
<gh_stars>10-100 ; A053158: Sum of n and its cototient function value (A051953). ; 1,3,4,6,6,10,8,12,12,16,12,20,14,22,22,24,18,30,20,32,30,34,24,40,30,40,36,44,30,52,32,48,46,52,46,60,38,58,54,64,42,72,44,68,66,70,48,80,56,80,70,80,54,90,70,88,78,88,60,104,62,94,90,96,82,112,68,104,94,116 mov $1,2 add $1,$0 add $1,$0...
Transynther/x86/_processed/NONE/_zr_xt_/i7-7700_9_0x48_notsx.log_21829_1616.asm
ljhsiun2/medusa
9
44799
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r13 push %rax push %rbp push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_normal_ht+0x176c5, %rdx nop nop nop nop add %rax, %rax mov $0x6162636465666768, %rbp movq %rbp, %xmm6 vmovups %ymm6, (%rdx) nop nop nop nop and $6681, %rdi...
maps/BlackthornDragonSpeechHouse.asm
Dev727/ancientplatinum
28
44800
<gh_stars>10-100 object_const_def ; object_event constants const BLACKTHORNDRAGONSPEECHHOUSE_GRANNY const BLACKTHORNDRAGONSPEECHHOUSE_EKANS BlackthornDragonSpeechHouse_MapScripts: db 0 ; scene scripts db 0 ; callbacks BlackthornDragonSpeechHouseGrannyScript: jumptextfaceplayer BlackthornDragonSpeechHouseGranny...
programs/oeis/267/A267661.asm
karttu/loda
0
44801
; A267661: Number of nX2 0..1 arrays with every repeated value in every row unequal to the previous repeated value, and in every column equal to the previous repeated value, and new values introduced in row-major sequential order. ; 2,8,32,98,288,800,2178,5832,15488,40898,107648,282752,741762,1944392,5094432,13343778,3...
libsrc/_DEVELOPMENT/arch/zxn/esxdos/c/sccz80/esx_disk_filemap.asm
Toysoft/z88dk
0
44802
; unsigned char esx_disk_filemap(uint8_t handle,struct esx_filemap *fmap) SECTION code_esxdos PUBLIC esx_disk_filemap EXTERN asm_esx_disk_filemap esx_disk_filemap: pop af pop hl pop de push de push hl push af ld a,e jp asm_esx_disk_filemap
libsrc/_DEVELOPMENT/math/integer/fast/l_fast_mulu_de.asm
Frodevan/z88dk
640
44803
; ; feilipu, 2019 May ; ; 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/. ; ;------------------------------------------------------------------------------ ; ; REPLICA...
Transynther/x86/_processed/US/_zr_/i9-9900K_12_0xa0_notsx.log_2_320.asm
ljhsiun2/medusa
9
44804
<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r13 push %r14 push %r15 push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_D_ht+0x65a, %rsi lea addresses_D_ht+0x19288, %rdi nop nop inc %r14 mov $29, %rcx rep movsq nop nop nop nop and %rsi, %rsi lea addresses_D_ht+0x1b712, %rdi nop nop add...
data/pokemon/base_stats/buizel.asm
AtmaBuster/pokeplat-gen2
6
44805
<filename>data/pokemon/base_stats/buizel.asm db 0 ; species ID placeholder db 55, 65, 35, 85, 60, 30 ; hp atk def spd sat sdf db WATER, WATER ; type db 190 ; catch rate db 66 ; base exp db NO_ITEM, BERRY ; items db GENDER_F50 ; gender ratio db 20 ; step cycles to hatch INCBIN "gfx/pokemon/buize...
programs/oeis/290/A290959.asm
karttu/loda
0
44806
<reponame>karttu/loda ; A290959: Matrix rank of the number of dots in the pairwise intersections of Ferrers diagrams. ; 1,2,3,5,7,11,13,17,20,24,26,32,34,38,42,47,49,55,57,63,67,71,73,81,84,88 mov $2,$0 add $2,1 mov $6,$0 lpb $2,1 mov $0,$6 sub $2,1 sub $0,$2 cmp $3,0 mov $4,5 trn $4,$0 add $4,$3 div $...
Library/SpecUI/CommonUI/CWin/cwinGlyphDisplay.asm
steakknife/pcgeos
504
44807
COMMENT @----------------------------------------------------------------------- Copyright (c) GeoWorks 1988 -- All Rights Reserved PROJECT: PC GEOS MODULE: CommonUI/CWin (common code for several specific ui's) FILE: cwinGlyphDisplay.asm ROUTINES: Name Description ---- ----------- OLWinGlyphDisp...
kernel/macro.asm
pixie-grasper/operating-system
1
44808
%ifndef MACRO_ASM_ %define MACRO_ASM_ %define a.32 eax %define b.32 ebx %define c.32 ecx %define d.32 edx %define si.32 esi %define di.32 edi %define bp.32 ebp %define sp.32 esp %define r8.32 r8d %define r9.32 r9d %define r10.32 r10d %define r11.32 r11d %define r12.32 r12d %define r13.32 r13d %define r14.32 r14d %defi...
sd/sources/mouse/mouse_drv.asm
Threetwosevensixseven/NextWidescreenImage
5
44809
<reponame>Threetwosevensixseven/NextWidescreenImage ; *************************************************************************** ; * Simple example NextOS driver file * ; *************************************************************************** ; ; This file generates the actual...
ffmpeg-2.3.6/ffmpeg-2.3.6/libavfilter/x86/af_volume.asm
d2262272d/ffmpeg
82
44811
;***************************************************************************** ;* x86-optimized functions for volume filter ;* Copyright (c) 2012 <NAME> <<EMAIL>> ;* ;* This file is part of FFmpeg. ;* ;* FFmpeg is free software; you can redistribute it and/or ;* modify it under the terms of the GNU Lesser General Publi...
oeis/064/A064168.asm
neoneye/loda-programs
11
44812
<reponame>neoneye/loda-programs ; A064168: Sum of numerator and denominator in n-th harmonic number, 1 + 1/2 + 1/3 +...+ 1/n. ; Submitted by <NAME> ; 2,5,17,37,197,69,503,1041,9649,9901,111431,113741,1506353,1532093,1556117,3157279,54394463,18358381,352893319,71354639,24031221,24266365,563299563,1704771547,42976237267,...
asm/por_infinite_magical_tickets.asm
Iemnur/DSVEdit
70
44813
<gh_stars>10-100 .nds .relativeinclude on .erroronwarning on .open "ftc/overlay9_0", 021CDF60h ; When starting a new game, give the player a Magical Ticket. ; There's not enough space so we overwrite the code where it checks if you already have a high tonic and skips giving you another one (for new game+). .org 0x021...
oeis/084/A084171.asm
neoneye/loda-programs
11
44814
; A084171: Binomial transform of generalized Jacobsthal numbers A084170. ; 1,3,11,37,119,373,1151,3517,10679,32293,97391,293197,881639,2649013,7955231,23882077,71678999,215102533,645438671,1936578157,5810258759,17431824853,52297571711,156896909437,470699116919,1412114127973,4236375938351,12709194923917,38127718989479,1...
tests/optimizer/E013.asm
neoneye/loda
22
44815
; in mov $2,$0 lpb $2,1 add $2,$0 mov $1,$2 mul $1,5 ; out mov $1,$0 lpb $1,1 add $1,$0 mov $2,$1 mul $1,5
oeis/085/A085351.asm
neoneye/loda-programs
11
44816
; A085351: Expansion of (1-3*x)/((1-4*x)*(1-5*x)). ; Submitted by <NAME>(s1) ; 1,6,34,186,994,5226,27154,139866,715714,3644106,18482674,93461946,471504034,2374297386,11938595794,59961414426,300880813954,1508699037066,7560675054514,37872094749306,189635351653474,949276269895146,4750779395986834,23771489165978586,1189278...
bios/bios.asm
JoshRodd/bios8530
2
44817
; PS/2 Model 25/30 BIOS ; Based on 68X1645 and 68X1693 ROM (PS/2 Model 30, revision 0, 9/2/1986) font8x16_vector equ 3960h font8x8v_vector equ 4960h init_vector equ 0e05bh font8x8_vector equ 0fa6eh rombasic_vector equ 6000h bios_revision equ 0 model_code equ 0fah ; 0FAh = PS...
oeis/000/A000919.asm
neoneye/loda-programs
11
44819
<gh_stars>10-100 ; A000919: a(n) = 4^n - C(4,3)*3^n + C(4,2)*2^n - C(4,1). ; 0,0,0,24,240,1560,8400,40824,186480,818520,3498000,14676024,60780720,249401880,1016542800,4123173624,16664094960,67171367640,270232006800,1085570781624,4356217681200,17466686971800,69992221794000,280345359228024,1122510953731440,44934325667103...
runtime/Coroutine.Intel64.asm
astronalta/gamepython
0
44821
<reponame>astronalta/gamepython<filename>runtime/Coroutine.Intel64.asm ; Copyright (c) 2010 <NAME> ; ; 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 lim...
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2.log_21829_284.asm
ljhsiun2/medusa
9
44822
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r15 push %r9 push %rcx push %rdi push %rsi lea addresses_normal_ht+0x167d3, %rsi lea addresses_WC_ht+0x57d3, %rdi clflush (%rdi) add $58866, %r15 mov $94, %rcx rep movsb nop add $13735, %rdi lea addresses_WT_ht+0xfcb1, %rsi lea addresses_normal_ht+0...
programs/oeis/118/A118520.asm
neoneye/loda
22
44823
<filename>programs/oeis/118/A118520.asm<gh_stars>10-100 ; A118520: Define sequence S_m by: initial term = m, reverse digits and add 3 to get next term. Entry shows S_5. This reaches a cycle of length 6 in 2 steps. ; 5,8,11,14,44,47,77,80,11,14,44,47,77,80,11,14,44,47,77,80,11,14,44,47,77,80,11,14,44,47,77,80,11,14,44,4...
libsrc/alloc/farz88/lp_gdoub.asm
jpoikela/z88dk
640
44824
<filename>libsrc/alloc/farz88/lp_gdoub.asm ; Internal routine to read double at far pointer ; 31/3/00 GWL ; Entry: EHL=far pointer ; Exit: FA->FA+5=double ; ; $Id: lp_gdoub.asm,v 1.4 2016-06-10 22:42:22 dom Exp $ ; SECTION code_clib PUBLIC lp_gdoub EXTERN fa EXTERN farseg1,incfa...
0x11-singly_linked_lists/101-hello_holberton.asm
BennettDixon/holbertonschool-low_level_programming
2
44825
<reponame>BennettDixon/holbertonschool-low_level_programming extern printf section .data msg: db "Hello, Holberton", 0 fmt: db "%s", 10, 0 section .text global main main: push rbp mov rdi,fmt mov rsi,msg mov rax,0 call printf pop rbp mov rax,0 ret
src/asm/win64/writem34t.asm
Pantarheon/libkoliba
0
44826
<filename>src/asm/win64/writem34t.asm ;; writem34t.asm ;; ;; Copyright 2021 G. <NAME> ;; All rights reserved ;; ;; nasm -f win64 writem34t.asm section .text default rel EXTERN KOLIBA_PrintM34tFormat, fopen, fclose EXTERN KOLIBA_WriteDoublesToOpenFile GLOBAL KOLIBA_WriteM34tToOpenFile, KOLIBA_WriteM34tToNamedFile K...
travis/test/optimization.asm
km2m/nasm
2,219
44827
BITS 32 ; Simple jmp foo times 124 nop foo: ; Must start short to converge optimally jmp car times 127 nop car: ; Always near jmp cdr times 128 nop cdr: ; Simple add eax, quux2 - quux1 quux1: times 127 nop quux2: ; Must start short corge1: add eax, corge2 - corge1 times 127 - 3 nop corge2: ; Simple lea eax, [bo...
__old/Core/core.asm
paulscottrobson/fred
3
44828
<gh_stars>1-10 ; ******************************************************************************************************************** ; ******************************************************************************************************************** ; ; Core code ; ========= ; ; This is the...
lab3_test_harness/test/state_data_in/mem2.asm
Zaydax/PipelineProcessor
2
44829
<reponame>Zaydax/PipelineProcessor .ORIG x3000 XOR R1, R1, R1 LEA R0, ARRAY LDW R0, R0, #0 STLOOP STW R7, R0, #0 LSHF R7, R7, #1 ADD R0, R0, #2 ADD R1, R1, #1 ADD R3, R1, #-5 BRn STLOOP LEA R0, ARRAY LDW R0, R0, #0 LDW R1, R0, #0 LDW R2, R0, #1 LDW R3, R0, #2 LDW R4, R0, #3 LDW R5, R0, #4 LDW R6, R0, #...
src/blsload_sim.asm
retro16/blastsdk
10
44830
; Injected by bdb into the sub cpu bios. ; Compile with : ; asmx -w -e -b 0xA02 -C 68000 -l /dev/stdout -o /tmp/blsload_sim.bin blsload_sim.asm -I ../include -i bls.inc -d BUS:=2 -d CHIP:=9 -d TARGET:=2 ; Implemented calls : ; DRVINIT ; CDCSTAT ; CDCSTOP ; CDCACK ; ROMREAD ; ROMREADN ; ROMREADE ; CDCREAD ; CDCTRN B...
calcsum.asm
Verideth/asm-calcsum
3
44831
; simple assembly example on calculating the ; remainder multiplier and quotient from two integers ; this code is meant to be easily understood ; there aren't a lot of super basic assembly programs lying ; around that do beginners programs, so i decided to write ; a list of them (others found on my github) that will ...
uw1/addCharacterCodes.asm
JohnGlassmyer/UltimaHacks
68
44832
%ifndef EXE_LENGTH %include "../UltimaPatcher.asm" %include "include/uw1.asm" %include "include/additionalCharacterCodes.asm" defineAddress 72, 0x0010, asciiForScancodeTable %endif [bits 16] startPatch EXE_LENGTH, \ add character codes for Shift / Ctrl / Alt keys ; setCharacterMapping scancode, character ...
oeis/290/A290650.asm
neoneye/loda-programs
11
44833
<reponame>neoneye/loda-programs ; A290650: a(1) = 1. For n > 1, a(n) = a(n-1)/2 if a(n-1) is even, a(n) = a(n-1)*n otherwise. ; Submitted by <NAME> ; 1,2,1,4,2,1,7,56,28,14,7,84,42,21,315,5040,2520,1260,630,315,6615,145530,72765,1746360,873180,436590,218295,6112260,3056130,1528065,47370015,1515840480,757920240,37896012...
Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xa0.log_21829_592.asm
ljhsiun2/medusa
9
44834
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: ret .global s_faulty_load s_faulty_load: push %r11 push %r13 push %r14 push %r9 push %rdx // Faulty Load lea addresses_UC+0x6dcf, %r13 nop xor %r11, %r11 movups (%r13), %xmm5 vpextrq $0, %xmm5, %rdx lea oracles, %r13 and $0xff, %rdx shlq $12, ...
Working Disassembly/Levels/LRZ/Misc Object Data/Map - Lava Fall.asm
TeamASM-Blur/Sonic-3-Blue-Balls-Edition
5
44835
<reponame>TeamASM-Blur/Sonic-3-Blue-Balls-Edition dc.w word_43784-Map_LRZLavaFall word_43784: dc.w 4 ; DATA XREF: ROM:00043782o dc.b $E0, $F, 0, $48, $FF, $E0 dc.b $E0, $F, 0, $48, 0, 0 dc.b 0, $F, 0, $58, $FF, $E0 dc.b 0, $F, 0, $58, 0, 0
programs/CCKey-S.asm
cid0rz/CTCS-Cidorz-Train-Concurrent-System
0
44837
<reponame>cid0rz/CTCS-Cidorz-Train-Concurrent-System<gh_stars>0 ##CCKEY SERVER :start clr btr [virtual-signal=signal-grey] slp 5 xmov out green clr out slp 5 :assign_ch mov out1 1[virtual-signal=signal-pink] mov out1 0 xmov mem1 red xmax r1 mem1 ble r1 1 :allow_comm slp 16 jmp :assign_ch :allow_comm mov out1 1[virtual-...
programs/oeis/315/A315247.asm
neoneye/loda
22
44839
<reponame>neoneye/loda ; A315247: Coordination sequence Gal.5.87.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,6,10,15,19,25,31,35,40,44,50,56,60,65,69,75,81,85,90,94,100,106,110,115,119,125,131,135,140,144,150,156,160,165,169,...
libsrc/_DEVELOPMENT/temp/sp1/zx/c/sdcc_ix/sp1_MoveSprAbs.asm
meesokim/z88dk
0
44841
<reponame>meesokim/z88dk<filename>libsrc/_DEVELOPMENT/temp/sp1/zx/c/sdcc_ix/sp1_MoveSprAbs.asm ; void sp1_MoveSprAbs(struct sp1_ss *s, struct sp1_Rect *clip, uchar *frame, uchar row, uchar col, uchar vrot, uchar hrot) SECTION code_temp_sp1 PUBLIC _sp1_MoveSprAbs _sp1_MoveSprAbs: ld hl,2 add hl,sp ld e,...
coverage/IN_CTS/0478-COVERAGE-nir-remove-dead-variables-121-134/work/variant/1_spirv_asm/shader.frag.asm
asuonpaa/ShaderTests
0
44842
; SPIR-V ; Version: 1.0 ; Generator: Khronos Glslang Reference Front End; 10 ; Bound: 172 ; Schema: 0 OpCapability Shader %1 = OpExtInstImport "GLSL.std.450" OpMemoryModel Logical GLSL450 OpEntryPoint Fragment %4 "main" %153 OpExecutionMode %4 Origin...
Library/Compress/compressIO.asm
steakknife/pcgeos
504
44843
<filename>Library/Compress/compressIO.asm COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) GeoWorks 1991 -- All Rights Reserved PROJECT: PC GEOS MODULE: Compress Library FILE: compressIO.asm AUTHOR: <NAME>, Jan 6, 1993 ROUTINES: Name Description ----...
programs/oeis/051/A051958.asm
neoneye/loda
22
44844
<reponame>neoneye/loda ; A051958: a(n) = 2 a(n-1) + 24 a(n-2), a(0)=0, a(1)=1. ; 0,1,2,28,104,880,4256,29632,161408,1033984,5941760,36699136,216000512,1312780288,7809572864,47125872640,281681494016,1694383931392,10149123719168,60963461791744,365505892843520,2194134868688896,13160411165622272,78980059179778048,473809986...
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_114.asm
ljhsiun2/medusa
9
44845
.global s_prepare_buffers s_prepare_buffers: push %r8 push %rax push %rbp push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_WT_ht+0xad62, %rsi lea addresses_A_ht+0x117b2, %rdi xor $54602, %rdx mov $25, %rcx rep movsw nop nop nop nop nop and %rdx, %rdx lea addresses_UC_ht+0x18eca, %r8 nop nop nop nop cmp %...
lottery_test1.asm
shahendahamdy/xv6
0
44846
<filename>lottery_test1.asm _lottery_test1: file format elf32-i386 Disassembly of section .text: 00001000 <main>: } int main(int argc, char *argv[]) { 1000: f3 0f 1e fb endbr32 1004: 8d 4c 24 04 lea 0x4(%esp),%ecx 1008: 83 e4 f0 and $0xfffffff0,%esp 100b...
oeis/142/A142092.asm
neoneye/loda-programs
11
44847
<filename>oeis/142/A142092.asm ; A142092: Primes congruent to 24 mod 35. ; Submitted by <NAME> ; 59,199,269,409,479,619,829,1039,1109,1249,1319,1459,1669,1879,1949,2089,2579,2719,2789,2999,3209,3559,3769,4049,4259,4679,4889,5099,5309,5449,5519,5659,5869,5939,6079,6359,6569,6709,6779,7129,7549,7759,7829,8039,8179,8389,8...
tests/vice-tests/VIC20/fe3diag/fe3diag.asm
PhylumChordata/chips-test
330
44848
<gh_stars>100-1000 ; VIC 20 Final Expansion Cartridge - Diagnose Programm r002 ; <NAME> - 2009 ; Testet die FE3/FE1 Hardware durch ; Testbedingung: ; - Firmware aus (starten mit Commodore Taste) ; - Firmware ab $6 geflashed ; - Rest des Flashspeicher leer ($ff) processor 6502 ;VIC20 ...
libsrc/math/mbf32/c/sccz80/fp_setup_single.asm
rjcorrig/z88dk
0
44849
SECTION code_fp_mbf32 PUBLIC ___mbf32_setup_single EXTERN ___mbf32_FPREG EXTERN ___mbf32_VALTYP ; Used for the routines which accept single precision ; ; Entry: - ; Stack: defw return address ; defw callee return address ; defw left hand LSW ; defw left hand MSW ___mbf32_setup_single: ...
strings.asm
racerxdl/asm2web
59
44850
section .rodata global indexhtml indexhtml: db `index.html`, 0 global lendoarquivo lendoarquivo: db `Lendo arquivo %s\n`, 0 global linebreak linebreak: db `\n`, 0 global helloworld helloworld: db `HELLO WORLD`, 0 global javascripto javascripto: db `VO MATA O JAVASCRIPTO`, 0 global hellwo...
Assembly/8086/call&ret.asm
silence0201/iOS-Reverse
15
44851
<reponame>silence0201/iOS-Reverse<filename>Assembly/8086/call&ret.asm<gh_stars>10-100 assume cs:code, ds:data, ss:stack ; 栈段 stack segment db 100 dup(0) stack ends ; 数据段 data segment db 100 dup(0) string db 'Hello!$' data ends ; 代码段 code segment start: ; 手动设置ds,cs mov ax,...
libsrc/_DEVELOPMENT/arch/zx/bifrost_l/c/sdcc/BIFROSTL_drawTileL.asm
jpoikela/z88dk
640
44852
; ---------------------------------------------------------------- ; Z88DK INTERFACE LIBRARY FOR THE BIFROST* ENGINE - RELEASE 1.2/L ; ; See "bifrost_l.h" for further details ; ---------------------------------------------------------------- ; void BIFROSTL_drawTileL(unsigned char row, unsigned char col, unsigned char...
assembly/exercicios/exemplo01.asm
brunocampos01/organizacao-e-arquitetura-de-computadores
12
44853
.text # Define o início do Text Segment .globl main # Define o início do código do usuário main: # Label que define o início do código do usuário add $s0,$zero,$gp # Copia o valor de $gp no registrador $s0 lw $t0, 0($s0) ...
programs/oeis/337/A337333.asm
karttu/loda
1
44854
; A337333: Number of pairs of odd divisors of n, (d1,d2), such that d1 <= d2. ; 1,1,3,1,3,3,3,1,6,3,3,3,3,3,10,1,3,6,3,3,10,3,3,3,6,3,10,3,3,10,3,1,10,3,10,6,3,3,10,3,3,10,3,3,21,3,3,3,6,6,10,3,3,10,10,3,10,3,3,10,3,3,21,1,10,10,3,3,10,10,3,6,3,3,21,3,10,10,3,3,15,3,3,10,10 cal $0,54844 ; Number of ways to write n as ...
Transynther/x86/_processed/NONE/_xt_sm_/i9-9900K_12_0xa0.log_21829_110.asm
ljhsiun2/medusa
9
44856
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r10 push %r12 push %r14 push %rbx push %rcx push %rdi push %rsi lea addresses_normal_ht+0xf882, %rsi lea addresses_UC_ht+0x6aed, %rdi sub $5364, %rbx mov $116, %rcx rep movsq cmp $59947, %r10 lea addresses_WT_ht+0x29ea, %r12 nop nop nop and %r...
oeis/108/A108647.asm
neoneye/loda-programs
11
44857
; A108647: a(n) = (n+1)^2*(n+2)^2*(n+3)^2*(n+4)/144. ; 1,20,150,700,2450,7056,17640,39600,81675,157300,286286,496860,828100,1332800,2080800,3162816,4694805,6822900,9728950,13636700,18818646,25603600,34385000,45630000,59889375,77808276,100137870,127747900,161640200,202963200,253027456,313322240,385533225,471561300,57354...
admin/wmi/wbem/providers/win32provider/providers/amd64/docpuid.asm
npocmaka/Windows-Server-2003
17
44858
<reponame>npocmaka/Windows-Server-2003 title "Processor Type and Stepping Detection" ;++ ; ; Copyright (c) 2000 Microsoft Corporation ; ; Module Name: ; ; docpuid.asm ; ; Abstract: ; ; This module implements the code necessary to determine cpu information. ; ; Author: ; ; <NAME> (davec...
4.1.x/Macros/CheckMultiByteZero.asm
chronosv2/NESMaker_Public_Code_Repository
6
44859
MACRO CheckMultiByteZero arg0, arg1 ;; arg0 = Variable to check ;; arg1 = Number of digits to check STX tempX ;;Store X from previous actions LDX arg1 ;;Load number of digits into X DEX ;;Offsets are 0-based. Decrease X once to compensate. --: ;;Loop Start LDA arg0,x ;;Load Byte off...
untested/x64/getSurrenderIndex.asm
GabrielRavier/Generic-Assembly-Samples
0
44860
%include "macros.inc" global _getSurrenderIndex segment .rodata align=16 align 16 zeroDot001 dq 0.001 align 16 zeroDot2 dq 0.2 zeroDot4 dq 0.4 align 16 zeroDot6 dq 0.6 align 16 zeroDot8 dq 0.8 align 16 one dq 1.0 align 16 oneDot1 dq 1.1 align 16 oneDot2 dq 1.2 align 16 twoDot59 dq 2.59 segme...
oeis/032/A032835.asm
neoneye/loda-programs
11
44861
<gh_stars>10-100 ; A032835: Numbers whose set of base-11 digits is {3,4}. ; Submitted by <NAME> ; 3,4,36,37,47,48,399,400,410,411,520,521,531,532,4392,4393,4403,4404,4513,4514,4524,4525,5723,5724,5734,5735,5844,5845,5855,5856,48315,48316,48326,48327,48436,48437,48447,48448,49646,49647,49657,49658,49767,49768,49778,4977...
oeis/343/A343832.asm
neoneye/loda-programs
11
44862
<reponame>neoneye/loda-programs ; A343832: a(n) = Sum_{k=0..n} k! * binomial(n,k) * binomial(2*n+1,k). ; Submitted by <NAME> ; 1,4,31,358,5509,106096,2456299,66471826,2059640713,71920704124,2794938616471,119653108240414,5595650767265101,283841520215780008,15523069639558351459,910529206043204428426,570235405902423988536...
programs/oeis/010/A010442.asm
jmorken/loda
1
44863
; A010442: Squares mod 81. ; 0,1,4,7,9,10,13,16,19,22,25,28,31,34,36,37,40,43,46,49,52,55,58,61,63,64,67,70,73,76,79 mov $2,$0 mov $5,$0 lpb $2 mov $0,$5 sub $2,1 sub $0,$2 mov $3,3 mov $6,$0 lpb $0 trn $0,$3 sub $0,1 mov $3,9 mov $4,1 add $4,$0 mov $6,9 sub $6,$4 sub $6,6 ...
programs/oeis/266/A266542.asm
neoneye/loda
22
44864
<reponame>neoneye/loda ; A266542: Number of n X 3 binary arrays with rows and columns lexicographically nondecreasing and row and column sums nonincreasing. ; 2,3,5,6,8,11,13,16,20,23,27,32,36,41,47,52,58,65,71,78,86,93,101,110,118,127,137,146,156,167,177,188,200,211,223,236,248,261,275,288,302,317,331,346,362,377,393,...
programs/oeis/037/A037677.asm
neoneye/loda
22
44865
; A037677: Base 7 digits are, in order, the first n terms of the periodic sequence with initial period 1,0,2,3. ; 1,7,51,360,2521,17647,123531,864720,6053041,42371287,296599011,2076193080,14533351561,101733460927,712134226491,4984939585440,34894577098081,244262039686567,1709834277805971 add $0,1 mov $1,7 pow $1,$0 mul...
Transynther/x86/_processed/AVXALIGN/_ht_st_zr_un_/i3-7100_9_0x84_notsx.log_11271_2160.asm
ljhsiun2/medusa
9
44866
.global s_prepare_buffers s_prepare_buffers: push %r12 push %r15 push %r9 push %rax push %rcx push %rdi push %rdx push %rsi lea addresses_WT_ht+0x1be5f, %rax nop nop nop nop cmp %r12, %r12 mov $0x6162636465666768, %r9 movq %r9, (%rax) nop nop nop nop nop sub $9493, %rdx lea addresses_UC_ht+0x1d39f, %r15 nop nop nop nop...
oeis/034/A034729.asm
neoneye/loda-programs
11
44868
; A034729: a(n) = Sum_{ k, k|n } 2^(k-1). ; Submitted by <NAME>(s4) ; 1,3,5,11,17,39,65,139,261,531,1025,2095,4097,8259,16405,32907,65537,131367,262145,524827,1048645,2098179,4194305,8390831,16777233,33558531,67109125,134225995,268435457,536887863,1073741825,2147516555,4294968325,8590000131,17179869265,34359871791,6871...
wof/lcs/enemy/2A.asm
zengfr/arcade_game_romhacking_sourcecode_top_secret_data
6
44869
<gh_stars>1-10 copyright zengfr site:http://github.com/zengfr/romhack 001590 lea ($20,A0), A0 001936 beq $1948 [enemy+2A] 00193E beq $1948 [enemy+2A] 001946 bne $199a [enemy+2A] 001966 move.l #$2000604, ($28,A1) [enemy+CD] 00196E rts [enemy+28, enemy+2A] 003C9A move.b (A6,D0.w), ($2a,A0) [ene...
libsrc/_DEVELOPMENT/arch/sms/SMSlib/c/sdcc/SMS_updateSpriteImage.asm
jpoikela/z88dk
640
44871
; void SMS_updateSpriteImage(signed char sprite, unsigned char image) SECTION code_clib SECTION code_SMSlib PUBLIC _SMS_updateSpriteImage EXTERN asm_SMSlib_updateSpriteImage _SMS_updateSpriteImage: pop af pop de push de push af ld a,d jp asm_SMSlib_updateSpriteImage
Bill_Cravener/mvolume/volctrl.asm
AlexRogalskiy/Masm
0
44872
; #################################################### ; <NAME> updated 7/28/2003 ; #################################################### .486 .model flat,stdcall option casemap:none include \masm32\include\windows.inc include \masm32\include\kernel32.inc inclu...
header.asm
adamsmasher/bustfree
0
44873
<reponame>adamsmasher/bustfree SECTION "NintendoLogo", ROM0[$0104] DS 48, $00 SECTION "Title", ROM0[$0134] ; 01234567 DB "BUSTFREE" DS 8, $00 SECTION "NewLicenseeCode", ROM0[$0144] DS 2, $00 SECTION "SGBFlag", ROM0[$0146] DB $00 SECTION "CartridgeType", ROM0[$0147] DB $00 ; ROM only SECTION "ROMSize", ROM0[$014...
libsrc/_DEVELOPMENT/l/z80/integer/l_neg_de.asm
meesokim/z88dk
0
44874
<gh_stars>0 SECTION code_l PUBLIC l_neg_de l_neg_de: ; negate de ; ; enter : de = int ; ; exit : de = -de ; ; uses : af, de, carry unaffected ld a,e cpl ld e,a ld a,d cpl ld d,a inc de ret
oeis/245/A245679.asm
neoneye/loda-programs
11
44875
<reponame>neoneye/loda-programs ; A245679: a(n) = pg(n, 3) + pg(n, 4) + ... + pg(n, n) where pg(n, m) is the m-th n-th-order polygonal number. ; 0,0,0,6,25,69,154,300,531,875,1364,2034,2925,4081,5550,7384,9639,12375,15656,19550,24129,29469,35650,42756,50875,60099,70524,82250,95381,110025,126294,144304,164175,186031,210...
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_21829_530.asm
ljhsiun2/medusa
9
44876
<filename>Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_21829_530.asm .global s_prepare_buffers s_prepare_buffers: push %r10 push %r12 push %r14 push %r8 push %rcx push %rdi push %rsi lea addresses_UC_ht+0xb833, %r8 dec %rsi mov (%r8), %r12 nop nop nop nop sub $13329, %r12 lea addresses_UC_ht+0x11893, %r...
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_490.asm
ljhsiun2/medusa
9
44878
<filename>Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_490.asm .global s_prepare_buffers s_prepare_buffers: push %r10 push %r13 push %r9 push %rax push %rcx push %rdi push %rsi lea addresses_normal_ht+0x45ab, %rsi lea addresses_UC_ht+0x18e87, %rdi nop nop nop cmp %r13, %r13 mov $91, %rcx rep mo...
programs/oeis/296/A296909.asm
neoneye/loda
22
44879
<filename>programs/oeis/296/A296909.asm ; A296909: Partial sums of A296368. ; 1,4,12,24,39,59,84,112,143,179,220,264,311,363,420,480,543,611,684,760,839,923,1012,1104,1199,1299,1404,1512,1623,1739,1860,1984,2111,2243,2380,2520,2663,2811,2964,3120,3279,3443,3612,3784,3959,4139,4324,4512,4703,4899,5100,5304,5511,5723,594...
oeis/319/A319691.asm
neoneye/loda-programs
11
44880
<reponame>neoneye/loda-programs ; A319691: a(n) = 1 if n is either 1 or divisible only by primes congruent to 1 mod 3, 0 otherwise. ; Submitted by <NAME> ; 1,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,...
lib/Runtime/Language/arm/arm_CallEhFrame.asm
P1umer/ChakraCore
8,664
44881
<reponame>P1umer/ChakraCore<filename>lib/Runtime/Language/arm/arm_CallEhFrame.asm ;------------------------------------------------------------------------------------------------------- ; Copyright (C) Microsoft. All rights reserved. ; Licensed under the MIT license. See LICENSE.txt file in the project root for full l...
oeis/300/A300489.asm
neoneye/loda-programs
11
44882
; A300489: a(n) = n! * [x^n] -log(1 - x)/(1 - n*x). ; Submitted by <NAME> ; 0,1,5,65,1766,83674,6124584,639826452,90328291248,16558780949136,3823322392154880,1085461798576638240,371610484248792556800,150961314165968542273920,71790302154674639506682880,39506878580692178250399571200,24909116615180033772524150937600 mov ...
cards/bn6/ItemCards/137-E020 Mr. Press' Recycling.asm
RockmanEXEZone/MMBN-Mod-Card-Kit
10
44883
.include "defaults_item.asm" table_file_jp equ "exe6-utf8.tbl" table_file_en equ "bn6-utf8.tbl" game_code_len equ 3 game_code equ 0x4252354A // BR5J game_code_2 equ 0x42523545 // BR5E game_code_3 equ 0x42523550 // BR5P card_type equ 0 card_id equ 20 card_no equ "020" card_sub equ "Item Card 020" card_sub_...
v2.0/source/msdos/dev.asm
neozeed/MS-DOS
7
44884
; ; Device call routines for MSDOS ; INCLUDE DOSSEG.ASM IFNDEF KANJI KANJI EQU 0 ;FALSE ENDIF CODE SEGMENT BYTE PUBLIC 'CODE' ASSUME SS:DOSGROUP,CS:DOSGROUP .xlist .xcref INCLUDE DOSSYM.ASM INCLUDE DEVSYM.ASM .cref .list TITLE DEV - Device call routines NAME Dev ...
programs/oeis/097/A097448.asm
neoneye/loda
22
44885
<filename>programs/oeis/097/A097448.asm ; A097448: If n is square, replace with sqrt(n). ; 0,1,2,3,2,5,6,7,8,3,10,11,12,13,14,15,4,17,18,19,20,21,22,23,24,5,26,27,28,29,30,31,32,33,34,35,6,37,38,39,40,41,42,43,44,45,46,47,48,7,50,51,52,53,54,55,56,57,58,59,60,61,62,63,8,65,66,67,68,69,70,71,72,73,74 mov $1,1 mov $2,$0...
savefile/maps/3B31_LostWoodsSubB.asm
stranck/fools2018-1
35
44886
SECTION "Map_3B31", ROM0[$B800] Map_3B31_Header: hdr_tileset 0 hdr_dimensions 7, 7 hdr_pointers_a Map_3B31_Blocks, Map_3B31_TextPointers hdr_pointers_b Map_3B31_Script, Map_3B31_Objects hdr_pointers_c Map_3B31_InitScript, Map_3B31_RAMScript hdr_palette $06 ...
data/pokemon/base_stats/meganium.asm
Karkino/KarkCrystal16
0
44887
db 0 ; species ID placeholder db 95, 67, 102, 70, 93, 108 ; hp atk def spd sat sdf db GRASS, FAIRY ; type db 45 ; catch rate db 208 ; 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/meganium/f...
oeis/230/A230900.asm
neoneye/loda-programs
11
44888
<reponame>neoneye/loda-programs<filename>oeis/230/A230900.asm ; A230900: a(n) = 2^Lucas(n). ; Submitted by <NAME> ; 4,2,8,16,128,2048,262144,536870912,140737488355328,75557863725914323419136,10633823966279326983230456482242756608,803469022129495137770981046170581301261101496891396417650688 seq $0,211 ; a(n) = a(n-1) +...
usertests.asm
mtreffert/xv6-staus-treffert
0
44889
_usertests: file format elf32-i386 Disassembly of section .text: 00000000 <opentest>: // simple file system tests void opentest(void) { 0: 55 push %ebp 1: 89 e5 mov %esp,%ebp 3: 83 ec 18 sub $0x18,%esp int fd; printf(stdout, "op...
oeis/213/A213119.asm
neoneye/loda-programs
11
44890
<reponame>neoneye/loda-programs ; A213119: Number of binary arrays of length 2*n+1 with fewer than n ones in any length 2n subsequence (=less than 50% duty cycle). ; Submitted by <NAME>(s4) ; 1,7,34,151,646,2710,11236,46231,189214,771442,3136156,12720982,51507964,208260556,841065544,3393346711,13679459854,55106773786,2...
source/modules/basic/expressions/string/val.asm
paulscottrobson/mega-basic
3
44891
<gh_stars>1-10 ; ******************************************************************************************* ; ******************************************************************************************* ; ; Name : val.asm ; Purpose : Convert string to number ; Date : 22nd August 2019 ; Author : <NAME> (<EMAIL>)...