max_stars_repo_path
stringlengths
3
255
max_stars_repo_name
stringlengths
5
116
max_stars_count
int64
0
107k
id
stringlengths
1
7
content
stringlengths
63
1.05M
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_2074.asm
ljhsiun2/medusa
9
121813
.global s_prepare_buffers s_prepare_buffers: ret .global s_faulty_load s_faulty_load: push %r12 push %r14 push %rax push %rbp push %rcx push %rdi push %rdx // Load lea addresses_D+0xcfa3, %rbp nop nop nop nop nop add %rax, %rax mov (%rbp), %edi nop nop nop add %rcx, %rcx // Faulty Load lea addresses_RW+0x189a3, ...
programs/oeis/229/A229838.asm
karttu/loda
0
121815
<filename>programs/oeis/229/A229838.asm ; A229838: Consider all primitive 60-degree triangles with sides A < B < C. The sequence gives the values of A. ; 3,5,7,8,9,11,13,15,16,17,19,21,23,24,25,27,29,31,32,33,35,37,39,40,41,43,45,47,48,49,51,53,55,56,57,59,61,63,64,65,67,69,71,72,73,75,77,79,80,81,83,85,87,88,89,91,93,...
oeis/280/A280410.asm
neoneye/loda-programs
11
121817
<filename>oeis/280/A280410.asm ; A280410: Binary representation of the x-axis, from the left edge to the origin, of the n-th stage of growth of the two-dimensional cellular automaton defined by "Rule 261", based on the 5-celled von Neumann neighborhood. ; Submitted by <NAME>(s1) ; 1,10,1,1110,1,111110,1,11111110,1,1111...
vendor/ring/pregenerated/tmp/ecp_nistz256-x86-win32n.asm
yilinhan/crates-io
210
121819
<gh_stars>100-1000 ; This file is generated from a similarly-named Perl script in the BoringSSL ; source tree. Do not edit by hand. %ifdef BORINGSSL_PREFIX %include "boringssl_prefix_symbols_nasm.inc" %endif %ifidn __OUTPUT_FORMAT__,obj section code use32 class=code align=64 %elifidn __OUTPUT_FORMAT__,win32 %ifdef __Y...
oeis/176/A176281.asm
neoneye/loda-programs
11
121820
<reponame>neoneye/loda-programs<gh_stars>10-100 ; A176281: Hankel transform of A176280. ; 1,3,12,56,280,1440,7488,39104,204544,1070592,5604864,29345792,153653248,804532224,4212572160,22057287680,115493404672,604731211776,3166413520896,16579556016128,86811681488896,454551863820288,2380064454868992,12462179269738496,6525...
iod/con2/q40ql/sprite_move.asm
olifink/smsqe
0
121821
; Sprite moving code V1.00  1985 <NAME> ; 1.01 FD REMOVED REFERENCES TO MOVEP for Q60/Q40 ; 2005-02-13 1.02 changed header comment for sprite clipping (wl) ; ; d0 c s column offset / green composite ; d1 c s row offset / red composite ; d2 s green sprite ; d3 s red sprite ; d4 s sprite mask ; d5 c s sprite ...
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_1300.asm
ljhsiun2/medusa
9
121825
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r11 push %r13 push %r8 push %r9 push %rbx push %rcx push %rdx lea addresses_normal_ht+0x15c5d, %rbx nop nop nop nop nop add $62884, %rdx mov (%rbx), %r8w nop cmp $14967, %r9 lea addresses_WC_ht+0x15e4d, %r11 add %rcx, %rcx mov $0x6162636465666...
progs/sha_asm/sha1_amd64.asm
kukrimate/projects
0
121826
bits 64 section .text extern print_uint32 ; SHA1 transform in assembly for amd64 ; rdi: state ; rsi: data block ; r8-r9-r10-r11-r12 are used for a-b-c-d-e global sha1_transform_amd64 sha1_transform_amd64: push r13 push r12 push rbx ; store the state buffer on the stack sub rsp, 320 ; move the state into registers ...
00_helloworld/hello_intel.asm
ericens/assembly_language
0
121827
; ---------------------------------------------------------------------------------------- ; Writes "Hello, World" to the console using only system calls. Runs on 64-bit Linux only. ; To assemble and run: ; ; nasm -felf64 hello_intel.asm && ld hello_intel.o -o a.out && ./a.out ; -----------------------------------...
programs/oeis/300/A300850.asm
neoneye/loda
22
121828
<gh_stars>10-100 ; A300850: Number of 6-cycles in the n-odd graph. ; 0,0,10,105,840,5775,36036,210210,1166880,6235515,32332300,163601438,811246800,3954828150,19001896200,90162058500,423160594560,1967035576275,9066060164700,41468830753350,188390256054000,850582006083810,3818939619151800,17058982348359900 lpb $0 mov $...
Transynther/x86/_processed/AVXALIGN/_ht_zr_/i7-8650U_0xd2_notsx.log_11_406.asm
ljhsiun2/medusa
9
121829
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r12 push %r14 push %r8 push %rcx push %rdi push %rdx push %rsi lea addresses_D_ht+0x1c363, %r14 nop nop nop nop sub $49510, %r12 movl $0x61626364, (%r14) nop nop nop add %rdx, %rdx lea addresses_A_ht+0x128e9, %rsi lea addresses_D_ht+0x1821b, %rdi nop nop nop ...
kernel_mingw.asm
MrW24/NimgOS
0
121830
<gh_stars>0 bits 32 section .text align 4 dd 0x1BADB002 dd 0x00 dd - (0x1BADB002+0x00) ; Calling C kern_main function global start extern _kern_main start: call _kern_main cli hlt ; Global Descriptor Table global _gdt_reload_sr extern _gdt _gdt_reload_sr: lgdt [_gdt] jmp 0...
Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xca.log_21829_824.asm
ljhsiun2/medusa
9
121831
<filename>Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xca.log_21829_824.asm<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r12 push %r14 push %r15 push %rcx push %rdi push %rdx push %rsi lea addresses_A_ht+0x1ae9f, %r12 sub %r15, %r15 mov $0x6162636465666768, %rsi movq %rsi, %xmm7 movups %xmm7, ...
programs/oeis/218/A218460.asm
neoneye/loda
22
121833
<filename>programs/oeis/218/A218460.asm ; A218460: a(n) = prime(n)^(prime(n + 1) - prime(n)). ; 2,9,25,2401,121,28561,289,130321,148035889,841,887503681,1874161,1681,3418801,10779215329,22164361129,3481,51520374361,20151121,5041,151334226289,38950081,326940373369,3936588805702081,88529281,10201,112550881,11449,14115816...
audio/music/johtogymbattle.asm
AtmaBuster/pokecrystal16-493-plus
1
121835
Music_JohtoGymBattle: channel_count 3 channel 1, Music_JohtoGymBattle_Ch1 channel 2, Music_JohtoGymBattle_Ch2 channel 3, Music_JohtoGymBattle_Ch3 Music_JohtoGymBattle_Ch1_sub_0: rest 8 octave 2 note G_, 4 note G#, 3 note G_, 3 note F_, 3 note G#, 11 rest 8 octave 4 note C#, 4 note C_, 3 note C#, 3 not...
src/uefi/ArmPlatformPkg/PrePeiCore/Arm/SwitchStack.asm
kkennett/oscore.dev
8
121837
;------------------------------------------------------------------------------ ; ; Copyright (c) 2006 - 2009, Intel Corporation. All rights reserved.<BR> ; Portions copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR> ; This program and the accompanying materials ; are licensed and made available under the t...
codes/low-level/ch03/risc_cisc.asm
zhoujiagen/learning-system-programming
0
121838
<reponame>zhoujiagen/learning-system-programming ; modify eax: disacard rax upper 32bits to eliminate data interdependency ; modify ax: does not affect operations with their smaller parts for the sake of compatibility %include "../lib/syscall.inc" section .text global _start _start: mov rax, 0x1122334455667788 mo...
Core/Hal/src/idt.asm
lochnessdragon/OS
0
121839
; idt.asm - Defines assembly methods for the idt to use. bits 32 global install_idt ; install_idt - installs our interrupt descriptor table. ; stack: [esp + 4] ; [esp ] the return code ; install_idt: lidt [esp + 4] ; loads the interrupt descriptor table with our idt ret
programs/oeis/115/A115836.asm
neoneye/loda
22
121841
<filename>programs/oeis/115/A115836.asm ; A115836: Self-describing sequence. The n-th integer of the sequence indicates how many integers of the sequence are strictly < 2n. ; 1,2,4,5,6,8,10,11,12,13,14,16,18,20,22,23,24,25,26,27,28,29,30,32,34,36,38,40,42,44,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,64,66,68,7...
data/pokemon/dex_entries/slugma.asm
Dev727/ancientplatinum
28
121842
db "LAVA@" ; species name dw 204, 770 ; height, weight db "These group to-" next "gether in areas" next "that are hotter" page "than normal. If it" next "cools off, its" next "skin hardens.@"
AzureMXChip/MXCHIPAZ3166/core/lib/threadx/ports/c667x/ccs/src/tx_thread_schedule.asm
Logicalis/eugenio-devices
0
121843
;/**************************************************************************/ ;/* */ ;/* Copyright (c) Microsoft Corporation. All rights reserved. */ ;/* */ ;/* ...
ShitHead/P2AI.asm
simonlaszcz/ShitHead
0
121844
; All routines follow the pattern: ; All registers destroyed ; On exit, A=NZ if cards selected P2BlockWithSeven proc local _ret, _picture_found push hl push de push bc ; Abort if we don't hold a seven ld hl, P2FREQUENCIES call VActivate ld b, SEVEN call VGetAt or a jp z, _ret ld hl, WASTEPILEDATA call...
programs/oeis/188/A188182.asm
neoneye/loda
22
121845
<filename>programs/oeis/188/A188182.asm ; A188182: Number of strictly increasing arrangements of 4 numbers in -(n+2)..(n+2) with sum zero ; 5,12,24,43,69,104,150,207,277,362,462,579,715,870,1046,1245,1467,1714,1988,2289,2619,2980,3372,3797,4257,4752,5284,5855,6465,7116,7810,8547,9329,10158,11034,11959,12935,13962,15042...
src/test/ref/tmp-zp-problem.asm
jbrandwood/kickc
2
121846
<reponame>jbrandwood/kickc // Demonstrates a problem where temporary zp-variables are overwrites each other between different "threads" /// @file /// Commodore 64 Registers and Constants /// @file /// The MOS 6526 Complex Interface Adapter (CIA) /// /// http://archive.6502.org/datasheets/mos_6526_cia_recreated.pdf //...
oeis/056/A056182.asm
neoneye/loda-programs
11
121847
; A056182: First differences of A003063. ; 0,2,10,38,130,422,1330,4118,12610,38342,116050,350198,1054690,3172262,9533170,28632278,85962370,258018182,774316690,2323474358,6971471650,20916512102,62753730610,188269580438,564825518530,1694510110022,5083597438930,15250926534518,45753048039010,137259680987942,411780116705650...
programs/oeis/062/A062544.asm
jmorken/loda
1
121849
; A062544: a(n) = n plus sum of previous three terms. ; 0,1,3,7,15,30,58,110,206,383,709,1309,2413,4444,8180,15052,27692,50941,93703,172355,317019,583098,1072494,1972634,3628250,6673403,12274313,22575993,41523737,76374072,140473832,258371672,475219608,874065145,1607656459,2956941247,5438662887,10003260630,18398864802,3...
libsrc/_DEVELOPMENT/target/hbios/driver/terminal/rc_01_input_hbios0/rc_01_input_hbios0_stdio_msg_flsh.asm
Frodevan/z88dk
640
121850
<filename>libsrc/_DEVELOPMENT/target/hbios/driver/terminal/rc_01_input_hbios0/rc_01_input_hbios0_stdio_msg_flsh.asm SECTION code_driver SECTION code_driver_terminal_input PUBLIC rc_01_input_hbios0_stdio_msg_flsh EXTERN __BF_CIOINIT EXTERN asm_hbios EXTERN console_01_input_stdio_msg_flsh rc_01_input_hbios0_stdio_msg_...
engine/overworld/doors.asm
opiter09/ASM-Machina
1
121851
; returns whether the player is standing on a door tile in carry IsPlayerStandingOnDoorTile: push de ld hl, DoorTileIDPointers ld a, [wCurMapTileset] ld de, $3 call IsInArray pop de jr nc, .notStandingOnDoor inc hl ld a, [hli] ld h, [hl] ld l, a lda_coord 8, 9 ; a = lower left background tile under player's...
solution/dump/shaders.asm
schecko/OpenGLBoxes
0
121852
; Listing generated by Microsoft (R) Optimizing Compiler Version 19.00.23506.0 TITLE D:\scottsdocs\sourcecode\OpenGLboxes\code\shaders.cpp .686P .XMM include listing.inc .model flat INCLUDELIB MSVCRTD INCLUDELIB OLDNAMES PUBLIC ?__empty_global_delete@@YAXPAX@Z ; __empty_global_delete PUBLIC ?__empty_global_de...
programs/oeis/169/A169610.asm
karttu/loda
1
121853
<filename>programs/oeis/169/A169610.asm ; A169610: Numbers that are congruent to {5, 30} mod 37. ; 5,30,42,67,79,104,116,141,153,178,190,215,227,252,264,289,301,326,338,363,375,400,412,437,449,474,486,511,523,548,560,585,597,622,634,659,671,696,708,733,745,770,782,807,819,844,856,881,893,918,930,955,967,992,1004,1029,1...
programs/oeis/104/A104764.asm
karttu/loda
1
121855
<reponame>karttu/loda ; A104764: Triangle T(n,k) = Lucas(n-k+1) read by rows, 1<=k<=n. ; 1,3,1,4,3,1,7,4,3,1,11,7,4,3,1,18,11,7,4,3,1,29,18,11,7,4,3,1,47,29,18,11,7,4,3,1,76,47,29,18,11,7,4,3,1,123,76,47,29,18,11,7,4,3,1,199,123,76,47,29,18,11,7,4,3,1,322,199,123 cal $0,25676 ; Exponent of 8 (value of i) in n-th numbe...
test/testdata_vm/004 add_subtract1.asm
onlyafly/oakblue
0
121856
<gh_stars>0 .ORIG x3000 ADD R0 R0 #7 ADD R0 R0 #-3 ADD R1 R1 #7 ADD R2 R2 #-4 ADD R3 R1 R2 HALT
libsrc/_DEVELOPMENT/compress/zx7/c/sccz80/dzx7_mega.asm
meesokim/z88dk
0
121857
<gh_stars>0 ; void dzx7_mega(void *src, void *dst) SECTION code_compress_zx7 PUBLIC dzx7_mega EXTERN asm_dzx7_mega dzx7_mega: pop af pop de pop hl push hl push de push af jp asm_dzx7_mega
asm/lesson02/Lesson2.asm
neozhou2009/nehe-opengl
177
121858
<reponame>neozhou2009/nehe-opengl<gh_stars>100-1000 ; Assembly conversion of NeHe's openGL tutorial done by FooLman ; .386 .model flat,STDCALL locals include win32.inc include addwin32.inc include gl.inc include glu.inc L equ <LARGE> extrn MessageBoxA:PROC MessageBox equ <MessageBoxA> extrn ChangeDisplaySettingsA:PRO...
fib.asm
ibara/a80
16
121859
<gh_stars>10-100 ; Fibonacci in Intel 8080 assembler. ; Results in b org 100h ; We are CP/M label equ 108h ; Just to show it works start: nop xra a ; zero out a mov b, a ; b = a mov c, a ; c = a adi 01h ; a = a + 1 mov c, a ; c = a xra a ; zero out a loop: add c ; a = a + c comp: cmp c jc start ; jump if car...
programs/oeis/059/A059953.asm
neoneye/loda
22
121860
; A059953: Ordering of a deck of 52 cards after an out-shuffle. ; 1,27,2,28,3,29,4,30,5,31,6,32,7,33,8,34,9,35,10,36,11,37,12,38,13,39,14,40,15,41,16,42,17,43,18,44,19,45,20,46,21,47,22,48,23,49,24,50,25,51,26,52 lpb $0 sub $0,2 add $1,1 lpe lpb $0 div $0,3 add $1,26 lpe add $1,1 mov $0,$1
Transynther/x86/_processed/NC/_ht_st_zr_/i7-7700_9_0xca_notsx.log_12468_810.asm
ljhsiun2/medusa
9
121861
<reponame>ljhsiun2/medusa<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r11 push %r13 push %r8 push %r9 push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_normal_ht+0xb899, %rdx clflush (%rdx) sub %r11, %r11 mov $0x6162636465666768, %rbx movq %rbx, (%rdx) nop nop nop nop xor %r13, %r13 l...
example/hello.asm
kumavale/vsmi
1
121862
# Hello, World! .data hello: .asciiz "\nHello, " world: .byte 'W', 'o', 'r', 'l', 'd', '!', '\n', '\0' .text main: li $v0, 4 la $a0, hello syscall la $a0, world syscall li $v0, 10 syscall
oeis/038/A038609.asm
neoneye/loda-programs
11
121863
<reponame>neoneye/loda-programs ; A038609: Numbers that are the sum of 2 different primes. ; Submitted by <NAME>(s1) ; 5,7,8,9,10,12,13,14,15,16,18,19,20,21,22,24,25,26,28,30,31,32,33,34,36,38,39,40,42,43,44,45,46,48,49,50,52,54,55,56,58,60,61,62,63,64,66,68,69,70,72,73,74,75,76,78,80,81,82,84,85,86,88,90,91,92,94,96,9...
u7si/keyMouseKeys.asm
JohnGlassmyer/UltimaHacks
68
121864
%include "include/u7si-all-includes.asm" defineAddress 119, 0x0410, valueForKey defineAddress 119, 0x04E9, valueForKey_end defineAddress 119, 0x068C, mouseActionInAx defineAddress 119, 0x0693, endProc %include "../u7-common/patch-keyMouseKeys.asm"
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_348.asm
ljhsiun2/medusa
9
121865
<filename>Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_348.asm<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r10 push %r14 push %r15 push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_WT_ht+0x18b8d, %r10 nop nop cmp %rdx, %rdx movw $0x6162, (%r10) nop xor %rdi, %rd...
programs/oeis/047/A047839.asm
karttu/loda
0
121866
; A047839: a(n) = n + floor( sqrt(2*n) ). ; 2,4,5,6,8,9,10,12,13,14,15,16,18,19,20,21,22,24,25,26,27,28,29,30,32,33,34,35,36,37,38,40,41,42,43,44,45,46,47,48,50,51,52,53,54,55,56,57,58,60,61,62,63,64,65,66,67,68,69,70,72,73,74,75,76,77,78,79,80,81,82,84,85,86,87,88,89,90,91,92,93,94,95,96,98,99,100,101,102,103,104,105,...
kernel.asm
hadiinz/xv6_os
0
121868
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 .byte 0xe4 8010000c <entry>: # E...
oeis/021/A021634.asm
neoneye/loda-programs
11
121870
; A021634: Expansion of 1/((1-x)(1-3x)(1-8x)(1-9x)). ; Submitted by <NAME> ; 1,21,298,3594,39763,417567,4236796,41963988,408348325,3920543913,37248255694,350941450782,3284131050487,30562445793459,283104150028192,2612274474873576,24025167335391049,220344082704460605,2016037358408805490,18407861139971921970,1677789495793...
oeis/113/A113126.asm
neoneye/loda-programs
11
121871
<reponame>neoneye/loda-programs ; A113126: A simple 4-diagonal matrix. ; Submitted by <NAME> ; 1,1,2,1,2,3,1,2,3,4,0,2,3,4,5,0,0,3,4,5,6,0,0,0,4,5,6,7,0,0,0,0,5,6,7,8,0,0,0,0,0,6,7,8,9,0,0,0,0,0,0,7,8,9,10,0,0,0,0,0,0,0,8,9,10,11,0,0,0,0,0,0,0,0,9,10,11,12,0,0,0,0,0,0,0,0,0,10,11,12,13,0,0,0,0,0,0,0,0,0 lpb $0 add $...
sources/ippcp/asm_intel64/cpinitas.asm
ntyukaev/ipp-crypto
30
121873
<filename>sources/ippcp/asm_intel64/cpinitas.asm ;=============================================================================== ; Copyright 2014-2020 Intel Corporation ; ; Licensed under the Apache License, Version 2.0 (the "License"); ; you may not use this file except in compliance with the License. ; You may obtai...
Transynther/x86/_processed/NC/_zr_/i7-7700_9_0x48.log_21829_2619.asm
ljhsiun2/medusa
9
121875
<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r11 push %r13 push %r9 push %rbp push %rbx push %rcx push %rdi push %rsi lea addresses_WT_ht+0x14192, %rsi lea addresses_D_ht+0x15592, %rdi nop nop nop nop nop cmp $3903, %r9 mov $119, %rcx rep movsq nop nop nop cmp %r11, %r11 lea addresses_WC_ht+0x3d92,...
Transynther/x86/_processed/NONE/_st_/i7-7700_9_0xca.log_21829_1109.asm
ljhsiun2/medusa
9
121876
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r12 push %rax push %rbp push %rcx push %rdi push %rsi lea addresses_A_ht+0x1441b, %rbp nop and $53342, %r12 movb $0x61, (%rbp) nop nop nop nop nop inc %rax lea addresses_D_ht+0xc17a, %rsi lea addresses_A_ht+0x1dd3a, %rdi xor $25322, %rbp mov $29, %rcx rep mov...
fcomi1.asm
ern0/ppro-tester
1
121879
; FASM source org 100H FNINIT lea dx,[hello] mov ah,9 int 21H lea dx,[okay] fldpi fldz fadd st0,st1 TEST SP,SP fcomi st1 je print lea dx,[fail] print: mov ah,9 int ...
src/units/rotate_shift.asm
cburbridge/z80
18
121881
<filename>src/units/rotate_shift.asm RLCA RLA RRA RLC A RLC B RLC C RLC D RLC E RLC H RLC L RLC (HL) RLC (IX+87H) RLC (IY+87H) RL A RL B RL C RL D RL E RL h RL l rl (hl) rl (ix+65h) rl (iy+43h) rr a rr b rr c rr d rr e rr h rr l rr (hl) rr (ix+87H) rr (iy+71H) rrc a rrc b rrc c rrc d rrc e rrc h rrc l rrc (hl) rrc (ix+...
oeis/014/A014785.asm
neoneye/loda-programs
11
121882
<reponame>neoneye/loda-programs<filename>oeis/014/A014785.asm ; A014785: a(n) = Sum_{0<=k<=n} ceiling(k^2/n). ; Submitted by <NAME> ; 1,3,6,9,13,18,24,30,35,43,52,61,69,80,92,102,113,125,140,155,169,184,202,220,231,251,270,291,309,332,354,376,397,419,446,469,493,520,550,578,601,631,660,693,721,754,788,822,847,881,920,9...
oeis/055/A055770.asm
neoneye/loda-programs
11
121883
<gh_stars>10-100 ; A055770: Largest factorial number which divides n. ; Submitted by <NAME>(s4) ; 1,2,1,2,1,6,1,2,1,2,1,6,1,2,1,2,1,6,1,2,1,2,1,24,1,2,1,2,1,6,1,2,1,2,1,6,1,2,1,2,1,6,1,2,1,2,1,24,1,2,1,2,1,6,1,2,1,2,1,6,1,2,1,2,1,6,1,2,1,2,1,24,1,2,1,2,1,6,1,2,1,2,1,6,1,2,1,2,1,6,1,2,1,2,1,24,1,2,1,2 add $0,1 mov $2,1...
programs/oeis/157/A157910.asm
karttu/loda
1
121885
<reponame>karttu/loda ; A157910: a(n) = 18*n^2 - 1. ; 17,71,161,287,449,647,881,1151,1457,1799,2177,2591,3041,3527,4049,4607,5201,5831,6497,7199,7937,8711,9521,10367,11249,12167,13121,14111,15137,16199,17297,18431,19601,20807,22049,23327,24641,25991,27377,28799,30257,31751,33281,34847,36449,38087,39761,41471,43217,4499...
oeis/019/A019689.asm
neoneye/loda-programs
11
121886
; A019689: Decimal expansion of Pi/22. ; Submitted by <NAME> ; 1,4,2,7,9,9,6,6,6,0,7,2,2,6,3,3,2,9,0,2,1,0,2,9,2,4,4,6,9,4,5,2,2,8,5,8,3,7,2,5,9,8,6,0,9,0,6,2,5,0,4,8,1,0,0,4,4,3,1,5,6,6,3,2,8,6,7,1,8,9,2,7,5,5,8,4,6,4,0,4,5,3,9,2,1,8,3,4,0,1,1,5,1,9,1,4,4,1,2,1 mov $2,1 mov $3,$0 mul $3,5 lpb $3 mul $1,$3 mov $5,...
oeis/110/A110669.asm
neoneye/loda-programs
11
121887
; A110669: Sequence is {a(4,n)}, where a(m,n) is defined at sequence A110665. ; 0,1,4,7,4,-11,-38,-70,-100,-130,-172,-238,-328,-429,-528,-627,-744,-897,-1086,-1292,-1496,-1700,-1928,-2204,-2528,-2875,-3220,-3565,-3940,-4375,-4870,-5394,-5916,-6438,-6996,-7626,-8328,-9065,-9800,-10535,-11312,-12173,-13118,-14104,-15088,...
Transynther/x86/_processed/US/_zr_/i7-7700_9_0xca.log_173_185.asm
ljhsiun2/medusa
9
121889
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r13 push %r9 push %rbp push %rcx push %rdi push %rdx push %rsi lea addresses_WT_ht+0x16741, %rsi lea addresses_A_ht+0x21fd, %rdi and $48749, %r13 mov $119, %rcx rep movsw nop cmp $19932, %rdx lea addresses_WT_ht+0x3c55, %rsi lea addresses_UC_ht+0x6e81, %rdi n...
src/x86/looprestoration16_avx2.asm
Luni-4/rav1e
0
121890
<gh_stars>0 ; Copyright (c) 2017-2021, The rav1e contributors ; Copyright (c) 2021, <NAME> ; All rights reserved. ; ; This source code is subject to the terms of the BSD 2 Clause License and ; the Alliance for Open Media Patent License 1.0. If the BSD 2 Clause License ; was not distributed with this source code in the ...
Source/Init.asm
SlickOS/Gloss-BootSector.HD
0
121891
<reponame>SlickOS/Gloss-BootSector.HD //===========================================================================// // Generic Loader for Operating System Software (GLOSS) // // Boot Sector Initialization // // ...
oeis/207/A207321.asm
neoneye/loda-programs
11
121893
; A207321: Partial sums of A002893. ; Submitted by <NAME> ; 0,3,18,111,750,5403,40572,313407,2471166,19791003,160459068,1313922063,10847561088,90174127683,754009158018,6336733626111,53489159252670,453258909448635,3854034482891724,32871004555812111,281127047928811200,2410285909684370787,20711470169495359602,178337708176...
drivers/video/ms/cirrus/mini/i386/clcursor.asm
npocmaka/Windows-Server-2003
17
121894
<reponame>npocmaka/Windows-Server-2003 title "Cirrus hardware pointer routines" ;-----------------------------Module-Header-----------------------------; ; Module Name: CLCURSOR.ASM ; ; This file contains the pointer shape routines to support the Cirrus ; Logic hardware pointer. ; ; Copyright (c) 198...
mkdir.asm
spencer-hann/xv6-pdx
1
121895
<gh_stars>1-10 _mkdir: 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)...
oldstuff/tigcc/PolySnd/sources/statique/GetTempo_voice2.asm
bcherry/bcherry
3
121896
<filename>oldstuff/tigcc/PolySnd/sources/statique/GetTempo_voice2.asm section ".data" xdef pSnd_GetTempo_voice2 pSnd_GetTempo_voice2: move.w unittps_voice2,d1 cmp.b #1,Hardware beq.s _set_tempo_voice2_HW1 move.w #15360,d0 divu d1,d0 rts _set_tempo_voice2_HW1: move.w #21692,d0 divu d1,d0 rts
programs/oeis/108/A108613.asm
neoneye/loda
22
121897
; A108613: Excess of Beatty-2 function of 1/sin(1) over n^2. ; 0,0,0,0,0,6,7,8,9,10,22,24,26,28,30,48,51,54,57,60,63,88,92,96,100,104,135,140,145,150,155,192,198,204,210,216,222,266,273,280,287,294,344,352,360,368,376,432,441,450,459,468,477,540,550,560,570,580,649,660 add $0,1 mov $2,$0 mul $0,3 mul $2,3 div $2,16 mu...
source/rom7/rom7_data.asm
evanbowman/Red
5
121898
<gh_stars>1-10 ;;; ############################################################################ SECTION "MISC_SPRITES", ROMX, BANK[7] INCLUDE "r7_fadeLut.asm" r7_FontTiles:: .circle: DB $FF,$FF,$C3,$C3,$81,$81,$81,$81 DB $81,$81,$81,$81,$C3,$C3,$FF,$FF .font: DB $FF,$FF,$FF,$FF,$FF,$FF,$FF,$FF DB $FF,$FF,...
oeis/185/A185322.asm
neoneye/loda-programs
11
121899
<reponame>neoneye/loda-programs ; A185322: a(n) = ceiling(prime(n)/10). ; Submitted by <NAME>(s1) ; 1,1,1,1,2,2,2,2,3,3,4,4,5,5,5,6,6,7,7,8,8,8,9,9,10,11,11,11,11,12,13,14,14,14,15,16,16,17,17,18,18,19,20,20,20,20,22,23,23,23,24,24,25,26,26,27,27,28,28,29,29,30,31,32,32,32,34,34,35,35,36,36,37,38,38,39,39,40,41,41,42,4...
Transynther/x86/_processed/US/_zr_/i9-9900K_12_0xca_notsx.log_1476_752.asm
ljhsiun2/medusa
9
121901
<filename>Transynther/x86/_processed/US/_zr_/i9-9900K_12_0xca_notsx.log_1476_752.asm .global s_prepare_buffers s_prepare_buffers: push %r12 push %r14 push %r15 push %r9 push %rax push %rcx push %rdi push %rsi lea addresses_UC_ht+0x16f43, %r12 nop nop nop inc %rax movb (%r12), %r9b nop nop nop nop nop cmp %rax, %rax lea...
Transynther/x86/_processed/AVXALIGN/_st_/i7-7700_9_0xca_notsx.log_21829_884.asm
ljhsiun2/medusa
9
121902
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r12 push %r8 push %r9 push %rax push %rcx push %rdi push %rdx push %rsi lea addresses_WT_ht+0x5b69, %rdi sub $9070, %r12 mov $0x6162636465666768, %rdx movq %rdx, %xmm3 movups %xmm3, (%rdi) and $33391, %rcx lea addresses_A_ht+0x132e9, %rsi lea ...
Transynther/x86/_processed/AVXALIGN/_st_/i7-8650U_0xd2_notsx.log_1433_936.asm
ljhsiun2/medusa
9
121903
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r14 push %rbp push %rcx push %rdi push %rsi lea addresses_D_ht+0x145d8, %rsi lea addresses_WT_ht+0xc778, %rdi sub $21027, %rbp mov $91, %rcx rep movsq nop xor %r14, %r14 pop %rsi pop %rdi pop %rcx pop %rbp pop %r14 ret .global s_faulty_lo...
oeis/142/A142438.asm
neoneye/loda-programs
11
121904
<reponame>neoneye/loda-programs ; A142438: Primes congruent to 29 mod 49. ; Submitted by <NAME> ; 29,127,421,617,911,1009,1303,1499,1597,2087,2381,2969,3067,3361,3557,3851,4243,4733,4831,5419,6007,6203,6301,6791,7477,7673,8849,9241,9437,9829,10613,10711,11299,11593,11789,11887,12377,12671,13063,13259,13553,14533,14827,...
src/Project7/OrTest.asm
HSU-F20-CS243/p07-starter
0
121906
<filename>src/Project7/OrTest.asm<gh_stars>0 @8 D=A @SP A=M M=D @SP D=M+1 M=D @4 D=A @SP A=M M=D @SP D=M+1 M=D @SP M=M-1 A=M D=M @14 M=D @SP M=M-1 A=M D=M @15 M=D @14 D=M @15 D=D|M @14 M=D @14 D=M @SP A=M M=D @SP D=M+1 M=D
audio/sfx.asm
Dev727/ancientplatinum
28
121910
<reponame>Dev727/ancientplatinum Sfx_PokeballsPlacedOnTable: musicheader 1, 5, Sfx_PokeballsPlacedOnTable_Ch5 Sfx_BallWobble: musicheader 1, 5, Sfx_BallWobble_Ch5 Sfx_Potion: musicheader 1, 5, Sfx_Potion_Ch5 Sfx_FullHeal: musicheader 1, 5, Sfx_FullHeal_Ch5 Sfx_Menu: musicheader 1, 8, Sfx_Menu_Ch8 Sfx_ReadText...
system-programming/assignments/attacklab/target39/rtarget.asm
nurseiit/comm-unist
4
121911
rtarget: file format elf64-x86-64 Disassembly of section .init: 0000000000400c48 <_init>: 400c48: 48 83 ec 08 sub $0x8,%rsp 400c4c: 48 8b 05 a5 43 20 00 mov 0x2043a5(%rip),%rax # 604ff8 <_DYNAMIC+0x1d8> 400c53: 48 85 c0 test %rax,%rax 400c56: 74 02 ...
libsrc/target/gb/gbdk/get_sprite_tile.asm
Frodevan/z88dk
640
121912
<filename>libsrc/target/gb/gbdk/get_sprite_tile.asm MODULE get_sprite_tile PUBLIC get_sprite_tile PUBLIC _get_sprite_tile SECTION code_driver INCLUDE "target/gb/def/gb_globals.def" ; uint8_t __LIB__ get_sprite_tile(uint8_t nb) NONBANKED; get_sprite_tile: _get_sprite_tile...
src/third_party/nasm/test/binoverflow.asm
Mr-Sheep/naiveproxy
2,219
121914
;; BR 3392655: relocation overflow during bin format link [map all binoverflow.map] org 7C00h %macro br3392655 1 bits %1 section .text.%1 start%1: mov al, var%1 %if %1 == 64 mov sil, var%1 %endif mov al, foo%1 %if %1 == 64 mov sil, foo%1 %endif mov al, start%1 %if %1 == 64 mov sil, start%1 %endif align 16...
src/shaders/h264/ildb/Transpose_Cur_Y_Right_Most_4x16.asm
tizenorg/platform.upstream.libva-intel-driver
0
121915
<gh_stars>0 /* * Copyright © <2010>, Intel Corporation. * * This program is licensed under the terms and conditions of the * Eclipse Public License (EPL), version 1.0. The full text of the EPL is at * http://www.opensource.org/licenses/eclipse-1.0.php. * */ // Transpose cur Y right most 4x16 to 16x4 //...
src/main/fragment/mos6502-common/vwsz1=_deref_pwsz1_ror_2.asm
jbrandwood/kickc
2
121916
<reponame>jbrandwood/kickc ldy #0 lda ({z1}),y pha iny lda ({z1}),y cmp #$80 ror sta {z1}+1 pla ror sta {z1} lda {z1}+1 cmp #$80 ror {z1}+1 ror {z1}
programs/oeis/025/A025840.asm
neoneye/loda
22
121917
<reponame>neoneye/loda ; A025840: Expansion of 1/((1-x^3)*(1-x^5)*(1-x^12)). ; 1,0,0,1,0,1,1,0,1,1,1,1,2,1,1,3,1,2,3,1,3,3,2,3,4,3,3,5,3,4,6,3,5,6,4,6,7,5,6,8,6,7,9,6,8,10,7,9,11,8,10,12,9,11,13,10,12,14,11,13,16,12,14,17,13,16,18,14,17,19,16,18,21,17,19,23,18,21,24,19,23,25,21,24,27,23,25,29,24,27,31,25,29,32,27,31,34...
samples/sms/common/anm.asm
0x8BitDev/MAPeD-SPReD
23
121918
<reponame>0x8BitDev/MAPeD-SPReD ;################################################################### ; ; Copyright 2019-2020 0x8BitDev ( MIT license ) ; ;################################################################### ; ; Animation functions ; ; *** animation data init *** ; IN: HL - runtime_anm_data ...
libsrc/_DEVELOPMENT/arch/zxn/esxdos/c/sdcc_iy/esx_m_tapeout_trunc_fastcall.asm
jpoikela/z88dk
640
121919
; unsigned char esx_m_tapeout_trunc(unsigned char *filename) SECTION code_esxdos PUBLIC _esx_m_tapeout_trunc_fastcall EXTERN asm_esx_m_tapeout_trunc _esx_m_tapeout_trunc_fastcall: push iy call asm_esx_m_tapeout_trunc pop iy ret
src/data/ram.asm
Hacktix/gb-tictactoe
8
121920
;============================================================== ; WRAM for global and state-specific variables. ;============================================================== SECTION "WRAM", WRAM0 ; Global Variables wCGBFlag: db ; 0 if running on CGB, non-zero value otherwise ; Menu Screen Variables ...
programs/oeis/319/A319279.asm
neoneye/loda
22
121923
<reponame>neoneye/loda ; A319279: Numbers that are congruent to {0, 3, 7, 10} mod 12. ; 0,3,7,10,12,15,19,22,24,27,31,34,36,39,43,46,48,51,55,58,60,63,67,70,72,75,79,82,84,87,91,94,96,99,103,106,108,111,115,118,120,123,127,130,132,135,139,142,144,147,151,154,156,159,163,166,168,171,175,178,180,183,187,190,192,195,199,2...
programs/oeis/143/A143621.asm
neoneye/loda
22
121925
<filename>programs/oeis/143/A143621.asm ; A143621: a(n) = (-1)^binomial(n,4): Periodic sequence 1,1,1,1,-1,-1,-1,-1,... . ; 1,1,1,1,-1,-1,-1,-1,1,1,1,1,-1,-1,-1,-1,1,1,1,1,-1,-1,-1,-1,1,1,1,1,-1,-1,-1,-1,1,1,1,1,-1,-1,-1,-1,1,1,1,1,-1,-1,-1,-1,1,1,1,1,-1,-1,-1,-1,1,1,1,1,-1,-1,-1,-1,1,1,1,1,-1,-1,-1,-1,1,1,1,1,-1,-1,-1...
cis341/project1/examples/mergesort.asm
zayadur/edu.syr
0
121926
<filename>cis341/project1/examples/mergesort.asm .data count: .word 15 array: .word 1 4 7 10 25 3 5 13 17 21 helper: .word 1 .text .globl main main: la $a0 , array la $t1 , count lw $a1 , 0($t1) jal MergeSort # calling MergeSort li $v0,10 # Exit syscall .globl merge merge: ...
examples/x86/BTI/bti_victim.asm
JesseDeMeulemeester/speculator
42
121927
[BITS 64] %include "common.inc" %include "pmc.inc" section .data dev_file: db '/dev/cpu/',VICTIM_PROCESS_STR,'/msr',0 fd: dq 0 val: dq 0 len: equ $-val array: times 2048 db 0 addr: dq 0 align 1024 ;##### DATA STARTS HERE ######## ;##### DATA ENDS HERE ######## sec...
pocs/linux/kvm_vma/guest_code.asm
ashdoeshax/security-research
1,129
121928
BITS 16 ; trigger UAF mov [0x2000], si ; JIT (0x2000) mov [0x1000], si ; BPF (0x1000) ; we should hopefully have the BPF page here soon, busyloop until we do .wait: cmp byte [di], 0 je .wait ; Do some additional checks to verify that we are in fact at the BPF page ; 1) Check bpf size = 1 page. cmp word[0x100...
vp8/common/arm/neon/buildintrapredictorsmby_neon.asm
mrchapp/libvpx
1
121929
; ; Copyright (c) 2010 The VP8 project authors. All Rights Reserved. ; ; Use of this source code is governed by a BSD-style license ; that can be found in the LICENSE file in the root of the source ; tree. An additional intellectual property rights grant can be found ; in the file PATENTS. All contributing projec...
programs/oeis/188/A188707.asm
karttu/loda
0
121931
<reponame>karttu/loda ; A188707: Number of 3 X n binary arrays without the pattern 0 0 diagonally or vertically. ; 5,21,90,387,1665,7164,30825,132633,570690,2455551,10565685,45461772,195611805,841673709,3621533130,15582644523,67048623225,288495182556,1241330043105,5341164667857,22981833209970,98885672046279,42548286060...
Assignment6/poly_tiny.nasm
xen0vas/SLAE
1
121932
; poly_tiny.nasm ; ; this shellcode reads the contents from /etc/passwd ; ; Author: <NAME> ; ; Student ID: SLAE - 1314 global _start section .text _start: shr ecx, 16 mul ecx mov al, 5 mov dword [esp-4], ecx mov dword [esp-8], 0x64777373 mov dword [esp-0ch], 0x617...
pkgs/tools/yasm/src/modules/preprocs/nasm/tests/longline.asm
manggoguy/parsec-modified
2,151
121933
<reponame>manggoguy/parsec-modified<gh_stars>1000+ db (((0x52<<3)^(((0x52>>5)&1)*0x11b)^(((0x52>>5)&2)*0x11b)^(((0x52>>5)&4)*0x11b)) ^ ((0x52<<2)^(((0x52>>6)&1)*0x11b)^(((0x52>>6)&2)*0x11b)) ^ ((0x52<<1)^(((0x52>>7)&1)*0x11b))), (((0x52<<3)^(((0x52>>5)&1)*0x11b)^(((0x52>>5)&2)*0x11b)^(((0x52>>5)&4)*0x11b)) ^ 0x52), ((...
aots/echo/src/EchoTest.asm
jaredwhitney/OrcaHLL
5
121935
[bits 32] dd EchoTest.$FILE_END - EchoTest.$FILE_START db "OrcaHLL Class", 0 db "EchoTest", 0 EchoTest.$FILE_START : EchoTest.$global.console : dd 0x0 EchoTest.$global.text : dd 0x0 EchoTest._init: pop dword [EchoTest._init.returnVal] push eax push ebx push edx mov ecx, 80 push ecx mov ax, 0x0502 int 0x30 mov [Ech...
TEST_revstring.asm
alieonsido/ASM_TESTING
0
121936
TITLE TEST_Reversestring (TEST_Revstring.asm) INCLUDE Irvine32.inc INCLUDELIB Irvine32.lib INCLUDELIB Kernel32.Lib INCLUDELIB User32.Lib .data aName BYTE "<NAME>",0 namesize= ($-aName) -1 .code main PROC ;move name in stack mov ecx,namesize mov esi,0 Loop1: movzx eax,aName[esi] ;get the char push eax ; ...
programs/oeis/296/A296368.asm
neoneye/loda
22
121937
<filename>programs/oeis/296/A296368.asm ; A296368: Coordination sequence for the Cairo or dual-3.3.4.3.4 tiling with respect to a trivalent point. ; 1,3,8,12,15,20,25,28,31,36,41,44,47,52,57,60,63,68,73,76,79,84,89,92,95,100,105,108,111,116,121,124,127,132,137,140,143,148,153,156,159,164,169,172,175,180,185,188,191,196...
inc/techs.asm
hansbonini/-SMD-Phantasy-Star-3
1
121938
;------------------------ loc_1F88E: dc.w $008A dc.w 0 dc.b "Foi" dc.b $FC ;------------------------ even ;------------------------ loc_1F896: dc.w $020A dc.w 0 dc.b "Zan" dc.b $FC ;------------------------ even ;------------------------ loc_1F89E: dc.w $038A dc.w 0 dc.b "Gra" dc.b $FC ;------------------...
test_binaries/golfclub/bye.asm
BinaryResearch/Lepton
17
121939
; 84 byte LINUX_REBOOT_CMD_POWER_OFF Binary Golf BITS 64 org 0x100000000 ;---------------------+------+------------+------------------------------------------+-----------------------------+----------+ ; CODE LISTING | OFFS | ASSEMBLY | CODE COMMENT | ELF HEADER STRUCT | ...
Engine Hacks/Strmag/Strmag/Str Mag Split/Prep Screen and Mag Booster/Prep Screen Mag Number.asm
sme23/Christmas2
3
121940
.thumb .org 0x0 push {r14} mov r2,r0 ldr r0,DisplayStatNumber mov r14,r0 mov r0,r5 mov r1,r6 .short 0xF800 @displays str number mov r7,r5 add r7,#0x80 ldr r0,MagGetter mov r14,r0 mov r0,r4 .short 0xF800 @gets mag ldr r1,[r4,#0x4] ldrb r1,[r1,#0x4] @class id lsl r1,#0x2 ldr r2,MagGetter+4 @Mag Class Ta...
Transynther/x86/_processed/NC/_st_zr_sm_/i7-7700_9_0xca_notsx.log_21829_1823.asm
ljhsiun2/medusa
9
121941
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r15 push %r8 push %r9 push %rax push %rbx push %rcx lea addresses_D_ht+0x19ec6, %rax nop nop inc %r8 mov (%rax), %r11 nop nop nop nop nop dec %rbx lea addresses_A_ht+0x4ce2, %rcx nop nop xor %r15, %r15 mov (%rcx), %r9w nop nop nop dec %r11 lea addresses_WC_ht...
Working Disassembly/Levels/LBZ/Misc Object Data/Map - Lowering Grapple.asm
TeamASM-Blur/Sonic-3-Blue-Balls-Edition
5
121943
Map_227DBC: dc.w Frame_227DDA-Map_227DBC ; ... dc.w Frame_227DEE-Map_227DBC dc.w Frame_227E08-Map_227DBC dc.w Frame_227E28-Map_227DBC dc.w Frame_227E4E-Map_227DBC dc.w Frame_227E7A-Map_227DBC dc.w Frame_227EAC-Map_227DBC dc.w Frame_227EE4-Map_227DBC dc.w Frame_227F22-Map_227DBC dc.w Frame_227F66-Map_2...
programs/oeis/141/A141015.asm
jmorken/loda
1
121944
<filename>programs/oeis/141/A141015.asm ; A141015: a(0) = 0, a(1) = 1, a(2) = 2; for n > 2, a(n) = a(n-1) + 2*a(n-2) + a(n-3). ; 0,1,2,4,9,19,41,88,189,406,872,1873,4023,8641,18560,39865,85626,183916,395033,848491,1822473,3914488,8407925,18059374,38789712,83316385,178955183,384377665,825604416,1773314929,3808901426,818...
sstprog.asm
gmcgarry/sstprog
0
121945
<gh_stars>0 ; STC89C52 ; SST 39SF010 128KBx8 (A16 not connected, pulled low) ; ; $ screen /dev/ttyUSB0 19200 ; paste intel hex code into terminal ADDRL EQU P0 ADDRH EQU P2 DATA EQU P1 CS EQU P3.7 OE EQU P3.6 WE EQU P3.5 AR0 EQU 0 AR1 EQU 1 AR2 EQU 2 AR7 EQU 7 .org 0000h ; reset vector ajmp main .org ...
Transynther/x86/_processed/NONE/_zr_/i7-8650U_0xd2.log_2303_14.asm
ljhsiun2/medusa
9
121946
<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r13 push %r14 push %rax push %rbx push %rcx push %rdi push %rsi lea addresses_WC_ht+0x3e31, %rax nop nop nop xor $51123, %r14 mov $0x6162636465666768, %rsi movq %rsi, %xmm7 and $0xffffffffffffffc0, %rax movaps %xmm7, (%rax) nop nop nop nop nop and $40664...