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 |
|---|---|---|---|---|
assroutines.asm | piru/pfs3aio | 35 | 53249 | <filename>assroutines.asm
; $Id: AssRoutines.asm 10.6 1996/01/30 12:56:07 Michiel Exp Michiel $
; $Log: AssRoutines.asm $
;; Revision 10.6 1996/01/30 12:56:07 Michiel
;; intlcdcmp added
;; --- working tree overlap ---
;;
;; Revision 10.5 1996/01/03 09:54:34 Michiel
;; using SysBase
;;
;; Revision 10.4 1995/07/27... |
spectranet/socklib/recv.asm | speccytools/spectranet-gdbserver | 40 | 53253 | <reponame>speccytools/spectranet-gdbserver<filename>spectranet/socklib/recv.asm<gh_stars>10-100
; CALLER linkage for recv()
PUBLIC recv
EXTERN recv_callee
EXTERN ASMDISP_RECV_CALLEE
; int recv(int sockfd, void *buf, int len, int flags);
.recv
pop hl ; return address
pop ix ; flags (not used)
pop bc ; length
pop... |
audio/engine_3.asm | AmateurPanda92/pokemon-rby-dx | 9 | 53255 | ; The third of three duplicated sound engines.
Audio3_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 nz, .nextChannel
... |
cards/bn4/ModCards/134-D030 MegaMan Color Yellow (0C).asm | RockmanEXEZone/MMBN-Mod-Card-Kit | 10 | 53256 | .include "defaults_mod.asm"
table_file_jp equ "exe4-utf8.tbl"
table_file_en equ "bn4-utf8.tbl"
game_code_len equ 3
game_code equ 0x4234574A // B4WJ
game_code_2 equ 0x42345745 // B4WE
game_code_3 equ 0x42345750 // B4WP
card_type equ 1
card_id equ 60
card_no equ "060"
card_sub equ "Mod Card 060"
card_sub_x ... |
tests/testthat/asm/border1.asm | jonocarroll/r64 | 5 | 53257 | ; This program rapidly updates the colors
; of the screen and the border.
*=$c000 ; starting address of the program
BORDER = $d020
SCREEN = $d021
start inc SCREEN ; increase screen colour
inc BORDER ; increase border colour
jmp start ; repeat
|
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_21829_1814.asm | ljhsiun2/medusa | 9 | 53258 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r15
push %r8
push %r9
push %rax
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x62be, %rbx
and %rax, %rax
movups (%rbx), %xmm4
vpextrq $0, %xmm4, %r9
nop
nop
nop
nop
nop
and $15320, %rcx
lea addresses_normal_ht+0xf77e, %r15
cmp $... |
oeis/042/A042300.asm | neoneye/loda-programs | 11 | 53260 | <reponame>neoneye/loda-programs
; A042300: Numerators of continued fraction convergents to sqrt(677).
; Submitted by <NAME>
; 26,1353,70382,3661217,190453666,9907251849,515367549814,26809019842177,1394584399343018,72545197785679113,3773744869254656894,196307278399027837601,10211752221618702212146,5312074228025715428691... |
playflx/cachedio.asm | ped7g/specnext | 0 | 53261 | ; out: a
readbyte:
push hl
ld hl, (fileindex) ; if FILEBUF + FILEBUFSZ, the buffer is exhausted and needs to read next block
ASSERT ((FILEBUF + FILEBUFSZ) & ~FILEBUFSZ) == FILEBUF
ASSERT ((FILEBUF + FILEBUFSZ - 1) & FILEBUFSZ) == 0 ; making sure the `bit + res` trick works
bit FILEBUFSZP2-8, h
r... |
oeis/239/A239907.asm | neoneye/loda-programs | 11 | 53262 | ; A239907: Let cn(n,k) denote the number of times 11..1 (k 1's) appears in the binary representation of n; a(n) = n - cn(n,1) + cn(n,2) - cn(n,3) + cn(n,4) - ... .
; Submitted by <NAME>(s1.)
; 0,0,1,2,3,3,5,5,7,7,8,9,11,11,12,13,15,15,16,17,18,18,20,20,23,23,24,25,26,26,28,28,31,31,32,33,34,34,36,36,38,38,39,40,42,42,4... |
code/vendor/openssl/asm/crypto/aes/aesni-x86_64.asm | thorium-cfx/fivem | 5,411 | 53264 | <reponame>thorium-cfx/fivem
OPTION DOTNAME
.text$ SEGMENT ALIGN(256) 'CODE'
EXTERN OPENSSL_ia32cap_P:NEAR
PUBLIC aesni_encrypt
ALIGN 16
aesni_encrypt PROC PUBLIC
movups xmm2,XMMWORD PTR[rcx]
mov eax,DWORD PTR[240+r8]
movups xmm0,XMMWORD PTR[r8]
movups xmm1,XMMWORD PTR[16+r8]
lea r8,QWORD PTR[32+r8]
xorps xmm2,x... |
src/data/dialogs.asm | jonasbantunes/tictactoe-gb | 0 | 53265 | msg_turn_p1:
db " YOUR TURN! "
db " "
db 0
msg_turn_p2:
db " OPPONENT TURN! "
db " "
db 0
msg_lost:
db " YOU LOST "
db " "
db 0
msg_won:
db " YOU WON! "
db " "
db 0
msg_draw:
db " DRAW GAME ... |
vbox/src/VBox/VMM/testcase/tstMicroRCA.asm | Nurzamal/rest_api_docker | 0 | 53266 | <reponame>Nurzamal/rest_api_docker
; $Id: tstMicroRCA.asm 69221 2017-10-24 15:07:46Z vboxsync $
;; @file
; tstMicroRCA
;
;
; 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 can red... |
Transynther/x86/_processed/AVXALIGN/_st_/i7-7700_9_0xca.log_21829_402.asm | ljhsiun2/medusa | 9 | 53267 | .global s_prepare_buffers
s_prepare_buffers:
push %r13
push %r14
push %r15
push %r8
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0xbdc3, %rbx
nop
nop
nop
nop
dec %r14
mov (%rbx), %ebp
nop
nop
dec %rbp
lea addresses_UC_ht+0x19b21, %r13
nop
nop
nop
add %rbx, %rbx
mov (%r13), %r15w
nop
nop
nop
nop... |
fx/pixel_anim.asm | simondotm/fast-vgm | 2 | 53268 | ; pixel animation fx for grid
.fx_anim_start
.fx_anim_init
{
STX fx_anim_ptr
STY fx_anim_ptr+1
LDY #0
STY fx_anim_num_loops
LDA (fx_anim_ptr), Y
STA fx_anim_x
INY
LDA (fx_anim_ptr), Y
STA fx_anim_y
INY
STY fx_anim_idx
JSR fx_anim_init_step
RTS
}
.fx_anim_init_loop
{
\\ Next byte is number of loop... |
testdata/call.asm | bassosimone/risc32 | 0 | 53269 | <reponame>bassosimone/risc32
again: movi r4 17
movi r1 twice
jalr r31 r1
movi r1 34
beq r1 r2 done
beq r0 r0 again
done: halt
twice: add r2 r4 r4
jalr r0 r31 |
test_cases/kbd-tty/test.asm | lorainemg/s-mipsv2-processor | 0 | 53270 | addi r2 r0 -1
ciclo:
kbd r1
beq r1 r2 sigue
tty r1
sigue:
j ciclo
# Seleciona el teclado con el Poke Tool
# todo lo que se teclee debe reflejarse
# en el board, el codigo nunca termina
# :)
|
oeis/247/A247355.asm | neoneye/loda-programs | 11 | 53271 | <gh_stars>10-100
; A247355: Number of paths from (0,1) to (n,2), with vertices (i,k) satisfying 0 <= k <= 3, consisting of segments given by the vectors (1,1), (1,2), (1,-1).
; Submitted by <NAME>
; 0,1,2,3,8,12,28,49,100,191,370,724,1392,2721,5254,10223,19812,38456,74628,144769,280984,545107,1057862,2052520,3982816,77... |
lib/nucleus.asm | Majikeyric/XC-BASIC | 0 | 53272 | <gh_stars>0
PROCESSOR 6502
LIST OFF
; Pseudo-registers
R0 EQU $fb
R1 EQU $fc
R2 EQU $fd
R3 EQU $fe
R4 EQU $3f
R5 EQU $40
R6 EQU $41
R7 EQU $42
R8 EQU $43
R9 EQU $44
RA EQU $45
RB EQU $46
stack EQU $0100
; Floating point routines
MOVFM EQU $bba2
CONUPK EQU $ba8c
MOVMF E... |
libsrc/graphics/px8/w_respixl.asm | jpoikela/z88dk | 640 | 53273 | INCLUDE "graphics/grafix.inc"
SECTION code_clib
PUBLIC w_respixel
EXTERN w_pixel
; ******************************************************************
;
; Reset pixel at (x,y) coordinate.
;
; Wide resolution (WORD based parameters) version by <NAME>
;
; Design & programming by ... |
kernel/entry.asm | psimonson/boot32-barebones | 2 | 53274 | ; ================================================
; entry.asm - Boot32-Barebones Kernel Entrypoint.
; ================================================
; Author: <NAME>
; Date: 12/14/2020
; ================================================
[bits 32]
[extern kernel_main]
[global _start]
_start:
pusha ;push all regist... |
win32/VC10/Win32/libxml2_Release/xmlIO.asm | txwizard/libxml2_x64_and_ARM | 0 | 53275 | <reponame>txwizard/libxml2_x64_and_ARM
; Listing generated by Microsoft (R) Optimizing Compiler Version 19.16.27027.1
TITLE C:\Users\DAG\Documents\_Clients\CodeProject Authors Group\Windows on ARM\libxml2\libxml2-2.9.9\xmlIO.c
.686P
.XMM
include listing.inc
.model flat
INCLUDELIB MSVCRT
INCLUDELIB OLDNAMES
PUB... |
Transynther/x86/_processed/NONE/_st_/i9-9900K_12_0xca.log_11572_796.asm | ljhsiun2/medusa | 9 | 53276 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r13
push %r14
push %r15
push %r9
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0x99e8, %rcx
nop
and $23135, %r15
mov (%rcx), %r11
nop
nop
add %r11, %r11
lea addresses_A_ht+0x1a508, %r15
nop
nop
nop
nop
cmp $11848, %r13
mov $0x616263646566676... |
emulator/assembly/sample.asm | paulscottrobson/f68-emulator-old | 0 | 53277 | <reponame>paulscottrobson/f68-emulator-old
; ***********************************************************************************************************
;
; Simple assembly program.
;
; Originally written by pweingar
; Extended by <NAME>
;
; ******************************************************************... |
check_if_palindrome.asm | William0Friend/my_masm | 0 | 53278 | <filename>check_if_palindrome.asm
include irvine32.inc
.data
string db 10 dup('$')
msgPal db " is a Palindrome$"
msgNotPal db " is not a Palindrome$"
org 100h
.code
lea dx, string
mov ah, 0ah
int 21h
lea di, string+2
lea si, di
mov cl, string[1]
sub cl, 1
add si, cx
shr cx, 1
checkPal:
mo... |
libsrc/_DEVELOPMENT/arch/zx/nirvanap/c/sdcc/NIRVANAP_drawT_raw.asm | grancier/z180 | 0 | 53279 | ; ----------------------------------------------------------------
; Z88DK INTERFACE LIBRARY FOR NIRVANA+ ENGINE - by <NAME>
;
; See "nirvana+.h" for further details
; ----------------------------------------------------------------
; void NIRVANAP_drawT_raw(unsigned char tile, unsigned char lin, unsigned char col)
S... |
programs/oeis/135/A135964.asm | jmorken/loda | 1 | 53280 | <filename>programs/oeis/135/A135964.asm
; A135964: a(n) = binomial(floor(n*sqrt(2)),n) for n>=0.
; 1,1,1,4,5,21,28,36,165,220,1001,1365,1820,8568,11628,54264,74613,346104,480700,657800,3108105,4292145,20160075,28048800,38567100,183579396,254186856,1203322288,1676056044,7898654920,11058116888,15338678264,73006209045,101... |
main.asm | mkaay/avr-dmx-led-bam | 1 | 53281 | <filename>main.asm
/*
* rgb_dmx.asm
*
* 8 channel dmx receiver with 10-bit resolution bit-angle-modulation (BAM)
*
*/
.include "m32def.inc"
.equ F_CPU = 16000000 ; cpu speed
.def tmp = r16
.def flags = r17
.def timerCompareCount = r18
.def OVFCompL = r19
.def OVFCompH = r20
.def SREGBuffer = r21
.def ... |
SoundEngine/DemoSource/song_silver_surfer_asm6.asm | bbbradsmith/FamiStudio | 0 | 53282 | <reponame>bbbradsmith/FamiStudio
;this file for FamiTone2 library generated by FamiStudio
silver_surfer_c_stephen_ruddy_music_data:
db 1
dw @instruments
dw @samples-3
dw @song0ch0,@song0ch1,@song0ch2,@song0ch3,@song0ch4
db <(@tempo_env6), >(@tempo_env6), 0, 0
@instruments:
dw @env59,@env38,@env34,@env... |
examples/longan_nano_sdcard.asm | enthusi/bronzebeard | 0 | 53283 | <reponame>enthusi/bronzebeard<filename>examples/longan_nano_sdcard.asm
# Read blocks from the SDCard on the Longan Nano
#
# References:
# https://github.com/riscv-mcu/GD32VF103_Firmware_Library/blob/master/Examples/SPI/SPI_master_slave_fullduplex_polling/main.c
# http://elm-chan.org/docs/mmc/mmc_e.html
# https://github... |
Transynther/x86/_processed/NONE/_ht_zr_un_/i9-9900K_12_0xa0_notsx.log_21829_768.asm | ljhsiun2/medusa | 9 | 53286 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r15
push %r8
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0x1d101, %rsi
lea addresses_D_ht+0x17c89, %rdi
nop
nop
nop
sub $62595, %r15
mov $89, %rcx
rep movsl
add %r11, %r11
lea addresses_normal_ht+0x1dde1, %r8
nop
nop
sub $45175, %rbp
... |
source/rom10/r10_maps_d.asm | evanbowman/Red | 5 | 53287 | <filename>source/rom10/r10_maps_d.asm
;; generated by encode_room_layouts.py
r10_room_data_d::
;;0.json
DB $0e, $0e, $0e, $0e, $0e, $0e, $0e, $0e, $0e, $0e, $0e, $0e, $0e, $0e, $0e, $0e, $0e, $0e, $0a, $0a, $0a, $0a, $0a, $0a, $0a, $0a, $0a, $0e, $0e, $0e, $0e, $0e, $02, $08, $39, $39, $39, $38, $39, $39, $39, $39, $3... |
data/mapHeaders/SilphCo11F.asm | AmateurPanda92/pokemon-rby-dx | 9 | 53288 | SilphCo11F_h:
db INTERIOR ; tileset
db SILPH_CO_11F_HEIGHT, SILPH_CO_11F_WIDTH ; dimensions (y, x)
dw SilphCo11F_Blocks ; blocks
dw SilphCo11F_TextPointers ; texts
dw SilphCo11F_Script ; scripts
db 0 ; connections
dw SilphCo11F_Object ; objects
|
libav-12.3/libavcodec/x86/h264_chromamc.asm | aldarons-tech/aci | 0 | 53289 | ;******************************************************************************
;* MMX/SSSE3-optimized functions for H.264 chroma MC
;* Copyright (c) 2005 <NAME> <hzoli -a- hzoli -d- com>,
;* 2005-2008 <NAME>
;*
;* This file is part of Libav.
;*
;* Libav is free software; you can redistribute it and/or
;*... |
libxos/src/xos.asm | ssebs/xos | 15 | 53290 | <reponame>ssebs/xos<filename>libxos/src/xos.asm
;; xOS Kernel API Reference
;; As of API version 1
XOS_WM_CREATE_WINDOW = 0x0000
XOS_YIELD = 0x0001
XOS_WM_PIXEL_OFFSET = 0x0002
XOS_WM_REDRAW = 0x0003
XOS_WM_READ_EVENT = 0x0004
XOS_WM_READ_MOUSE = 0x0005
XOS_WM_GET_WINDOW = 0x0006
XOS_WM_DRAW_TEXT = 0x0007
... |
onnxruntime/core/mlas/lib/amd64/SgemmKernelAvx512F.asm | dennyac/onnxruntime | 6,036 | 53291 | ;++
;
; Copyright (c) Microsoft Corporation. All rights reserved.
;
; Licensed under the MIT License.
;
; Module Name:
;
; SgemmKernelAvx512F.asm
;
; Abstract:
;
; This module implements the kernels for the single precision matrix/matrix
; multiply operation (SGEMM).
;
; This implementation uses AVX512F instruc... |
oeis/015/A015023.asm | neoneye/loda-programs | 11 | 53292 | <reponame>neoneye/loda-programs
; A015023: q-factorial numbers for q=-9.
; Submitted by <NAME>
; 1,-8,-584,383104,2262229120,-120223904353280,-57502732780460764160,247530403723531598578155520,9589835030046843645163231485460480,-3343768718134086569119429099709242848051200,-10493100546581905859843718978714438348266087953... |
libsrc/stdio/__printf_get_flags_impl.asm | Frodevan/z88dk | 640 | 53295 | <gh_stars>100-1000
MODULE __printf_get_flags_impl
SECTION code_clib
PUBLIC __printf_get_flags_impl
EXTERN __printf_set_flags
EXTERN __printf_set_width
EXTERN __printf_set_precision
EXTERN asm_atoi
EXTERN get_16bit_ap_parameter
__printf_get_flags_impl:
ld c,0
flags_again:
push hl ... |
programs/oeis/013/A013941.asm | neoneye/loda | 22 | 53296 | <reponame>neoneye/loda
; A013941: a(n) = Sum_{k = 1..n} floor(n/prime(k)^3).
; 0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,3,3,3,4,4,4,4,4,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,7,7,7,7,7,7,8,8,9,9,9,9,9,9,9,9,10,10,10,10,10,10,10,10,11,11,11,11
mov $3,$0
mov $5,$0
lpb $3
mov $0,$5
sub $3,1
sub $0,$3
mov $2,$0
su... |
programs/oeis/146/A146205.asm | neoneye/loda | 22 | 53298 | ; A146205: Number of paths of the simple random walk on condition that the median applied to the partial sums S_0=0, S_1,...,S_n, n odd (n=15 in this example), is equal to half-integer values k+1/2, -[n/2]-1<=k<=[n/2].
; 35,35,245,245,735,735,1225,1225,1225,1225,735,735,245,245,35,35
div $0,2
mov $1,7
bin $1,$0
mul $1... |
libsrc/newbrain/nb_putval.asm | dex4er/deb-z88dk | 1 | 53299 | ;
; Grundy Newbrain Specific libraries
;
; <NAME> - 19/05/2007
;
;
; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
;
; put int value to stream, converting to float
;
; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
;
; void nb_putval( int stream, int value );
;
; - - - - - ... |
Transynther/x86/_processed/NONE/_xt_sm_/i3-7100_9_0x84_notsx.log_21829_2678.asm | ljhsiun2/medusa | 9 | 53300 | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r13
push %r15
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_A_ht+0x6979, %r11
nop
xor $6812, %r13
movb $0x61, (%r11)
cmp %rbp, %rbp
lea addresses_A_ht+0xb131, %r13
nop
nop
nop
add $52590, %rbp
movl $0x61626364, (%r13)
nop
sub $48815, %r13
le... |
MSDOS/Virus.MSDOS.Unknown.ltbro321.asm | fengjixuchui/Family | 3 | 53301 | <reponame>fengjixuchui/Family
;****************************************************************************
;* <NAME> version 3
;*
;* Compile with MASM 4.0
;* (other assemblers will probably not produce the same result)
;*
;* Disclaimer:
;* This file is only for educational purposes. The author takes no
;* res... |
bddisasm_test/avx512/avx512vnni_64.asm | andreaswimmer/bddisasm | 1 | 53302 | <reponame>andreaswimmer/bddisasm<gh_stars>1-10
bits 64
vpdpbusd xmm2, xmm7, xmm0
vpdpbusd xmm2, xmm7, [rbx]
vpdpbusd xmm2, xmm7, [rbx]{1to4}
vpdpbusd xmm2, xmm7, [rbx+r11*8+256]
vpdpbusd xmm2, xmm7, [rbx+r11*8-256]
vpdpbusd xmm2{k5}, xmm7, xmm0
vpdpbusd xmm2{k5}, xmm7, [rbx]
vpd... |
firmware/glyphs/glyphs5.asm | ddomurad/avrVideoCard | 0 | 53303 | .org 0x3000
.db 0x3c, 0x44, 0x44, 0x64, 0x0, 0x3c, 0x0, 0x0, 0x18, 0x18
.db 0xf, 0x0, 0x0, 0xf0, 0x0, 0xfc, 0xff, 0x3f, 0x3c, 0x0
.db 0x7e, 0x0, 0x7c, 0x0, 0x7c, 0x18, 0x0, 0xf, 0x0, 0xf0
.db 0xf0, 0x0, 0x0, 0x10, 0x28, 0x28, 0x10, 0x60, 0x20, 0x8
.db 0x10, 0x10, 0x10, 0x0, 0x0, 0x0, 0x0, 0x0, 0x38, 0x10
.db 0x38, 0x7... |
examples/demo-grammar/tinyc/src/samples/sample_3_compare.asm | fossabot/FlyLab | 0 | 53305 | FUNC @main:
push 1
push 2
cmpeq
print "1 == 2 is %d"
push 2
push 2
cmpeq
print "2 == 2 is %d"
push 2
push 3
cmpeq
print "2 == 3 is %d"
push 1
push 2
cmpne
print "1 != 2 is %d"
push 2
push 2
cmpne
print "2 != 2 is %d"
push 2
push 3
cmpne
print "2 != 3 is %d"
push 1
push 2
cmpgt
print "1... |
programs/oeis/168/A168152.asm | neoneye/loda | 22 | 53306 | <reponame>neoneye/loda
; A168152: a(n) = prime(prime(n)) - prime(n).
; 1,2,6,10,20,28,42,48,60,80,96,120,138,148,164,188,218,222,264,282,294,322,348,372,412,446,460,480,490,504,582,608,636,658,710,726,762,804,824,858,884,906,962,978,1004,1018,1086,1186,1206,1218,1238,1260,1282,1346,1364,1406,1454,1470,1510,1542,1564,16... |
programs/oeis/005/A005906.asm | neoneye/loda | 22 | 53308 | ; A005906: Truncated tetrahedral numbers: a(n) = (1/6)*(n+1)*(23*n^2 + 19*n + 6).
; 1,16,68,180,375,676,1106,1688,2445,3400,4576,5996,7683,9660,11950,14576,17561,20928,24700,28900,33551,38676,44298,50440,57125,64376,72216,80668,89755,99500,109926,121056,132913,145520,158900,173076,188071,203908,220610,238200,256701,276... |
c2000/C2000Ware_1_00_06_00/libraries/dsp/FPU/c28/source/fft/CFFT_f32_phase_TMU0.asm | ramok/Themis_ForHPSDR | 0 | 53309 | <filename>c2000/C2000Ware_1_00_06_00/libraries/dsp/FPU/c28/source/fft/CFFT_f32_phase_TMU0.asm<gh_stars>0
;;#############################################################################
;;! \file source/fft/CFFT_f32_phase_TMU0.asm
;;!
;;! \brief Complex FFT phase calculations using TMU0
;;! \author <NAME>
;;! \date 1... |
third_party/dav1d/config/win/x64/config.asm | Ron423c/chromium | 575 | 53310 | <reponame>Ron423c/chromium<filename>third_party/dav1d/config/win/x64/config.asm<gh_stars>100-1000
; Autogenerated by the Meson build system.
; Do not edit, your changes will be lost.
%define ARCH_X86_32 0
%define ARCH_X86_64 1
%define HAVE_AVX512ICL 1
%define PIC 1
; %define STACK_ALIGNMENT 16 -- Stack alignment i... |
programs/oeis/156/A156798.asm | neoneye/loda | 22 | 53311 | <reponame>neoneye/loda
; A156798: a(n) = n^4 + 5*n^2 + 4.
; 4,10,40,130,340,754,1480,2650,4420,6970,10504,15250,21460,29410,39400,51754,66820,84970,106600,132130,162004,196690,236680,282490,334660,393754,460360,535090,618580,711490,814504,928330,1053700,1191370,1342120,1506754,1686100,1881010,2092360,2321050,2568004,28... |
assembler/tests/t_75k0/t_75k0.asm | paulscottrobson/RCA-Cosmac-VIP-III | 1 | 53312 | <filename>assembler/tests/t_75k0/t_75k0.asm<gh_stars>1-10
cpu 75104
page 0
include stddef75
ret
reti
rets
halt
stop
nop
br pc+5
br pc-5
br pc+200h
br pc+2000h
br $pc+5
brcb pc+5
br !pc+5
... |
unittests/arch/x86/insn/f16c.asm | path64/assembler | 1 | 53313 | [bits 64]
vcvtph2ps ymm1, xmm2 ; c4 e2 7d 13 ca
vcvtph2ps ymm1, oword [0] ; c4 e2 7d 13 0c 25 00 00 00 00
vcvtph2ps xmm1, xmm2 ; c4 e2 79 13 ca
vcvtph2ps xmm1, qword [0] ; c4 e2 79 13 0c 25 00 00 00 00
vcvtps2ph xmm1, ymm2, 4 ; c4 e3 7d 1d d1 04
vcvtps2ph oword [0], ymm2, 8 ; c4 e3 7d 1d 14 25 00 00 00 00 08
vcvtps... |
DOS_V.asm | Mohamed-94/Group-of-Assembly-Programs-Samples--8086-85-Processors-family- | 16 | 53315 | <gh_stars>10-100
.MODEL SMALL
.STACK 100H
.DATA
CR EQU 0DH
LF EQU 0AH
MAJOR DB '?'
MINOR DB '?'
MSG DB 'GET DOS VERSION:INT 21H FUNCTION 3OH',CR,LF,'MS-DOS Version ,$'
MSG1 DB CR,LF,'MAJOR VERSION NUMBER IS :$'
MSG2 DB CR,LF,'MINOR VERSION NUMBER IS :$'
.CODE
MAIN PROC
;initialization
MOV AX,@DATA
MOV DS,... |
zombie.asm | prakhar987/xv6-system-calls | 5 | 53316 |
_zombie: file format elf32-i386
Disassembly of section .text:
00000000 <main>:
#include "stat.h"
#include "user.h"
int
main(void)
{
0: 8d 4c 24 04 lea 0x4(%esp),%ecx
4: 83 e4 f0 and $0xfffffff0,%esp
7: ff 71 fc pushl -0x4(%ecx)
a: 55 pus... |
maps/ViridianForestSouthGate.asm | Ebernacher90/pokecrystal-allworld | 0 | 53318 | object_const_def ; object_event constants
ViridianForestSouthGate_MapScripts:
db 0 ; scene scripts
db 0 ; callbacks
ViridianForestSouthGate_MapEvents:
db 0, 0 ; filler
db 3 ; warp events
warp_event 5, 0, VIRIDIAN_FOREST, 1
warp_event 4, 7, ROUTE_2, 6
warp_event 5, 7, ROUTE_2, 6
db 0 ; coord events
... |
P6/data_P6_2/ALUTest169.asm | alxzzhou/BUAA_CO_2020 | 1 | 53319 | srlv $5,$4,$3
sh $4,8($0)
sltu $3,$3,$3
srlv $3,$1,$3
lbu $6,5($0)
srl $6,$3,28
slti $5,$3,9749
sra $1,$3,27
sltu $6,$4,$3
xor $3,$4,$3
sllv $3,$4,$3
ori $5,$1,2579
lb $3,4($0)
sll $3,$3,27
sltiu $4,$3,25482
lbu $2,5($0)
srav $4,$0,$3
sllv $3,$6,$3
addu $5,$4,$3
srlv $5,$5,$3
lhu $6,0($0)
slti $3,$0,-7659
addu $5,$6,$3... |
programs/oeis/143/A143268.asm | neoneye/loda | 22 | 53320 | <filename>programs/oeis/143/A143268.asm<gh_stars>10-100
; A143268: a(n) = phi(n)*T(n), where phi(n) is Euler's totient function (A000010) and T(n) = n*(n+1)/2 is the n-th triangular number (A000217).
; 1,3,12,20,60,42,168,144,270,220,660,312,1092,630,960,1088,2448,1026,3420,1680,2772,2530,6072,2400,6500,4212,6804,4872,... |
target/cos_117/disasm/iop_overlay1/INDD40.asm | jrrk2/cray-sim | 49 | 53321 | 0x0000 (0x000000) 0x1009- f:00010 d: 9 | A = 9 (0x0009)
0x0001 (0x000002) 0x2928- f:00024 d: 296 | OR[296] = A
0x0002 (0x000004) 0x1800-0x4450 f:00014 d: 0 | A = 17488 (0x4450)
0x0004 (0x000008) 0x2913- f:00024 d: 275 | OR[275] = A
... |
oeis/337/A337753.asm | neoneye/loda-programs | 11 | 53322 | ; A337753: The number of n-digit numbers which are divisible by 3 and where all decimal digits are odd.
; Submitted by <NAME>
; 2,8,41,208,1042,5209,26042,130208,651041,3255208,16276042,81380209,406901042,2034505208,10172526041,50862630208,254313151042,1271565755209,6357828776042,31789143880208,158945719401041,79472859... |
Include/Library_Macro.asm | absindx/HBlankPalette | 0 | 53323 | ;--------------------------------------------------
; Library macro
;--------------------------------------------------
.include "Include/IOName_Standard.asm"
.ifndef IncludeGuard_Library_Macro
IncludeGuard_Library_Macro .macro
.endm ; Dummy macro
;--------------------------------------------------
; Math
; Add... |
asm_tests/rasterbars.acme.asm | problame/rc64 | 1 | 53324 | RASTER = 47 ;Hier den 1. Raster-IRQ auslösen
;*** Startadresse
*=$0801
;*** BASIC-Zeile: 2018 SYS 2062
!word main-2, 2018
!byte $9e
!text " 2062"
!byte $00,$00,$00
main
jsr $e544 ;Bildschirm löschen
lda #0 ;schwarz
sta $d020 ... |
programs/oeis/092/A092343.asm | neoneye/loda | 22 | 53325 | ; A092343: a(n) = sigma_3(3n+2).
; 9,126,585,1332,3096,4914,9198,12168,19782,24390,37449,43344,61740,68922,97236,103824,141759,148878,201240,205380,268128,276948,358722,357912,455886,458208,589806,571788,715572,704970,888264,864360,1061937,1030302,1285830
mul $0,3
add $0,2
mov $2,$0
lpb $0
mov $3,$2
mov $4,$0
cm... |
libsrc/sdcard/osca/pause_4ms.asm | andydansby/z88dk-mk2 | 1 | 53326 | ;
; Old School Computer Architecture - SD Card driver
; Taken from the OSCA Bootcode by <NAME> 2011
;
; Ported by <NAME>, 2012
;
; Short delay to sync communications with card
;
; $Id: pause_4ms.asm,v 1.4 2012/09/26 14:15:25 stefano Exp $
;
XLIB pause_4ms
INCLUDE "flos.def"
pause_4ms:
xor a
jp kjt_timer_wai... |
libsrc/_DEVELOPMENT/sound/sn76489/z80/asm_PSGlib_Frame.asm | ahjelm/z88dk | 640 | 53327 | ; PSGlib - C programming library for the SEGA PSG
; ( part of devkitSMS - github.com/sverx/devkitSMS )
; **************************************************
INCLUDE "PSGlib_private.inc"
SECTION code_clib
SECTION code_PSGlib
PUBLIC asm_PSGlib_Frame
EXTERN asm_PSGlib_Stop
EXTERN __PSGlib_MusicStatus, __PSGlib_MusicSk... |
libsrc/_DEVELOPMENT/adt/b_array/c/sccz80/b_array_empty.asm | jpoikela/z88dk | 640 | 53328 |
; int b_array_empty(b_array_t *a)
SECTION code_clib
SECTION code_adt_b_array
PUBLIC b_array_empty
EXTERN asm_b_array_empty
defc b_array_empty = asm_b_array_empty
; SDCC bridge for Classic
IF __CLASSIC
PUBLIC _b_array_empty
defc _b_array_empty = b_array_empty
ENDIF
|
bootsector/05-function/print.asm | wpmed92/os-adventures | 1 | 53330 | print:
pusha ;push all registers to stack, so when we are finished with the function, we recover the registers
start:
mov al, [bx] ;we moved the function parameter (the starting address of our string) to bx in boot.asm
cmp al, 0 ;check if current byte is null terminator
je done ;if it is, we are done printing ... |
programs/oeis/099/A099838.asm | karttu/loda | 0 | 53331 | ; A099838: Expansion of (1-x)^2(1+x)/(1+x+x^2).
; 1,-2,0,3,-3,0,3,-3,0,3,-3,0,3,-3,0,3,-3,0,3,-3,0,3,-3,0,3,-3,0,3,-3,0,3,-3,0,3,-3,0,3,-3,0,3,-3,0,3,-3,0,3,-3,0,3,-3,0,3,-3,0,3,-3,0,3,-3,0,3,-3,0,3,-3,0,3,-3,0,3,-3,0,3,-3,0,3,-3,0,3,-3,0,3,-3,0,3,-3,0,3,-3,0,3,-3,0,3,-3,0,3,-3,0,3,-3,0
mov $2,$0
add $0,1
mov $1,$0
su... |
test4.asm | melrick-mascarenhas/mp-testing | 0 | 53332 | .MODEL SMALL
.STACK
.DATA
PA EQU 01190H
PB EQU 01191H
PC EQU 01192H
CR EQU 01193H
FIRE DB 61H,11H,9FH,71H
HELP DB 31H,0E3H,61H,91H
N DB 05H
.CODE
START: MOV AX,@DATA
MOV DS,AX
MOV DX,CR
MOV AL,80H
OUT DX,AL
MOV AL,00H
... |
oeis/056/A056158.asm | neoneye/loda-programs | 11 | 53333 | <gh_stars>10-100
; A056158: Equivalent of the Kurepa hypothesis for left factorial.
; -4,-2,-4,2,-20,86,-532,3706,-29668,266990,-2669924,29369138,-352429684,4581585862,-64142202100,962133031466,-15394128503492,261700184559326,-4710603322067908,89501463119290210,-1790029262385804244,37590614510101889078,-826993519222241... |
PIC/Grabador/eeprom_manager.asm | MrRomo/MrBootloader | 0 | 53334 | <gh_stars>0
_read_eeprom:
;eeprom_manager.c,1 :: unsigned int read_eeprom( char addrh, char addr) {
;eeprom_manager.c,3 :: EEADR = addr;
MOVF FARG_read_eeprom_addr+0, 0
MOVWF EEADR+0
;eeprom_manager.c,4 :: EEADRH = addrh;
MOVF FARG_read_eeprom_addrh+0, 0
MOVWF EEADRH+0
;eeprom_manager.... |
oeis/136/A136761.asm | neoneye/loda-programs | 11 | 53336 | <reponame>neoneye/loda-programs
; A136761: a(n) = leading digit of n! in base 11.
; 1,1,2,6,2,10,5,3,2,2,2,2,2,2,3,4,6,10,1,2,4,9,1,3,7,1,3,9,2,5,1,3,1,3,9,2,9,2,9,3,1,3,1,5,1,7,2,1,4,1,9,3,1,7,3,1,8,3,1,9,4,2,1,7,3,2,1,6,3,2,1,8,4,2,1,1,7,4,3,2,1,10,6,4,3,2,1,1,9,6,5,3,2,2,1,1,1,9,7,6
seq $0,142 ; Factorial numbers: ... |
programs/oeis/192/A192025.asm | jmorken/loda | 1 | 53337 | ; A192025: The Wiener index of the double-comb graph \/_\/_\/...\/_\/ with 3n (n>=1) nodes. The Wiener index of a connected graph is the sum of the distances between all unordered pairs of vertices in the graph.
; 4,29,84,178,320,519,784,1124,1548,2065,2684,3414,4264,5243,6360,7624,9044,10629,12388,14330,16464,18799,21... |
_maps/Drowning Countdown.asm | kodishmediacenter/msu-md-sonic | 9 | 53338 | ; ---------------------------------------------------------------------------
; Sprite mappings - drowning countdown numbers (LZ)
; ---------------------------------------------------------------------------
Map_Drown_internal:
dc.w @num-Map_Drown_internal
@num: dc.b 1
dc.b $E8, $E, 0, 0, $F2
even |
Transynther/x86/_processed/NC/_zr_/i3-7100_9_0x84_notsx.log_21829_2133.asm | ljhsiun2/medusa | 9 | 53341 | <reponame>ljhsiun2/medusa<gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r8
push %r9
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0x17d29, %r8
sub $35816, %rcx
movb $0x61, (%r8)
nop
and $564, %rdx
lea addresses_D_ht+0xdef9, %rdi
nop
nop
cmp %r11, %r11
movw $0x6162, (... |
sound/sfxasm/3F.asm | NatsumiFox/Sonic-3-93-Nov-03 | 7 | 53342 | <filename>sound/sfxasm/3F.asm<gh_stars>1-10
3F_Header:
sHeaderInit ; Z80 offset is $C2AE
sHeaderPatch 3F_Patches
sHeaderTick $01
sHeaderCh $01
sHeaderSFX $80, $05, 3F_FM5, $F6, $0A
3F_Patches:
; Patch $00
; $05
; $11, $02, $23, $31, $0B, $0C, $0E, $1C
; $0A, $00, $04, $00, $08, $06, $09, $0B
; $FF, $0F... |
engine/overworld/player_object.asm | AtmaBuster/pokeplat-gen2 | 6 | 53343 | <reponame>AtmaBuster/pokeplat-gen2
BlankScreen:
call DisableSpriteUpdates
xor a
ldh [hBGMapMode], a
call ClearBGPalettes
call ClearSprites
hlcoord 0, 0
ld bc, wTileMapEnd - wTileMap
ld a, " "
call ByteFill
hlcoord 0, 0, wAttrMap
ld bc, wAttrMapEnd - wAttrMap
ld a, $7
call ByteFill
call WaitBGMap2
call Se... |
kernel/compiler/utility.asm | paulscottrobson/color-forth-old-next | 1 | 53344 | ; ***************************************************************************************
; ***************************************************************************************
;
; Name : utility.asm
; Author : <NAME> (<EMAIL>)
; Date : 7th December 2018
; Purpose : Compile Utilities
;
; ********************... |
ASM/ASAM1.asm | mariamerola1/zopeneditor-sample | 19 | 53345 | ASAM1 AMODE 31
ASAM1 CSECT
USING ASAM1,R15
****************************************************************
* LICENSED MATERIALS - PROPERTY OF IBM
* "RESTRICTED MATERIALS OF IBM"
* (C) COPYRIGHT IBM CORPORATION 2020. ALL RIGHTS RESERVED
* US... |
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_413.asm | ljhsiun2/medusa | 9 | 53346 | .global s_prepare_buffers
s_prepare_buffers:
push %r8
push %r9
push %rax
push %rdx
push %rsi
lea addresses_normal_ht+0x8d0b, %rax
nop
nop
sub %rsi, %rsi
mov $0x6162636465666768, %r8
movq %r8, %xmm4
movups %xmm4, (%rax)
nop
nop
nop
nop
nop
inc %r9
lea addresses_WC_ht+0x155bb, %r9
nop
dec %rdx
mov $0x6162636465666768, %r... |
programs/oeis/203/A203551.asm | neoneye/loda | 22 | 53347 | ; A203551: a(n) = n*(5n^2 + 3n + 4) / 6.
; 0,2,10,29,64,120,202,315,464,654,890,1177,1520,1924,2394,2935,3552,4250,5034,5909,6880,7952,9130,10419,11824,13350,15002,16785,18704,20764,22970,25327,27840,30514,33354,36365,39552,42920,46474,50219,54160,58302,62650,67209,71984,76980,82202,87655,93344,99274,105450,111877,1185... |
programs/oeis/329/A329846.asm | jmorken/loda | 1 | 53348 | <gh_stars>1-10
; A329846: Beatty sequence for (7+sqrt(29))/5.
; 2,4,7,9,12,14,17,19,22,24,27,29,32,34,37,39,42,44,47,49,52,54,56,59,61,64,66,69,71,74,76,79,81,84,86,89,91,94,96,99,101,104,106,108,111,113,116,118,121,123,126,128,131,133,136,138,141,143,146,148
mov $5,$0
add $5,5
mov $6,$5
sub $6,2
mov $2,$6
mul $2,2
su... |
programs/oeis/178/A178525.asm | karttu/loda | 0 | 53349 | ; A178525: The sum of the costs of all nodes in the Fibonacci tree of order n.
; 0,0,3,8,22,49,104,208,403,760,1406,2561,4608,8208,14499,25432,44342,76913,132808,228416,391475,668840,1139518,1936513,3283392,5555424,9381699,15815528,26618518,44733745,75073256,125827696,210642643
mov $2,$0
lpb $0,1
sub $0,1
add $3,$... |
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_3980_503.asm | ljhsiun2/medusa | 9 | 53350 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r13
push %r8
push %r9
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0x10313, %rsi
lea addresses_D_ht+0x1ac9b, %rdi
nop
nop
nop
cmp %r11, %r11
mov $40, %rcx
rep movsw
nop
nop
nop
nop
nop
cmp $63512, %r9
lea addresses_WT_ht+0x1de87,... |
Userland/SampleCodeModule/asm/libasm.asm | apodgornyitba/TP2 | 0 | 53351 | <reponame>apodgornyitba/TP2
GLOBAL read
GLOBAL write
GLOBAL scClear
GLOBAL DateTime
GLOBAL getMem
GLOBAL getRegs
GLOBAL changeScreen
GLOBAL opCodeExc
; read - lee de un fd determinado
; IN- RDI - FD
; RSI - Buffer
; RDX - size
read:
push rbp
mov rbp,rsp;
push rdi
push rsi
push rdx
push r... |
programs/oeis/193/A193867.asm | neoneye/loda | 22 | 53352 | <gh_stars>10-100
; A193867: Odd central polygonal numbers.
; 1,7,11,29,37,67,79,121,137,191,211,277,301,379,407,497,529,631,667,781,821,947,991,1129,1177,1327,1379,1541,1597,1771,1831,2017,2081,2279,2347,2557,2629,2851,2927,3161,3241,3487,3571,3829,3917,4187,4279,4561,4657,4951,5051,5357,5461,5779,5887,6217,6329,6671,6... |
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_703.asm | ljhsiun2/medusa | 9 | 53353 | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %r15
push %r8
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_D_ht+0xcf67, %rdx
nop
nop
sub $10773, %rcx
mov (%rdx), %esi
nop
nop
nop
nop
and $42159, %r11
lea addresses_normal_ht+0x2d67, %rcx
nop
nop
nop
nop
add %r12, %r12
mov $0x61626364656667... |
P6/data_P6_2/stall_load_D__load_E.asm | alxzzhou/BUAA_CO_2020 | 1 | 53355 | ori $0,$0,16155
ori $1,$0,11353
ori $2,$0,23811
ori $3,$0,1041
ori $4,$0,10865
ori $5,$0,23805
ori $6,$0,3600
ori $7,$0,3314
ori $8,$0,3847
ori $9,$0,10483
ori $10,$0,9703
ori $11,$0,22875
ori $12,$0,15548
ori $13,$0,23894
ori $14,$0,1184
ori $15,$0,24258
ori $16,$0,5756
ori $17,$0,25890
ori $18,$0,11154
ori $19,$0,108... |
programs/oeis/263/A263228.asm | karttu/loda | 1 | 53357 | <gh_stars>1-10
; A263228: a(n) = 2*n*(16*n - 13).
; 0,6,76,210,408,670,996,1386,1840,2358,2940,3586,4296,5070,5908,6810,7776,8806,9900,11058,12280,13566,14916,16330,17808,19350,20956,22626,24360,26158,28020,29946,31936,33990,36108,38290,40536,42846,45220,47658,50160
mov $1,$0
mul $0,16
sub $0,13
mul $1,$0
mul $1,2
|
src/sound/song331restored.asm | MusicTheorist/Mother2GbaTranslation | 1 | 53358 |
song331restored_pri equ 100
song331restored_rev equ 0
song331restored_mvl equ 127
song331restored_key equ 0
song331restored_tbs equ 1
song331restored_exg equ 0
song331restored_cmp equ 1
.align 4
;**************** Track 1 (Midi-Chn.7) ****************;
@song331restored_1:
.byte KEYSH , song331restored_key... |
testrom.asm | rvalles/optromloader | 29 | 53359 | <filename>testrom.asm<gh_stars>10-100
format binary as "raw"
use16
delayticks=19 ;at least a second
rom_length=128 ;length in 512 byte blocks
org 0
dw $AA55 ;rom magic
db rom_length
start: ;assume sane stack, which means sane SS and SP
mov bx,ds ;save entry DS
mov ax,cs
mov ds,ax ;set DS to be the same as CS
mov si... |
libsrc/_DEVELOPMENT/adt/w_array/c/sdcc_iy/w_array_resize_callee.asm | jpoikela/z88dk | 640 | 53361 | <reponame>jpoikela/z88dk<gh_stars>100-1000
; int w_array_resize_callee(w_array_t *a, size_t n)
SECTION code_clib
SECTION code_adt_w_array
PUBLIC _w_array_resize_callee
EXTERN asm_w_array_resize
_w_array_resize_callee:
pop af
pop hl
pop de
push af
jp asm_w_array_resize
|
data/maps/objects/PewterGym.asm | opiter09/ASM-Machina | 1 | 53362 | <reponame>opiter09/ASM-Machina
PewterGym_Object:
db $3 ; border block
def_warps
warp 4, 13, 2, LAST_MAP
warp 5, 13, 2, LAST_MAP
def_signs
def_objects
object SPRITE_SUPER_NERD, 4, 1, STAY, DOWN, 1, OPP_BROCK, 1
object SPRITE_COOLTRAINER_M, 3, 6, STAY, RIGHT, 2, OPP_JR_TRAINER_M, 1
object SPRITE_GYM_GUIDE, ... |
Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0xca.log_2506_786.asm | ljhsiun2/medusa | 9 | 53363 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r8
push %rbp
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0x9090, %r10
nop
xor %rsi, %rsi
mov $0x6162636465666768, %r8
movq %r8, (%r10)
nop
nop
nop
nop
nop
cmp %r10, %r10
lea addresses_WT_ht+0x79b8, %rbp
clflush (%rbp)
nop
add $17108,... |
src/sound/song337restored.asm | MusicTheorist/Mother2GbaTranslation | 1 | 53364 | <gh_stars>1-10
song337restored_pri equ 100
song337restored_rev equ 0
song337restored_mvl equ 127
song337restored_key equ 0
song337restored_tbs equ 1
song337restored_exg equ 0
song337restored_cmp equ 1
.align 4
;**************** Track 1 (Midi-Chn.7) ****************;
@song337restored_1:
.byte KEYSH , song3... |
hmi_sdk/hmi_sdk/Tools/ffmpeg-2.6.2/libavfilter/x86/vf_idet.asm | APCVSRepo/android_packet | 4 | 53367 | <filename>hmi_sdk/hmi_sdk/Tools/ffmpeg-2.6.2/libavfilter/x86/vf_idet.asm
;*****************************************************************************
;* x86-optimized functions for idet filter
;*
;* Copyright (C) 2014 <NAME> (<EMAIL>)
;* Copyright (c) 2014 <NAME> (<EMAIL>)
;*
;* This file is part of FFmpeg.
;*... |
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_144.asm | ljhsiun2/medusa | 9 | 53369 | <reponame>ljhsiun2/medusa<gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %r13
push %r14
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0xffa, %r14
nop
nop
nop
and %rbp, %rbp
movb (%r14), %r11b
cmp %r12, %r12
lea addresses_D_ht+0x8f72, %r13
nop
nop
nop
nop
xor %... |
programs/oeis/018/A018227.asm | neoneye/loda | 22 | 53371 | <reponame>neoneye/loda<gh_stars>10-100
; A018227: Magic numbers: atoms with full shells containing any of these numbers of electrons are considered electronically stable.
; 2,10,18,36,54,86,118,168,218,290,362,460,558,686,814,976,1138,1338,1538,1780,2022,2310,2598,2936,3274,3666,4058,4508,4958,5470,5982,6560,7138,7786,... |
programs/oeis/309/A309686.asm | karttu/loda | 0 | 53372 | ; A309686: Sum of the even parts appearing among the smallest parts of the partitions of n into 3 parts.
; 0,0,0,0,0,0,2,2,4,4,6,6,12,12,18,18,24,24,36,36,48,48,60,60,80,80,100,100,120,120,150,150,180,180,210,210,252,252,294,294,336,336,392,392,448,448,504,504,576,576,648,648,720,720,810,810,900,900,990
mov $2,$0
mov ... |
vm.asm | cthulhuology/firth | 12 | 53373 | <reponame>cthulhuology/firth
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; VMMacros
;;
;; © 2012 <NAME>
;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Register Allocation
;
; rax top of stack / return value
; rdx misc data, arg3 / 2nd return
... |
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_502.asm | ljhsiun2/medusa | 9 | 53374 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %rax
push %rbx
push %rdi
lea addresses_A_ht+0xc6b4, %r10
nop
nop
nop
xor $39873, %rax
movw $0x6162, (%r10)
nop
add %rbx, %rbx
pop %rdi
pop %rbx
pop %rax
pop %r10
ret
.global s_faulty_load
s_faulty_load:
push %r10
push %r13
push %r15
push %r9
push %rbp
pus... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.