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 |
|---|---|---|---|---|
cat.asm | tphan022/AssignmentTestCases | 0 | 48078 | <filename>cat.asm
_cat: file format elf32-i386
Disassembly of section .text:
00001000 <cat>:
char buf[512];
void
cat(int fd)
{
1000: 55 push %ebp
1001: 89 e5 mov %esp,%ebp
1003: 83 ec 28 sub $0x28,%esp
int n;
while((n = read(fd, buf, siz... |
programs/oeis/057/A057862.asm | neoneye/loda | 22 | 48079 | <filename>programs/oeis/057/A057862.asm
; A057862: a(n) = 2^n mod Fibonacci(n).
; Coded manually 2021-04-04 by <NAME>, https://github.com/neoneye
; 0,0,0,1,2,0,11,4,2,34,1,64,37,173,438,394,118,1160,1663,1,6466,14508,20764,38368,18257,99928,64234,202972,15836,410224,184593,1520257,538006,2773540,5886173,9996832,5132559... |
VM/altairx/bin/test.asm | Kannagi/Altair | 19 | 48080 | <gh_stars>10-100
include "macro.asm"
org $0
movei r0,$00
;--------------
movei r4,$00
syscall
nop
;--------------
movei r9,'a'
stml r9,0
stml r0,1
moveiu r9,$400
nop.p
lddmai r0,r9,1
movei r4,$01
movei r5,0 ;ADDR SPM
syscall
nop
;--------------
movei r4,$0E
;syscall
nop
;--------------... |
Library/Kernel/Format/formatIoctl.asm | steakknife/pcgeos | 504 | 48081 | COMMENT @-----------------------------------------------------------------------
Copyright (c) GeoWorks 1989 -- All Rights Reserved
PROJECT: PC/GEOS
MODULE: Format
FILE: formatIoctl.asm
AUTHOR: Cheng, 1/90
ROUTINES:
Name Description
---- -----------
REVISION HISTORY:
Name Date Descripti... |
asm/patches/add_new_enemy_rando_params.asm | TeknoAnonymous/wwrando-multiworld | 0 | 48082 | <filename>asm/patches/add_new_enemy_rando_params.asm
; This patch adds brand new parameters to certain enemies in order to increase their flexibility.
; This increases enemy variety in enemy randomizer.
; Give ReDeads a new "Disable spawn on death switch" parameter (params & 0x00FF0000).
.open "files/rels/d_a_rd.rel... |
unittests/32Bit_ASM/Secondary/15_XX_0.asm | cobalt2727/FEX | 628 | 48083 | <filename>unittests/32Bit_ASM/Secondary/15_XX_0.asm
%ifdef CONFIG
{
"RegData": {
"RAX": "0x11111111",
"RBX": "0x22222222",
"RCX": "0x33333333",
"RDX": "0x44444444",
"RSI": "0x55555555",
"RDI": "0x66666666",
"MM0": "0x1112131415161718",
"MM1": "0x2122232425262728",
"MM2": "0x3132333... |
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_69_2475.asm | ljhsiun2/medusa | 9 | 48086 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r13
push %r9
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WC_ht+0x11e44, %rdx
nop
nop
nop
nop
cmp $31182, %r10
movb $0x61, (%rdx)
nop
nop
dec %r9
lea addresses_UC_ht+0x7444, %rsi
lea addresses_WC_ht+0x1eb44, %rdi
nop
nop
nop
nop
add %r9, %r... |
data/pokemon/base_stats/lotad.asm | AtmaBuster/pokeplat-gen2 | 6 | 48087 | db 0 ; species ID placeholder
db 40, 30, 30, 30, 40, 50
; hp atk def spd sat sdf
db WATER, GRASS ; type
db 255 ; catch rate
db 74 ; base exp
db NO_ITEM, NO_ITEM ; items
db GENDER_F50 ; gender ratio
db 15 ; step cycles to hatch
INCBIN "gfx/pokemon/lotad/front.dimensions"
db GROWTH_MEDIUM_SLOW ;... |
gfx/pokemon/unown_anim_pointers.asm | Dev727/ancientplatinum | 28 | 48088 | <filename>gfx/pokemon/unown_anim_pointers.asm
UnownAnimationPointers:
dw UnownAAnimation
dw UnownBAnimation
dw UnownCAnimation
dw UnownDAnimation
dw UnownEAnimation
dw UnownFAnimation
dw UnownGAnimation
dw UnownHAnimation
dw UnownIAnimation
dw UnownJAnimation
dw UnownKAnimation
dw UnownLAnimation
dw UnownM... |
OSDev/Try-2/src/Boot/x86_64/header.asm | Ashwin-Paudel/Tries | 0 | 48089 | section .multiboot_header
header_start:
; The number the multiboot will look for
; AKA: magic number
dd 0xe85250d6
; Set the architecture to protected mode i386
dd 0
; The length of our header
dd header_end - header_start
; Our Checksum
dd 0x100000000 - (0xe85250d6 + 0 + (header_end - header_start))
; Our En... |
kernel/temp/command.asm | paulscottrobson/flat | 0 | 48090 | <reponame>paulscottrobson/flat<gh_stars>0
; *********************************************************************************
; *********************************************************************************
;
; File: command.src
; Date : 19th March 2019
; Author: <EMAIL>
; Purpose: Command line code
;
; ****... |
programs/oeis/094/A094923.asm | neoneye/loda | 22 | 48091 | <gh_stars>10-100
; A094923: (8^n-1)/7 mod n.
; 0,1,1,1,1,3,0,1,1,9,1,9,1,7,13,9,1,9,1,5,7,9,1,9,6,9,19,21,1,9,1,9,7,9,28,9,1,9,34,25,1,21,1,13,1,9,1,9,0,39,22,13,1,27,28,49,16,9,1,45,1,9,28,9,1,27,1,41,4,49,1,9,1,9,58,53,63,9,1,25,46,9,1,21,6,9,73,65,1,9,21,33,73,9,83,9,1,49,37,25
add $0,1
mov $2,$0
lpb $0
sub $0,1
... |
libtool/src/gmp-6.1.2/mpn/x86_64/bobcat/aors_n.asm | kroggen/aergo | 278 | 48092 | <reponame>kroggen/aergo
dnl AMD64 mpn_add_n, mpn_sub_n optimised for bobcat.
dnl Copyright 2003-2005, 2007, 2008, 2010-2013 Free Software Foundation, Inc.
dnl This file is part of the GNU MP Library.
dnl
dnl The GNU MP Library is free software; you can redistribute it and/or modify
dnl it under the terms of eith... |
oxylib/oxygame.asm | oxypomme/oxylib8086 | 2 | 48093 | %include oxygraph.asm
%include oxylib.asm
DSEG SEGMENT
; Define few keys
_Zkey_ EQU 2Ch
_Qkey_ EQU 10h
_Skey_ EQU 1Fh
_Dkey_ EQU 20h
_Upkey_ EQU 48h
_Leftkey_ EQU 4Bh
_Downkey_ EQU 50h
_Rightkey_ EQU 4Dh
_ESCkey... |
c6ers/newcmds/toolib/src/strpre.asm | minblock/msdos | 0 | 48094 | <gh_stars>0
;
; strpre functions for lattice C
;
.xlist
include ..\h\cmacros.inc
.list
sBegin data
assumes ds,data
externB XLTab
externB XUTab
sEnd
sBegin code
assumes cs,code
;
; strpre (s1, s2) returns -1 if s1 is a prefix of s2, 0 otherwise. Ignores
; case.
;
cProc strpre,<PUBLIC>,<si,di>
parmW pref
parmW str
... |
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca.log_21829_1079.asm | ljhsiun2/medusa | 9 | 48095 | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r13
push %r14
push %r8
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0xd48c, %r14
nop
nop
nop
nop
inc %rcx
mov (%r14), %r8d
nop
dec %r8
lea addresses_UC_ht+0x9f58, %rcx
add $20223, %rax
vmovups (%rcx), %ymm7
vextracti128 $1, %ymm7, %xmm7
vpextrq... |
unordnung_auch_assembler/asm/attiny13/versuche/soundhorror.asm | no-go/Blink_atmega328p | 0 | 48096 | <filename>unordnung_auch_assembler/asm/attiny13/versuche/soundhorror.asm
; atTINY 13 - Board without 7seg display
.equ PORTB, 0x18
.equ DDRB, 0x17
.equ PINB, 0x16
.equ TCCR0B, 0x33
.equ TCNT0, 0x32
; set Port-direction and timer
; cpuclock/1024 -> 1 Tick in TCNT0. If 256 Tick -> start with zero
Start: ldi r16, 0b00... |
programs/oeis/052/A052521.asm | neoneye/loda | 22 | 48097 | <filename>programs/oeis/052/A052521.asm
; A052521: Number of pairs of sequences of cardinality at least 3.
; 0,0,0,0,0,0,720,10080,120960,1451520,18144000,239500800,3353011200,49816166400,784604620800,13076743680000,230150688768000,4268249137152000,83230858174464000,1703031405723648000,36493530122649600000,817455074747... |
programs/oeis/164/A164546.asm | karttu/loda | 0 | 48098 | <filename>programs/oeis/164/A164546.asm<gh_stars>0
; A164546: a(n) = 8*a(n-1)-8*a(n-2) for n > 1; a(0) = 1, a(1) = 10.
; 1,10,72,496,3392,23168,158208,1080320,7376896,50372608,343965696,2348744704,16038232064,109515898880,747821334528,5106443485184,34868977205248,238100269760512,1625850340442112,11102000565452800
add ... |
data/pokemon/base_stats/milotic.asm | AtmaBuster/pokeplat-gen2 | 6 | 48099 | <filename>data/pokemon/base_stats/milotic.asm<gh_stars>1-10
db 0 ; species ID placeholder
db 95, 60, 79, 81, 100, 125
; hp atk def spd sat sdf
db WATER, WATER ; type
db 60 ; catch rate
db 213 ; base exp
db NO_ITEM, NO_ITEM ; items
db GENDER_F50 ; gender ratio
db 20 ; step cycles to hatch
INCBIN "... |
Transynther/x86/_processed/AVXALIGN/_zr_/i9-9900K_12_0xa0.log_13_368.asm | ljhsiun2/medusa | 9 | 48100 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
ret
.global s_faulty_load
s_faulty_load:
push %r10
push %r11
push %r12
push %r15
push %rax
push %rsi
// Load
lea addresses_US+0xcca0, %r10
nop
nop
add $27979, %rax
vmovups (%r10), %ymm1
vextracti128 $1, %ymm1, %xmm1
vpextrq $1, %xmm1, %r15
nop
cmp %r15, ... |
oeis/332/A332883.asm | neoneye/loda-programs | 11 | 48101 | <filename>oeis/332/A332883.asm<gh_stars>10-100
; A332883: If n = Product (p_j^k_j) then a(n) = denominator of Product (1 + 1/p_j^k_j).
; Submitted by <NAME>
; 1,2,3,4,5,1,7,8,9,5,11,3,13,7,5,16,17,3,19,2,21,11,23,2,25,13,27,7,29,5,31,32,11,17,35,18,37,19,39,20,41,7,43,11,3,23,47,12,49,25,17,26,53,9,55,7,57,29,59,1,61,3... |
programs/oeis/010/A010553.asm | neoneye/loda | 22 | 48102 | <reponame>neoneye/loda<gh_stars>10-100
; A010553: a(n) = tau(tau(n)).
; 1,2,2,2,2,3,2,3,2,3,2,4,2,3,3,2,2,4,2,4,3,3,2,4,2,3,3,4,2,4,2,4,3,3,3,3,2,3,3,4,2,4,2,4,4,3,2,4,2,4,3,4,2,4,3,4,3,3,2,6,2,3,4,2,3,4,2,4,3,4,2,6,2,3,4,4,3,4,2,4,2,3,2,6,3,3,3,4,2,6,3,4,3,3,3,6,2,4,4,3
seq $0,5 ; d(n) (also called tau(n) or sigma_0(... |
src/stars/tests/tests/pseudoOps/move_li_test.asm | kevintmcdonnell/stars | 9 | 48103 | .text
main:
# 16 bit values
li $t0, 300
move $a0, $t0
li $v0, 1
syscall
li $a0, ' '
li $v0, 11
syscall
li $t0, -300
move $a0, $t0
li $v0, 1
syscall
li $a0, ' '
li $v0, 11
syscall
# 32 bit values
li $t0, 3000000
move $a0, $t0
li $v0, 1
syscall
li $a0, ' '
li $v0, 11
syscall
li $t0, -3000000
move $a0, $t0
li $v0, ... |
oeis/252/A252727.asm | neoneye/loda-programs | 11 | 48104 | ; A252727: a(n) = n-th number of the n-th iteration of the hyperbinomial transform on sequence A001858 (number of forests of trees on n labeled nodes).
; Submitted by <NAME>
; 1,2,14,178,3270,78316,2308876,80775780,3269037596,150194207800,7721544428136,439128840082648,27369393580944520,1855079496872679312,1358468070563... |
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_1003.asm | ljhsiun2/medusa | 9 | 48105 | .global s_prepare_buffers
s_prepare_buffers:
push %r14
push %r15
push %r8
push %rbp
push %rbx
push %rdi
lea addresses_D_ht+0x9bf7, %rbp
nop
nop
nop
nop
xor %rbx, %rbx
movw $0x6162, (%rbp)
nop
nop
nop
nop
nop
cmp %rbp, %rbp
lea addresses_WC_ht+0x8147, %r14
nop
nop
nop
nop
nop
sub %rdi, %rdi
mov (%r14), %r8
nop
nop
nop
n... |
Library/Spreadsheet/UI/uiBorder.asm | steakknife/pcgeos | 504 | 48108 | <filename>Library/Spreadsheet/UI/uiBorder.asm
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1992 -- All Rights Reserved
PROJECT: PC/GEOS
MODULE: uiBorder.asm
FILE: uiBorder.asm
AUTHOR: <NAME>, Jul 29, 1992
ROUTINES:
Name Description
---- ... |
forge/u_chess/chess.asm | emiliollbb/minimOS | 16 | 48109 | <filename>forge/u_chess/chess.asm
;
; MicroChess
; (c) 1996-2002 <NAME>, <EMAIL>
;
; modified by <NAME> to work over a serial terminal connection, August 2002.
;
;
BOARD = $50
BK = $60
PIECE = $B0
SQUARE = $B1
SP2 = $B2
SP1 = $B3
INCHEK = $B4
STATE = $B5
MOVEN = $B6
R... |
Transynther/x86/_processed/AVXALIGN/_st_/i3-7100_9_0x84_notsx.log_21829_810.asm | ljhsiun2/medusa | 9 | 48110 | .global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r13
push %r15
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0x1cfef, %rsi
xor $27743, %rcx
mov $0x6162636465666768, %r15
movq %r15, (%rsi)
nop
nop
cmp %rbp, %rbp
lea addresses_WT_ht+0x921f, %rbx
clflush (%rbx)
nop
nop
nop
nop
dec %... |
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_18567_455.asm | ljhsiun2/medusa | 9 | 48111 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r13
push %rax
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0x1869, %rsi
lea addresses_WC_ht+0x1dea5, %rdi
nop
nop
sub $36049, %rbp
mov $101, %rcx
rep movsq
nop
nop
nop
nop
nop
and %rax, %rax
lea addresses_WC_ht+0x1a... |
final practice/f_2017/question3/question3.asm | ConstantinCezB/Computer-Architecture-assembly | 0 | 48113 | <filename>final practice/f_2017/question3/question3.asm
include Irvine32.inc
.data
eVar REAL4 ?
aVar REAL4 3.2
cVar REAL4 4.2
fVar DWORD 20
bVar DWORD 2
dVar DWORD 2
; e = f - ( (a/b) x (c + d) )
; e , a , c are single point precision numbers
; f , b , d are double - word integers
; 20 - ( (3.2/2) x (4.2 + 2)... |
engine/surfing_minigame.asm | adhi-thirumala/EvoYellow | 16 | 48114 | <reponame>adhi-thirumala/EvoYellow<filename>engine/surfing_minigame.asm
SurfingPikachuMinigame:
call SurfingPikachuMinigame_BlankPals
call DelayFrame
call DelayFrame
call DelayFrame
ld a, [hTilesetType]
push af
xor a
ld [hTilesetType], a
ld a, [wUpdateSpritesEnabled]
push af
ld a, $ff
ld [wUpdateSpritesEnab... |
Transynther/x86/_processed/NONE/_zr_xt_/i7-8650U_0xd2_notsx.log_21829_169.asm | ljhsiun2/medusa | 9 | 48115 | .global s_prepare_buffers
s_prepare_buffers:
push %r13
push %r9
push %rdi
push %rsi
lea addresses_normal_ht+0x1a8f7, %rdi
nop
nop
nop
nop
nop
and %r9, %r9
vmovups (%rdi), %ymm0
vextracti128 $0, %ymm0, %xmm0
vpextrq $0, %xmm0, %rsi
nop
nop
nop
nop
inc %r13
pop %rsi
pop %rdi
pop %r9
pop %r13
ret
.global s_faulty_loa... |
libsrc/_DEVELOPMENT/target/sms/driver/terminal/sms_01_output_terminal_tty_z88dk/sms_01_output_terminal_tty_z88dk_14_flags_enable.asm | jpoikela/z88dk | 640 | 48116 | <reponame>jpoikela/z88dk
SECTION code_driver
SECTION code_driver_terminal_output
PUBLIC sms_01_output_terminal_tty_z88dk_14_flags_enable
sms_01_output_terminal_tty_z88dk_14_flags_enable:
; enable flag bits
; de = parameters *
ld a,(de)
or (ix+25)
ld (ix+25),a
ret
|
programs/oeis/117/A117216.asm | karttu/loda | 1 | 48117 | ; A117216: Number of points in the standard root system version of the D_4 lattice having L_infinity norm n.
; 1,40,272,888,2080,4040,6960,11032,16448,23400,32080,42680,55392,70408,87920,108120,131200,157352,186768,219640,256160,296520,340912,389528,442560,500200,562640,630072,702688,780680,864240,953560,1048832,115024... |
programs/oeis/189/A189320.asm | neoneye/loda | 22 | 48118 | <reponame>neoneye/loda
; A189320: Number of nondecreasing arrangements of n+2 numbers in 0..3 with the last equal to 3 and each after the second equal to the sum of one or two of the preceding four
; 5,7,11,16,22,28,34,40,46,52,58,64,70,76,82,88,94,100,106,112,118,124,130,136,142,148,154,160,166,172,178,184,190,196,202... |
My Codes/Lab-3/String_Input.asm | jahinmahbub/CSE331L_Section_7_Summer_2020_NSU | 0 | 48120 | .MODEL SMALL
.STACK 100H
.CODE
MAIN PROC
MOV AH, 1
INT 21H
;AL REGISTER IS USED FOR SCANNING
;IF YOU WANNA INPUT ANOTHER, MOV IT TO ANOTHER REGISTER AND INPUT WITH AL AGAIN.
MOV BL, AL
MOV AH,2
MOV DL,0DH
INT 21H
... |
tutorials/01_string_operations/01_stack.asm | codenamenadja/c-libs-libasm | 0 | 48122 | <reponame>codenamenadja/c-libs-libasm
section .data
SYS_WRITE equ 1
STDOUT_FILENO equ 1
SYS_EXIT equ 60
EXIT_CODE equ 0
NEW_LINE db 0xa
ERR_MSG db "MUST be two command line argument", 0xa ; message byte array, byte
section .text
... |
wof/lcs/enemy/10.asm | zengfr/arcade_game_romhacking_sourcecode_top_secret_data | 6 | 48123 | <reponame>zengfr/arcade_game_romhacking_sourcecode_top_secret_data<gh_stars>1-10
copyright zengfr site:http://github.com/zengfr/romhack
001590 lea ($20,A0), A0
0018EC add.w ($10,A1), D0 [123p+ C, enemy+ C]
0018F0 cmp.w D4, D0
0018FC move.w D4, ($10,A1) [enemy+ C]
001900 rts [enemy+10]
007A2C add.w (... |
lab_02/lab2.asm | natemara/CSE-278 | 0 | 48124 | ;FILE "lab2.c"
GLOBAL year
GLOBAL year2
SECTION .data
ALIGN 4
GLOBAL year:object
;.size year, 4
GLOBAL year2:object
;.size year2, 4
year:
dd 2020
SECTION .rodata
ALIGN 8
year2:
dd 2050
... |
windows/amd64/segments.asm | sduverger/haxm | 0 | 48125 | <reponame>sduverger/haxm
;
; Copyright (c) 2011 Intel Corporation
;
; Redistribution and use in source and binary forms, with or without
; modification, are permitted provided that the following conditions are met:
;
; 1. Redistributions of source code must retain the above copyright notice,
; this list of condi... |
libsrc/_DEVELOPMENT/math/float/am9511/lam32/c/sccz80/sinh_fastcall.asm | ahjelm/z88dk | 640 | 48126 |
SECTION code_fp_am9511
PUBLIC sinh_fastcall
EXTERN _am9511_sinh
defc sinh_fastcall = _am9511_sinh
; SDCC bridge for Classic
IF __CLASSIC
PUBLIC _sinh_fastcall
defc _sinh_fastcall = _am9511_sinh
ENDIF
|
lib/amd64/sha1asm.asm | 0xflotus/SymCrypt | 1 | 48127 | <reponame>0xflotus/SymCrypt
;
; Sha1Asm.Asm
;
; Copyright (c) Microsoft Corporation. Licensed under the MIT license.
;
;
;
; This module implements the bulk processing of the FIPS 180-1 SHA message digest algorithm.
; for the x64 processor architecture.
;
; This implementation is derived from the 32-b... |
Bank_I/0_rawlog.asm | ndf-zz/fv1testing | 0 | 48128 | <filename>Bank_I/0_rawlog.asm<gh_stars>0
; FV-1 Testing
;
; Program: Raw log
;
; Run a sin LFO and output the LOG value to DACR
;
; y ~= 1/16 * log(abs(x))
;
; POT0: Offset
; POT1: Level
;
; Prepare LFOs
skp RUN,main
wlds SIN0,100,32767
main: rdax POT0,-1.0 ; load POT0 inverted
sof -2.0,-1.0 ; flip and offset
wra... |
oeis/347/A347493.asm | neoneye/loda-programs | 11 | 48129 | <reponame>neoneye/loda-programs<filename>oeis/347/A347493.asm
; A347493: a(0) = 1, a(1) = 0, a(2) = a(3) = 1; thereafter, a(n) = a(n-1) + a(n-2) + a(n-4).
; Submitted by <NAME>
; 1,0,1,1,3,4,8,13,24,41,73,127,224,392,689,1208,2121,3721,6531,11460,20112,35293,61936,108689,190737,334719,587392,1030800,1808929,3174448,557... |
src/kernel/drivers/io/device_io_def.asm | rostislav-nikitin/socOS | 1 | 48130 | <filename>src/kernel/drivers/io/device_io_def.asm
;=======================================================================================================================
; ;
; Name: socOS (System On Chi... |
_lab/lab03/MedianNumbers.asm | ucsb-cs64-f18/ucsb-cs64-f18.github.io | 0 | 48131 | <reponame>ucsb-cs64-f18/ucsb-cs64-f18.github.io<gh_stars>0
# xSpim MedianNumbers.asm program
#
#
# Data Area - allocate and initialize variables
.data
# TODO: Complete these declarations / initializations
.asciiz "Enter the next number:\n"
.asciiz "Median: "
#Text Area (i.e. instructions)
.text
main:
# TO... |
07/StackArithmetic/SimpleAdd/SimpleAdd.asm | Thomas-Neill/nand2tetris-solutions | 0 | 48133 | @7
D=A
@SP
M=M+1
A=M
A=A-1
M=D
@8
D=A
@SP
M=M+1
A=M
A=A-1
M=D
@SP
M=M-1
A=M
D=M
M=0
A=A-1
M=D+M
|
subprojects/kernel/src/arch/i386/gdt.asm | SlumberousForests/octOs | 9 | 48134 | gdt_start:
gdt_null:
dq 0 ; 8 bytes of nothing
gdt_code: ; == KERNEL CODE ==
dw 0xffff ; bits 0-15 of the length of the code segment
dw 0x0000 ; bits 0-15 of the base of the code segment
db 0x00 ; bits 16-23 of the base of the code segment
db 0x9a ; the access b... |
oeis/028/A028064.asm | neoneye/loda-programs | 11 | 48135 | <filename>oeis/028/A028064.asm<gh_stars>10-100
; A028064: Expansion of 1/((1-3x)(1-5x)(1-8x)(1-9x)).
; Submitted by <NAME>
; 1,25,402,5306,62699,691299,7275724,74105812,736913397,7196762573,69311524646,660250818318,6234443691295,58450533199447,544794370231968,5053142176005224,46678603740543593,429711934071787521
mov $... |
emulator/test.asm | paulscottrobson/scmp-computer | 0 | 48136 | ; ***********************************************************************************************
;
; Bootloader
; ==========
;
; A very primitive (84 byte) monitor to be entered initially. When run it starts at
; address $0060 which is shown on the display (in binary).
;
; Pressing either '1' or... |
y2s2/csa/practicals/prac-6/16-ex-2-2.asm | ouldevloper/university | 8 | 48137 | ; 16-ex-2-2
; declare list of int, write prog to disp all
; then display total
.MODEL SMALL
.STACK 100
.DATA
NUM DB 2,5,6,8,1,7
TOTAL DB 0
TEN DB 10
.CODE
MAIN PROC
MOV AX,@DATA
MOV DS,AX
; Put the rest of your code here
; DIRECT OFFSET
MOV SI, 0 ; SI/DI/BX TO CHOOSE
MOV CX,... |
oeis/165/A165518.asm | neoneye/loda-programs | 11 | 48139 | <reponame>neoneye/loda-programs
; A165518: Perfect squares (A000290) that can be expressed as the sum of four consecutive triangular numbers (A000217).
; 4,100,3364,114244,3880900,131836324,4478554084,152139002500,5168247530884,175568277047524,5964153172084900,202605639573839044,6882627592338442564,23380673249993320810... |
s2/sfx-original/DF - Super Transform.asm | Cancer52/flamedriver | 9 | 48140 | Sound5F_SuperTransform_Header:
smpsHeaderStartSong 2
smpsHeaderVoice Sound5F_SuperTransform_Voices
smpsHeaderTempoSFX $01
smpsHeaderChanSFX $03
smpsHeaderSFXChannel cFM5, Sound5F_SuperTransform_FM5, $00, $00
smpsHeaderSFXChannel cPSG3, Sound5F_6C_PSG3, $00, $00
smpsHeaderSFXChannel cPSG2, Sound5F_6C_PSG2... |
moslibs.asm | runer112/Doors_CS_7 | 17 | 48141 | ;-----------------------------------------------------------
; Filename: moslibs.asm
; Long name: MirageOS Compatibility Library
; Author: <NAME> aka <NAME>
; Last Update: Unknown
;
; Partial support for MOS libs. Code used with permission
; from <NAME>, author of Crunchy.
;
;Please consult license.txt for the fai... |
L1/L1.asm | Bardin08/CA_Labs | 0 | 48142 | <reponame>Bardin08/CA_Labs
TITLE ЛР_1
;------------------------------------------------------------------------------
;ЛР №1.1
;------------------------------------------------------------------------------
; Програмування 3. Системне програмування
; Завдання: Основи розробки і налагодження
; ВУЗ: КНУУ "КПІ"
; Факуль... |
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_107_1889.asm | ljhsiun2/medusa | 9 | 48143 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r14
push %r15
push %r9
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_D_ht+0x8daf, %r14
clflush (%r14)
nop
nop
nop
nop
nop
dec %r15
mov (%r14), %cx
nop
nop
nop
nop
nop
xor %r9, %r9
lea addresses_normal_ht+0x6def, %rsi
lea addresses_WC_ht+0x16aaf, %rdi
... |
Transynther/x86/_processed/AVXALIGN/_ht_zr_/i3-7100_9_0xca_notsx.log_4910_161.asm | ljhsiun2/medusa | 9 | 48144 | <filename>Transynther/x86/_processed/AVXALIGN/_ht_zr_/i3-7100_9_0xca_notsx.log_4910_161.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r13
push %r15
push %r9
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x29f9, %rsi
lea addresses_UC_ht+0x17ca1, %rdi
nop
nop
nop
nop
nop
sub $60937, %r9
m... |
Driver/Printer/PrintCom/Styles/stylesGet.asm | steakknife/pcgeos | 504 | 48145 | <filename>Driver/Printer/PrintCom/Styles/stylesGet.asm
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1990 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: Printer Drivers
FILE: stylesGet.asm
AUTHOR: <NAME>
ROUTINES:
Name Description
---- -... |
src/test/ref/examples/atari2600/atari2600-demo.asm | jbrandwood/kickc | 2 | 48146 | // Minimal Atari 2600 VCS Program
// Source: https://atariage.com/forums/blogs/entry/11109-step-1-generate-a-stable-display/
/// @file
/// Atari 2600 Registers and Constants
///
/// https://web.archive.org/web/20170215054248/http://www.atariguide.com/pdfs/Atari_2600_VCS_Domestic_Field_Service_Manual.pdf
// Atari 2600... |
oeis/028/A028130.asm | neoneye/loda-programs | 11 | 48147 | <filename>oeis/028/A028130.asm
; A028130: Expansion of 1/((1-4x)(1-6x)(1-7x)(1-8x)).
; Submitted by <NAME>
; 1,25,395,5045,56931,592725,5834515,55132165,505157411,4519668725,39685517235,343261312485,2933027514691,24811827085525,208162421081555,1734382406904005,14367095262780771,118431759773683125,972223604320575475,795... |
smsq/spp/procs.asm | olifink/smsqe | 0 | 48148 | <filename>smsq/spp/procs.asm
; PAR / SER / PRT procedures
section procs
xdef spp_procs
include 'dev8_mac_proc'
spp_procs
proc_stt
proc_def PAR_USE
proc_def PAR_BUFF
proc_def PAR_CLEAR
proc_def PAR_ABORT
proc_def PAR_PULSE
proc_def PAR_WAIT
proc_def SER_USE
proc_def SER_FLOW
proc_def SER_BUFF
proc_def ... |
AdjustTheFov/FovAdjust.asm | techiew/EldenRingMods | 23 | 48149 | .data
extern fov : xmmword
extern returnAddress : qword
extern resolvedRelativeAddress : qword
.code
FovAdjust proc
repeat 9
nop
endm
call [resolvedRelativeAddress]
movaps xmm0,xmmword ptr [fov]
jmp qword ptr [returnAddress]
FovAdjust endp
end |
src/Question 7/Question D/Main.asm | xTVaser/x86-assembly-sample-code | 0 | 48150 | ;<NAME>
;DESKTOP-EVD5HKS
;8/2/2016 1:12:07 PM
;Question_D
;Page 188
INCLUDE Irvine32.inc
.data
userChar BYTE ?
startFore DWORD ?
startBack DWORD ?
promptChar BYTE "Please enter the starting capital letter: ",0
promptFore BYTE "Please enter the starting foreground (0-15):... |
programs/oeis/007/A007931.asm | neoneye/loda | 22 | 48151 | <reponame>neoneye/loda<filename>programs/oeis/007/A007931.asm
; A007931: Numbers that contain only 1's and 2's. Nonempty binary strings of length n in lexicographic order.
; 1,2,11,12,21,22,111,112,121,122,211,212,221,222,1111,1112,1121,1122,1211,1212,1221,1222,2111,2112,2121,2122,2211,2212,2221,2222,11111,11112,11121,... |
s1/music-original/Mus8D - FZ.asm | Cancer52/flamedriver | 9 | 48152 | <reponame>Cancer52/flamedriver<gh_stars>1-10
Mus8D_FZ_Header:
smpsHeaderStartSong 1
smpsHeaderVoice Mus8D_FZ_Voices
smpsHeaderChan $06, $03
smpsHeaderTempo $02, $06
smpsHeaderDAC Mus8D_FZ_DAC
smpsHeaderFM Mus8D_FZ_FM1, $00, $12
smpsHeaderFM Mus8D_FZ_FM2, $F4, $0D
smpsHeaderFM ... |
c/riskel/src/boot/loader.asm | hakutyou/justforfun | 0 | 48153 | STACK_BASE equ 0x0100
FILE_BASE equ 0x8000 ;; KERNEL_BASE
FILE_OFFSET equ 0x0000 ;; KERNEL_OFFSET
org 0x0100
jmp short LABEL_LSTART
;;nop
%include "bpb.asm"
LABEL_LSTART:
mov ax, cs
mov ds, ax
mov es, ax
mov ss, ax
mov sp, STACK_BASE
call LABEL_SUPPORT ;; Here means got lo... |
mastersystem/zxb-sms-2012-02-23/zxb-sms/wip/zxb/library-asm/flash.asm | gb-archive/really-old-stuff | 10 | 48154 | <filename>mastersystem/zxb-sms-2012-02-23/zxb-sms/wip/zxb/library-asm/flash.asm<gh_stars>1-10
; Sets flash flag in ATTR_P permanently
; Parameter: Paper color in A register
#include once <const.asm>
FLASH:
ld de, ATTR_P
__SET_FLASH:
; Another entry. This will set the flash flag at location pointer by DE
and 1 ; # ... |
oeis/049/A049391.asm | neoneye/loda-programs | 11 | 48155 | ; A049391: Expansion of (1-25*x)^(3/5).
; Submitted by <NAME>
; 1,-15,-75,-875,-13125,-223125,-4090625,-78890625,-1577812500,-32432812500,-681089062500,-14550539062500,-315261679687500,-6911506054687500,-153040491210937500,-3417904303710937500
mul $0,2
mov $1,1
mov $2,3
mov $3,$0
mov $4,5
lpb $3
mul $1,$2
mul $1,$... |
Working Disassembly/General/Sprites/SSZ Death Egg Cloud/DPLC - SSZ Death Egg Cloud.asm | TeamASM-Blur/Sonic-3-Blue-Balls-Edition | 5 | 48156 | DPLC_66EBA: dc.w word_66ED4-DPLC_66EBA
dc.w word_66ED8-DPLC_66EBA
dc.w word_66EDE-DPLC_66EBA
dc.w word_66EE6-DPLC_66EBA
dc.w word_66EEE-DPLC_66EBA
dc.w word_66EF6-DPLC_66EBA
dc.w word_66EFE-DPLC_66EBA
dc.w word_66F06-DPLC_66EBA
dc.w word_66F0E-DPLC_66EBA
dc.w word_66F16-DPLC_66EBA
dc.w word_66F1E-D... |
src/test/resources/data/generationtests/tniasm-multiple-expected.asm | cpcitor/mdlz80optimizer | 36 | 48157 | ; Test case:
jp begin
exit: ld b, 0x0042
call f1
begin: ld de, text
loop:
jr loop
f1:
outi
outi
outi
outi
or a
ret z
outi
outi
ret
text: db "hello" |
stage2/lib/builtins.asm | Supercip971/limine | 11 | 48158 | section .text
global memcpy
memcpy:
push esi
push edi
mov eax, dword [esp+12]
mov edi, eax
mov esi, dword [esp+16]
mov ecx, dword [esp+20]
rep movsb
pop edi
pop esi
ret
global memset
memset:
push edi
mov edx, dword [esp+8]
mov edi, edx
mov eax, dword [esp+12]
... |
Transynther/x86/_processed/NONE/_zr_/i7-8650U_0xd2.log_12568_1071.asm | ljhsiun2/medusa | 9 | 48159 | <filename>Transynther/x86/_processed/NONE/_zr_/i7-8650U_0xd2.log_12568_1071.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r15
push %r8
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x1a739, %rsi
lea addresses_WT_ht+0x7509, %rdi
nop
nop
cmp $15573, %r15
mov $45, %rcx
rep movsb
xor $55502, %rbx
lea... |
src/shaders/h264/mc/scoreboard_restore_AS.asm | me176c-dev/android_hardware_intel-vaapi-driver | 192 | 48160 | <reponame>me176c-dev/android_hardware_intel-vaapi-driver<filename>src/shaders/h264/mc/scoreboard_restore_AS.asm<gh_stars>100-1000
/*
* Restore previously stored scoreboard data after content switching back
* Copyright © <2010>, Intel Corporation.
*
* Permission is hereby granted, free of charge, to any person ob... |
source/jni/u2/alku/asmyt.asm | Falken42/SecondReality | 9 | 48162 | <gh_stars>1-10
IDEAL
MODEL large
P386
CODESEG
mmask dw 0102h,0202h,0402h,0802h,0102h,0202h,0402h,0802h
rmask dw 0004h,0104h,0204h,0304h,0004h,0104h,0204h,0304h
PUBLIC C ascrolltext
PROC C ascrolltext
ARG scrl:word, text:dword
push ds es si di
push 0a000h
pop es
lds si, [text]
mov cx, 0... |
Transynther/x86/_processed/NC/_zr_/i7-7700_9_0x48.log_21829_1595.asm | ljhsiun2/medusa | 9 | 48163 | <filename>Transynther/x86/_processed/NC/_zr_/i7-7700_9_0x48.log_21829_1595.asm<gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r13
push %r15
push %r9
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_D_ht+0x6166, %r9
nop
nop
nop
nop
nop
add $3185, %r15
mov (%r9), %r13d
and %r11,... |
function.asm | zorlubirhat/mips-array-and-function | 0 | 48164 | .data
A: .word 5
B: .word 3
result: .word 0
.text
.globl main
main:
la $s0, A
lw $a0, 0($s0) # $a0 = A
la $s1, B
lw $a1, 0($s1) # $a1 = B
la $s2, result
lw $a2, 0($s2) # $a2 = result
beq $a0, $a1, equality # if(A == B) call equality
bne $a0, $a1, compare # if(A != B) c... |
libsrc/_DEVELOPMENT/math/float/math32/lm32/c/sccz80/tanh.asm | jpoikela/z88dk | 0 | 48165 |
SECTION code_fp_math32
PUBLIC tanh
EXTERN cm32_sccz80_tanh
defc tanh = cm32_sccz80_tanh
; SDCC bridge for Classic
IF __CLASSIC
PUBLIC _tanh
defc _tanh = tanh
ENDIF
|
project/win32kstub/amd64/6_2_9200_sp0_shadowssdt_sysenter.asm | rmusser01/windows-syscall-table | 6 | 48167 | <reponame>rmusser01/windows-syscall-table
; DO NOT MODIFY THIS FILE DIRECTLY!
; author: @TinySecEx
; shadowssdt asm stub for 6.2.9200-sp0-windows-8 amd64
option casemap:none
option prologue:none
option epilogue:none
.code
; ULONG64 __stdcall NtUserYieldTask( );
_6_2_9200_sp0_windows_8_NtUserYieldTask PROC STDCALL... |
oeis/142/A142428.asm | neoneye/loda-programs | 11 | 48168 | ; A142428: Primes congruent to 17 mod 49.
; Submitted by <NAME>
; 17,311,409,997,1193,1291,1487,1879,2467,2663,2957,3251,3643,4133,4231,4721,5113,5309,5407,5701,5897,6779,7759,8053,8543,8641,8837,9719,9817,10111,10601,10993,11287,11483,11777,12071,12659,12757,12953,13933,14423,14717,15991,16187,16481,17167,17657,18049,... |
src/objects/player_death.asm | matanui159/celeste-gameboy | 8 | 48169 | include "player.inc"
include "../hardware.inc"
section "Player death ROM", rom0
;; Kills the player and spawns the death particles. Can be considered as a
;; `PlayerDeathSpawn` but that makes no sense.
;; Like PlayerSpawn, does not take arguments and instead uses the current
;; player position.
PlayerDeathKill::
... |
code/6502/invaders/bunker.asm | visrealm/hbc-56 | 65 | 48170 | ; Troy's HBC-56 - 6502 - Invaders - Bunker
;
; Copyright (c) 2021 <NAME>
;
; This code is licensed under the MIT license
;
; https://github.com/visrealm/hbc-56
;
;
COLOR_BUNKER = TMS_DK_BLUE << 4 | TMS_BLACK
bunkerLayout:
!byte 176
!fill 22, 177
!byte 178
!fill 8, 0
!byte 179
!fill 22, 0
!byte 180
!fill 8, 0
!byte 18... |
oeis/244/A244525.asm | neoneye/loda-programs | 11 | 48171 | <reponame>neoneye/loda-programs
; A244525: Expansion of f(-x^1, -x^7) in powers of x where f(, ) is Ramanujan's general theta function.
; Submitted by <NAME>(s4)
; 1,-1,0,0,0,0,0,-1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,... |
_anim/obj82.asm | NatsumiFox/AMPS-Sonic-1-2005 | 2 | 48172 | <reponame>NatsumiFox/AMPS-Sonic-1-2005
; ---------------------------------------------------------------------------
; Animation script - Eggman (SBZ2)
; ---------------------------------------------------------------------------
dc.w byte_19A10-Ani_obj82
dc.w byte_19A14-Ani_obj82
dc.w byte_19A18-Ani_obj82
dc.w... |
LIB/cfg_uart_6551_acia.asm | mspeculatrix/Zolatron64 | 0 | 48173 | ; ACIA CONFIG -- cfg_acia.asm --------------------------------------------------
; For 6551 ACIA
; ACIA addresses
ACIA_DATA_REG = $B000 ; transmit/receive data register
ACIA_STAT_REG = $B001 ; status register
ACIA_CMD_REG = $B002 ; command register
ACIA_CTRL_REG = $B003 ; control register
; see: cfg_page_2.asm f... |
Transynther/x86/_processed/AVXALIGN/_st_zr_4k_sm_/i9-9900K_12_0xca.log_21829_74.asm | ljhsiun2/medusa | 9 | 48174 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r14
push %r15
push %r8
push %rax
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0x28a7, %r14
nop
nop
nop
cmp $36367, %rsi
mov (%r14), %eax
xor $40599, %r15
lea addresses_WT_ht+0x152af, %r10
clflush (%r10)
nop
nop
nop
nop
and $28966, %rbp
mov (%r1... |
oeis/036/A036584.asm | neoneye/loda-programs | 11 | 48175 | <filename>oeis/036/A036584.asm
; A036584: Ternary Thue-Morse sequence: closed under a->abc, b->ac, c->b.
; Submitted by <NAME>
; 3,1,2,3,2,1,3,1,2,1,3,2,3,1,2,3,2,1,3,2,3,1,2,1,3,1,2,3,2,1,3,1,2,1,3,2,3,1,2,1,3,1,2,3,2,1,3,2,3,1,2,3,2,1,3,1,2,1,3,2,3,1,2,3,2,1,3,2,3,1,2,1,3,1,2,3,2,1,3,2,3,1,2,3,2,1,3,1,2,1,3,2,3,1,2,1... |
oeis/205/A205592.asm | neoneye/loda-programs | 11 | 48176 | <filename>oeis/205/A205592.asm<gh_stars>10-100
; A205592: a(2) = 1, a(3k) = a(3k+1) = a(2k), a(3k+2) = 2a(2k+1) for k >= 1.
; Submitted by <NAME>(w1)
; 1,1,1,2,1,1,4,1,1,2,4,4,2,1,1,4,4,4,8,2,2,2,1,1,8,4,4,8,8,8,4,2,2,4,1,1,2,8,8,8,4,4,16,8,8,16,4,4,4,2,2,8,1,1,2,2,2,16,8,8,16,4,4,8,16,16,16,8,8,32,4,4,8,4,4,4,2,2,16,1... |
programs/oeis/194/A194224.asm | jmorken/loda | 1 | 48177 | ; A194224: Partial sums of A194223.
; 0,0,1,2,4,6,8,11,14,18,23,28,33,38,44,50,57,64,71,79,87,96,106,116,126,136,147,158,170,182,194,207,220,234,249,264,279,294,310,326,343,360,377,395,413,432,452,472,492,512,533,554,576,598,620,643,666,690,715,740,765,790,816,842,869,896,923,951,979,1008,1038,1068,1098,1128,1159,1190,... |
oeis/267/A267326.asm | neoneye/loda-programs | 11 | 48179 | ; A267326: Number of ways writing n^2 as a sum of four squares: a(n) = A000118(n^2).
; Submitted by <NAME>(l1)
; 8,24,104,24,248,312,456,24,968,744,1064,312,1464,1368,3224,24,2456,2904,3048,744,5928,3192,4424,312,6248,4392,8744,1368,6968,9672,7944,24,13832,7368,14136,2904,11256,9144,19032,744,13784,17784,15144,3192,300... |
asm_playground/hello_world.asm | kopos/bff | 1 | 48180 | # AT&T syntax
#
# hello_world.s
# as hello_world.s -o hello_world.o
# ld hello_world.o -e _main -lc -o hello_world
.section __DATA,__data
str:
.asciz "Hello, %s!\n"
name:
.asciz "<NAME>"
.section __TEXT,__text
.globl _main
_main:
pushq %rbp
movq %rsp, %rbp
movq str@GOTPCREL(%rip), %rdi
movq name@GOTPCREL(%... |
Case Converter ( Uppercase to Lowercase & Lowercase to Uppercase )/Case Converter ( Uppercase to Lowercase & Lowercase to Uppercase ).asm | moni-kishore-dhar/Problem-Solving-by-Assembly-Language | 1 | 48183 | <reponame>moni-kishore-dhar/Problem-Solving-by-Assembly-Language<filename>Case Converter ( Uppercase to Lowercase & Lowercase to Uppercase )/Case Converter ( Uppercase to Lowercase & Lowercase to Uppercase ).asm<gh_stars>1-10
.model small
.stack 100h
.code
main proc
... |
ucle/core/tests/fnsim/frisc/isa/test_aox.asm | mcavrag/UCLE-ide | 0 | 48185 | ORG 0
MOVE 0E, R0
AND R0, 5, R0 ; assert R0 == 4
MOVE 0ABCD, R1
AND R1, 0F0F0, R1 ; assert R1 == 0xA0C0
MOVE 2, R2
OR R2, 0C, R2 ; assert R2 == 0E
MOVE 0A0CD, R3
OR R3, 0B00, R3 ; assert R3 == 0xABCD
... |
Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xca.log_21829_936.asm | ljhsiun2/medusa | 9 | 48186 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r15
push %r8
push %r9
push %rax
push %rcx
push %rdx
lea addresses_A_ht+0x2366, %r15
nop
nop
add %rax, %rax
mov (%r15), %r9d
nop
nop
xor $47779, %r15
lea addresses_WT_ht+0x1d706, %r8
clflush (%r8)
xor $23989, %rax
mov (%r8), %r9w
nop
nop
nop
inc... |
Transynther/x86/_processed/NC/_st_zr_un_/i3-7100_9_0x84_notsx.log_15916_1570.asm | ljhsiun2/medusa | 9 | 48187 | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %r14
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_UC_ht+0x293e, %rsi
nop
nop
nop
nop
cmp $31565, %r11
mov (%rsi), %r12
nop
nop
nop
nop
lfence
lea addresses_UC_ht+0xdebe, %rsi
lea addresses_WT_ht+0x5c7e, %rdi
nop
nop
nop
nop
nop
add $55600, %... |
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_1946.asm | ljhsiun2/medusa | 9 | 48188 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r13
push %r14
push %rax
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0x16d90, %rdx
nop
lfence
movb (%rdx), %r13b
nop
nop
nop
nop
nop
cmp %rsi, %rsi
lea addresses_D_ht+0x163b8, %rsi
lea addresses_WC_ht+0xf638, %rdi
nop
... |
user/forktest.asm | MyBeLoVedL/xv6 | 0 | 48189 | <filename>user/forktest.asm
user/_forktest: file format elf64-littleriscv
Disassembly of section .text:
0000000000000000 <print>:
0: 1101 addi sp,sp,-32
2: ec06 sd ra,24(sp)
4: e822 sd s0,16(sp)
6: e426 sd s1,8(sp)
8: 1000 ... |
programs/oeis/086/A086299.asm | karttu/loda | 0 | 48190 | ; A086299: a(n) = if n is 7-smooth then 1 else 0: characteristic function of 7-smooth numbers.
; 1,1,1,1,1,1,1,1,1,1,0,1,0,1,1,1,0,1,0,1,1,0,0,1,1,0,1,1,0,1,0,1,0,0,1,1,0,0,0,1,0,1,0,0,1,0,0,1,1,1,0,0,0,1,0,1,0,0,0,1,0,0,1,1,0,0,0,0,0,1,0,1,0,0,1,0,0,0,0,1,1,0,0,1,0,0,0,0,0,1,0,0,0,0,0,1,0,1,0,1,0,0,0,0,1,0,0,1,0,0,0,1... |
artwork/esqueleto/esqueleto_desenvaina.asm | fjpena/sword-of-ianna-zx | 67 | 48191 | ; ASM source file created by SevenuP v1.21
; SevenuP (C) Copyright 2002-2007 by <NAME>, aka Metalbrain
;GRAPHIC DATA:
;Pixel Size: ( 24, 32)
;Char Size: ( 3, 4)
;Sort Priorities: X char, Char line, Y char
;Data Outputted: Gfx
;Interleave: Sprite
;Mask: No
esqueleto_desenvaina:
DEFB ... |
ffmpeg-subtree/libavfilter/x86/vf_lut3d.asm | TROISIDesign/ffevc | 0 | 48192 | ;*****************************************************************************
;* x86-optimized functions for lut3d filter
;*
;* Copyright (c) 2021 <NAME> <<EMAIL>>
;*
;* This file is part of FFmpeg.
;*
;* FFmpeg is free software; you can redistribute it and/or
;* modify it under the terms of the GNU Lesser General Pub... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.