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_0xca_notsx.log_21829_794.asm | ljhsiun2/medusa | 9 | 47828 | .global s_prepare_buffers
s_prepare_buffers:
push %r13
push %r14
push %rax
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_normal_ht+0xb08c, %rcx
cmp $61144, %r13
movl $0x61626364, (%rcx)
xor $4070, %rax
lea addresses_UC_ht+0x588c, %rsi
lea addresses_UC_ht+0xa02c, %rdi
nop
nop
nop
nop
nop
add %rdx, %rdx
mov $72, ... |
programs/oeis/179/A179903.asm | neoneye/loda | 22 | 47829 | <filename>programs/oeis/179/A179903.asm
; A179903: (1, 3, 5, 7, 9...) convolved with (1, 0, 3, 5, 7, 9,...)
; 1,3,8,21,46,87,148,233,346,491,672,893,1158,1471,1836,2257,2738,3283,3896,4581,5342,6183,7108,8121,9226,10427,11728,13133,14646,16271,18012,19873,21858,23971,26216,28597,31118,33783,36596,39561,42682,45963,4940... |
kernel.asm | ansumanpalo/xv6-the_project | 0 | 47830 | <reponame>ansumanpalo/xv6-the_project
kernel: file format elf32-i386
Disassembly of section .text:
80100000 <multiboot_header>:
80100000: 02 b0 ad 1b 00 00 add 0x1bad(%eax),%dh
80100006: 00 00 add %al,(%eax)
80100008: fe 4f 52 decb 0x52(%edi)
8010000b: e4 ... |
WRK-V1.2/TOOLS/crt/src/intel/strcspn.asm | intj-t/openvmsft | 0 | 47832 | <reponame>intj-t/openvmsft
;***
;strcspn.asm -
;
; Copyright (c) Microsoft Corporation. All rights reserved.
;
;Purpose:
; defines strcspn()- finds the length of the initial substring of
; a string consisting entirely of characters not in a control string.
;
; NOTE: This stub module scheme is ... |
uprogs/usertests.asm | zhiyihuang/xv6_rpi_port | 36 | 47834 | <filename>uprogs/usertests.asm
_usertests: file format elf32-littlearm
Disassembly of section .text:
00000000 <main>:
return randstate;
}
int
main(int argc, char *argv[])
{
0: e92d4800 push {fp, lr}
printf(1, "usertests starting\n");
4: e3a00001 mov r0, #1
return randstate;
}
int
main(in... |
汇编语言/第10章/test.asm | jckling/only-python | 1 | 47835 | <reponame>jckling/only-python
assume cs:code
data segment
db '1975','1976','1977','1978','1979','1980','1981','1982','1983'
db '1984','1985','1986','1987','1988','1989','1990','1991','1992'
db '1993','1994','1995'
;以上是表示21年的21个字符串
dd 16,22,382,1356,2390,8000,16000,24486,50065,97479,140417,197514
dd 345980,5908... |
Transynther/x86/_processed/US/_zr_/i7-7700_9_0x48.log_21829_1934.asm | ljhsiun2/medusa | 9 | 47836 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r13
push %r8
push %rax
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0xd329, %r12
nop
nop
nop
nop
nop
dec %r8
mov $0x6162636465666768, %rdi
movq %rdi, %xmm7
movups %xmm7, (%r12)
nop
nop
sub %rax, %rax
lea ... |
oeis/303/A303658.asm | neoneye/loda-programs | 11 | 47837 | <filename>oeis/303/A303658.asm
; A303658: Decimal expansion of the alternating sum of the reciprocals of the triangular numbers.
; Submitted by <NAME>
; 7,7,2,5,8,8,7,2,2,2,3,9,7,8,1,2,3,7,6,6,8,9,2,8,4,8,5,8,3,2,7,0,6,2,7,2,3,0,2,0,0,0,5,3,7,4,4,1,0,2,1,0,1,6,4,8,2,7,2,0,0,3,7,9,7,3,5,7,4,4,8,7,8,7,8,7,7,8,8,6,2,4,2,3... |
libsrc/_DEVELOPMENT/string/c/sccz80/strcat_callee.asm | Frodevan/z88dk | 640 | 47839 |
; char *strcat(char * restrict s1, const char * restrict s2)
SECTION code_clib
SECTION code_string
PUBLIC strcat_callee
EXTERN asm_strcat
strcat_callee:
pop bc
pop hl
pop de
push bc
IF __CLASSIC && __CPU_GBZ80__
call asm_strcat
ld d,h
ld e,l
ret
ELSE
jp asm_strcat
ENDIF
; SDCC bridge ... |
programs/oeis/134/A134465.asm | neoneye/loda | 22 | 47840 | ; A134465: Row sums of triangle A134464.
; 1,6,16,32,55,86,126,176,237,310,396,496,611,742,890,1056,1241,1446,1672,1920,2191,2486,2806,3152,3525,3926,4356,4816,5307,5830,6386,6976,7601,8262,8960,9696,10471,11286,12142,13040,13981,14966,15996,17072,18195,19366,20586,21856,23177,24550,25976,27456,28991,30582,32230,33936,... |
u7si/dontMessWithFsAndGs.asm | JohnGlassmyer/UltimaHacks | 68 | 47841 | %include "include/u7si-all-includes.asm"
defineAddress 168, 0x0000, enter
defineAddress 168, 0x006B, setRepCounts
defineAddress 168, 0x0079, setRepCounts_end
defineAddress 168, 0x00BD, stosDwordsAndBytes
defineAddress 168, 0x00C8, stosDwordsAndBytes_end
%include "../u7-common/patch-dontMessWithFsAndGs.asm"
|
c6ers/newcmds/toolib/src/untab.asm | minblock/msdos | 0 | 47843 | <filename>c6ers/newcmds/toolib/src/untab.asm
;
; Expand all tabs to spaces
;
.xlist
include ..\h\cmacros.inc
.list
sBegin code
assumes cs,code
cProc UnTab,<PUBLIC>,<si,di>
ParmW src
ParmW dst
cBegin
push ds
pop es
cld
mov si,src
mov di,dst
mov dx,di
mov cx,1
mov ah,' '
getc:
lodsb
cmp al,9
jz tab
store:
... |
programs/oeis/040/A040491.asm | neoneye/loda | 22 | 47844 | ; A040491: Continued fraction for sqrt(514).
; 22,1,2,22,2,1,44,1,2,22,2,1,44,1,2,22,2,1,44,1,2,22,2,1,44,1,2,22,2,1,44,1,2,22,2,1,44,1,2,22,2,1,44,1,2,22,2,1,44,1,2,22,2,1,44,1,2,22,2,1,44,1,2,22,2,1,44,1,2,22,2,1,44,1,2,22,2,1,44,1,2
seq $0,10144 ; Continued fraction for sqrt(59).
seq $0,90771 ; Numbers that are con... |
oeis/015/A015155.asm | neoneye/loda-programs | 11 | 47846 | <reponame>neoneye/loda-programs
; A015155: Sum of (Gaussian) q-binomial coefficients for q=-4.
; Submitted by <NAME>
; 1,2,-1,28,121,7382,-109261,30010768,1850263021,1970456206922,-481096287226201,2065208924598783748,2021994980843488552801,34652498137874270655807422,-135624483203827510877656066021,930168785556052492126... |
programs/oeis/125/A125837.asm | karttu/loda | 1 | 47847 | ; A125837: Numbers whose base 8 or octal representation is 6666666......6.
; 0,6,54,438,3510,28086,224694,1797558,14380470,115043766,920350134,7362801078,58902408630,471219269046,3769754152374,30158033218998,241264265751990,1930114126015926,15440913008127414
lpb $0,1
mul $1,4
add $1,3
sub $0,1
mul $1,2
lpe
|
programs/settz.asm | re0ah/nameless-OS16 | 0 | 47849 | ;This is free and unencumbered software released into the public domain.
;Anyone is free to copy, modify, publish, use, compile, sell, or
;distribute this software, either in source code form or as a compiled
;binary, for any purpose, commercial or non-commercial, and by any
;means.
;In jurisdictions that recognize c... |
l5_echo/solutions/my_echo.asm | leonnicolas/computer_architecture_exercises | 0 | 47851 | global main
extern printf
section .data
fmt db `%s\n`
section .text
main:
dec rdi
jle end
mov r8, 1
loop:
push rdi
push rsi
mov rdi, fmt
mov rsi, [rsi + 8*r8]
push r8
call printf
skip:
pop r8
pop rsi
pop rdi
dec rdi
jle end
inc r8
jmp loop
end:
mov rax,0
ret
|
Regvalue/doXsave_ia32.asm | pkuwangh/itracer | 0 | 47852 | ; Copyright 2002-2019 Intel Corporation.
;
; This software is provided to you as Sample Source Code as defined in the accompanying
; End User License Agreement for the Intel(R) Software Development Products ("Agreement")
; section 1.L.
;
; This software and the related documents are provided as is, with no express or... |
sw/552tests/rand_simple/t_2_add.asm | JPShen-UWM/ThreadKraken | 1 | 47853 | // seed 2
lbi r0, 233 // icount 0
slbi r0, 40 // icount 1
lbi r1, 146 // icount 2
slbi r1, 205 // icount 3
lbi r2, 141 // icount 4
slbi r2, 55 // icount 5
lbi r3, 174 // icount 6
slbi r3, 156 // icount 7
lbi r4, 160 // icount 8
slbi r4, 252 // icount 9
lbi r5, 65 // icount 10
slbi r5, 202 // icount 11
lbi r6, 136 // ic... |
oeis/142/A142991.asm | neoneye/loda-programs | 11 | 47854 | <gh_stars>10-100
; A142991: a(1) = 1, a(2) = 9, a(n+2) = 9*a(n+1)+(n+1)*(n+3)*a(n).
; Submitted by <NAME>
; 1,9,89,936,10560,127800,1657080,22965120,339252480,5326819200,88651670400,1559600179200,28929882240000,564490975104000,11560712397696000,247991610230784000,5561409662613504000,130153977068064768000,31734932721534... |
programs/oeis/092/A092181.asm | karttu/loda | 0 | 47855 | <filename>programs/oeis/092/A092181.asm<gh_stars>0
; A092181: Figurate numbers based on the 24-cell (4-D polytope with Schlaefli symbol {3,4,3}).
; 1,24,153,544,1425,3096,5929,10368,16929,26200,38841,55584,77233,104664,138825,180736,231489,292248,364249,448800,547281,661144,791913,941184,1110625,1301976,1517049,1757728... |
programs/oeis/186/A186389.asm | jmorken/loda | 1 | 47856 | <reponame>jmorken/loda
; A186389: Adjusted joint rank sequence of (f(i)) and (g(j)) with f(i) after g(j) when f(i)=g(j), where f(i)=6i and g(j)=j(j+1)/2 (triangular number). Complement of A186390.
; 4,6,8,10,12,14,15,17,18,20,22,23,25,26,27,29,30,32,33,35,36,37,39,40,41,43,44,45,47,48,49,51,52,53,55,56,57,58,60,61,62,... |
WangShuang_book/p255e1.asm | SmirnovKol/Learning_x86_assembly_language | 1 | 47858 | <filename>WangShuang_book/p255e1.asm
assume cs:code, ds:data
data segment
db 'hElLo, JAVA,12345,#$@#, python', 0
data ends
code segment
start: mov ax, data
mov ds, ax
mov si, 0
int 7ch
mov ax, 4c00h
int 21h
code ends
end start
|
Multiplicacao_de_inteiros.asm | lucass235/Programas_em_Assembly | 0 | 47859 | <gh_stars>0
.text
li $t0, 12
addi $t1, $zero, 10
mul $s0, $t0, $t1 # coamndo para multiplicar valores.
sll $s1, $t1, 10 # comando (sll) para multiplicacao de potencias.
li $v0, 1 #comandado para imprimir inteiros
move $a0, $s0 # comando para mover valores de um para outro registrador.
syscall |
oeis/213/A213780.asm | neoneye/loda-programs | 11 | 47860 | ; A213780: Antidiagonal sums of the convolution array A213778.
; Submitted by <NAME>(l1)
; 1,6,17,40,78,140,230,360,535,770,1071,1456,1932,2520,3228,4080,5085,6270,7645,9240,11066,13156,15522,18200,21203,24570,28315,32480,37080,42160,47736,53856,60537,67830,75753,84360,93670,103740,114590,126280,138831,152306,166727,18... |
Appl/Banner/bannerUI.asm | steakknife/pcgeos | 504 | 47861 | COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1990 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: bannerUI
FILE: bannerUI.asm
AUTHOR: <NAME>
ROUTINES:
Name Description
---- -----------
BannerSetTextStyle -- called by style controller
B... |
apu/channel_3/channel_3_delay.asm | endrift/SameSuite | 21 | 47862 | <reponame>endrift/SameSuite
RESULTS_START EQU $c000
RESULTS_N_ROWS EQU 2
include "base.inc"
; It takes (wavelength / 32) (i.e sample length) + 3 ticks from the
; moment channel 3 is enabled until PCM34 is affected. (The read
; operation itself takes 2 cycles). See first_sample for details.
CorrectResults:
db $00, ... |
libsrc/stdio/pc6001/fgetc_cons.asm | meesokim/z88dk | 0 | 47863 | <filename>libsrc/stdio/pc6001/fgetc_cons.asm
;
; PC-6001 Stdio
;
; getkey() Wait for keypress
;
; <NAME>, 2013
;
;
; $Id: fgetc_cons.asm,v 1.2 2015/01/19 01:33:21 pauloscustodio Exp $
;
PUBLIC fgetc_cons
fgetc_cons:
call $0FBC
jr z,fgetc_cons
ld l,a
ld h,0
ret
|
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_1858.asm | ljhsiun2/medusa | 9 | 47864 | .global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r13
push %rbp
push %rdx
lea addresses_UC_ht+0x1da97, %r13
nop
nop
and %rbp, %rbp
and $0xffffffffffffffc0, %r13
vmovaps (%r13), %ymm6
vextracti128 $0, %ymm6, %xmm6
vpextrq $1, %xmm6, %rdx
nop
nop
nop
sub %r12, %r12
pop %rdx
pop %rbp
pop %r13
pop %r12
ret
... |
unordnung_auch_assembler/asm/attiny13/alarmPin0-gnd/tinyProg.asm | no-go/Blink_atmega328p | 0 | 47865 | .include "myTiny13.h"
; alarm-system:
; - einschalten
; - ein paar sekunden zeit haben um GND mit ALARMPIN zu verbinden
; -> du kommst & unterbrichst: ein paar sekunden, ums system aus zu stellen
; -> einbrecher unterbricht: nach paar sekunden geht sierene los
; -> GND + ALARMPIN nach unterbrechung -> egal, sire... |
src/third_party/nasm/test/br3058845.asm | Mr-Sheep/naiveproxy | 2,219 | 47866 | ;Testname=unoptimized; Arguments=-O0 -fbin -obr3058845.bin; Files=stdout stderr br3058845.bin
;Testname=optimized; Arguments=-Ox -fbin -obr3058845.bin; Files=stdout stderr br3058845.bin
BITS 16
cmp ax, 0xFFFF
cmp eax, 0xFFFF_FFFF
BITS 32
cmp ax, 0xFFFF
cmp eax, 0xFFFF_FFFF
BITS 64
cmp ax, 0xFFFF
cmp eax, 0xFFFF_FF... |
programs/oeis/284/A284723.asm | neoneye/loda | 22 | 47867 | <reponame>neoneye/loda<filename>programs/oeis/284/A284723.asm
; A284723: Smallest odd prime that is relatively prime to n.
; 3,3,5,3,3,5,3,3,5,3,3,5,3,3,7,3,3,5,3,3,5,3,3,5,3,3,5,3,3,7,3,3,5,3,3,5,3,3,5,3,3,5,3,3,7,3,3,5,3,3,5,3,3,5,3,3,5,3,3,7,3,3,5,3,3,5,3,3,5,3,3,5,3,3,7,3,3,5,3,3,5,3,3,5,3,3,5,3,3,7,3,3,5,3,3,5,3,3... |
programs/oeis/104/A104514.asm | neoneye/loda | 22 | 47868 | ; A104514: a(n) = least number k > 1 of consecutive integers which sum to 2*n; or a(n) = 0 if n is a power of 2.
; 0,0,3,0,4,3,4,0,3,5,4,3,4,7,3,0,4,3,4,5,3,8,4,3,4,8,3,7,4,3,4,0,3,8,4,3,4,8,3,5,4,3,4,11,3,8,4,3,4,5,3,13,4,3,4,7,3,8,4,3,4,8,3,0,4,3,4,16,3,5,4,3,4,8,3,16,4,3,4,5,3,8,4,3,4,8,3,11,4,3,4,16,3,8,4,3,4,7,3,5... |
base/atari/getkey.asm | zbyti/Mad-Pascal | 7 | 47869 |
.proc @GetKey
getk lda kbcodes ; odczytaj kbcodes
cmp #255 ; czy jest znak?
beq getk ; nie: czekaj
ldy #255 ; daj znac, ze klawisz
sty kbcodes ; zostal odebrany
tay ; kod klawisza jako indeks
lda (keydef),y ; do tablicy w ROM-ie
rts
.endp
|
project/win32kstub/amd64/6_0_6001_sp1_shadowssdt_sysenter.asm | mehrdad-shokri/windows-syscall-table | 372 | 47870 | <filename>project/win32kstub/amd64/6_0_6001_sp1_shadowssdt_sysenter.asm
; DO NOT MODIFY THIS FILE DIRECTLY!
; author: @TinySecEx
; shadowssdt asm stub for 6.0.6001-sp1-windows-vista amd64
option casemap:none
option prologue:none
option epilogue:none
.code
; ULONG64 __stdcall NtUserGetThreadState( ULO... |
data/maps/objects/UndergroundPathRoute5.asm | opiter09/ASM-Machina | 1 | 47871 | <reponame>opiter09/ASM-Machina
UndergroundPathRoute5_Object:
db $a ; border block
def_warps
warp 3, 7, 3, LAST_MAP
warp 4, 7, 3, LAST_MAP
warp 4, 4, 0, UNDERGROUND_PATH_NORTH_SOUTH
def_signs
def_objects
object SPRITE_LITTLE_GIRL, 2, 3, STAY, NONE, 1 ; person
def_warps_to UNDERGROUND_PATH_ROUTE_5
|
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_11681_1794.asm | ljhsiun2/medusa | 9 | 47872 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r13
push %r14
push %r9
push %rax
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_D_ht+0x101a6, %rsi
nop
nop
nop
add %r13, %r13
movups (%rsi), %xmm1
vpextrq $0, %xmm1, %r10
nop
nop
nop
add $38782, %rax
lea addresses_A_ht+0x11bb1, %rax
nop
add %r9, %r9
mo... |
Driver/Printer/PrintCom/Text/Font/fontOkiInfo.asm | steakknife/pcgeos | 504 | 47873 | <gh_stars>100-1000
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) Berkeley Softworks 1990 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: Oki 9-pin drivers
FILE: fontOkiInfo.asm
AUTHOR: <NAME>, 1 Aug 1992
REVISION HISTORY:
Name Date Description
----... |
gfx/pokemon/unown/frames.asm | Dev727/ancientplatinum | 28 | 47874 | <reponame>Dev727/ancientplatinum<gh_stars>10-100
dw .frame1
dw .frame2
dw .frame3
dw .frame4
dw .frame5
dw .frame6
dw .frame7
dw .frame8
dw .frame9
dw .frame10
dw .frame11
.frame1
db $00 ; bitmask
db $19, $1a, $1b, $1c, $00, $1d, $1e, $1f, $00, $20
.frame2
db $00 ; bitmask
db $19, $1a, $1b, $21, $00, $1d... |
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_1764.asm | ljhsiun2/medusa | 9 | 47875 | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %r13
push %r14
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x11cbe, %r14
nop
nop
nop
nop
nop
add %rbp, %rbp
movups (%r14), %xmm4
vpextrq $0, %xmm4, %r11
nop
and %r13, %r13
lea addresses_D_ht+0x1c776, %rsi
lea addresses_UC_ht+0x1d2be, ... |
inc/shops.asm | hansbonini/-SMD-Phantasy-Star-3 | 1 | 47876 | <reponame>hansbonini/-SMD-Phantasy-Star-3<gh_stars>1-10
loc_3DDC8:
dc.b "Welcome to the Supply"
dc.b $F8
dc.b "Shop. May I help you?"
dc.b $FC
even
loc_3DDF4:
dc.b "Welcome to the Weapon"
dc.b $F8
dc.b "Shop. May I help you?"
dc.b $FC
even
loc_3DE20:
dc.b "Welcome to the Armor"
dc.b $F8
dc.b "Shop. May... |
WriteToFile/write.asm | Korkmatik/Assemby | 0 | 47877 | <reponame>Korkmatik/Assemby<gh_stars>0
section .data
text db "Wrote your text to the specified file.",10
section .text
global _start
; ====== USAGE =====
; ./write [filename] [data]
_start:
; removing first two args
pop rax
pop rax
; opening file
mov rax, 2 ; SYS_OPEN = 2
pop rdi
mov rsi, 64+1 ; create and... |
oeis/052/A052602.asm | neoneye/loda-programs | 11 | 47878 | <reponame>neoneye/loda-programs
; A052602: E.g.f. x^2*(1-x)/(1-x-x^2).
; Submitted by <NAME>(s2)
; 0,0,2,0,24,120,1440,15120,201600,2903040,47174400,838252800,16286054400,342486144000,7758867916800,188305108992000,4875010043904000,134094160392192000,3905447960494080000
mov $2,$0
sub $0,1
lpb $0
mov $3,$2
mul $3,$0... |
PVPokeMini/PokeMini/pokemini-code/freebios/freebios.asm | DaddyCal/Provenance | 0 | 47879 | <filename>PVPokeMini/PokeMini/pokemini-code/freebios/freebios.asm<gh_stars>0
;-------------------------------------;
; Freeware Pokemon-Mini BIOS Ver 1.3 ;
; (Fruit of reverse enginnering!!) ;
; ;
; V1.3: ;
; Fixed Suspend System ;
; ... |
programs/oeis/344/A344215.asm | neoneye/loda | 22 | 47880 | <filename>programs/oeis/344/A344215.asm
; A344215: a(n) = n*(3^(n-1) - 2^(n-1)).
; 0,0,2,15,76,325,1266,4655,16472,56745,191710,638275,2101188,6855485,22205834,71498775,229058224,730680145,2322163638,7356008555,23234743580,73200452325,230081633122,721667902015,2259234965256,7060318981625,22028631430286,68628565425555,2... |
programs/oeis/081/A081202.asm | neoneye/loda | 22 | 47882 | <reponame>neoneye/loda
; A081202: 8th binomial transform of (0,1,0,1,0,1,....), A000035.
; 0,1,16,193,2080,21121,206896,1979713,18640960,173533441,1602154576,14701866433,134294124640,1222488408961,11099284691056,100571785292353,909893629141120,8222275592839681,74233110849544336,669726411243809473,6038936596379658400,54... |
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_1710.asm | ljhsiun2/medusa | 9 | 47883 | <filename>Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_1710.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r13
push %r15
push %r9
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0x6b5b, %r15
nop
nop
nop
nop
and %r13, %r13
mov $0x6162636465666768, %rcx
movq %rcx, ... |
Transynther/x86/_processed/US/_zr_/i7-7700_9_0x48.log_21829_1947.asm | ljhsiun2/medusa | 9 | 47884 | <filename>Transynther/x86/_processed/US/_zr_/i7-7700_9_0x48.log_21829_1947.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r12
push %r8
push %r9
push %rdi
push %rdx
lea addresses_normal_ht+0xd7c2, %r12
cmp $16925, %r9
movb (%r12), %r11b
nop
nop
nop
and $23755, %r10
lea addresses_UC_ht+0x38bc,... |
rom/src/text.asm | Gegel85/GBCGoogleMaps | 0 | 47886 | SECTION "Text", ROMX[$5800], BANK[1]
include "src/constants.asm"
; The text displayed when playing on a Gameboy
onlyGBCtext::
db "You need a", 10
db "Gameboy Color", TM_CHARACTER, " or a", 10
db "Super Gameboy", TM_CHARACTER, 10
db "to run this.", 0
pc38hText::
db "Fatal error: PC 38h", 0
generalInfos::
db "G... |
oeis/244/A244430.asm | neoneye/loda-programs | 11 | 47887 | <gh_stars>10-100
; A244430: E.g.f.: exp( Sum_{n>=1} Fibonacci(n)*x^n/n ).
; Submitted by <NAME>
; 1,1,2,8,44,316,2776,28912,347888,4750064,72548576,1225540096,22686824512,456700011328,9932944782464,232113573798656,5799735585095936,154302762658308352,4354977806995644928,129961223706359609344,4088626884119702752256,13524... |
assignments/06.asm | smirzaei/systems-programming-class | 0 | 47889 | <reponame>smirzaei/systems-programming-class
TITLE CLASS ASSIGNMENT 6
.model small
.stack 64
.data
f_name db 'fl.txt',0
f_hndle dw ?
msg db 'Hello, World!'
msg_sz db 13
fc_smsg db 'FILE CREATED SUCCESSFULLY',10,13, '$'
fc_fmsg db 'FAILED TO CREATE THE FILE',10,13, '$... |
reuse/msgboxAsk.asm | William0Friend/my_masm | 0 | 47890 | ; MsgBoxAsk demo (msgboxAsk.asm)
INCLUDE Irvine32.inc
.data
caption BYTE "Survey Completed",0
question BYTE "Thank you for completing the survey."
BYTE 0dh,0ah
BYTE "Would you like to receive the results?",0
results BYTE "The results will be sent via email.",0dh,0ah,0
.code
main PRO... |
programs/oeis/276/A276041.asm | neoneye/loda | 22 | 47891 | <filename>programs/oeis/276/A276041.asm
; A276041: Exponential convolution of odd numbers (A005408) with themselves.
; 1,6,28,104,336,992,2752,7296,18688,46592,113664,272384,643072,1499136,3457024,7897088,17891328,40239104,89915392,199753728,441450496,970981376,2126512128,4638900224,10083106816,21843935232,47177531392,... |
programs/oeis/043/A043678.asm | neoneye/loda | 22 | 47893 | ; A043678: Numbers whose base-16 representation has exactly 5 runs.
; 65793,65794,65795,65796,65797,65798,65799,65800,65801,65802,65803,65804,65805,65806,65807,65824,65825,65827,65828,65829,65830,65831,65832,65833,65834,65835,65836,65837,65838,65839
mov $1,2
mov $5,$0
sub $0,11
mov $2,3
mov $4,6
lpb $0
mov $1,1
ad... |
Operating systems/dcl/dcl.asm | rzetelskik/MIMUW | 0 | 47897 | SYS_READ equ 0
SYS_WRITE equ 1
SYS_EXIT equ 60
STDIN equ 0
STDOUT equ 1
NULL equ 0
ARGC equ 5 ; Required number of arguments.
DC equ 42 ; Length of a drum.
DC2 equ 84 ; Doubled length of a drum.
SPAN equ 41 ... |
test/memwrite.asm | hqythu/MIPS-CPU | 3 | 47898 | START:
LI R0 0X80
SLL R0 R0 0X00
LI R1 0X10
SW R0 R1 0X00
NOP
FOREVER:
NOP
B FOREVER
NOP
NOP
|
libsrc/target/x1/stdio/generic_console_xypos.asm | Frodevan/z88dk | 640 | 47899 | <reponame>Frodevan/z88dk
SECTION code_clib
PUBLIC generic_console_xypos
EXTERN __x1_mode
defc DISPLAY = $3000
; We need to multiply by either 40 or 80 depending on the mode
generic_console_xypos:
ex af,af
ld l,b
ld h,0
add hl,hl
add hl,hl
add ... |
programs/oeis/100/A100159.asm | neoneye/loda | 22 | 47900 | <reponame>neoneye/loda
; A100159: Structured disdyakis triacontahedral numbers (vertex structure 7).
; 1,62,297,820,1745,3186,5257,8072,11745,16390,22121,29052,37297,46970,58185,71056,85697,102222,120745,141380,164241,189442,217097,247320,280225,315926,354537,396172,440945,488970,540361,595232,653697,715870,781865,8517... |
code/ch7_1.asm | CornPrincess/Assembly | 0 | 47902 | <gh_stars>0
assume cs:code,ds:data
data segment
db 'unIX'
db 'foRK'
data ends
code segment
start: mov al,'a'
mov bl, 'b'
mov ax,4c00h
int 21h
code ends
end start |
book-01/Assembly/asm/avx/packed/avx_p_matrix_multiplication_float.asm | gfurtadoalmeida/study-assembly-x64 | 2 | 47903 | include macros.inc
.code
; void AVX_Packed_Matrix_Multiplication_Float_(const float* a, const float* b, float* result)
AVX_Packed_Matrix_Multiplication_Float_ proc frame
_CreateFrame MM_, 0, xmmword*2 ; Space for xmm6 and xmm7
_SaveXmmRegs xmm6, xmm7
_EndProlog
vmovaps xmm0, xmmword ptr [rdx] ; xmm0 = b.row_0
vm... |
oeis/005/A005337.asm | neoneye/loda-programs | 11 | 47904 | <gh_stars>10-100
; A005337: Number of ways in which n identical balls can be distributed among 4 boxes in a row such that each pair of adjacent boxes contains at least 4 balls.
; Submitted by <NAME>(s3)
; 15,40,76,124,185,260,350,456,579,720,880,1060,1261,1484,1730,2000,2295,2616,2964,3340,3745,4180,4646,5144,5675,6240... |
oeis/276/A276764.asm | neoneye/loda-programs | 11 | 47905 | ; A276764: 1^2 + 3^2, 2^2 + 4^2, 5^2 + 7^2, 6^2 + 8^2, ...
; 10,20,74,100,202,244,394,452,650,724,970,1060,1354,1460,1802,1924,2314,2452,2890,3044,3530,3700,4234,4420,5002,5204,5834,6052,6730,6964,7690,7940,8714,8980,9802,10084,10954,11252,12170,12484,13450,13780,14794,15140,16202,16564,17674,18052,19210,19604,20810,21... |
oeis/334/A334789.asm | neoneye/loda-programs | 11 | 47906 | <gh_stars>10-100
; A334789: a(n) = 2^log_2*(n) where log_2*(n) = A001069(n) is the number of log_2(log_2(...log_2(n))) iterations needed to reach < 2.
; Submitted by <NAME>
; 1,2,2,4,4,4,4,4,4,4,4,4,4,4,4,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8... |
Examples/ch05/Sum2.asm | satadriver/LiunuxOS_t | 0 | 47907 | TITLE Integer Summation Program (Sum2.asm)
; This program inputs multiple integers from the user,
; stores them in an array, calculates the sum of the
; array, and displays the sum.
INCLUDE Irvine32.inc
IntegerCount = 3 ; array size
.data
prompt1 BYTE "Enter a signed integer: ",0
prompt2 BYTE "The sum of... |
MSDOS/Virus.MSDOS.Unknown.addict8.asm | fengjixuchui/Family | 3 | 47908 | ; Bit Addict Versie 4
;-----------------------------------------------------------------------------
;----- -----
;----- Macros en andere hulpmiddellen -----
;----- ... |
libsrc/stdlib/labs_callee.asm | meesokim/z88dk | 0 | 47909 | ;
; Small C z88 stdlib functions
;
; Return absolute value of long
;
; -----
; $Id: labs_callee.asm,v 1.3 2015/01/19 01:33:22 pauloscustodio Exp $
PUBLIC labs_callee
EXTERN l_long_neg
PUBLIC ASMDISP_LABS_CALLEE
.labs_callee
pop af
pop hl
pop de
push af
.asmentry
bit 7,d
ret z
jp l_long_... |
kill.asm | jahzielv/xv6-net | 0 | 47910 |
_kill: file format elf32-i386
Disassembly of section .text:
00000000 <main>:
#include "stat.h"
#include "user.h"
int
main(int argc, char **argv)
{
0: 8d 4c 24 04 lea 0x4(%esp),%ecx
4: 83 e4 f0 and $0xfffffff0,%esp
7: ff 71 fc pushl -0x4(%ecx)
... |
Menus/clear_screen_inlineinclude.asm | TinfoilAsteroid/EliteNext | 9 | 47911 | InitialiseMenu: MACRO
MMUSelectLayer1
call l1_cls
ld a,7
call l1_attr_cls_to_a
MMUSelectLayer2
call l2_cls ; Get some space
IFDEF DOUBLE... |
programs/oeis/147/A147513.asm | neoneye/loda | 22 | 47912 | ; A147513: Numbers such that the n-th and (n+1)st terms are the successors of prime numbers and primes themselves and n+1 > n.
; 3,5,7,11,13,19,23,31,37,47
add $0,1
mov $1,$0
div $1,2
sub $0,$1
mul $1,$0
trn $0,2
sub $1,$0
mov $0,$1
mul $0,2
add $0,3
|
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_1672.asm | ljhsiun2/medusa | 9 | 47913 | <filename>Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_1672.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r8
push %rax
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_A_ht+0x443f, %rbx
nop
cmp %r10, %r10
movl $0x61626364, (%rbx)
nop
nop
sub $25388, %r1... |
oeis/009/A009565.asm | neoneye/loda-programs | 11 | 47914 | <reponame>neoneye/loda-programs
; A009565: Expansion of e.g.f. sinh(exp(x)*x).
; Submitted by <NAME>
; 0,1,2,4,16,96,576,3368,20672,141760,1091200,9098112,79676928,726208640,6919738112,69344336896,731241201664,8076031881216,92856867250176,1106883171037184,13655807547883520,174298975125127168,2300708116863287296,3137271... |
asm/basic.asm | myconundrum/emu | 1 | 47915 | <reponame>myconundrum/emu<filename>asm/basic.asm<gh_stars>1-10
;
; basic asm
;
* = $A000
.DB $94 $E3 ; BASIC cold entry point
.DB $7B $E3 ; BASIC warm entry point
.DB $43 $42 $4D $42 $41 $53 $49 $43 ; 'cbmbasic'
;action addresses for primary commands
;
; these are called by pushing the... |
Library/Trans/Database/dbase4/Export/exportFile.asm | NCommander/pcgeos | 0 | 47916 | COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1992 -- All Rights Reserved
PROJECT: dBase IV
MODULE: Export
FILE: exportFile.asm
AUTHOR: <NAME>, 9/14/92
ROUTINES:
Name Description
---- -----------
TransExport Library routine called by... |
oeis/034/A034269.asm | neoneye/loda-programs | 11 | 47917 | ; A034269: a(n) = f(n,n+2) where f is given in A034261.
; Submitted by <NAME>
; 0,1,11,76,435,2255,11011,51688,236028,1056210,4654430,20266312,87402185,374008635,1590144675,6724160400,28303504680,118665923310,495820606410,2065492595400,8581809094950,35572994871414,147149351758926,607555878211376,2504288265509800,103067... |
lab3/sommaQuadrati.asm | samdsk/lab_arch2 | 0 | 47918 | .data
msg_in: .asciiz "Inserisci un numero: "
msg_brk: .asciiz "Break"
.text
.globl main
main:
# V
la $a0 msg_in
li $v0 4
syscall
li $v0 5
syscall
add $s0 $zero $v0
# N
la $a0 msg_in
li $v0 4
syscall
li $v0 5
syscall
add $s1 $zero $v0
# i=0
addi $s2 $zero 1
# sum
add $a3 $zero $s0
... |
gfx/pokemon/magneton/anim_idle.asm | Dev727/ancientplatinum | 28 | 47919 | setrepeat 2
frame 0, 10
frame 8, 10
dorepeat 1
frame 1, 24
frame 2, 24
frame 3, 24
endanim
|
Code/asm/src/load1.asm | OleMiddelboe/AYTABTUimport | 0 | 47921 | ; Try setting the origin/program counter to some
; dec/hex/binary values
.ORG $0000 // Let's start at the beginning of code area
.DEF UART 15 // This is the 300 baud UART port
CLR A ` // Zero out the registers we'll work with since
CLR B // the CPU reset in real life doesn't do that for us
CLR ... |
Tarea 4/tarea_4_00062217.asm | RFuentes22/AC_00062217 | 0 | 47923 | <filename>Tarea 4/tarea_4_00062217.asm<gh_stars>0
org 100h
section .text
call texto
call cursor
call phrase
call addinit
call showpromi
call showprom2i
call valid
int 20h
texto: mov ah, 00h ;inicia modo texto
mov al, 03h
int 10h
ret
cursor: mov ah, 01h ; forma del cursor
mov ch, 0000... |
Engine Hacks/ItemEffectRevamp/IERevamp_Core/LockpickCheck.asm | sme23/Christmas2 | 3 | 47925 | .thumb
@lockpick ability check
@r0 holds character pointer
@result returned in r0
push {r14}
ldr r1, [r0, #0x4]
ldr r0, [r0]
ldr r0, [r0, #0x28]
ldr r1, [r1, #0x28]
orr r0, r1
mov r1, #0x8
and r0, r1
pop {r1}
bx r1
.align
|
chapter8/Project2.asm | pcooksey/Assembly-x86-64 | 0 | 47926 | <filename>chapter8/Project2.asm
;;;
;;; This is Suggested Project 8.4.2.2
;;; Find the maximum, minimum, and average of list of numbers
;;; Pg. 153 for the problem
;;; Pg. 24 for Registers; Pg. 48 for Data Types
SECTION .data
SUCCESS: equ 0 ; Default success value
SYS_EXIT: equ 60 ; Default system exit... |
source/commands/transfer.asm | paulscottrobson/Basic65816 | 0 | 47927 | <filename>source/commands/transfer.asm
; *******************************************************************************************
; *******************************************************************************************
;
; Name : transfer.asm
; Purpose : GOTO, GOSUB, RETURN, ON expr GOTO
; Date : 12th J... |
data/pokemon/dex_entries/glalie.asm | AtmaBuster/pokeplat-gen2 | 6 | 47928 | <filename>data/pokemon/dex_entries/glalie.asm
db "FACE@" ; species name
db "It can instantly"
next "freeze moisture in"
next "the atmosphere. "
page "Sometimes it will"
next "freeze its foes"
next "with this power.@"
|
smsq/qxl/rtc.asm | olifink/smsqe | 0 | 47929 | ; Read, set and adjust the real time clock V2.00 1986 <NAME> QJUMP
section sms
xdef sms_rrtc read clock
xdef sms_srtc set clock
xdef sms_artc adjust clock
xref cv_rtdtm
xref qxl_mess_add
include 'dev8_keys_sys'
include 'dev8_smsq_qxl_keys'
include 'dev8_smsq_qxl_comm_keys'
include 'dev8_smsq_smsq_ba... |
libsrc/graphics/swapgfxbk_foo.asm | meesokim/z88dk | 0 | 47930 | <reponame>meesokim/z88dk
;
; Graphics Functions
;
; swapgfxbk () -- foo routine for fake swapping
;
; <NAME> - Jan 2007
;
;
; $Id: swapgfxbk_foo.asm,v 1.3 2015/01/19 01:32:46 pauloscustodio Exp $
;
PUBLIC swapgfxbk
PUBLIC swapgfxbk1
.swapgfxbk
.swapgfxbk1
ret... |
Transynther/x86/_processed/NC/_ht_st_zr_un_sm_/i3-7100_9_0xca_notsx.log_21829_663.asm | ljhsiun2/medusa | 9 | 47931 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r13
push %r15
push %r9
push %rax
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x17601, %rdi
nop
nop
nop
nop
add $28855, %r10
movb $0x61, (%rdi)
dec %r9
lea addresses_WT_ht+0x1e941, %rdi
nop
nop
nop
nop
cmp %r15, %r15
m... |
hacks/images/m6502/matrix.asm | MBrassey/xscreensaver_BlueMatrix | 2 | 47934 | ;;Matrix :)
loop:
lda $fe
and #$1f
tay
tax
lda matrix,y
sta $1
tay
lda #0
jsr paint
inc $1
lda $1
and #$1f
sta matrix,y
tay
lda #5
jsr paint
lda $fe
and #$1f
tay
tax
lda matrix,y
sta $1
tay
lda #$d
jsr paint
lda $fe
and #$1f
tay
tax
lda matrix,y
sta $1
tay
... |
Library/User/User/userListUtils.asm | steakknife/pcgeos | 504 | 47935 | COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1990 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: Library/User
FILE: userListUtils.asm
AUTHOR: <NAME>, Feb 15, 1990
ROUTINES:
Name Description
---- -----------
UserFontCreateList Query th... |
Principles-of-Assembly-and-Compilation/hw3/hw3-1.asm | DictXiong/THUCourse | 0 | 47936 | ;
; <NAME> is learning asm
.386
.model flat, stdcall
.stack 4096
ExitProcess proto, dwExitCode:dword
includelib msvcrt.lib
printf proto c : ptr sbyte, : vararg
.data
intArray WORD 500h, 400h, 300h, 200h, 100h
str_sum byte "sum = %d", 0dh, 0ah, 0
.code
main proc
; 不循环
mov ax, intArray[0]
add ax, intArray... |
programs/oeis/038/A038062.asm | neoneye/loda | 22 | 47937 | <gh_stars>10-100
; A038062: Number of labeled trees with 3-colored nodes.
; 1,3,9,81,1296,30375,944784,36756909,1719926784,94143178827,5904900000000,417703359617577,32905425960566784,2857282535902251951,271165225379757133824,27925772039747314453125
mov $1,$0
pow $0,2
mov $2,$0
cmp $2,0
add $0,$2
mov $3,$1
mul $1,3
pow... |
libsrc/stdio/sam/getk.asm | andydansby/z88dk-mk2 | 1 | 47940 | ;
; SAM Coupe C Library
;
; getk() Read key status
;
; We will corrupt any register
;
; <NAME> - Mar.2001
;
;
; $Id: getk.asm,v 1.3 2002/03/11 17:11:34 stefano Exp $
;
XLIB getk
.getk
call $0169
ld h,0
jr nz,gotkey
ld l,h
ret
.gotkey
ld l,a
ret
|
Transynther/x86/_processed/NONE/_xt_sm_/i9-9900K_12_0xca_notsx.log_21829_901.asm | ljhsiun2/medusa | 9 | 47941 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r9
push %rax
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0x1d496, %rax
add %r9, %r9
mov (%rax), %ebx
nop
nop
nop
nop
cmp $4979, %r10
lea addresses_normal_ht+0x1ac86, %rsi
lea addresses_UC_ht+0x18136, %rdi
nop
nop
add %r12, %r12
mov $5... |
tools-src/gnu/binutils/gas/testsuite/gasp/pl2.asm | enfoTek/tomato.linksys.e2000.nvram-mod | 80 | 47943 | <reponame>enfoTek/tomato.linksys.e2000.nvram-mod
.ALTERNATE
! ok
!! also ok
foo MACRO
! you can see me
!! but not me
! you can see me
!! but not me
but this "SHOULD !!BE OK"
ENDM
foo
define MACRO val1,val2
DB val1 ! this comment will show up
DB val2 !! this on won't
ENDM
define 0,1
END
|
tests/vice-tests/CIA/ciaports/ciaports.asm | PhylumChordata/chips-test | 330 | 47945 |
;-----------------------------------------------------------------------------
!ct scr
* = $0801
; BASIC stub: "1 SYS 2061"
!by $0b,$08,$01,$00,$9e,$32,$30,$36,$31,$00,$00,$00
;-----------------------------------------------------------------------------
start:
sei
; lda #$35
; sta $01
... |
scripts/menu.asm | hansbonini/smd_beyondoasis | 2 | 47946 | origin $0005CBA6
text_menu:
gameMenu($06, "WEAPON ")
gameMenu($05, "ITEMS ")
gameMenu($06, "STATUS ")
gameMenu($03, "MAP ")
gameMenu($04, "SAVE ")
gameMenu($03, "OK? ")
status_menu:
gameStatusMenu($04, $0E, $08, "RANK")
gameStatusMenu($03, $0E, $0A, "H.P")
gameStatusMenu($0... |
asm/count_by_two.asm | bhelx/bhelky | 2 | 47947 | ;
; Counts by 2 and outputs to the display.
; Never really halts
#include "bhelky.cpu"
; incr_by is the location where
; we store the value to increment by
incr_by = 15
ldi 0
loop:
add incr_by
out
jmp loop
hlt
; data section
numvars = 1
#addr 16 - numvars
; incr_by = 2
#d8 2
|
dev/emm386/memm386.asm | minblock/msdos | 0 | 47950 | <reponame>minblock/msdos
page 58,132
;******************************************************************************
title MEMM386 - main module for EMM386
;******************************************************************************
;
; (C) Copyright MICROSOFT Corp. 1986-1991
; (C) Copyright COMPAQ Computer Cor... |
v0.1/Source/display.asm | sjmeunier/cros | 0 | 47951 | ;-----------------------------------------------------
;CrOs v0.01
;<NAME>
;
;Display procedures
;-----------------------------------------------------
;
;-----------------------------------------------------
;Display space chaacter
;I: none
;O: none
;-----------------------------------------------------
_display... |
programs/oeis/156/A156711.asm | neoneye/loda | 22 | 47952 | <gh_stars>10-100
; A156711: a(n) = 144*n^2 - 161*n + 45.
; 28,299,858,1705,2840,4263,5974,7973,10260,12835,15698,18849,22288,26015,30030,34333,38924,43803,48970,54425,60168,66199,72518,79125,86020,93203,100674,108433,116480,124815,133438,142349,151548,161035,170810,180873,191224,201863,212790,224005,235508,247299,25937... |
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_719.asm | ljhsiun2/medusa | 9 | 47953 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r15
push %rbp
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WC_ht+0x17e3e, %rsi
lea addresses_A_ht+0x4fe, %rdi
nop
nop
nop
add %rbx, %rbx
mov $24, %rcx
rep movsw
nop
nop
nop
cmp $11011, %rbp
lea addresses_WC_ht+0xaefe, %r15
n... |
Transynther/x86/_processed/AVXALIGN/_zr_/i9-9900K_12_0xa0_notsx.log_21829_1692.asm | ljhsiun2/medusa | 9 | 47954 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r9
push %rax
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WC_ht+0x1b75b, %rdx
nop
nop
nop
xor %r9, %r9
movb (%rdx), %r12b
nop
nop
dec %rax
lea addresses_UC_ht+0x163bb, %rbx
nop
nop
add $3576, %r10
movw $0x6162, (%rbx)
add %rdi, %r... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.