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
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_2717.asm
ljhsiun2/medusa
9
120487
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r14 push %r8 push %r9 push %rax push %rcx push %rdi push %rsi lea addresses_normal_ht+0x1d78b, %rax nop nop xor %r14, %r14 movl $0x61626364, (%rax) nop nop nop nop and $48493, %r9 lea addresses_WT_ht+0x7b4b, %rsi lea addresses_WC_ht+0xc573, %rdi clflush (%rsi...
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_2313_53.asm
ljhsiun2/medusa
9
120489
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r9 push %rax push %rbp push %rbx push %rcx push %rdi push %rsi lea addresses_A_ht+0xc8c0, %r10 nop nop nop nop nop sub $39515, %rbx mov $0x6162636465666768, %r9 movq %r9, (%r10) nop xor $17622, %rax lea addresses_A_ht+0x135b0, %rsi lea addresses_normal_ht+0x6...
src/sprites.asm
rondnelson99/bomb-golf
1
120492
SECTION UNION "Shadow OAM", WRAM0 ;here we define OAM entries for the main course view OBJ_METER:: ;power meter on statusbar ds 4 ;reserve 1 OAM entry OBJ_METER_COPY:: ;copy of meter to continue showing power whice lining up aim ds 4 OBJ_CROSSHAIR:: ds 4 OBJ_BALL:: ds 4 OBJ_SHADOW:: ds ...
Modules/Module3/6_Arrays/array2.asm
hackettccp/CSCI213
0
120493
#Demonstrates a memory array #Run and look at the data segment to #see that the array values were reversed .text la $t0, array #Loads the starting address of array lw $t1, 0($t0) #Loads 35 to $t1 lw $t2, 4($t0) #Loads 67 to $t2 lw $t3, 8($t0) #Loads 42 to $t3 lw $t4, 12($t0) #Loads -6 to $t4 sw $t4, 0...
programs/oeis/131/A131664.asm
jmorken/loda
1
120496
<reponame>jmorken/loda ; A131664: A string of n 1's repeated n times. ; 1,11,11,111,111,111,1111,1111,1111,1111,11111,11111,11111,11111,11111,111111,111111,111111,111111,111111,111111,1111111,1111111,1111111,1111111,1111111,1111111,1111111,11111111,11111111,11111111,11111111,11111111,11111111,11111111,11111111,11111111...
Assembly/DMA.asm
CaitSith2/Enemizer
2
120497
<reponame>CaitSith2/Enemizer<filename>Assembly/DMA.asm<gh_stars>1-10 !DISP_REG = $2100 ; Screen Display Register !VMAIN_REG = $2115 ; Video Port Control Register !VRAM_LOW_REG = $2116 ; VRAM Address Registers (Low) !VRAM_HIGH_REG = $2117 ; VRAM Address Registers (High) !VRAM_WRITE_REG ...
Transynther/x86/_processed/AVXALIGN/_ht_zr_/i9-9900K_12_0xca_notsx.log_21829_955.asm
ljhsiun2/medusa
9
120498
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r13 push %r15 push %r9 push %rbp push %rcx push %rdi push %rsi lea addresses_D_ht+0x6bb, %r13 nop cmp $28683, %rdi movw $0x6162, (%r13) nop nop cmp %r13, %r13 lea addresses_A_ht+0x1b6bb, %r10 nop nop nop nop nop inc %r15 movb (%r10), %r9b nop nop nop nop nop ...
src/text.asm
networkfusion/neon64
0
120499
; Text blitting routine ; (c) 2002-2003 Halley's Comet Software ; NOT DESIGNED FOR SPEED! ; WARNING!! ; This no longer saves t0! It has a space in memory for it (text_regs), ; but it won't be written there automatically. text_addr equr t0 text_buf equr t1 text_char equr t2 text_char8 ...
data/pokemon/dex_entries/grimer.asm
AtmaBuster/pokeplat-gen2
6
120501
db "SLUDGE@" ; species name db "When two of these" next "#MON's bodies" next "are combined" page "together, new" next "poisons are" next "created.@"
Working Disassembly/Levels/LBZ/Misc Object Data/Map - Miniboss.asm
TeamASM-Blur/Sonic-3-Blue-Balls-Edition
5
120503
Map_3602C8: dc.w Frame_3602DA-Map_3602C8 dc.w Frame_3602E8-Map_3602C8 dc.w Frame_3602F6-Map_3602C8 dc.w Frame_360304-Map_3602C8 dc.w Frame_36031E-Map_3602C8 dc.w Frame_360338-Map_3602C8 dc.w Frame_360352-Map_3602C8 dc.w Frame_36035A-Map_3602C8 dc.w Frame_360362-Map_3602C8 Frame_3602DA: dc.w 2 dc.b $F4...
oeis/321/A321294.asm
neoneye/loda-programs
11
120506
; A321294: a(n) = Sum_{d|n} mu(n/d)*d*sigma_n(d). ; Submitted by <NAME> ; 1,9,83,1058,15629,282381,5764807,134480900,3486902505,100048836321,3138428376731,107006403495850,3937376385699301,155572843119518781,6568408661060858767,295150157013526773768,14063084452067724991025,708236697425777157039381,3758997345754595819335...
programs/oeis/030/A030656.asm
neoneye/loda
22
120507
; A030656: Pair up the numbers. ; 1,23,45,67,89,1011,1213,1415,1617,1819,2021,2223,2425,2627,2829,3031,3233,3435,3637,3839,4041,4243,4445,4647,4849,5051,5253,5455,5657,5859,6061,6263,6465,6667,6869,7071,7273,7475,7677,7879,8081,8283,8485,8687,8889,9091,9293,9495,9697,9899,100101,102103,104105,106107,108109,110111,11211...
tests/kernel/kernel.asm
JoaoHappy/DarkOS-ASM
2
120508
<filename>tests/kernel/kernel.asm [BITS 16] [ORG 0000h] ; endereço do kernel jmp Main ; vai saltar para a rotina main BackWidth db 0 BackHeight db 0 Pagination db 0 ; tela 0 Welcome db "DarkOS ", 0 Caracter db 30 Main: call ConfigSegment ; codigo e os dados f...
Appl/Preferences/PrefMgr/prefmgrModuleList.asm
steakknife/pcgeos
504
120509
<filename>Appl/Preferences/PrefMgr/prefmgrModuleList.asm COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) GeoWorks 1992 -- All Rights Reserved PROJECT: PC GEOS MODULE: FILE: prefmgrModuleList.asm AUTHOR: <NAME> ROUTINES: Name Description ---- ----------- ...
vp8/common/arm/neon/shortidct4x4llm_1_neon.asm
mrchapp/libvpx
1
120510
<filename>vp8/common/arm/neon/shortidct4x4llm_1_neon.asm ; ; Copyright (c) 2010 The VP8 project authors. All Rights Reserved. ; ; Use of this source code is governed by a BSD-style license ; that can be found in the LICENSE file in the root of the source ; tree. An additional intellectual property rights grant can ...
oeis/250/A250752.asm
neoneye/loda-programs
11
120511
; A250752: Number of (n+1) X (5+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. ; Submitted by <NAME>(s2) ; 294,957,3066,9633,29814,91317,277746,840873,2537934,7644477,22994826,69107313,207567654,623194437,1870566306,5613664953,16844926974,50542...
src/arch/x86_64/boot.asm
holmgr/redox
2
120512
<reponame>holmgr/redox global start extern long_mode_start section .text bits 32 start: mov esp, stack_top mov edi, ebx ; Move Multiboot info pointer to edi call check_multiboot call check_cpuid call check_long_mode call set_up_page_tables call enable_paging call set_up_SSE ; load the 64-bit GDT lgdt [gd...
projects/08/FunctionCalls/SimpleFunction/SimpleFunction.asm
Youngermaster/Nand2Tetris-Solutions
0
120513
<reponame>Youngermaster/Nand2Tetris-Solutions // <NAME> // function SimpleFunction.test 2 (SimpleFunction.test) @2 D=A @13 M=D (LOOP_SimpleFunction.test) @13 D=M @END_SimpleFunction.test D;JEQ @SP A=M M=0 @SP M=M+1 @13 M=M-1 @LOOP_SimpleFunction.test 0;JMP (END_SimpleFunction.test) // push local 0 @0 D=A @LCL A=D+M D=...
Universe/Ships/ScaleNormal.asm
TinfoilAsteroid/EliteNext
9
120514
<reponame>TinfoilAsteroid/EliteNext ; scale Normal. IXL is xReg and A is loaded with XX17 holds the scale factor to apply ; returns with XX15 scaled by Q but also z scaled in a register ScaleNormal: LL93: ld a,(XX17) ; scale-- ld ixl,a ld a,(UBnkZScaled) ; needs to be in a just ...
src/arch/x86/boot/loader.asm
alexchandel/rustboot
1
120515
global abort global start extern main section .boot use16 ; entry point, loaded at 0x7c00 start: ; initialize segment registers xor ax, ax mov ds, ax mov es, ax ; load Rust code into 0x10000...0x1ffff so we can jump to it later mov si, 2 ; starting with sector 67 xor di, di ; and memory...
_anim/Ending Sequence Sonic.asm
kodishmediacenter/msu-md-sonic
9
120516
; --------------------------------------------------------------------------- ; Animation script - Sonic on the ending sequence ; --------------------------------------------------------------------------- AniScript_ESon: dc.w byte_551C-AniScript_ESon dc.w byte_552A-AniScript_ESon dc.w byte_5534-AniScript_ESon byte...
oeis/228/A228293.asm
neoneye/loda-programs
11
120517
; A228293: a(n) = Sum_{k=1..9} n^k. ; 0,9,1022,29523,349524,2441405,12093234,47079207,153391688,435848049,1111111110,2593742459,5628851292,11488207653,22250358074,41189313615,73300775184,125999618777,210027483918,340614792099,538947368420,833994048909,1264758228162,1883023236983,2756668737624,3973642985025,564668382613...
tests/misc/dir_display.asm
fengjixuchui/sjasmplus
220
120520
; regular DISPLAY directive (text / hexa default / both hexa+dec / hexa explicit / decimal DISPLAY "text"," ",123," ",/A,124," ",/H,125," ",/D,126 ; try to overflow the internal buffer x=0xFEDCBA09 DISPLAY x,x,x,x,x,x,x,x,x,x,x,x,x,x,x,x,x,x,x,x,x,x,x,x,x,x,x,x,x,x,x,x,x,x,x,x,x,x,x,x,x,x,x,x,x,x,x,x,x...
scripts/SaffronPokecenter.asm
opiter09/ASM-Machina
1
120521
SaffronPokecenter_Script: call Serial_TryEstablishingExternallyClockedConnection jp EnableAutoTextBoxDrawing SaffronPokecenter_TextPointers: dw SaffronHealNurseText dw SaffronPokecenterText2 dw SaffronPokecenterText3 dw SaffronTradeNurseText SaffronHealNurseText: script_pokecenter_nurse SaffronPokecenterText2...
libsrc/target/nc100/testescape.asm
jpoikela/z88dk
640
120522
SECTION code_clib PUBLIC testescape PUBLIC _testescape .testescape ._testescape call 0xB815 ld hl, 1 ret nc jr z, noesc dec hl noesc: dec hl ret
programs/oeis/182/A182535.asm
neoneye/loda
22
120524
; A182535: Number of terms in Zeckendorf representation of prime(n). ; 1,1,1,2,2,1,3,3,2,2,3,2,3,3,2,4,3,3,4,3,3,3,4,1,2,4,3,3,4,3,4,3,4,4,2,3,2,4,3,3,3,3,3,4,5,2,5,4,5,5,1,3,2,3,3,4,3,4,4,4,4,3,5,4,5,4,4,4,5,5,5,4,5,6,2,3,4,4,3,4,3,4,5,3,4,4,5,5,4,5,3,3,3,5,6,4,5,2,3,5 seq $0,6005 ; The odd prime numbers together wit...
programs/oeis/186/A186500.asm
jmorken/loda
1
120525
<reponame>jmorken/loda ; A186500: Adjusted joint rank sequence of (f(i)) and (g(j)) with f(i) before g(j) when f(i)=g(j), where f(i)=i^2 and g(j)=-4+5j^2. Complement of A186499. ; 2,6,9,12,16,19,22,25,29,32,35,38,42,45,48,51,54,58,61,64,67,71,74,77,80,84,87,90,93,97,100,103,106,110,113,116,119,122,126,129,132,135,139,...
Appl/SDK_Asm/VObj/vobjManager.asm
steakknife/pcgeos
504
120526
COMMENT @---------------------------------------------------------------------- Copyright (c) GeoWorks 1990 -- All Rights Reserved PROJECT: PC GEOS MODULE: VObj (Sample PC GEOS application) FILE: vobjManager.asm REVISION HISTORY: Name Date Description ---- ---- ----------- jcw 6/27/92 Initial ver...
kick_fifo.asm
antangelo/nv2a-trace
0
120527
; Construct binary using `nasm kick_fifo.asm` bits 32 kick_fifo: ; Load expected_put into reg mov edx, dword [esp+4] ; Avoid any other CPU stuff overwriting stuff in this risky section cli mov eax, 0xBAD ; Check if DMA_PUT_ADDR is what it must be, or abort otherwise cmp edx, dword [0xFD003240] jne skip mov eax, ...
libsrc/sdcard/osca/sd_spi_port_fast.asm
RC2014Z80/z88dk
8
120528
; ; Old School Computer Architecture - SD Card driver ; Taken from the OSCA Bootcode by <NAME> 2011 ; ; Ported by <NAME>, 2012 ; ; Switch the sdcard to fast clock ; ; $Id: sd_spi_port_fast.asm,v 1.2 2015-01-19 01:33:07 pauloscustodio Exp $ ; PUBLIC sd_spi_port_fast INCLUDE "osca.def" sd_spi_port_fast: push ...
Cameras/TEW2/InjectableGenericCameraSystem/Interceptor.asm
Cyberim/InjectableGenericCameraSystem
623
120529
;//////////////////////////////////////////////////////////////////////////////////////////////////////// ;// Part of Injectable Generic Camera System ;// Copyright(c) 2017, <NAME> ;// All rights reserved. ;// https://github.com/FransBouma/InjectableGenericCameraSystem ;// ;// Redistribution and use in source and binar...
programs/oeis/115/A115140.asm
karttu/loda
1
120530
; A115140: O.g.f. inverse of Catalan A000108 o.g.f. ; 1,-1,-1,-2,-5,-14,-42,-132,-429,-1430,-4862,-16796,-58786,-208012,-742900,-2674440,-9694845,-35357670,-129644790,-477638700,-1767263190,-6564120420,-24466267020,-91482563640,-343059613650,-1289904147324,-4861946401452,-18367353072152,-69533550916004,-263747951750360...
oeis/309/A309330.asm
neoneye/loda-programs
11
120532
<reponame>neoneye/loda-programs ; A309330: Numbers k such that 10*k^2 + 40 is a square. ; Submitted by <NAME>(w3) ; 6,234,8886,337434,12813606,486579594,18477210966,701647437114,26644125399366,1011775117738794,38420810348674806,1458979018131903834,55402781878663670886,2103846732371087589834,79890773048222664742806,3033...
programs/oeis/245/A245938.asm
karttu/loda
0
120535
<reponame>karttu/loda ; A245938: Limit-reverse of the Thue-Morse sequence (A010060), with first term as initial block. ; 0,1,0,0,1,1,0,0,1,0,1,1,0,0,1,1,0,1,0,0,1,0,1,1,0,1,0,0,1,1,0,0,1,0,1,1,0,1,0,0,1,0,1,1,0,0,1,1,0,1,0,0,1,0,1,1,0,1,0,0,1,1,0,0,1,0,1,1,0,0,1,1,0,1,0,0,1,1,0,0,1,0,1,1,0,1 sub $0,800 lpb $0,1 add ...
CLICK_DRUMS/pwm/drum.asm
bushy555/ZX-Spectrum-1-Bit-Routines
59
120536
;;; Pulse Width Modulated Drums ;;; A reusable click drum system for ZX Spectrum beeper engines ;;; by utz/irrlicht project 09'2019 * irrlichtproject.de ;;; ;;; Usage: In the calling code, define the symbol DRUM_RETURN_ADDRESS and set ;;; it to the address that the player should return to. ;;; To play a d...
4rth-Sem-Ise/Microprocessors -X86-/hardware/zero.asm
mvnsia/4th_Sem_Ise
0
120537
<gh_stars>0 assume cs:code,ds:data data segment pa equ 20a0h pb equ 20a1h pc equ 20a2h cr equ 20a3h msg db "No. of 1's : " ones db ?,"$" data ends code segment start: mov ax,data mov ds,ax mov dx,cr mov al,82h ; PA – output & PB – input ...
oeis/041/A041186.asm
neoneye/loda-programs
11
120538
<filename>oeis/041/A041186.asm ; A041186: Numerators of continued fraction convergents to sqrt(104). ; Submitted by <NAME>(s3) ; 10,51,1030,5201,105050,530451,10714070,54100801,1092730090,5517751251,111447755110,562756526801,11366578291130,57395647982451,1159279537940150,5853793337683201,118235146291604170,597029524795...
fib.asm
gek169/Simple_ISA
12
120539
<filename>fib.asm #!/usr/bin/sisa16_asm -run //use a separately compiled libc. //..include"libc_pre.hasm" //..(2): //..dinclude"libc_pre.bin" //use the normal libc. ..include"libc.hasm" ..(4): ..decl_farproc:proc_fib //if it is less than two... lb2; rx1b; rxcmp; lb 0; cmp; sc %fib_return_one%; jmpifeq; //Sum...
samples/zx/tilemap_render/multidir_scroll/main.asm
0x8BitDev/MAPeD-SPReD
23
120540
<filename>samples/zx/tilemap_render/multidir_scroll/main.asm<gh_stars>10-100 ;################################################################### ; ; Copyright 2018-2020 0x8BitDev ( MIT license ) ; ;################################################################### ; ; Multidirectional scroller test. ; org...
Transynther/x86/_processed/NONE/_xt_sm_/i7-7700_9_0xca_notsx.log_1564_1694.asm
ljhsiun2/medusa
9
120541
<filename>Transynther/x86/_processed/NONE/_xt_sm_/i7-7700_9_0xca_notsx.log_1564_1694.asm .global s_prepare_buffers s_prepare_buffers: push %r10 push %r12 push %r9 push %rbp push %rbx push %rcx push %rdi push %rsi lea addresses_normal_ht+0x16ae, %r10 nop nop nop nop nop xor $59154, %rbp mov (%r10), %bx nop nop nop nop a...
libsrc/_DEVELOPMENT/adt/b_array/z80/asm_b_array_at.asm
meesokim/z88dk
0
120542
; =============================================================== ; Mar 2014 ; =============================================================== ; ; int b_array_at(b_array_t *a, size_t idx) ; ; Return char stored in array at index idx. ; If idx is outside the array's range, return -1. ; ; ==============================...
src/PJ/rastlib/mcgacset.asm
AnimatorPro/Animator-Pro
119
120543
CGROUP group code code segment dword 'CODE' assume cs:CGROUP,ds:CGROUP ;void pj_mcga_set_colors(void *v, int startix, int count, Color *cmap); public pj_mcga_set_colors pj_mcga_set_colors proc near jscp struc ;pj_mcga_set_colors parameter structure jsc_esi dd ? jsc_edx dd ? jsc_ecx dd ? jsc_ebx dd ?...
audio/sfx/tink_2.asm
AmateurPanda92/pokemon-rby-dx
9
120544
<filename>audio/sfx/tink_2.asm SFX_Tink_2_Ch4: duty 2 pitchenvelope 3, -2 squarenote 4, 15, 2, 512 pitchenvelope 2, 2 squarenote 8, 14, 2, 512 pitchenvelope 0, 0 endchannel
MSDOS/Virus.MSDOS.Unknown.subr.asm
fengjixuchui/Family
3
120545
SUBR PROC FAR SPACE ; ------------------------------------------------------------------- ; ADD BCD NUMBERS ; THIS ROUTINE ADDS TWO BCD NUMBERS OF EQUAL LENGTH ; ASSUMPTIONS: ; CX CONTAINS THE LENGTH OF THE FIELDS BEING ADDED ; SI POINTS TO THE LEFTMOST BYTE OF THE BCD DATA ; DI POINTS TO THE SECO...
programs/oeis/106/A106731.asm
karttu/loda
0
120546
<reponame>karttu/loda<filename>programs/oeis/106/A106731.asm ; A106731: Expansion of -2*x/(1 - 4*x + 2*x^2). ; 0,-2,-8,-28,-96,-328,-1120,-3824,-13056,-44576,-152192,-519616,-1774080,-6057088,-20680192,-70606592,-241065984,-823050752,-2810071040,-9594182656,-32756588544,-111837988864,-381838778368,-1303679135744,-44510...
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca.log_19012_187.asm
ljhsiun2/medusa
9
120548
.global s_prepare_buffers s_prepare_buffers: push %r12 push %r14 push %r15 push %r9 push %rbx push %rcx push %rdi push %rsi lea addresses_WT_ht+0x12883, %r14 nop xor %r12, %r12 movb (%r14), %bl nop nop nop nop inc %r15 lea addresses_normal_ht+0x11ab, %rbx nop xor $51459, %r9 mov (%rbx), %rcx inc %rcx lea addresses_UC_h...
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_27_219.asm
ljhsiun2/medusa
9
120549
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r12 push %r14 push %rax push %rcx push %rdi push %rsi lea addresses_normal_ht+0x3fe6, %r10 cmp $30257, %r12 movb (%r10), %r11b nop nop nop nop nop add $30302, %r14 lea addresses_D_ht+0x8022, %rsi lea addresses_A_ht+0xd79c, ...
Appl/Art/Decks/GeoDeck/CGAFractal1.asm
steakknife/pcgeos
504
120550
<filename>Appl/Art/Decks/GeoDeck/CGAFractal1.asm CGAFractal1 label byte word C_BLACK Bitmap <67,41,0,BMF_MONO> db 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 db 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 db 0x15, 0x55, 0x55, 0x7f, 0x1f, 0xd5, 0x55, 0x55, 0x00 db 0x2a, 0xaa, 0x...
Transynther/x86/_processed/NC/_st_zr_un_sm_/i9-9900K_12_0xa0.log_21829_820.asm
ljhsiun2/medusa
9
120551
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r13 push %rax push %rcx lea addresses_D_ht+0x13812, %r13 sub %rax, %rax mov (%r13), %r11w add %rcx, %rcx lea addresses_normal_ht+0x1a412, %r13 nop and $22318, %rax movb (%r13), %cl nop nop nop sub %r11, %r11 pop %rcx pop %rax pop %r13 pop %r11 ret .globa...
programs/oeis/100/A100006.asm
neoneye/loda
22
120552
<filename>programs/oeis/100/A100006.asm<gh_stars>10-100 ; A100006: Integer log of 2n: sum of primes dividing 2n (with repetition). ; 2,4,5,6,7,7,9,8,8,9,13,9,15,11,10,10,19,10,21,11,12,15,25,11,12,17,11,13,31,12,33,12,16,21,14,12,39,23,18,13,43,14,45,17,13,27,49,13,16,14,22,19,55,13,18,15,24,33,61,14,63,35,15,14,20,18,...
CS300s/CS310/Handouts/AssemblerExamples/standardInstructions.asm
AndrewZurn/sju-compsci-archive
0
120553
DATA #This shows an example of all "real" instructions PROGRAM halt jump jumpspot brov jumpspot brzr jumpspot brng jumpspot jumpspot imlo r2 -3 imhi r2 0x4 load r8 [r4] stor [r2] r4 and r2 r4 r8 or r8 r2 r4 nxor r4 r8 r2 rem r2 r3 r4 add r2 r3 r4 sub r2 r3 r4 mult r2 r3 r4 div r2 r3 r4 halt END
Kernel/asm/initializeStack.asm
inesmarca/2TP_SO
0
120554
<filename>Kernel/asm/initializeStack.asm GLOBAL initializeStack section .text ; "R15: ", "R14: ", "R13: ", "R12: ", "R11: ", ; "R10: ", "R9: ", "R8: ", "RSI: ", "RDI: ", ; "RBP: ", "RDX: ", "RCX: ", "RBX: ", "RAX: ", ; "RIP: ", "CS: ", "FLAGS: ", "RSP: ", "SS" ; uint64_t *...
_build/dispatcher/jmp_ippsSMS4EncryptCTR_b51cb39a.asm
zyktrcn/ippcp
1
120555
<gh_stars>1-10 extern m7_ippsSMS4EncryptCTR:function extern n8_ippsSMS4EncryptCTR:function extern y8_ippsSMS4EncryptCTR:function extern e9_ippsSMS4EncryptCTR:function extern l9_ippsSMS4EncryptCTR:function extern n0_ippsSMS4EncryptCTR:function extern k0_ippsSMS4EncryptCTR:function extern ippcpJumpIndexForMergedLibs exte...
data/baseStats/snorlax.asm
etdv-thevoid/pokemon-rgb-enhanced
1
120556
db SNORLAX ; pokedex id db 160 ; base hp db 110 ; base attack db 65 ; base defense db 30 ; base speed db 65 ; base special db NORMAL ; species type 1 db NORMAL ; species type 2 db 25 ; catch rate db 154 ; base exp yield INCBIN "pic/gsmon/snorlax.pic",0,1 ; 77, sprite dimensions dw SnorlaxPicFront dw SnorlaxPicBack ; at...
oeis/000/A000221.asm
neoneye/loda-programs
11
120557
; A000221: Take sum of squares of digits of previous term; start with 5. ; Submitted by <NAME> ; 5,25,29,85,89,145,42,20,4,16,37,58,89,145,42,20,4,16,37,58,89,145,42,20,4,16,37,58,89,145,42,20,4,16,37,58,89,145,42,20,4,16,37,58,89,145,42,20,4,16,37,58,89,145,42,20,4,16,37,58,89,145,42,20,4,16,37,58,89,145,42,20,4,16,37...
Transynther/x86/_processed/NC/_zr_/i7-7700_9_0xca.log_21829_319.asm
ljhsiun2/medusa
9
120558
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r13 push %r14 push %r8 push %rcx push %rdi push %rdx push %rsi lea addresses_D_ht+0x943d, %r14 nop nop nop nop nop xor %rdx, %rdx mov (%r14), %r11d nop xor %r8, %r8 lea addresses_D_ht+0x435d, %rsi lea addresses_normal_ht+0x74ad, %rdi nop nop nop dec %r13 mov ...
programs/oeis/005/A005427.asm
karttu/loda
0
120559
<reponame>karttu/loda<gh_stars>0 ; A005427: Josephus problem: numbers m such that, when m people are arranged on a circle and numbered 1 through m, the final survivor when we remove every 4th person is one of the first three people. ; 5,7,9,12,16,22,29,39,52,69,92,123,164,218,291,388,517,690,920,1226,1635,2180,2907,387...
base/atari/xmswrite.asm
zbyti/Mad-Pascal
7
120560
; unit MISC: DetectMem ; by Tebe .proc @xmsWriteBuf (.word ptr1, ptr2) .var ptr1 = dx ; buffer (2) ptr2 = cx ; count (2) pos = cx+2 ; position (2) pointer ptr3 = eax ; position (4) txa:pha ldy #0 ; przepisz POSITION spod wskaznika lda (pos),y sta ptr3 iny lda (pos),y sta ptr3+1 in...
oeis/027/A027784.asm
neoneye/loda-programs
11
120562
<filename>oeis/027/A027784.asm ; A027784: a(n) = 11*(n+1)*binomial(n+2,11)/2. ; 55,726,5148,26026,105105,360360,1089088,2975544,7482618,17551820,38798760,81477396,163601438,315762216,588376800,1062347000,1864418985,3188915730,5327982660,8713054350,13970931975,21998673840,34062462720,51926743440,78021243300,115655019480...
src/boot/loader.asm
zys1310992814/BookOSv0.2
3
120563
;boot/loader.asm ;description: loade kernel and set basic info ;auther: <NAME> ;time: 2018/1/23 ;copyright: (C) 2018-2019 by BookOS developers. All rights reserved. ;E-mail: <EMAIL> %include "const.inc" org 0x90000 [bits 16] align 16 jmp LoaderStart ;Global Descriptor Table,GDT GDT: ;0:void dd 0x0...
Tests/Test10/3.asm
5ayam5/COL216-A5
0
120564
<reponame>5ayam5/COL216-A5 addi $t0, $zero, 10 addi $t1, $zero, 20 addi $t2, $t1, 20 addi $s0, $zero, 1020 addi $s1, $t2, 2000 lw $t2, 0($s1) sw $t0, 0($s0) sw $t1, 0($s1) lw $t1, 0($s0)
demo/music/nationalpark.asm
stoneface86/tbengine
6
120567
<gh_stars>1-10 SECTION "song_nationalpark", ROM0 INCLUDE "tbengine.inc" PATTERN_SIZE EQU 64 song_natpark:: DB $48 ; speed (9.0 frames per row, 100 BPM) DW .ch1_entry DW .ch2_entry DW .ch3_entry DW .ch4_entry ; CH1 ===================================================================...
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_1875.asm
ljhsiun2/medusa
9
120568
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r13 push %r8 push %rax push %rbp push %rcx push %rdi push %rdx push %rsi lea addresses_UC_ht+0x1e669, %rdx nop nop nop nop dec %r8 vmovups (%rdx), %ymm2 vextracti128 $1, %ymm2, %xmm2 vpextrq $0, %xmm2, %rdi nop nop nop nop and $2007, %r10 lea addresses_A_ht+0...
oeis/280/A280055.asm
neoneye/loda-programs
11
120569
; A280055: Nachos sequence based on 1 plus primes (A008578). ; 1,2,1,2,3,1,2,3,2,3,1,2,3,2,3,4,2,1,2,3,2,3,4,2,3,4,3,4,1,2,3,2,3,4,2,3,4,3,4,2,3,1,2,3,2,3,4,2,3,4,3,4,2,3,4,3,4,5,1,2,3,2,3,4,2,3,4,3,4,2,3,4,3,4,5,3,2,1,2,3,2,3,4,2,3,4,3,4,2,3,4,3,4,5,3,2,3,4,3,4 lpb $0 mov $2,$0 seq $2,37125 ; Irregular triangle: ...
programs/oeis/091/A091848.asm
jmorken/loda
1
120570
; A091848: Johnson bound J(n,4,2). ; 0,0,0,0,0,0,1,1,2,3,3,4,5,6,7,8,9,11,12,14,15,17,18,21,22,25,26,29,30,33,35,38,40,44,45,49,51,55,57,61,63,68,70,75,77,82,84,90,92,98,100,106,108,114,117,123,126,133,135,142,145,152,155,162,165,173,176,184,187,195,198,207,210,219,222,231,234,243,247,256,260,270,273,283,287,297,301,31...
audio/sfx/battle_12.asm
opiter09/ASM-Machina
1
120571
SFX_Battle_12_Ch8: noise_note 8, 4, -7, 35 noise_note 4, 12, 4, 34 noise_note 6, 15, 2, 35 sound_loop 4, SFX_Battle_12_Ch8 sound_ret
libsrc/_DEVELOPMENT/arch/sms/misc/c/sccz80/sms_tiles_get_area_callee.asm
jpoikela/z88dk
640
120574
; void sms_tiles_get_area(struct r_Rect8 *r, void *dst) SECTION code_clib SECTION code_arch PUBLIC sms_tiles_get_area_callee EXTERN asm_sms_tiles_get_area sms_tiles_get_area_callee: pop af pop de pop ix push af jp asm_sms_tiles_get_area
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_7.asm
ljhsiun2/medusa
9
120575
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r13 push %r14 push %r15 push %r9 push %rbx push %rcx push %rdi push %rsi lea addresses_WT_ht+0x1abf8, %r13 nop nop and %r9, %r9 mov (%r13), %r11 nop nop xor %r15, %r15 lea addresses_WC_ht+0x692e, %r14 nop nop nop add %rbx, %rbx movw $0x6162, (%r14) nop nop no...
src/shaders/h264/ildb/Transpose_Cur_Y_16x16.asm
digetx/intel-vaapi-driver
192
120577
<reponame>digetx/intel-vaapi-driver /* * Copyright © <2010>, Intel Corporation. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the * "Software"), to deal in the Software without restriction, including * without limitation t...
include/test/stack.asm
eyalabraham/dragon
0
120578
; ; stack.asm ; ; MC6809E emulator test code for stack operations. ; All tests will use direct or immediate addressing for simplicity, ; other addressing modes will be tested separately. ; jmp start ; setcf: equ $01 clrcf: equ $fe ; varstart equ * ; var0: fcb $ff var1:...
Transynther/x86/_processed/AVXALIGN/_zr_/i9-9900K_12_0xca_notsx.log_21829_414.asm
ljhsiun2/medusa
9
120579
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r12 push %r14 push %r15 push %rcx push %rdi push %rsi lea addresses_normal_ht+0x8942, %r15 nop nop dec %r10 movw $0x6162, (%r15) nop nop nop add $59252, %r14 lea addresses_normal_ht+0xa52, %rsi lea addresses_WT_ht+0x88f6, %rdi nop nop nop nop sub %r...
boot.asm
sombr3ro/Somr3ro_OS
1
120580
<filename>boot.asm ORG 0 BITS 16 JMP SHORT START NOP TIMES 33 DB 0 START: JMP 0X7C0:START_2 START_2: CLI MOV AX,0X7C0 MOV DS,AX MOV ES,AX MOV AX,0 MOV SS,AX MOV SP,0X7C00 STI MOV AH,02H MOV AL,1 MOV CH,0 MOV CL,2 MOV DH,0 MOV BX,BUFFER INT 13H JC E...
oeis/145/A145818.asm
neoneye/loda-programs
11
120581
<reponame>neoneye/loda-programs<filename>oeis/145/A145818.asm ; A145818: Odd positive integers a(n) such that for every integer m == 3 (mod 4) there exists a unique representation of the form m = a(l) + 2*a(s), but there are no such representations for m == 1 (mod 4). ; Submitted by <NAME> ; 1,5,17,21,65,69,81,85,257,2...
Userland/SampleCodeModule/library/stdasm.asm
malevasquez/TPE_Arqui
0
120582
GLOBAL _syscall GLOBAL throwOpcode GLOBAL SystemCall02 ;------------------------------------------------------------ ; USERLAND ;------------------------------------------------------------ section .text ;------------------------------------------------------------ ; syscall recibe argumentos var...
test1.asm
tphan022/AssignmentTestCases
0
120584
<reponame>tphan022/AssignmentTestCases _test1: file format elf32-i386 Disassembly of section .text: 00001000 <main>: int n = 1; void test_func(void *arg_ptr); int main(int argc, char *argv[]){ 1000: 55 push %ebp 1001: 89 e5 mov %esp,%ebp 1003: 83 e4 f0 ...
programs/oeis/073/A073553.asm
karttu/loda
1
120585
<filename>programs/oeis/073/A073553.asm<gh_stars>1-10 ; A073553: Number of Fibonacci numbers F(k), k <= 10^n, which end in 5. ; 2,14,134,1334,13334,133334,1333334,13333334,133333334,1333333334,13333333334,133333333334,1333333333334,13333333333334,133333333333334,1333333333333334,13333333333333334 mov $1,10 pow $1,$0 d...
programs/oeis/163/A163450.asm
neoneye/loda
22
120586
; A163450: A028403 written in base 2. ; 100,1100,101000,10010000,1000100000,100001000000,10000010000000,1000000100000000,100000001000000000,10000000010000000000,1000000000100000000000,100000000001000000000000,10000000000010000000000000,1000000000000100000000000000,100000000000001000000000000000,100000000000000100000000...
samples/multiplication.asm
fchauvel/rasp-machine
2
120587
<gh_stars>1-10 ;; Read two numbers on from the input device, multiply them and return ;; the result on the output device. segment: data left 1 12 ; the left operand right 1 5 ; the right operand counter 1 0 ; counter ...
Working Disassembly/General/Sprites/Cluckoid/DPLC - Cluckoid.asm
TeamASM-Blur/Sonic-3-Blue-Balls-Edition
5
120588
<filename>Working Disassembly/General/Sprites/Cluckoid/DPLC - Cluckoid.asm DPLC_8E4B8: dc.w word_8E4D4-DPLC_8E4B8 dc.w word_8E4DC-DPLC_8E4B8 dc.w word_8E4E4-DPLC_8E4B8 dc.w word_8E4EC-DPLC_8E4B8 dc.w word_8E4F2-DPLC_8E4B8 dc.w word_8E4F8-DPLC_8E4B8 dc.w word_8E4FE-DPLC_8E4B8 dc.w word_8E506-DPLC_8E4B8 ...
Transynther/x86/_processed/NONE/_xt_sm_/i9-9900K_12_0xca.log_21829_582.asm
ljhsiun2/medusa
9
120590
<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r12 push %r8 push %rax push %rcx push %rdi push %rdx push %rsi lea addresses_WC_ht+0xb2c1, %rsi lea addresses_D_ht+0x11741, %rdi nop nop nop nop and %r8, %r8 mov $47, %rcx rep movsb nop nop inc %r8 lea addresses_A_ht+0x1bd61, %r12 nop xor $56824, %rax an...
programs/oeis/008/A008733.asm
neoneye/loda
22
120591
; A008733: Molien series for 3-dimensional group [2+, n] = 2*(n/2). ; 1,0,2,1,4,2,6,4,9,6,12,9,16,12,20,16,25,20,30,25,36,30,42,36,49,42,56,49,64,56,72,64,81,72,90,81,100,90,110,100,121,110,132,121,144,132,156,144,169,156,182,169,196,182,210,196,225,210,240,225,256,240,272,256,289,272,306,289,324,306,342,324,361,342,38...
libsrc/_DEVELOPMENT/math/float/am9511/c/sccz80/cam32_sccz80_ldiv_callee.asm
ahjelm/z88dk
640
120592
<gh_stars>100-1000 ; long __ldiv_callee (long left, long right) SECTION code_clib SECTION code_fp_am9511 PUBLIC cam32_sccz80_ldiv_callee EXTERN asm_am9511_ldiv_callee ; divide sccz80 long by sccz80 long ; ; enter : stack = sccz80_long left, ret ; DEHL = sccz80_long right ; ; exit ...
programs/oeis/190/A190973.asm
neoneye/loda
22
120593
<filename>programs/oeis/190/A190973.asm ; A190973: a(n) = 7*a(n-1) - 4*a(n-2), with a(0) = 0, a(1) = 1. ; 0,1,7,45,287,1829,11655,74269,473263,3015765,19217303,122458061,780337215,4972528261,31686348967,201914329725,1286654912207,8198927066549,52245869817015,332925380452909,2121494183902303,13518757765504485,8614532762...
data/mapObjects/Route5.asm
AmateurPanda92/pokemon-rby-dx
9
120594
<reponame>AmateurPanda92/pokemon-rby-dx Route5_Object: db $a ; border block db 5 ; warps warp 10, 29, 3, ROUTE_5_GATE warp 9, 29, 2, ROUTE_5_GATE warp 10, 33, 0, ROUTE_5_GATE warp 17, 27, 0, UNDERGROUND_PATH_ROUTE_5 warp 10, 21, 0, DAYCARE db 1 ; signs sign 17, 29, 1 ; Route5Text1 db 0 ; objects ; warp-t...
Transynther/x86/_processed/AVXALIGN/_st_/i7-8650U_0xd2_notsx.log_128_380.asm
ljhsiun2/medusa
9
120595
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r15 push %r8 push %rax push %rbx push %rcx push %rdi push %rsi lea addresses_WC_ht+0xdecf, %r8 nop dec %rbx mov $0x6162636465666768, %r11 movq %r11, %xmm3 and $0xffffffffffffffc0, %r8 movaps %xmm3, (%r8) nop nop nop nop sub $24403, %rsi lea addresses_WC_ht+0x...
programs/oeis/056/A056106.asm
neoneye/loda
22
120596
; A056106: Second spoke of a hexagonal spiral. ; 1,3,11,25,45,71,103,141,185,235,291,353,421,495,575,661,753,851,955,1065,1181,1303,1431,1565,1705,1851,2003,2161,2325,2495,2671,2853,3041,3235,3435,3641,3853,4071,4295,4525,4761,5003,5251,5505,5765,6031,6303,6581,6865,7155,7451,7753,8061,8375,8695,9021,9353,9691,10035,10...
target/cos_117/disasm/iop_overlay1/START0.asm
jrrk2/cray-sim
49
120597
<reponame>jrrk2/cray-sim @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @@ Gets loaded to 0x49a4 (0x49aa) @@ START0: Cray deadstart driver @@ Offset number: 0x00e2 @@ Input: @@ OR[280]: pointer to first command-line argument (boot image) @@ OR[281]: pointer to second command-line argument (parameters file)...
FlameOS 2.0/KernelParts/ATA.asm
Th3Matt/FlameOS
0
120599
ATAPort equ 0x1F0 ATAPort2 equ 0x170 ATA: .init: pusha xor esi, esi mov dx, ATAPort+7 ;7 in al, dx cmp al, 0xff stc je .init.noDisk clc dec dx ;6 mov al, 11100000b out dx, al inc dx .init.DiskCheck: mov cx, 5 rep in al, dx dec dx ;6 dec dx ;5 mov al, 0 out dx, al dec d...
MasmEd/Addins/Project/Backup.asm
CherryDT/FbEditMOD
11
120602
.code BackupEdit proc uses esi edi,lpFileName:DWORD,Backup:DWORD LOCAL buffer[MAX_PATH]:BYTE LOCAL buffer2[MAX_PATH]:BYTE LOCAL BackupPath[MAX_PATH]:BYTE LOCAL dotpos:DWORD mov esi,lpData lea esi,[esi].ADDINDATA.MainFile .if !nBackup || !byte ptr [esi] ret .endif invoke lstrcpy,addr Backup...
oeis/076/A076148.asm
neoneye/loda-programs
11
120603
; A076148: Let b(1)=x, b(2)=y, k*b(k)=(2k-1)*b(k-1) + 3(k+1)*b(k-2); then b(n)=a(n)*x+c(n)/3*y. ; Submitted by <NAME> ; 1,0,4,7,27,74,230,681,2053,6148,18456,55355,166079,498222,1494682,4484029,13452105,40356296,121068908,363206703,1089620131,3268860370,9806581134,29419743377,88259230157,264777690444,794333071360 mov ...
data/opcodes/pop_af.asm
colinw7/CZ80
0
120605
<filename>data/opcodes/pop_af.asm ; ORG 0x0100 0100 01 00 12 ; LD BC, 0x1200 ; again: 0103 c5 ; PUSH BC 0104 f1 ; POP AF 0105 f5 ; PUSH AF 0106 d1 ; POP DE 0107 79 ; LD A, C 0108 e6 f0 ; AND 0xf0 010a bb ...
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_562.asm
ljhsiun2/medusa
9
120606
.global s_prepare_buffers s_prepare_buffers: push %r12 push %r9 push %rbx push %rcx lea addresses_normal_ht+0x15f29, %r9 mfence movb (%r9), %bl nop nop xor %rcx, %rcx pop %rcx pop %rbx pop %r9 pop %r12 ret .global s_faulty_load s_faulty_load: push %r14 push %r8 push %rax push %rbp push %rbx push %rcx push %rdi pus...
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_1088.asm
ljhsiun2/medusa
9
120607
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: ret .global s_faulty_load s_faulty_load: push %r10 push %r12 push %r13 push %r14 push %r9 push %rbp push %rdx // Store lea addresses_UC+0xfc13, %r9 nop nop nop nop nop and $24290, %r13 movw $0x5152, (%r9) nop and $29546, %rdx // Store mov $0x...
oeis/002/A002594.asm
neoneye/loda-programs
11
120608
<reponame>neoneye/loda-programs ; A002594: a(n) = n^2*(16*n^4-20*n^2+7)/3. ; Submitted by <NAME> ; 1,244,3369,20176,79225,240276,611569,1370944,2790801,5266900,9351001,15787344,25552969,39901876,60413025,89042176,128177569,180699444,250043401,340267600,456123801,603132244,787660369,1017005376,1299480625,1644505876,2062...
oeis/192/A192954.asm
neoneye/loda-programs
11
120609
<reponame>neoneye/loda-programs ; A192954: Constant term of the reduction by x^2 -> x+1 of the polynomial p(n,x) defined at Comments. ; Submitted by <NAME> ; 1,1,5,11,23,43,77,133,225,375,619,1015,1657,2697,4381,7107,11519,18659,30213,48909,79161,128111,207315,335471,542833,878353,1421237,2299643,3720935,6020635,974162...
libsrc/gfx/wide/w_bkrestore.asm
ahjelm/z88dk
640
120610
; ; Fast background restore ; ; Generic version (just a bit slow) ; ; $Id: w_bkrestore.asm $ ; IF !__CPU_INTEL__ SECTION smc_clib PUBLIC bkrestore PUBLIC _bkrestore EXTERN w_pixeladdress .bkrestore ._bkrestore push ix ; __FASTCALL__ : sprite ptr in HL pus...
src/spread/externfn.asm
olifink/qspread
0
120612
<filename>src/spread/externfn.asm<gh_stars>0 * Spreadsheet 06/03-92 * - external functions for parser section prog include win1_keys_qlv include win1_keys_err include win1_mac_oli include win1_spread_keys include win1_spread_fpars_keys include win1_spread_fpars_mac xdef tab_fn ;...
arch/x86_64/lib/memset_64.asm
PoisonNinja/quark
3
120613
<filename>arch/x86_64/lib/memset_64.asm global _ZN6libcxx6memsetEPvim:function _ZN6libcxx6memsetEPvim: push rbp mov rbp, rsp cld mov rcx, rdx and edx, 7 shr rcx, 3 movzx esi, sil mov rax, 0x0101010101010101 imul rax, rsi rep stosq mov ecx, edx rep stosb mov rax, r9 ...
android/app/src/cpp/src/backend/opencl/cl/rx/randomx_run_gfx900.asm
FlameSalamander/react-native-xmrig
28
120614
<filename>android/app/src/cpp/src/backend/opencl/cl/rx/randomx_run_gfx900.asm /* Copyright (c) 2019 SChernykh This file is part of RandomX OpenCL. RandomX OpenCL 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, e...
Transynther/x86/_processed/NONE/_xt_sm_/i9-9900K_12_0xca_notsx.log_21829_1035.asm
ljhsiun2/medusa
9
120615
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r13 push %r14 push %r15 push %rcx push %rdi push %rdx push %rsi lea addresses_D_ht+0xfa79, %rsi lea addresses_normal_ht+0x1d259, %rdi nop nop nop nop nop xor $57352, %rdx mov $93, %rcx rep movsl nop nop cmp %r14, %r14 lea addresses_WT_ht+0xe739, %r14 nop add ...