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_sm_/i9-9900K_12_0xa0.log_21829_1109.asm
ljhsiun2/medusa
9
124160
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r14 push %r8 push %rax push %rcx push %rdi push %rdx push %rsi lea addresses_D_ht+0x9dd5, %rdx nop inc %rcx mov $0x6162636465666768, %rax movq %rax, (%rdx) nop nop nop and %r10, %r10 lea addresses_UC_ht+0x1eb75, %rdi nop nop add %r14, %r14 vmovups (%rdi), %ym...
oeis/274/A274332.asm
neoneye/loda-programs
11
124161
<filename>oeis/274/A274332.asm ; A274332: Team size n for which there exists a balanced tournament for 2n+1 players so that in 2n+1 matches each player plays exactly n-1 times with and n times against each other player. ; Submitted by <NAME> ; 1,2,3,5,6,8,9,11,14,15,18,20,21,23,26,29,30,33 mov $1,2 mov $2,$0 pow $2,2 ...
sources/ippcp/asm_intel64/pcprij128encrypte9as.asm
ntyukaev/ipp-crypto
30
124162
<filename>sources/ippcp/asm_intel64/pcprij128encrypte9as.asm ;=============================================================================== ; Copyright 2015-2020 Intel Corporation ; ; Licensed under the Apache License, Version 2.0 (the "License"); ; you may not use this file except in compliance with the License. ; Y...
libsrc/_DEVELOPMENT/threads/mutex/c/sccz80/spinlock_tryacquire.asm
ahjelm/z88dk
640
124163
; int spinlock_tryacquire(char *spinlock) SECTION code_clib SECTION code_threads_mutex PUBLIC spinlock_tryacquire .spinlock_tryacquire IF __CPU_INTEL__ scf inc (hl) ; atomic operation jp NZ,acquisition_failed ccf ; if acquisition succeeded ld hl,1 re...
basic-assembly-programs/INCREMENT-AND-DECREMENT-DIFFERENCE-INC.asm
ralphcajipe/assembly-8086
0
124164
<gh_stars>0 .MODEL SMALL .STACK 100H DATA SEGMENT MSG DB "INCREMENT THE DIFFERENCE$" MSG1 DB 'ENTER FIRST NUMBER : $' MSG2 DB 'ENTER SECOND NUMBER : $' MSG3 DB 'THE INCREMENT OF ' ;SENTENCE CONTINUES... ;TO INITIALIZE NUM1 DB ? MSG4 DB '-' NUM2 DB ?, ' IS : ' DIFFERE...
oeis/235/A235881.asm
neoneye/loda-programs
11
124165
<filename>oeis/235/A235881.asm ; A235881: Number of (n+1) X (5+1) 0..2 arrays with the minimum plus the upper median equal to the lower median plus the maximum in every 2 X 2 subblock. ; Submitted by <NAME>(s4) ; 921,1311,2109,3759,7221,14631,30909,67839,154821,368151,912909,2356719,6307221,17396871,49142109,141330399,...
symbolinen_konekieli/Ratol_msdos/koe/alik2.asm
tkukka/VariousContent
0
124166
<reponame>tkukka/VariousContent<gh_stars>0 ;RaTol Symbolinen konekieli: koeteht 2 ;Tero Kukka IY96A ;Tiedosto: alik2.asm ;Luotu 27.4.1998 ;Aliohjelma _etsi: public _etsi ;near .model small ;huom! muistimalli .stack 00h ;pinon koko .da...
oeis/338/A338062.asm
neoneye/loda-programs
11
124167
<filename>oeis/338/A338062.asm ; A338062: Numbers k such that the Enots Wolley sequence A336957(k) is odd. ; Submitted by <NAME>(s4) ; 1,4,5,8,9,12,13,16,17,20,21,24,25,28,29,32,33,36,37,40,41,44,45,48,49,52,53,56,57,60,61,64,65,68,69,72,73,76,77,80,81,84,85,88,89,92,93,96,97,100,101,104,105,108,109,112,113,116,117,120...
oeis/110/A110808.asm
neoneye/loda-programs
11
124168
<reponame>neoneye/loda-programs<gh_stars>10-100 ; A110808: Least factorial obtained as n(n-1)...(n-k). ; Submitted by <NAME>(s1) ; 1,2,6,24,120,6,5040,40320,362880,720,39916800,479001600,6227020800,87178291200,1307674368000,20922789888000,355687428096000,6402373705728000,121645100408832000,2432902008176640000 mov $1,1...
onnxruntime/core/mlas/lib/amd64/SpoolKernelAvx512F.asm
dennyac/onnxruntime
6,036
124169
<gh_stars>1000+ ;++ ; ; Copyright (c) Microsoft Corporation. All rights reserved. ; ; Licensed under the MIT License. ; ; Module Name: ; ; SpoolKernelAvx512F.asm ; ; Abstract: ; ; This module implements the kernels for the single precision pooling ; operation. ; ; This implementation uses AVX512F instructions. ...
libsrc/stdio/ansi/osca/f_ansi_cls.asm
grancier/z180
0
124170
<gh_stars>0 ; ; OSCA C Library ; ; ANSI Video handling ; ; CLS - Clear the screen ; ; ; <NAME> - June 2012 ; ; ; $Id: f_ansi_cls.asm,v 1.3 2016/06/12 16:06:42 dom Exp $ ; SECTION code_clib PUBLIC ansi_cls INCLUDE "flos.def" .ansi_cls jp kjt_clear_screen
audio/music/mobileadapter.asm
Dev727/ancientplatinum
28
124171
<reponame>Dev727/ancientplatinum Music_MobileAdapter: musicheader 4, 1, Music_MobileAdapter_Ch1 musicheader 1, 2, Music_MobileAdapter_Ch2 musicheader 1, 3, Music_MobileAdapter_Ch3 musicheader 1, 4, Music_MobileAdapter_Ch4 Music_MobileAdapter_Ch1: tempo 132 volume $77 tone $0001 stereopanning $f dutycycle $2 ...
programs/oeis/159/A159684.asm
karttu/loda
0
124172
; A159684: Sturmian word: limit S(infinity) where S(0) = 0, S(1) = 0,1 and for n>=1, S(n+1) = S(n)S(n)S(n-1). ; 0,1,0,1,0,0,1,0,1,0,0,1,0,1,0,1,0,0,1,0,1,0,0,1,0,1,0,1,0,0,1,0,1,0,0,1,0,1,0,0,1,0,1,0,1,0,0,1,0,1,0,0,1,0,1,0,1,0,0,1,0,1,0,0,1,0,1,0,0,1,0,1,0,1,0,0,1,0,1,0,0,1,0,1,0,1,0,0,1,0,1,0,0,1,0,1,0,1,0,0,1,0,1,0,...
user/ln.asm
noastern/os212-ass3
0
124173
<filename>user/ln.asm user/_ln: file format elf64-littleriscv Disassembly of section .text: 0000000000000000 <main>: #include "kernel/stat.h" #include "user/user.h" int main(int argc, char *argv[]) { 0: 1101 addi sp,sp,-32 2: ec06 sd ra,24(sp) 4: e822 sd...
4-2-backup/4-2.asm
ParkinWu/x86_asm_exercise
0
124174
mov word ax, 0xb800 mov word ds, ax mov byte [0x00], 'a' mov byte [0x02], 's' mov byte [0x04], 'm' jmp $ times 510 - ($-$$) db 0 db 0x55,0xaa
audio/engine_2.asm
AmateurPanda92/pokemon-rby-dx
9
124176
<gh_stars>1-10 ; The second of three duplicated sound engines. Audio2_UpdateMusic:: ld c, Ch0 .loop ld b, $0 ld hl, wChannelSoundIDs add hl, bc ld a, [hl] and a jr z, .nextChannel ld a, c cp Ch4 jr nc, .applyAffects ; if sfx channel ld a, [wMuteAudioAndPauseMusic] and a jr z, .applyAffects bit 7, a jr n...
source/command/run.asm
mega65dev/rom-assembler
0
124178
<reponame>mega65dev/rom-assembler ; ******************************************************************************************** ; ******************************************************************************************** ; ; Name : run.asm ; Purpose : .. ; Created : 15th Nov 1991 ; Updated : 4th Jan 2021 ...
programs/oeis/100/A100995.asm
neoneye/loda
22
124179
<reponame>neoneye/loda ; A100995: If n is a prime power p^m, m >= 1, then m, otherwise 0. ; 0,1,1,2,1,0,1,3,2,0,1,0,1,0,0,4,1,0,1,0,0,0,1,0,2,0,3,0,1,0,1,5,0,0,0,0,1,0,0,0,1,0,1,0,0,0,1,0,2,0,0,0,1,0,0,0,0,0,1,0,1,0,0,6,0,0,1,0,0,0,1,0,1,0,0,0,0,0,1,0,4,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0 seq $0,100994 ; If n is a p...
programs/oeis/034/A034114.asm
neoneye/loda
22
124180
<filename>programs/oeis/034/A034114.asm<gh_stars>10-100 ; A034114: Fractional part of square root of a(n) starts with 8: first term of runs. ; 8,15,24,34,47,61,78,97,117,140,164,191,220,250,283,317,354,393,433,476,520,567,616,666,719,773,830,889,949,1012,1076,1143,1212,1282,1355,1429,1506,1585,1665,1748,1832,1919,2008,...
include/linking.asm
BRAKOMANDA/BlackArch
0
124181
<filename>include/linking.asm TRAILER equ 0x3b struc header .signature resb 3 .version resb 3 endstruc struc lsd ; local screen descriptor .width resw 1 .height resw 1 .flags resb 1 ; Global Color Table Flag 1b MSB ; Color Resolution 3b ; Sort Flag 1b ...
Transynther/x86/_processed/NONE/_xt_sm_/i7-7700_9_0x48_notsx.log_21829_1035.asm
ljhsiun2/medusa
9
124182
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r10 push %rbx push %rcx push %rdi push %rsi lea addresses_WT_ht+0x117e3, %rsi lea addresses_D_ht+0xf534, %rdi nop nop inc %r10 mov $49, %rcx rep movsl nop and %rbx, %rbx pop %rsi pop %rdi pop %rcx pop %rbx pop %r10 ret .global s_faulty_lo...
EserciziMips/6.1-MassimoConSubroutine.asm
AntoAndGar/MIPS
0
124183
# Implementare in linguaggio asembly MIPS un programma che calcola il massimo tra n elementi immessi in input (la lettura termina quando si introduce un numero negativo. # Utilizzare la sub-routine (funzione) MASSIMO che presi due elementi restituisce il massimo. # Esempio # INPUT: # 45; 66; 34; 156; 233; 234; 56; 0 ;...
libsrc/enterprise/exos_create_channel_callee.asm
andydansby/z88dk-mk2
1
124184
; ; Enterprise 64/128 specific routines ; by <NAME>, 2011 ; ; exos_create_channel(unsigned char ch_number, char *device); ; ; ; $Id: exos_create_channel_callee.asm,v 1.2 2011/03/15 14:34:08 stefano Exp $ ; XLIB exos_create_channel_callee XDEF ASMDISP_EXOS_CREATE_CHANNEL_CALLEE exos_create_channel_callee: pop hl ...
programs/oeis/092/A092296.asm
neoneye/loda
22
124185
<reponame>neoneye/loda ; A092296: a(n) = 3*n + A090193(n). ; 1,5,6,11,12,16,18,22,26,29,30,34,36,40,44,46,50,51,54,58,62,64,68,69,74,75,79,83,84,88,90,94,98,100,104,105,108,112,116,118,122,123,128,129,133,136,140,141,146,147,151 mov $2,34 mov $4,$0 mov $5,$0 lpb $0 sub $0,1 add $2,$4 div $4,3 lpe mov $0,1 mov $4...
Transynther/x86/_processed/AVXALIGN/_zr_/i9-9900K_12_0xa0_notsx.log_21829_301.asm
ljhsiun2/medusa
9
124186
<filename>Transynther/x86/_processed/AVXALIGN/_zr_/i9-9900K_12_0xa0_notsx.log_21829_301.asm .global s_prepare_buffers s_prepare_buffers: push %r11 push %r12 push %r13 push %r14 push %rbp push %rcx push %rdi push %rdx push %rsi lea addresses_WC_ht+0x170e8, %rbp nop nop nop xor %r13, %r13 movw $0x6162, (%rbp) nop nop nop...
release/src/router/gmp/source/mpn/pa64/lshift.asm
zhoutao0712/rtn11pb1
184
124188
<filename>release/src/router/gmp/source/mpn/pa64/lshift.asm dnl HP-PA 2.0 mpn_lshift -- Left shift. dnl Copyright 1997, 2000, 2002, 2003 Free Software Foundation, Inc. dnl This file is part of the GNU MP Library. dnl The GNU MP Library is free software; you can redistribute it and/or modify dnl it under the ter...
pwnlib/shellcraft/templates/thumb/android/connect.asm
zaratec/pwntools
5
124189
<% from pwnlib.shellcraft.aarch64 import pushstr from pwnlib.shellcraft.aarch64.linux import socket, syscall from pwnlib.util.net import sockaddr %> <%page args="host, port, network = 'ipv4'"/> <%docstring> Connects to the host on the specified port. Network is either 'ipv4' or 'ipv6'. Leaves the connected...
programs/oeis/140/A140157.asm
jmorken/loda
1
124190
; A140157: a(1)=1, a(n) = a(n-1) + n^4 if n odd, a(n) = a(n-1) + n^0 if n is even. ; 1,2,83,84,709,710,3111,3112,9673,9674,24315,24316,52877,52878,103503,103504,187025,187026,317347,317348,511829,511830,791671,791672,1182297,1182298,1713739,1713740,2421021,2421022,3344543,3344544,4530465,4530466,6031091,6031092,7905253...
src/firmware/Platform/Clock/Registers.asm
pete-restall/Cluck2Sesame-Prototype
1
124191
<reponame>pete-restall/Cluck2Sesame-Prototype #include "Platform.inc" radix decimal extern POLL_AFTER_CLOCK ClockRam udata global clockFlags global clockYearBcd global clockMonthBcd global clockDayBcd global clockHourBcd global clockMinuteBcd global clockSecondBcd global dayOfYearHigh global dayOfYearLow...
src/asm_x86/x86/heaptest.asm
JINGCW/go_decompose
0
124192
<filename>src/asm_x86/x86/heaptest.asm include Irvine32.inc includelib Irvine32.lib includelib Kernel32.lib includelib User32.lib .data array_size=1000 fill_val EQU 0ffh hHeap HANDLE ? parray dword ? newHeap DWORD ? str1 BYTE "heap size is: ",0 .code main PROC invoke GetProcessHeap .if eax==NULL call Wri...
programs/oeis/185/A185691.asm
karttu/loda
0
124193
; A185691: Fibonacci sequence with initial terms 10 and 21. ; 10,21,31,52,83,135,218,353,571,924,1495,2419,3914,6333,10247,16580,26827,43407,70234,113641,183875,297516,481391,778907,1260298,2039205,3299503,5338708,8638211,13976919,22615130,36592049,59207179,95799228,155006407,250805635,405812042,656617677,1062429719,17...
programs/oeis/100/A100168.asm
karttu/loda
0
124194
<filename>programs/oeis/100/A100168.asm<gh_stars>0 ; A100168: Structured pentagonal icositetrahedral numbers (vertex structure 10). ; 1,38,174,472,995,1806,2968,4544,6597,9190,12386,16248,20839,26222,32460,39616,47753,56934,67222,78680,91371,105358,120704,137472,155725,175526,196938,220024,244847,271470,299956,330368,3...
asm/1000_ADI.asm
barrettotte/angstrom-cpu
0
124195
; add immediate; count 1 to 4 LDI #0 ; 00010000 00000000 0x1000 ADI #1 ; 10000000 00000001 0x8001 ADI #1 ; 10000000 00000001 0x8001 ADI #1 ; 10000000 00000001 0x8001 ADI #1 ; 10000000 00000001 0x8001
programs/oeis/180/A180574.asm
neoneye/loda
22
124197
; A180574: Wiener index of the n-sunlet graph. ; 27,60,105,174,259,376,513,690,891,1140,1417,1750,2115,2544,3009,3546,4123,4780,5481,6270,7107,8040,9025,10114,11259,12516,13833,15270,16771,18400,20097,21930,23835,25884,28009,30286,32643,35160,37761,40530 mov $4,$0 add $0,3 mov $1,$0 pow $0,2 div $0,2 mov $2,$1 add $1,...
vm/nga-816/barebones.asm
crcx/retroforth
65
124198
; Copyright 2021 <NAME> <<EMAIL>> ; ; Permission to use, copy, modify, and/or distribute this ; software for any purpose with or without fee is hereby ; granted, provided that the above copyright notice and ; this permission notice appear in all copies. ; THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ; ALL...
Transynther/x86/_processed/US/_st_un_sm_/i9-9900K_12_0xca_notsx.log_416_889.asm
ljhsiun2/medusa
9
124199
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r15 push %r8 push %rax push %rcx push %rdi push %rdx push %rsi lea addresses_D_ht+0xa3cb, %r10 nop nop nop nop nop sub %rax, %rax movb $0x61, (%r10) dec %rax lea addresses_UC_ht+0x1066d, %rax nop nop nop nop nop dec %rdx mov (%rax), %r15 and $38158, %r8 lea a...
Transynther/x86/_processed/US/_ht_zr_/i7-8650U_0xd2.log_5413_620.asm
ljhsiun2/medusa
9
124200
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r11 push %r12 push %r9 push %rbp push %rcx push %rdi push %rdx push %rsi lea addresses_UC_ht+0xd258, %rdi nop nop nop nop and $15797, %rdx mov (%rdi), %esi inc %rdi lea addresses_A_ht+0x15278, %r12 nop nop nop nop nop and %r9, %r9 mov (%r12), ...
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_2270.asm
ljhsiun2/medusa
9
124201
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r11 push %r12 push %r8 push %r9 push %rax push %rcx push %rdi push %rsi lea addresses_normal_ht+0x15f09, %r9 nop nop and $44903, %r12 mov $0x6162636465666768, %r8 movq %r8, %xmm1 movups %xmm1, (%r9) nop nop lfence lea addresses_WC_ht+0xcd09, %...
oeis/203/A203152.asm
neoneye/loda-programs
11
124202
<reponame>neoneye/loda-programs ; A203152: (n-1)-st elementary symmetric function of {1, 2, 2, 3, 3, 4, 4, 5, 5, ..., floor(1+n/2)}. ; Submitted by <NAME> ; 1,3,8,28,96,420,1824,9696,51360,322560,2021760,14670720,106323840,875992320,7211151360,66526064640,613365903360,6265340928000,63970228224000,716840699904000,803009...
Transynther/x86/_processed/NONE/_xt_sm_/i9-9900K_12_0xa0_notsx.log_21829_303.asm
ljhsiun2/medusa
9
124203
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r14 push %r15 push %rbp push %rcx push %rdi push %rsi lea addresses_D_ht+0x1bdf, %rsi lea addresses_D_ht+0x18ddf, %rdi nop nop nop inc %r10 mov $86, %rcx rep movsw nop nop xor %rbp, %rbp lea addresses_WC_ht+0x136ef, %r15 nop nop nop nop nop sub %r14, %r14 mov...
src/app.asm
rostislav-nikitin/socOS
1
124204
.cseg .org 0x00 rcall main_thread ; include components interrupts ;.include "kernel/drivers/{driver_name}_int.asm" .include "kernel/drivers/soc/timer0_int.asm" ; include components definitions .include "kernel/kernel_def.asm" ;.include "kernel/drivers/{driver_name}_def.asm" .include "kernel/drivers/device_def.asm" .in...
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_1999.asm
ljhsiun2/medusa
9
124205
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r15 push %r8 push %rax push %rbx push %rcx push %rdi push %rsi lea addresses_D_ht+0x1a40a, %rsi lea addresses_normal_ht+0x1451a, %rdi nop nop xor %rbx, %rbx mov $45, %rcx rep movsq nop nop nop nop sub $41946, %r10 lea addresses_WC_ht+0x1a62a, %rax nop nop nop...
co_easy.asm
dylsugar/cs461_hw6
0
124207
<filename>co_easy.asm<gh_stars>0 _co_easy: file format elf64-x86-64 Disassembly of section .text: 0000000000001000 <co_hello>: #include "user.h" #include "param.h" void co_hello(void) { 1000: f3 0f 1e fa endbr64 1004: 55 push %rbp 1005: 48 89 e5 mov ...
main.asm
mzelenkin/tiny2313-modbus
0
124208
<reponame>mzelenkin/tiny2313-modbus ;========================================================================== ; Tiny 2313 Modbus RTU Slave ; 2018 By <NAME> <<EMAIL>> ;========================================================================== .nolist ; Исключаем из листинга строки ниже .include "tn2313def.inc" .list ...
code/interrupt/idt/idt.asm
NEMESIS13cz/SysBench
3
124209
<filename>code/interrupt/idt/idt.asm<gh_stars>1-10 [BITS 64] global idt_load global idt_get_idtr ; void idt_load(uint64_t base, int32_t size); idt_load: xor rax, rax push rax push rax mov [rsp + 2], rdi mov [rsp], si lidt [rsp] pop rax pop rax ret ; uint64_t idt_get_idtr(); idt_ge...
Library/Kernel/Graphics/graphicsBitmapHuge.asm
steakknife/pcgeos
504
124210
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) GeoWorks 1991 -- All Rights Reserved PROJECT: PC GEOS MODULE: Kernel graphics FILE: graphicsBitmapHuge.asm AUTHOR: <NAME>, Jan 20, 1992 ROUTINES: Name Description ---- ----------- GLB GrDrawHugeB...
Appl/FileMgrs2/CommonDesktop/CFolder/cfolderRecord.asm
steakknife/pcgeos
504
124212
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) GeoWorks 1992 -- All Rights Reserved PROJECT: PC GEOS MODULE: FILE: cfolderRecord.asm AUTHOR: <NAME>, <NAME> ROUTINES: Name Description ---- ----------- EXT BuildOpenFilePathname EXT FolderSendToDispl...
oeis/110/A110467.asm
neoneye/loda-programs
11
124214
; A110467: Convolution of 4^n*n! and n!. ; Submitted by <NAME>(s4) ; 1,5,38,430,6640,130200,3088560,85828080,2731899456,97956720000,3906077932800,171436911264000,8211994618982400,426284974571904000,23836815193556736000,1428394963614554880000,91316330157374106624000,6203485942403473575936000,446267203066575997850419200,...
Library/User/Vis/visManager.asm
steakknife/pcgeos
504
124215
COMMENT @---------------------------------------------------------------------- Copyright (c) GeoWorks 1988 -- All Rights Reserved PROJECT: PC GEOS MODULE: UserInterface/Vis FILE: visManager.asm REVISION HISTORY: Name Date Description ---- ---- ----------- Doug 2/89 Initial version DESCRIPTION...
oeis/142/A142689.asm
neoneye/loda-programs
11
124216
<gh_stars>10-100 ; A142689: Primes congruent to 40 mod 57. ; Submitted by <NAME> ; 97,211,439,1009,1123,1237,1579,1693,2377,2719,2833,3061,3517,3631,4201,4657,4999,5113,5227,5569,5683,6367,6481,6709,6823,7393,7507,7621,7963,8191,8419,8647,8761,9103,9787,9901,10243,10357,11383,11497,11839,11953,12409,12637,12979,13093,1...
macros/const.asm
opiter09/ASM-Machina
1
124217
; Enumerate constants const_def: MACRO IF _NARG >= 1 const_value = \1 ELSE const_value = 0 ENDC IF _NARG >= 2 const_inc = \2 ELSE const_inc = 1 ENDC ENDM const: MACRO \1 EQU const_value const_value = const_value + const_inc ENDM shift_const: MACRO \1 EQU (1 << const_value) const_value = const_value + const_inc ENDM ...
programs/oeis/317/A317303.asm
neoneye/loda
22
124218
<reponame>neoneye/loda ; A317303: Numbers k such that both Dyck paths of the symmetric representation of sigma(k) have a central peak. ; 2,7,8,9,16,17,18,19,20,29,30,31,32,33,34,35,46,47,48,49,50,51,52,53,54,67,68,69,70,71,72,73,74,75,76,77,92,93,94,95,96,97,98,99,100,101,102,103,104,121,122,123,124,125,126,127,128,129...
oeis/000/A000240.asm
neoneye/loda-programs
11
124219
<gh_stars>10-100 ; A000240: Rencontres numbers: number of permutations of [n] with exactly one fixed point. ; Submitted by <NAME>(s3) ; 1,0,3,8,45,264,1855,14832,133497,1334960,14684571,176214840,2290792933,32071101048,481066515735,7697064251744,130850092279665,2355301661033952,44750731559645107,895014631192902120,1879...
bbc/mos.asm
peter-mount/departures8bit
0
124220
<gh_stars>0 ; ******************************************************************************** ; * mos.asm - The BBC MOS ; ******************************************************************************** ; OS calls oscli = &FFF7 osbyte = &FFF4 osword = &FFF1 oswrch = &FFEE oswrcr = &FFEC osnewl = &FFE7 osascii ...
Lab1/Lab Implementation/fibonacci.asm
egeturan/computer_architecture_labs
0
124221
<reponame>egeturan/computer_architecture_labs<gh_stars>0 ## ## Program3.asm is a loop implementation ## of the Fibonacci function ## ################################# # # # text segment # # # ################################# .text .globl __start __start: # execution starts here li $a0, 2...
programs/oeis/225/A225081.asm
neoneye/loda
22
124223
<gh_stars>10-100 ; A225081: Gray code variant of A048896. ; 1,2,1,2,4,2,1,2,4,8,4,2,4,2,1,2,4,8,4,8,16,8,4,2,4,8,4,2,4,2,1,2,4,8,4,8,16,8,4,8,16,32,16,8,16,8,4,2,4,8,4,8,16,8,4,2,4,8,4,2,4,2,1,2,4,8,4,8,16,8,4,8,16,32,16,8,16,8,4,8,16,32,16,32,64,32,16,8,16,32,16,8,16,8,4 add $0,1 seq $0,88748 ; a(n) = 1 + Sum_{k=0..n...
Assignment3/egg.nasm
xen0vas/SLAE
1
124224
<reponame>xen0vas/SLAE<filename>Assignment3/egg.nasm global _start section .text _start: mov ebx, 0x50905090 ; Store EGG in ebx xor ecx, ecx ; Zero out ECX mul ecx ; Zero out EAX and EDX npage: or dx, 0xfff ; Align a region of memory nadd...
assemblylabarray1/4_third_largest_num.asm
zaoad/assembly-
0
124226
<filename>assemblylabarray1/4_third_largest_num.asm segment .data a: dq 0 b: dq 0 c: dq 0 cnt: dq 0 fmt: dq "third lasgest number is %lld ",10,0 fmt_in: dq "%lld", 0 fmt_out: dq "THE SUM IS: %lld", 10, 0 segment .bss array resq 21 segment .text global main extern printf extern scanf main: push RBP mov RAX, 0 mov R...
oeis/266/A266238.asm
neoneye/loda-programs
11
124228
<reponame>neoneye/loda-programs<gh_stars>10-100 ; A266238: a(n+1) = 2^(2*n - 1) + (-1)^n * a(n), a(1) = 1. ; Submitted by <NAME> ; 1,1,9,23,151,361,2409,5783,38551,92521,616809,1480343,9868951,23685481,157903209,378967703,2526451351,6063483241,40423221609,97015731863,646771545751,1552251709801,10348344732009,2483602735...
programs/oeis/072/A072196.asm
neoneye/loda
22
124230
<reponame>neoneye/loda ; A072196: Multiples of 3 which on one operation of the Collatz function T (N -> 3N+1/2^r) yield the number 5. ; 3,213,13653,873813,55924053,3579139413,229064922453,14660155037013,938249922368853,60047995031606613,3843071682022823253,245956587649460688213,15741221609565484045653 mov $1,64 pow $1...
OurDearTRIE.asm
anafainelo/Computer-Organization
0
124231
# INTEGRANTES DO GRUPO COM NUMERO USP E OQUE FEZ NO TRABALHO: # # <NAME> - 10258876 ___________________ MAIN # <NAME> - 10262818__________________________ IMPRESSAO # <NAME> - 10284542_________ REMOCAO/MAIN # <NAME> - 10295558_________________________ INSERCAO/BUSCA # # OBS: Utilizamos o Mars para fazer o trabalho # O...
oeis/075/A075892.asm
neoneye/loda-programs
11
124232
<gh_stars>10-100 ; A075892: Average of successive primes squared: a(n) = (prime(n+1)^2 + prime(n)^2)/2, with n>=2. ; Submitted by <NAME>(s1) ; 17,37,85,145,229,325,445,685,901,1165,1525,1765,2029,2509,3145,3601,4105,4765,5185,5785,6565,7405,8665,9805,10405,11029,11665,12325,14449,16645,17965,19045,20761,22501,23725,256...
programs/oeis/135/A135448.asm
karttu/loda
0
124233
<reponame>karttu/loda ; A135448: Period 5: repeat [1, 5, 3, 4, -2]. ; 1,5,3,4,-2,1,5,3,4,-2,1,5,3,4,-2,1,5,3,4,-2,1,5,3,4,-2,1,5,3,4,-2,1,5,3,4,-2,1,5,3,4,-2,1,5,3,4,-2,1,5,3,4,-2,1,5,3,4,-2,1,5,3,4,-2,1,5,3,4,-2,1,5,3,4,-2,1,5,3,4,-2,1,5,3,4,-2,1,5,3,4,-2,1,5,3,4,-2,1,5,3,4,-2,1 mod $0,5 pow $0,4 mov $2,1 lpb $0,1 ...
programs/oeis/188/A188044.asm
neoneye/loda
22
124235
<filename>programs/oeis/188/A188044.asm ; A188044: a(n) = [n*r] - [k*r] - [n*r-k*r], where r=sqrt(2), k=4, [ ]=floor. ; 1,0,1,0,1,1,0,1,0,1,1,0,1,0,1,1,1,1,0,1,0,1,1,0,1,0,1,1,1,1,0,1,0,1,1,0,1,0,1,1,0,1,0,1,1,1,1,0,1,0,1,1,0,1,0,1,1,1,1,0,1,0,1,1,0,1,0,1,1,0,1,0,1,1,1,1,0,1,0,1,1,0,1,0,1,1,1,1,0,1,0,1,1,0,1,0,1,1,1,1 ...
AMPS/code/macro.asm
StardustGear/AMPS
0
124236
<gh_stars>0 ; REGISTER USAGE: ; a0 - Dual PCM cue ; a1 - Current channel ; a2 - Tracker ; a3 - Special address (channels), target channel (playsnd), scratch ; a4 - Music channel (dcStop), other various uses, scratch ; a5-a6 - Scratch, use lower number when possible ; d0 - Channel dbf counter, other dbf co...
playflx/sprite.asm
ped7g/specnext
0
124237
<gh_stars>0 initsprites: ; A sprite is 16x16 bytes (256 bytes, or /2 for 4bit sprites) ld bc, PORT_SPRITE_SLOT_SELECT ld a, 0 out (c), a ld bc, PORT_SPRITE_PATTERN_UPLOAD ld b, 16 ld a, 0 .spriteuploadloop1: out (c), a djnz .spriteuploadloop1 ld b, 16 ld a, 255 .spriteupload...
int2string_64.asm
emmettgb/Int2String
0
124238
<gh_stars>0 ; Int2String.asm (64-bit) ; Programmed by <NAME> ; ; This software is MIT-licensed. The creator ; has chosen for this software to be free. ; ; Written Jun 5, 2021 string_to_int: xor rbx,rbx ; clear rbx .next_digit: movzx rax,byte[rsi] inc rsi sub al,'0' ; convert from ASCII to number imul r...
ugbc/src/hw/c64/scancode.asm
spotlessmind1975/ugbasic
10
124239
<reponame>spotlessmind1975/ugbasic ; /***************************************************************************** ; * ugBASIC - an isomorphic BASIC language compiler for retrocomputers * ; ***************************************************************************** ; * Copyright 2021-2022 <NAME> (<EMAIL>) ...
oeis/274/A274203.asm
neoneye/loda-programs
11
124240
; A274203: Expansion of x*(1 - x - x^3)/((1 - x)*(1 - 2*x - 3*x^2 - 2*x^3 - x^4)). ; Submitted by <NAME> ; 0,1,2,7,21,67,212,673,2136,6781,21527,68341,216960,688777,2186642,6941875,22038189,69964063,222113084,705136609,2238578784,7106757625,22561637903,71625842857,227388693456,721884948913,2291749301810,7275556680127,2...
tests/issue69/4.asm
NullMember/customasm
414
124241
#subruledef opcode { A => 0x1 B => 0x2 C => 0x3 } #subruledef condition { X => 0xa Y => 0xb Z => 0xc } #subruledef instruction { {opc: opcode}, => opc @ 0xa {opc: opcode}-{cnd: condition}, => opc @ cnd } #ruledef { {ins: instruction} {val: u8} => ins @ val } A, ...
programs/oeis/101/A101386.asm
karttu/loda
0
124242
<filename>programs/oeis/101/A101386.asm ; A101386: Expansion of g.f.: (5 - 3*x)/(1 - 6*x + x^2). ; 5,27,157,915,5333,31083,181165,1055907,6154277,35869755,209064253,1218515763,7102030325,41393666187,241259966797,1406166134595,8195736840773,47768254910043,278413792619485,1622714500806867,9457873212221717,551245247725234...
ugbc/src/hw/tms9918/cline.asm
spotlessmind1975/ugbasic
10
124244
; /***************************************************************************** ; * ugBASIC - an isomorphic BASIC language compiler for retrocomputers * ; ***************************************************************************** ; * Copyright 2021-2022 <NAME> (<EMAIL>) ; * ; * Licensed under the Apache...
oeis/050/A050985.asm
neoneye/loda-programs
11
124245
; A050985: Cubefree part of n. ; Submitted by <NAME>(w2) ; 1,2,3,4,5,6,7,1,9,10,11,12,13,14,15,2,17,18,19,20,21,22,23,3,25,26,1,28,29,30,31,4,33,34,35,36,37,38,39,5,41,42,43,44,45,46,47,6,49,50,51,52,53,2,55,7,57,58,59,60,61,62,63,1,65,66,67,68,69,70,71,9,73,74,75,76,77,78,79,10,3,82,83,84,85,86,87,11,89,90,91,92,93,94...
libsrc/_DEVELOPMENT/math/float/math48/c/sdcc_iy/cm48_sdcciy_islessgreater_callee.asm
meesokim/z88dk
0
124246
; int islessgreater(float x, float y) __z88dk_callee SECTION code_fp_math48 PUBLIC cm48_sdcciy_islessgreater_callee EXTERN am48_islessgreater, cm48_sdcciyp_dcallee2 cm48_sdcciy_islessgreater_callee: call cm48_sdcciyp_dcallee2 ; AC'= y ; AC = x jp am48_islessgreater
oeis/045/A045447.asm
neoneye/loda-programs
11
124247
<filename>oeis/045/A045447.asm ; A045447: Primes congruent to {0, 5} mod 7. ; Submitted by <NAME> ; 5,7,19,47,61,89,103,131,173,229,257,271,313,383,397,439,467,509,523,593,607,677,691,719,733,761,859,887,929,971,1013,1069,1097,1153,1181,1223,1237,1279,1307,1321,1433,1447,1489,1531,1559,1601,1657,1699,1741,1783,1811,186...
src/utils/A20.asm
Quatroctus/Startaste
1
124248
<filename>src/utils/A20.asm enable_A20: pusha call a20wait mov al,0xAD out 0x64,al call a20wait mov al,0xD0 out 0x64,al call a20wait2 in al,0x60 push eax call a20wait mov al,0xD1 out 0x64,al call a20wait pop eax or al,2 out ...
src/boot.asm
Dmunch04/IceOS
2
124249
[bits 32] global start extern _kernelMain section .mbHeader align 0x4 MODULEALIGN equ 1<<0 MEMINFO equ 1<<1 FLAGS equ MODULEALIGN | MEMINFO MAGIC equ 0x1BADB002 CHECKSUM equ -(MAGIC + FLAGS) MultiBootHeader: dd MAGIC dd FLAGS dd CHECKSUM start: push ebx call _kernelMain
programs/oeis/178/A178521.asm
jmorken/loda
1
124250
<gh_stars>1-10 ; A178521: The cost of all leaves in the Fibonacci tree of order n. ; 0,0,3,7,17,35,70,134,251,461,835,1495,2652,4668,8163,14195,24565,42331,72674,124354,212155,360985,612743,1037807,1754232,2959800,4985475,8384479,14080601,23614931,39556030,66181310,110608187,184670693,308030923,513334855,854751060,1422...
kernel/vga/font8x16.asm
bubach/BOS
16
124253
<reponame>bubach/BOS ;----------------------------------------------------------; ; BOS 0.04 <NAME>, 2004-2005. ; ;----------------------------------------------------------; ; ; ; System 8x16 font.. ; ;...
sources/ippcp/asm_intel64/pcpsha256l9as.asm
idesai/ipp-crypto
1
124255
;=============================================================================== ; Copyright 2017-2018 Intel Corporation ; All Rights Reserved. ; ; If this software was obtained under the Intel Simplified Software License, ; the following terms apply: ; ; The source code, information and material ("Material") co...
libsrc/stdio/vz200/getk.asm
jpoikela/z88dk
38
124257
; ; Devilishly simple VZ Routines ; ; getk() Read key status ; ; <NAME> - Apr. 2000 ; ; ; $Id: getk.asm,v 1.4 2016-06-10 23:56:01 dom Exp $ ; SECTION code_clib PUBLIC getk PUBLIC _getk .getk ._getk call 12020 ;scan keyboard once IF STANDARDESCAPECHARS cp 13 jr nz,not_return ld a,10 .not_return ENDI...
Transynther/x86/_processed/NONE/_xt_sm_/i7-7700_9_0x48_notsx.log_21829_1929.asm
ljhsiun2/medusa
9
124258
<reponame>ljhsiun2/medusa<filename>Transynther/x86/_processed/NONE/_xt_sm_/i7-7700_9_0x48_notsx.log_21829_1929.asm .global s_prepare_buffers s_prepare_buffers: push %r11 push %r15 push %rax push %rbx push %rcx push %rdi push %rsi lea addresses_A_ht+0x1c495, %rbx nop nop sub $56807, %rcx movb (%rbx), %al dec %rdi lea ad...
ffmpeg.js/libavresample/x86/audio_mix.asm
vivekjishtu/audioconverter.js
82
124259
<reponame>vivekjishtu/audioconverter.js<filename>ffmpeg.js/libavresample/x86/audio_mix.asm<gh_stars>10-100 ;****************************************************************************** ;* x86 optimized channel mixing ;* Copyright (c) 2012 <NAME> <<EMAIL>> ;* ;* This file is part of Libav. ;* ;* Libav is free software...
flotprimasm.asm
ScottyPotty1/Dolphin-7-VM-Releases
0
124260
<filename>flotprimasm.asm ; Dolphin Smalltalk ; Floating Point Primitive routines and helpers in Assembler for IX86 ; (Blair knows how these work, honest) ; INCLUDE IstAsm.Inc .CODE FPPRIM_SEG ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; Exports PRIMPROC EQU PROC PUBLIC ; Expor...
GccTest/src/bootloader/stage1/boot.asm
chibicitiberiu/nanobyte_experiments
0
124262
<filename>GccTest/src/bootloader/stage1/boot.asm<gh_stars>0 org 0x7C00 bits 16 %define ENDL 0x0D, 0x0A ; ; FAT12 header ; jmp short start nop bdb_oem: db 'MSWIN4.1' ; 8 bytes bdb_bytes_per_sector: dw 512 bdb_sectors_per_cluster: db 1 bdb_reserved_sectors: dw 1 bdb_fat_c...
data/mapObjects/pokemontower1.asm
adhi-thirumala/EvoYellow
16
124263
PokemonTower1Object: db $1 ; border block db $3 ; warps db $11, $a, $1, $ff db $11, $b, $1, $ff db $9, $12, $1, POKEMONTOWER_2 db $0 ; signs db $5 ; objects object SPRITE_CABLE_CLUB_WOMAN, $f, $d, STAY, UP, $1 ; person object SPRITE_MOM_GEISHA, $6, $8, STAY, NONE, $2 ; person object SPRITE_BALDING_GUY, $8,...
libsrc/stdio/_vfprintf.asm
jpoikela/z88dk
0
124264
MODULE _vfprintf SECTION code_clib PUBLIC _vfprintf EXTERN asm_printf EXTERN fputc_callee EXTERN __sgoioblk ; sdcc version ;void vfprintf(FILE *fp, char *fmt,va_list ap) _vfprintf: pop af pop hl ;fp pop de ;fmt pop bc ;ap push bc push de push hl push af IF !__CPU_INTEL__ push ix ENDIF push hl ;fp...
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca.log_21829_206.asm
ljhsiun2/medusa
9
124265
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r12 push %r13 push %r9 push %rbx push %rcx push %rdi push %rsi lea addresses_WC_ht+0x8c01, %r13 sub %rdi, %rdi mov $0x6162636465666768, %r10 movq %r10, %xmm0 vmovups %ymm0, (%r13) nop nop nop inc %rbx lea addresses_D_ht+0x172c1, %rsi lea addresses_UC_ht+0x6d4...
programs/oeis/120/A120201.asm
neoneye/loda
22
124266
; A120201: a(1)=8; a(n)=floor((71+sum(a(1) to a(n-1)))/8). ; 8,9,11,12,13,15,17,19,21,24,27,30,34,38,43,49,55,62,69,78,88,99,111,125,141,158,178,200,225,253,285,321,361,406,457,514,578,650,731,823,926,1041,1172,1318,1483,1668,1877,2111,2375,2672,3006,3382,3805,4280,4815,5417,6094,6856,7713,8677,9762,10982,12355,13899,1...
programs/oeis/047/A047396.asm
karttu/loda
0
124268
<filename>programs/oeis/047/A047396.asm ; A047396: Numbers that are congruent to {1, 2, 6} mod 8. ; 1,2,6,9,10,14,17,18,22,25,26,30,33,34,38,41,42,46,49,50,54,57,58,62,65,66,70,73,74,78,81,82,86,89,90,94,97,98,102,105,106,110,113,114,118,121,122,126,129,130,134,137,138,142,145,146,150,153,154,158,161,162,166,169,170,17...
examples/functions/main.asm
egeldenhuys/cos284
2
124269
BITS 64 segment .text global _start _start: mov rdi,1 mov rsi,4 call add_numbers mov rdi,rax ; 5 mov rsi, 4 call add_numbers mov rdi, rax ; Save return result (9) mov rax,60 ; sys_exit syscall ; Exit ; -------------------------- ; int add(int num1, int num2) ; ------------- ; ...
data/baseStats/bellsprout.asm
etdv-thevoid/pokemon-rgb-enhanced
1
124270
db BELLSPROUT ; pokedex id db 50 ; base hp db 75 ; base attack db 35 ; base defense db 40 ; base speed db 70 ; base special db GRASS ; species type 1 db POISON ; species type 2 db 255 ; catch rate db 84 ; base exp yield INCBIN "pic/gsmon/bellsprout.pic",0,1 ; 55, sprite dimensions dw BellsproutPicFront dw BellsproutPic...
src/assets/assetsmap.asm
Scorpion-Illuminati/ControllerTest
1
124271
;============================================================== ; Scorpion Illuminati Controller Test ;============================================================== ; SEGA Genesis (c) Scorpion Illuminati 2015 ;============================================================== ; ************************************ ; ...
MSDOS/Virus.MSDOS.Unknown.beavis.asm
fengjixuchui/Family
3
124272
<reponame>fengjixuchui/Family ;**************************************************************************** ;* Beavis * ;* by <NAME> * ;*************************************************************...
libsrc/target/smc777/games/bit_close.asm
Frodevan/z88dk
640
124273
SECTION code_clib PUBLIC bit_close_ei PUBLIC _bit_close_ei PUBLIC bit_close PUBLIC _bit_close EXTERN __bit_irqstatus .bit_close_ei ._bit_close_ei push hl ld hl,(__bit_irqstatus) ex (sp),hl pop af ret po ei bit_close: _bit_close: ret
ffmpeg-3.2.5/libavcodec/x86/hevc_idct.asm
huyu0415/FFmpeg
3,645
124274
<gh_stars>1000+ ; /* ; * SIMD optimized idct functions for HEVC decoding ; * Copyright (c) 2014 <NAME> ; * Copyright (c) 2014 <NAME> ; * ; * This file is part of FFmpeg. ; * ; * FFmpeg is free software; you can redistribute it and/or ; * modify it under the terms of the GNU Lesser General Public ; * License as publishe...
src/test/ref/function-pointer-noarg-call-8.asm
jbrandwood/kickc
2
124275
// Tests calling into a function pointer with local variables // Commodore 64 PRG executable file .file [name="function-pointer-noarg-call-8.prg", type="prg", segments="Program"] .segmentdef Program [segments="Basic, Code, Data"] .segmentdef Basic [start=$0801] .segmentdef Code [start=$80d] .segmentdef Data [startAft...
Transynther/x86/_processed/AVXALIGN/_ht_zr_un_/i3-7100_9_0x84_notsx.log_21829_3015.asm
ljhsiun2/medusa
9
124276
<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r13 push %rax push %rbx push %rcx push %rdi push %rsi lea addresses_A_ht+0xc2c, %rcx xor %rsi, %rsi movl $0x61626364, (%rcx) nop nop and $12691, %rsi lea addresses_normal_ht+0x1d4ec, %r13 nop xor $11815, %r11 mov (%r13), %r10w nop nop...
oeis/142/A142163.asm
neoneye/loda-programs
11
124277
; A142163: Primes congruent to 7 mod 39. ; Submitted by <NAME> ; 7,163,241,397,631,709,787,1021,1489,1567,1723,1801,1879,2113,2269,2347,2503,2659,2971,3049,3361,3517,3673,3907,4219,4297,4999,5077,5233,5623,5701,5779,5857,6091,6247,6481,6637,6793,6871,6949,7027,7417,7573,7963,8353,8431,8821,9133,9601,9679,10069,10303,10...
spel64/spel64_asm.asm
sub1to/spel64
4
124278
INCLUDE spel64.inc .DATA .CODE PUBLIC load_library PUBLIC free_library PUBLIC create_thread_ex PUBLIC map_image ; @param char* Path to file ; @param HMODULE* Out ; @param uint64_t flags ; @return eSpelResponse load_library PROC EXPORT push rbp lea rbp, [rsp] lea rsp, [rsp - 40h] mov [rsp + 20h...