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_/i7-7700_9_0x48.log_21829_2587.asm
ljhsiun2/medusa
9
58980
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r14 push %rbp push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_D_ht+0x7ae4, %rsi nop nop nop nop nop sub %rbp, %rbp movups (%rsi), %xmm1 vpextrq $0, %xmm1, %r11 nop nop nop and $3816, %rsi lea addresses_normal_ht+0x11694, %rbx nop nop nop nop s...
misc/avisynth-reader/avisynth/src/convert/convert_a.asm
subond/tools
0
58981
; Avisynth v2.5. Copyright 2002 <NAME>-Gould et al. ; http://www.avisynth.org ; ; This program is free software; you can redistribute it and/or modify ; it under the terms of the GNU General Public License as published by ; the Free Software Foundation; either version 2 of the License, or ; (at your option) any ...
examples/asm/tdot_5_36.asm
ptorru/reticle
35
58982
<filename>examples/asm/tdot_5_36.asm def main(a0:i8, c0:i8, e0:i8, g0:i8, i0:i8, a1:i8, c1:i8, e1:i8, g1:i8, i1:i8, a2:i8, c2:i8, e2:i8, g2:i8, i2:i8, a3:i8, c3:i8, e3:i8, g3:i8, i3:i8, a4:i8, c4:i8, e4:i8, g4:i8, i4:i8, a5:i8, c5:i8, e5:i8, g5:i8, i5:i8, a6:i8, c6:i8, e6:i8, g6:i8, i6:i8, a7:i8, c7:i8, e7:i8, g7:i8, i...
3-6502 Arithmetics/1INY.asm
petriw/Commodore64Programming
259
58984
processor 6502 org $1000 loop: ldy #$00 sty $d020 iny iny iny iny iny iny iny iny sty $d021 jmp loop
patches/hp_counter_patch/hp_counter_patch.asm
RPGHacker/SMW-Workspace
9
58985
<gh_stars>1-10 @asar 1.50 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;RPG-Styled HP and MP Counter Patch by RPG Hacker; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; incsrc ../free_7F4000/freeconfig.cfg incsrc hpconfig.cfg incsrc ../shared/shared.asm print "HP/MP Counter Patch - (c) <NAME>" math pri...
oeis/154/A154372.asm
neoneye/loda-programs
11
58986
<reponame>neoneye/loda-programs ; A154372: Triangle T(n,k) = (k+1)^(n-k)*binomial(n,k). ; Submitted by <NAME> ; 1,1,1,1,4,1,1,12,9,1,1,32,54,16,1,1,80,270,160,25,1,1,192,1215,1280,375,36,1,1,448,5103,8960,4375,756,49,1,1,1024,20412,57344,43750,12096,1372,64,1,1,2304,78732,344064,393750,163296,28812,2304,81,1,1,5120,295...
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2.log_735_70.asm
ljhsiun2/medusa
9
58988
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r15 push %r8 push %rax push %rbp push %rcx push %rdi push %rdx push %rsi lea addresses_A_ht+0x1b90f, %r10 nop nop nop nop cmp $36520, %rdi movb (%r10), %al nop nop nop nop and %rdi, %rdi lea addresses_WT_ht+0x15e75, %r8 nop nop nop nop sub %r10, %r10 movw $0x...
programs/oeis/280/A280097.asm
karttu/loda
1
58990
<filename>programs/oeis/280/A280097.asm ; A280097: Sum of the divisors of 24*n - 1. ; 24,48,72,120,144,168,168,192,264,240,264,336,312,408,360,384,456,432,672,480,504,576,600,744,600,720,648,744,840,720,744,840,912,984,840,864,888,912,1296,1104,984,1080,1032,1272,1176,1104,1368,1152,1488,1320,1224,1320,1344,1824,1320 ...
oeis/198/A198192.asm
neoneye/loda-programs
11
58991
<gh_stars>10-100 ; A198192: Replace 2^k in the binary representation of n with n-k (i.e. if n = 2^a + 2^b + 2^c + ... then a(n) = (n-a) + (n-b) + (n-c) + ...). ; Submitted by <NAME> ; 0,1,1,5,2,8,9,18,5,15,16,29,19,34,36,54,12,30,31,52,34,57,59,85,41,68,70,100,75,107,110,145,27,61,62,99,65,104,106,148,72,115,117,163,12...
examples/asm-64/sse_int.asm
patrickf2000/upl
0
58992
<gh_stars>0 .intel_syntax noprefix .data STR_1: .string "Add:" STR_2: .string "Mul:" .bss .text .extern puts .extern printf .extern exit .extern fflush .extern input_int .extern print_int .global main main: push rbp mov rbp, rsp sub rsp, 196 mov DWORD PTR [rbp-20], 1 mov DWORD PTR [rbp-16], 2 mov DW...
oeis/038/A038722.asm
neoneye/loda-programs
11
58993
; A038722: Take the sequence of natural numbers (A000027) and reverse successive subsequences of lengths 1,2,3,4,... . ; 1,3,2,6,5,4,10,9,8,7,15,14,13,12,11,21,20,19,18,17,16,28,27,26,25,24,23,22,36,35,34,33,32,31,30,29,45,44,43,42,41,40,39,38,37,55,54,53,52,51,50,49,48,47,46,66,65,64,63,62,61,60,59,58,57,56,78,77,76,7...
Operating_Systems_CSE_2005/Printing_Strings_Lab_3/infinite_loops.asm
aadhityasw/VIT-Labs
2
58994
<gh_stars>1-10 BITS 16 jmp main nop main: mov ax,07C0h add ax,288 mov ss,ax mov sp,4096 mov ax,07C0h mov ds,ax call PrintHelloWorld jmp Infiniteloop Infiniteloop: jmp Infiniteloop HelloWorld db "Hello World",0x0d,0x0a,0x00 PrintHelloWorld: mov si,HelloWorld call Printstr ret Printstr: push ax mov ah,0Eh loop: lo...
data/ui/button_gfx.asm
SavagePencil/TriloTrackerSMSReplayerApp
0
58995
<filename>data/ui/button_gfx.asm .IFNDEF __BUTTON_GFX_ASM__ .DEFINE __BUTTON_GFX_ASM__ .SECTION "Button Gfx - Profile 1bpp" FREE ; ((char - 32) * 3) + 7 ButtonGfx_Profile1bpp: @Begin: ; P .db $7C,$66,$66,$7C .db $60,$60,$60,$00 ; R .db $7C,$66,$66,$7C .db $6C,$66,$66,$00 ; O .db $3C,$66,$66,$66 .db $66,$66,$3C,$00 ...
archive/vtl-2/source/left_specials/machinecode.asm
paulscottrobson/retrochallenge-jan-2016
0
58996
<reponame>paulscottrobson/retrochallenge-jan-2016 ; **************************************************************************************************************** ; **************************************************************************************************************** ; ; > : Call Machine Code ; ;...
oeis/038/A038312.asm
neoneye/loda-programs
11
58997
; A038312: Triangle whose (i,j)-th entry is binomial(i,j)*10^(i-j)*10^j. ; Submitted by <NAME> ; 1,10,10,100,200,100,1000,3000,3000,1000,10000,40000,60000,40000,10000,100000,500000,1000000,1000000,500000,100000,1000000,6000000,15000000,20000000,15000000,6000000,1000000,10000000,70000000,210000000 mov $1,1 lpb $0 add...
LibSource/mpir/mpn/x86_64/sandybridge/lshift2.asm
ekzyis/CrypTool-2
12
58998
dnl mpn_lshift2 dnl Copyright 2009 <NAME> dnl This file is part of the MPIR Library. dnl The MPIR Library is free software; you can redistribute it and/or modify dnl it under the terms of the GNU Lesser General Public License as published dnl by the Free Software Foundation; either version 2.1 of the License, ...
Tools/CPU-32Asm/Asm/sample.asm
thepowersgang/logiccircuit
3
58999
<reponame>thepowersgang/logiccircuit [org 0x0] _rst: jmp rel main _irq: jmp rel $ _mabrt: jmp rel $ _undef: jmp rel $ main: mov r13, 0x10100000 ; Top of DRAM+1 mov r2, 0x12345 call puthex jmp $ ; TODO: [TEXTDATA] (or similar) for 32-bit literals puthex: push r14 .loop: mov r0, r2 shr r2, 4 and r0, 0xF l...
libsrc/stdio/lynx/getk.asm
meesokim/z88dk
0
59000
; ; Camputers Lynx C Library ; ; getk() Read key status ; ; <NAME> - 2014 ; ; ; $Id: getk.asm,v 1.2 2015/01/21 08:09:27 stefano Exp $ ; PUBLIC getk .getk call $9bd ld l,a ld h,0 ret
Assignment 6 submission/a6.asm
vridhid/CPSC355
0
59002
// ================================================= GLOBAL VARIABLES ========================================= // .data // begin "data" section zero_cons: .double 0r0.0 // constant 0.0 half_cons: .double 0r0.5 // constant 0.5 one_cons: .double 0r1.0 // constant 1.0 two_cons: .double...
oeis/097/A097742.asm
neoneye/loda-programs
11
59003
<reponame>neoneye/loda-programs ; A097742: Pell equation solutions (10*b(n))^2 - 101*a(n)^2 = -1 with b(n)=A097741(n), n >= 0. ; Submitted by <NAME>(s4) ; 1,401,161201,64802401,26050404001,10472197606001,4209797387208401,1692328077460171201,680311677341601614401,273483601963246388818001,109939727677547706703222001,4419...
oeis/213/A213501.asm
neoneye/loda-programs
11
59004
; A213501: Number of (w,x,y) with all terms in {0,...,n} and w != max(|w-x|,|x-y|) ; Submitted by <NAME> ; 0,4,16,45,94,172,281,433,626,875,1177,1547,1981,2497,3087,3772,4543,5421,6396,7492,8695,10032,11488,13090,14822,16714,18746,20951,23308,25850,28555,31459,34536,37825,41299,44997,48891,53023,57361,61950,66757,71827...
8_loop_draw_graphics.asm
chriswyatt/znake
8
59005
; ///////////////////////////////////////////////////////////////////////////// ; Znake (ZX Spectrum 48K) ; ----------------------------------------------------------------------------- ; 8_loop_draw_graphics.asm ; ----------------------------------------------------------------------------- ; Copyright (C) 2016, <N...
oeis/039/A039920.asm
neoneye/loda-programs
11
59007
<filename>oeis/039/A039920.asm ; A039920: Concatenation of the first n decimal digits of e-2. ; Submitted by <NAME> ; 7,71,718,7182,71828,718281,7182818,71828182,718281828,7182818284,71828182845,718281828459,7182818284590,71828182845904,718281828459045,7182818284590452,71828182845904523,718281828459045235,7182818284590...
_maps/obj43.asm
vladjester2020/Sonic1TMR
0
59008
; --------------------------------------------------------------------------- ; Sprite mappings - Roller enemy (SYZ) ; --------------------------------------------------------------------------- dc.w byte_E1AC-Map_obj43, byte_E1B7-Map_obj43 dc.w byte_E1C2-Map_obj43, byte_E1C8-Map_obj43 dc.w byte_E1CE-Map_obj...
LAB 2/Lab2Task_4.asm
smellycattt/Microprocessor-Programming
1
59009
<reponame>smellycattt/Microprocessor-Programming .MODEL TINY .486 .DATA ORG 100H ARRAY1 DW 7888H, 980AH, 0FFFFH, 0203H COUNT DW 04H NEG1 DB ? .CODE .STARTUP LEA SI, ARRAY1 MOV CX, COUNT X1: MOV AX, [SI] BT AX, 0FH JNC X2 INC NEG1 X2: INC SI INC SI LOOP X1 MOV DL, NEG1 ;DISPLAYING CONTENTS ...
Irvine/Examples/ch05/32 bit/TestArraySum.asm
alieonsido/ASM_TESTING
0
59010
<reponame>alieonsido/ASM_TESTING ; Testing the ArraySum procedure (TestArraySum.asm) .386 .model flat,stdcall .stack 4096 ExitProcess PROTO, dwExitCode:dword .data array dword 10000h,20000h,30000h,40000h,50000h theSum dword ? .code main proc mov esi,OFFSET array ; ESI points to array mov ecx,LENGTHOF array ...
Software.asm
sescer/The-Game-of-Noughts-and-Crosses
3
59011
<reponame>sescer/The-Game-of-Noughts-and-Crosses asect 0 main: ldi r2,3 ld r2,r1 while # waiting for the button to be pressed tst r1 stays mi ld r2,r1 wend ld r1,r0 if # check if the cell is busy tst r0 is nz br main fi ldi r0,2 st r1,r0 # save the cross at the address of the pressed cell cmp r1,r...
Chapter01/Answers to Exercises/src/Ex__4_16_bit_addition.asm
jeras/Modern-Computer-Architecture-and-Organization-Second-Edition
88
59012
; Ex__4_16_bit_addition.asm ; Try running this code at ; https://skilldrick.github.io/easy6502/ ; Set up the values to be added ; Remove the appropriate semicolons to select the bytes to add: ; ($0000 + $0001) or ($00FF + $0001) or ($1234 + $5678) LDA #$00 ;LDA #$FF ;LDA #$34 STA $00 LDA #$00 ;LDA #$00 ;LDA #$12 STA...
Transynther/x86/_processed/NC/_ht_st_zr_un_/i7-7700_9_0x48.log_21829_905.asm
ljhsiun2/medusa
9
59013
.global s_prepare_buffers s_prepare_buffers: push %r13 push %r15 push %r8 push %rbp push %rbx push %rcx push %rdi push %rsi lea addresses_WT_ht+0xb902, %r8 clflush (%r8) nop and $16231, %r13 mov (%r8), %rbx nop nop nop nop nop sub $65451, %rsi lea addresses_normal_ht+0x2402, %r13 nop nop nop nop and %rbp, %rbp movw $0x...
Borland/CBuilder5/Source/RTL/source/cstrings/strlen.asm
TrevorDArcyEvans/DivingMagpieSoftware
1
59014
<filename>Borland/CBuilder5/Source/RTL/source/cstrings/strlen.asm<gh_stars>1-10 ;[]-----------------------------------------------------------------[] ;| STRLEN.ASM -- calculate the length of a string | ;[]-----------------------------------------------------------------[] ; ; C/C++ Run Time L...
programs/oeis/010/A010012.asm
karttu/loda
1
59015
<filename>programs/oeis/010/A010012.asm ; A010012: a(0) = 1, a(n) = 22*n^2 + 2 for n>0. ; 1,24,90,200,354,552,794,1080,1410,1784,2202,2664,3170,3720,4314,4952,5634,6360,7130,7944,8802,9704,10650,11640,12674,13752,14874,16040,17250,18504,19802,21144,22530,23960,25434,26952,28514,30120,31770,33464,35202,36984,38810,40680...
libcpu/ti-dsp/c6x/context.asm
cazure/rt-thread
2
59016
<filename>libcpu/ti-dsp/c6x/context.asm ; ; Copyright (c) 2021, Shenzhen Academy of Aerospace Technology ; ; SPDX-License-Identifier: Apache-2.0 ; ; Change Logs: ; Date Author Notes ; 2021-11-16 Dystopia the first version ; ;----------------------------------------------------------- ; ...
programs/oeis/220/A220084.asm
jmorken/loda
1
59017
; A220084: a(n) = (n + 1)*(20*n^2 + 19*n + 6)/6. ; 1,15,62,162,335,601,980,1492,2157,2995,4026,5270,6747,8477,10480,12776,15385,18327,21622,25290,29351,33825,38732,44092,49925,56251,63090,70462,78387,86885,95976,105680,116017,127007,138670,151026,164095,177897,192452,207780,223901,240835,258602,277222,296715,317101,338...
Transynther/x86/_processed/NC/_zr_/i9-9900K_12_0xca_notsx.log_21829_1470.asm
ljhsiun2/medusa
9
59018
<reponame>ljhsiun2/medusa<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r10 push %r12 push %r14 push %r15 push %rbp push %rbx push %rcx push %rdi push %rsi lea addresses_UC_ht+0x17cec, %rcx nop nop sub %r10, %r10 mov (%rcx), %r12w nop nop nop cmp $38690, %r15 lea addresses_D_ht+0x95ec, %rbp nop nop a...
libsrc/graphics/text6/clsgraph.asm
andydansby/z88dk-mk2
1
59019
; ; Generic pseudo graphics routines for text-only platforms ; Version for the 2x3 graphics symbols ; ; Written by <NAME> 19/12/2006 ; ; ; Clears graph screen. ; ; ; $Id: clsgraph.asm,v 1.1 2006/12/23 21:33:10 stefano Exp $ ; INCLUDE "graphics/text6/textgfx.inc" XLIB cleargraphics XREF bas...
main.asm
ngcaden/Microprocessor
1
59020
; ; FlappyBird.asm ; ; Created: 07/02/2017 10:00:19 ; ; Author : <NAME>, <NAME> ; Institution : Imperial College Lodon ; .DEVICE ATmega128 .include "m128def.inc" ; .ORG $0 jmp Init ; nop reti ; External 0 interrupt Vector nop reti ; External 1 interrupt Vector nop reti ; Ex...
Sistemas_Digitales/Practica6/practica_6.asm
AntiDesert5/Ingenieria-en-Computacion-UAEM
1
59022
<reponame>AntiDesert5/Ingenieria-en-Computacion-UAEM list p=16f887 ; list directive to define processor #include <p16f887.inc> ; processor specific variable definitions ; '__CONFIG' directive is used to embed configuration data within .asm file. ; The labels following the directive are located in the respective ...
Asm4Kids/24incindexed.asm
jacmoe/c64adventures
17
59023
<filename>Asm4Kids/24incindexed.asm<gh_stars>10-100 ; inc in indexed mode ; fills the screen with an a and a lot of emptiness or junk ; depending on what's in the addresses ; 10 SYS (49152) *=$0801 BYTE $0E, $08, $0A, $00, $9E, $20, $28, $34, $39, $31, $35, $32, $29, $00, $00, $00 *=$...
src/test/ref/complex/includes/includes-1.asm
jbrandwood/kickc
2
59024
// Includes a system library - ignores the local file with the same name // Commodore 64 PRG executable file .file [name="includes-1.prg", type="prg", segments="Program"] .segmentdef Program [segments="Basic, Code, Data"] .segmentdef Basic [start=$0801] .segmentdef Code [start=$80d] .segmentdef Data [startAfter="Code...
data/pokemon/base_stats/hoenn/kecleon.asm
Dev727/ancientplatinum
0
59025
<filename>data/pokemon/base_stats/hoenn/kecleon.asm db 0 ; 352 DEX NO db 60, 90, 70, 40, 60, 120 ; hp atk def spd sat sdf db NORMAL, NORMAL ; type db 200 ; catch rate db 132 ; base exp db NO_ITEM, NO_ITEM ; items db GENDER_F50 ; gender ratio db 100 ; unknown 1 db 20 ; step cycles to hatch db 5 ;...
data/maps/objects/CeladonHotel.asm
opiter09/ASM-Machina
1
59026
<gh_stars>1-10 CeladonHotel_Object: db $0 ; border block def_warps warp 3, 7, 12, LAST_MAP warp 4, 7, 12, LAST_MAP def_signs def_objects object SPRITE_GRANNY, 3, 1, STAY, DOWN, 1 ; person object SPRITE_BEAUTY, 2, 4, STAY, NONE, 2 ; person object SPRITE_SUPER_NERD, 8, 4, WALK, LEFT_RIGHT, 3 ; person de...
programs/oeis/014/A014633.asm
neoneye/loda
22
59027
; A014633: Even pentagonal numbers. ; 0,12,22,70,92,176,210,330,376,532,590,782,852,1080,1162,1426,1520,1820,1926,2262,2380,2752,2882,3290,3432,3876,4030,4510,4676,5192,5370,5922,6112,6700,6902,7526,7740,8400,8626,9322,9560,10292,10542,11310,11572,12376,12650,13490,13776,14652,14950,15862,16172,17120,17442,18426,18760,...
Transynther/x86/_processed/NONE/_un_xt_sm_/i9-9900K_12_0xa0.log_21829_548.asm
ljhsiun2/medusa
9
59028
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r13 push %r14 push %r15 push %rax push %rcx push %rdi push %rsi lea addresses_WT_ht+0x393c, %r15 nop nop nop nop dec %r14 movw $0x6162, (%r15) nop nop nop nop add %r13, %r13 lea addresses_normal_ht+0x253c, %r11 nop sub %rsi, %rsi mov (%r11), %cx xor $34189, %...
programs/oeis/062/A062068.asm
karttu/loda
0
59030
; A062068: a(n) = d(sigma(n)), where d(k) is the number of divisors function (A000005) and sigma(k) is the sum of divisor function (A000203). ; 1,2,3,2,4,6,4,4,2,6,6,6,4,8,8,2,6,4,6,8,6,9,8,12,2,8,8,8,8,12,6,6,10,8,10,4,4,12,8,12,8,12,6,12,8,12,10,6,4,4,12,6,8,16,12,16,10,12,12,16,4,12,8,2,12,15,6,12,12,15,12,8,4,8,6,1...
oeis/120/A120792.asm
neoneye/loda-programs
11
59031
<filename>oeis/120/A120792.asm ; A120792: Numerators of partial sums of Catalan numbers scaled by powers of -1/12. ; Submitted by <NAME> ; 1,11,67,1603,9625,4277,230969,11086369,199555357,2394661853,14367975317,344831378215,2068988321293,24827859669791,49655719451017,1588983021355339,9533898130096349,343220332661861099...
programs/oeis/127/A127859.asm
neoneye/loda
22
59032
<gh_stars>10-100 ; A127859: a(n)=r(A127858(n)) where A127858 is the sequence of positive integers with the property that r(n^2)=r(n)^2 and where r if the cyclic replacement map of the digits d of n in base 12 defined by d->d+1 if d<11 and d->0 if d=11. ; 7,79,943,11311,135727,1628719,19544623,234535471,2814425647,33773...
test/test.Array.createb.asm
richRemer/atlatl
0
59033
<gh_stars>0 global test_case extern Array.createb extern Array.eachb extern std.outbln %include "Array.inc" section .text test_case: mov rax, 1 ; array length call Array.createb ; 1-Byte array mov rbx, std.outbln ; function to call call Array.eachb ret
programs/oeis/157/A157324.asm
neoneye/loda
22
59034
<filename>programs/oeis/157/A157324.asm<gh_stars>10-100 ; A157324: a(n) = 36*n^2 + n. ; 37,146,327,580,905,1302,1771,2312,2925,3610,4367,5196,6097,7070,8115,9232,10421,11682,13015,14420,15897,17446,19067,20760,22525,24362,26271,28252,30305,32430,34627,36896,39237,41650,44135,46692,49321,52022,54795,57640,60557,63546,66...
ESEMPI/Es_squareroot.asm
Porchetta/py-pdp8-tk
8
59035
<reponame>Porchetta/py-pdp8-tk<filename>ESEMPI/Es_squareroot.asm<gh_stars>1-10 ORG 100 LDA SR CIR STA ROOT CICLO, LDA ROOT STA X STA Y BSA SQUARE LDA RIS CMA INC ADD SR SZA BUN AFT BUN FINE AFT, LDA ROOT CMA INC STA TMP ISZ TMP BUN AFT2 BUN FINE AFT2, INC CMA INC STA ROOT BUN CICLO FINE, HLT // SQUARE FUN ----- S...
artwork/barbaro_cuelga.asm
fjpena/sword-of-ianna-zx
67
59036
; 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 barbaro_cuelga: DEFB 0,224,...
libsrc/_DEVELOPMENT/math/float/math16/lm16/c/sccz80/cos.asm
witchcraft2001/z88dk
640
59037
<gh_stars>100-1000 SECTION code_fp_math16 PUBLIC cosf16 EXTERN _m16_cosf defc cosf16 = _m16_cosf ; SDCC bridge for Classic IF __CLASSIC PUBLIC _cosf16 EXTERN cm16_sdcc_cos defc _cosf16 = cm16_sdcc_cos ENDIF
programs/oeis/005/A005378.asm
neoneye/loda
22
59038
<reponame>neoneye/loda ; A005378: The female of a pair of recurrences. ; 1,1,2,2,3,3,4,5,5,6,6,7,8,8,9,9,10,11,11,12,13,13,14,14,15,16,16,17,17,18,19,19,20,21,21,22,22,23,24,24,25,25,26,27,27,28,29,29,30,30,31,32,32,33,34,34,35,35,36,37,37,38,38,39,40,40,41,42,42,43,43,44,45,45,46,46,47,48,48,49,50,50,51,51,52,53,53,54...
src/cli.asm
ShellCode33/FindTool
0
59039
<filename>src/cli.asm ; void recursive_listing(wchar_t *root_directory, unsigned int depth) recursive_listing PROC push ebp mov ebp, esp ; malloc addr [ebp-4] ; file handler [ebp-8] sub esp, 8 cmp DWORD PTR[ebp+12], 0 je skip_free ; if the depth equals 0, we stop the function and return (n...
programs/oeis/315/A315729.asm
neoneye/loda
22
59041
; A315729: Coordination sequence Gal.5.134.5 where G.u.t.v denotes the coordination sequence for a vertex of type v in tiling number t in the Galebach list of u-uniform tilings. ; 1,6,12,18,22,26,32,38,44,50,56,62,66,70,76,82,88,94,100,106,110,114,120,126,132,138,144,150,154,158,164,170,176,182,188,194,198,202,208,214,...
oeis/040/A040520.asm
neoneye/loda-programs
11
59042
<filename>oeis/040/A040520.asm ; A040520: Continued fraction for sqrt(544). ; Submitted by <NAME> ; 23,3,11,3,46,3,11,3,46,3,11,3,46,3,11,3,46,3,11,3,46,3,11,3,46,3,11,3,46,3,11,3,46,3,11,3,46,3,11,3,46,3,11,3,46,3,11,3,46,3,11,3,46,3,11,3,46,3,11,3,46,3,11,3,46,3,11,3,46,3,11,3,46,3,11 gcd $0,262156 mul $0,42 mod $0,...
oeis/133/A133796.asm
neoneye/loda-programs
11
59043
; A133796: a(n) = n-th prime + n-th semiprime. ; Submitted by <NAME> ; 6,9,14,17,25,28,38,41,48,55,64,71,76,81,86,99,108,112,122,128,131,141,148,158,171,178,185,192,195,200,218,224,231,234,255,262,272,281,286,294,301,304,320,326,331,340,353,366,372,375,388,397,400,412,423,432,446,449,460,466,470,487,508,513,516,522,537...
osaka2/main.asm
utz82/PC1403-Music-Routines
6
59044
<reponame>utz82/PC1403-Music-Routines<gh_stars>1-10 ;osaka II beeper engine for SHARP PC ;version 1.0 by utz 07'2014 ;2 channels pulse-interleaving square wave sound + pwm drums ;modified for the AS61860 assembler by <NAME>: ;https://shop-pdp.net/ashtml/asmlnk.htm ;$ as61860 -los main.asm ;$ as61860 -los music.asm ;$ ...
Transynther/x86/_processed/NONE/_st_/i7-7700_9_0x48_notsx.log_21829_1703.asm
ljhsiun2/medusa
9
59046
<filename>Transynther/x86/_processed/NONE/_st_/i7-7700_9_0x48_notsx.log_21829_1703.asm<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r10 push %r12 push %r13 push %r9 push %rbp push %rcx push %rdi push %rsi lea addresses_UC_ht+0x12f71, %r9 nop nop nop sub $26322, %r10 mov $0x6162636465666768, %rcx mov...
programs/oeis/071/A071868.asm
neoneye/loda
22
59047
<filename>programs/oeis/071/A071868.asm<gh_stars>10-100 ; A071868: Number of k (1 <= k <= n) such that k^2+1 is prime. ; 1,2,2,3,3,4,4,4,4,5,5,5,5,6,6,7,7,7,7,8,8,8,8,9,9,10,10,10,10,10,10,10,10,10,10,11,11,11,11,12,12,12,12,12,12,12,12,12,12,12,12,12,12,13,13,14,14,14,14,14,14,14,14,14,14,15,15,15,15,15,15,15,15,16,16...
nv_debug_macs.asm
nealvis/nv_c64_util
0
59048
<gh_stars>0 ////////////////////////////////////////////////////////////////////////////// // nv_debug_macs.asm // Copyright(c) 2021 <NAME>. // License: MIT. See LICENSE file in root directory. ////////////////////////////////////////////////////////////////////////////// // debug macros useful to debug code by printin...
7/7-4.asm
userElaina/MicrocomputerLab
0
59049
WR MACRO CHA,ATR,NUM MOV AH,2 INT 10H MOV AL,CHA MOV CX,NUM MOV BL,ATR MOV AH,9 INT 10H ENDM CODE SEGMENT ASSUME CS:CODE MAIN PROC FAR CAR: MOV AH,0 MOV AL,3 INT 10H LOP1: MOV SI,0A0AH LOP2: MOV DX,...
oeis/216/A216243.asm
neoneye/loda-programs
11
59050
; A216243: Partial sums of the squares of Lucas numbers (A000032). ; Submitted by <NAME>(s2.) ; 4,5,14,30,79,200,524,1365,3574,9350,24479,64080,167764,439205,1149854,3010350,7881199,20633240,54018524,141422325,370248454,969323030,2537720639,6643838880,17393796004,45537549125,119218851374,312119004990,817138163599,21392...
oeis/098/A098107.asm
neoneye/loda-programs
11
59051
<reponame>neoneye/loda-programs ; A098107: Sum of all matrix elements M(i,j) = n!*(i/j), (i,j = 1..n). ; Submitted by <NAME> ; 1,9,66,500,4110,37044,365904,3945024,46195920,584575200,7955893440,115942544640,1802051072640,29763892972800,520699560192000,9619862405529600,187181055358617600,3826464958007193600 add $0,2 mo...
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_21829_806.asm
ljhsiun2/medusa
9
59052
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r12 push %r14 push %rcx push %rdi push %rsi lea addresses_normal_ht+0x1050c, %rsi lea addresses_UC_ht+0x15a23, %rdi nop nop nop nop and %r12, %r12 mov $69, %rcx rep movsb nop nop add %r14, %r14 lea addresses_D_ht+0x12a5c, %rsi lea addresses_normal_ht+0x6d0c, ...
base/mvdm/wow16/kernel31/i21file.asm
npocmaka/Windows-Server-2003
17
59053
<gh_stars>10-100 title INT21 - INT 21 handler for scheduler .xlist include kernel.inc include tdb.inc include pdb.inc include kdos.inc ifdef WOW include vint.inc endif .list externFP FileCDR_notify DataBegin externB PhantArray externB DOSDrives externB CurDOSDrive externW curTDB DataEnd as...
target/analysis/Func00401500.asm
katahiromz/DecodersTatami
3
59054
proc Func00401500 Label_00401500 attrs [[cdecl]] # call_from : 00401880 # call_to : 004028D4 Label_00401500: 00401500: 83 EC 1C : sub esp, 0x1c 00401503: 8B 44 24 20 : mov eax, [esp+0x20] 00401507: 89 04 24 : mov [esp], eax 0040150A: E8...
programs/oeis/021/A021042.asm
neoneye/loda
22
59055
<reponame>neoneye/loda ; A021042: Decimal expansion of 1/38. ; 0,2,6,3,1,5,7,8,9,4,7,3,6,8,4,2,1,0,5,2,6,3,1,5,7,8,9,4,7,3,6,8,4,2,1,0,5,2,6,3,1,5,7,8,9,4,7,3,6,8,4,2,1,0,5,2,6,3,1,5,7,8,9,4,7,3,6,8,4,2,1,0,5,2,6,3,1,5,7,8,9,4,7,3,6,8,4,2,1,0,5,2,6,3,1,5,7,8,9 mov $2,$0 lpb $2 add $0,1 trn $2,$0 lpe add $0,2 mul $...
cpmsim/srcucsd-iv/bios.asm
qoelet/z80pack
85
59057
<filename>cpmsim/srcucsd-iv/bios.asm ; UCSD p-System IV CBIOS for Z80-Simulator ; ; Copyright (C) 2008 by <NAME> ; MSIZE EQU 64 ;memory size in kilobytes BIAS EQU (MSIZE*1024)-01900H BIOS EQU 1500H+BIAS ;base of bios ; ; I/O ports ; CONSTA EQU 0 ;console status port CONDAT EQU 1 ;console data port PRTSTA EQU 2 ;pri...
programs/oeis/266/A266398.asm
karttu/loda
1
59059
; A266398: Number of orbits of Aut(Z^7) as function of the infinity norm n of the representative lattice point of the orbit, when the cardinality of the orbit is equal to 13440. ; 0,0,12,37,76,130,200,287,392,516,660,825,1012,1222,1456,1715,2000,2312,2652,3021,3420,3850,4312,4807,5336,5900,6500,7137,7812,8526,9280,1007...
common/xrfmap.asm
DigitalMars/optlink
28
59061
TITLE XRFMAP - Copyright (c) SLR Systems 1994 INCLUDE MACROS INCLUDE SYMBOLS INCLUDE MODULES PUBLIC ALLOW_XREF_MAP,DO_XREF_MAP .DATA EXTERNDEF XOUTBUF:BYTE EXTERNDEF FIRST_XREF_BLK:DWORD,PAGEWIDTH:DWORD EXTERNDEF XREF_OK_SEM:GLOBALSEM_STRUCT,MODULE_GARRAY:STD_PTR_S,SYMBOL_GARRAY:STD_PTR_S EX...
programs/oeis/227/A227721.asm
karttu/loda
1
59062
<filename>programs/oeis/227/A227721.asm ; A227721: Floor(1/s(n)), where s(n) = (2n+1)/(2n+2) - n*log((n+1)/n). ; 17,44,83,134,197,272,359,458,569,692,827,974,1133,1304,1487,1682,1889,2108,2339,2582,2837,3104,3383,3674,3977,4292,4619,4958,5309,5672,6047,6434,6833,7244,7667,8102,8549,9008,9479,9962,10457,10964,11483,1201...
programs/oeis/135/A135672.asm
jmorken/loda
1
59063
<filename>programs/oeis/135/A135672.asm ; A135672: a(n) = floor(n - n^(2/3)). ; 0,0,0,1,2,2,3,4,4,5,6,6,7,8,8,9,10,11,11,12,13,14,14,15,16,17,18,18,19,20,21,21,22,23,24,25,25,26,27,28,29,29,30,31,32,33,33,34,35,36,37,38,38,39,40,41,42,43,43,44,45,46,47,48,48,49,50,51,52,53,53,54,55,56,57,58,58,59,60,61,62,63,63,64,65,6...
asm/prime.asm
eviltrout/rubycpu
13
59064
<gh_stars>10-100 # Simplistic prime-finding algorithm start: mov eax, 2 # EAX is prime candidate checkPrime: mov ebx, 2 # EBX is factor candidate checkFactor: cmp eax, ebx je primeFound mod eax, ebx rem ecx cmp ecx, 0 je nextPrime inc ebx jmp checkFactor # test comment prime...
test/autogen/gen_i8086.asm
tgtakaoka/libasm
15
59065
;;; AUTO GENERATED FILE ;;; generated by: gen_i8086 -u -C 8086 -o gen_i8086.asm -l gen_i8086.lst CPU 8086 ORG 01000H ADD [BX+DI], AL ADD [BP+SI], AL ADD [BP+DI], AL ADD [SI], AL ADD [DI], AL ADD [0807H], AL ADD [BX], AL ADD [BX+SI...
oeis/114/A114797.asm
neoneye/loda-programs
11
59066
<filename>oeis/114/A114797.asm ; A114797: a(n) = n multiplied by the least nontrivial nondivisor of n. ; Submitted by <NAME> ; 6,12,10,24,14,24,18,30,22,60,26,42,30,48,34,72,38,60,42,66,46,120,50,78,54,84,58,120,62,96,66,102,70,180,74,114,78,120,82,168,86,132,90,138,94,240,98,150,102,156,106,216,110,168,114,174,118,420...
assemblyCode/test_open_file.asm
lschiavini/Hypothetical-Assembler-Loader
0
59067
<filename>assemblyCode/test_open_file.asm global _start section .data Snippet db 'MASSACRATION', 0dH, 0ah ;0dH + 0ah eh CR+LF fileName db 'sample.txt' bufferSizeRead db 100 section .bss inputBuffer resb 100 incr resb 20 section .text _start: open_file_sys_for_reading: ; eax = filedescriptor mov e...
programs/oeis/001/A001654.asm
neoneye/loda
22
59069
; A001654: Golden rectangle numbers: F(n)*F(n+1), where F(n) = A000045(n) (Fibonacci numbers). ; 0,1,2,6,15,40,104,273,714,1870,4895,12816,33552,87841,229970,602070,1576239,4126648,10803704,28284465,74049690,193864606,507544127,1328767776,3478759200,9107509825,23843770274,62423800998,163427632719,427859097160,112014965...
Transynther/x86/_processed/NONE/_xt_sm_/i9-9900K_12_0xa0_notsx.log_21829_406.asm
ljhsiun2/medusa
9
59070
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r12 push %r15 push %rbx push %rcx push %rdi push %rsi lea addresses_WT_ht+0xdbb, %rsi lea addresses_WC_ht+0xb9d5, %rdi nop nop nop nop nop xor $35936, %r10 mov $33, %rcx rep movsb nop nop nop nop add %r10, %r10 lea addresses_D_ht+0x1b8d5, %rdi nop n...
util/menus/itsl.asm
olifink/smsqe
0
59071
; Simple choice box  1991 <NAME> V001 ; ... with default item section utility include dev8_keys_thg include dev8_mac_xref include dev8_keys_menu xdef mu_selct ; the old name xdef mu_itsl ; and the new xdef mu_ditsl ; ... with default item ;+++ ; Select one out of two or three choices....
tests/struct/following_local.asm
fengjixuchui/sjasmplus
220
59073
STRUCT abc def BYTE 0 ENDS test abc 1 .local DB 2 ; expected label is "test.local" ld hl,@test.local zz: .ls abc 3 ; should become "zz.ls.*" .local2 DB 4 ; should become "zz.local2" ld de,@zz.ls.def ld hl,@zz.local2
release/src/router/gmp/source/mpn/x86_64/aors_n.asm
zhoutao0712/rtn11pb1
12
59076
<reponame>zhoutao0712/rtn11pb1 dnl AMD64 mpn_add_n, mpn_sub_n dnl Copyright 2003, 2004, 2005, 2007, 2008 Free Software Foundation, Inc. dnl This file is part of the GNU MP Library. dnl The GNU MP Library is free software; you can redistribute it and/or modify dnl it under the terms of the GNU Lesser General Pub...
packages/x86-toolkit/x86-assembler/tests/asm/prefixes.asm
Mati365/ts-c99-compiler-toolkit
66
59077
;= test: segment prefixes ;= bin: 2ea464a426a43ea464c54704 use16 org 0x7C00 cs movsb fs movsb es movsb ds movsb lds ax, [fs:bx+0x4]
programs/oeis/315/A315748.asm
neoneye/loda
22
59078
<gh_stars>10-100 ; A315748: Coordination sequence Gal.5.294.4 where G.u.t.v denotes the coordination sequence for a vertex of type v in tiling number t in the Galebach list of u-uniform tilings. ; 1,6,12,18,23,29,34,40,46,52,58,64,70,75,81,86,92,98,104,110,116,122,127,133,138,144,150,156,162,168,174,179,185,190,196,202...
oeis/094/A094728.asm
neoneye/loda-programs
11
59080
<filename>oeis/094/A094728.asm ; A094728: Triangle read by rows: T(n,k) = n^2 - k^2, 0<=k<n. ; Submitted by <NAME> ; 1,4,3,9,8,5,16,15,12,7,25,24,21,16,9,36,35,32,27,20,11,49,48,45,40,33,24,13,64,63,60,55,48,39,28,15,81,80,77,72,65,56,45,32,17,100,99,96,91,84,75,64,51,36,19,121,120,117,112,105,96,85,72,57,40,21,144 mo...
Algorithms/Assembly 8086/8 Bit Subtraction Using Immediate Addressing.asm
NVombat/Competitive-Programming
5
59081
<filename>Algorithms/Assembly 8086/8 Bit Subtraction Using Immediate Addressing.asm data segment res db ? data ends code segment assume cs:code, ds: data start: mov ax, data mov ds, ax mov al, 09h mov bl, 04h sub al, bl mov res, al code ends end start
Transynther/x86/_processed/AVXALIGN/_st_/i7-7700_9_0x48.log_21829_2888.asm
ljhsiun2/medusa
9
59082
<filename>Transynther/x86/_processed/AVXALIGN/_st_/i7-7700_9_0x48.log_21829_2888.asm<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r10 push %r12 push %r15 push %r8 push %r9 push %rcx push %rdi push %rsi lea addresses_normal_ht+0x3dd1, %rsi lea addresses_A_ht+0x18541, %rdi sub %r9, %r9 mov $117, %rcx ...
oeis/099/A099975.asm
neoneye/loda-programs
11
59083
<filename>oeis/099/A099975.asm<gh_stars>10-100 ; A099975: Bisection of A014137. ; Submitted by <NAME>(s3) ; 2,9,65,626,6918,82500,1033412,13402697,178405157,2423307047,33453694487,467995871777,6619846420553,94520750408709,1360510918810437,19720133460129650,287590328749420958,4216819865806452984,62127422576288648840,919...
programs/oeis/248/A248739.asm
neoneye/loda
22
59084
<gh_stars>10-100 ; A248739: a(n) = 29*n + ceiling(n/29). ; 0,30,59,88,117,146,175,204,233,262,291,320,349,378,407,436,465,494,523,552,581,610,639,668,697,726,755,784,813,842,872,901,930,959,988,1017,1046,1075,1104,1133,1162,1191,1220,1249,1278,1307,1336,1365,1394,1423,1452,1481,1510,1539,1568,1597,1626,1655,1684,1714,1...
src/main/resources/Examples/System Calls/Trap 000150,000151,000152,000153,000156.asm
jimw278/MIPS
3
59085
<filename>src/main/resources/Examples/System Calls/Trap 000150,000151,000152,000153,000156.asm<gh_stars>1-10 ;trap 150 sets the size of the virtual screen where $4 -> x and $5 -> y ;trap 151 sets one pixel of color where $4 -> x, $5 -> y, $6 -> color stored as a RGB int ;trap 152 sets one pixel of color where index i...
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_1090.asm
ljhsiun2/medusa
9
59088
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r13 push %r15 push %rbp push %rbx push %rcx push %rdi push %rsi lea addresses_UC_ht+0xd145, %rsi nop nop nop nop add %rdi, %rdi mov (%rsi), %rbx sub $48397, %rsi lea addresses_UC_ht+0x14d35, %rsi lea addresses_D_ht+0x1b635, %rdi nop nop sub %rbp, %rbp mov $76...
oeis/214/A214135.asm
neoneye/loda-programs
11
59089
; A214135: Number of 0..4 colorings on an nX3 array circular in the 3 direction with new values 0..4 introduced in row major order ; 1,17,514,16388,524296,16777232,536870944,17179869248,549755814016,17592186044672,562949953421824,18014398509483008,576460752303425536,18446744073709555712,590295810358705659904,1888946593...
data/wildPokemon/route12.asm
longlostsoul/EvoYellow
16
59090
Route12Mons: db $0F db 25,BELLSPROUT;day db 25,ODDISH db 28,PIDGEY db 25,FARFETCHD;day db 27,ODDISH db 27,GLOOM db 29,TOGETIC;day db 29,WEEPINBELL db 26,BELLSPROUT db 31,FARFETCHD db $03 db 15,SLOWPOKE db 15,CHINCHOU db 15,SLOWPOKE db 15,SLOWPOKE db 15,SLOWPOKE db 15,SLOWPOKE db 15,SLOWPOKE db 15,S...
lab6/lab6.asm
Manwlis/MIPS-Assembly-examples
0
59091
.data .globl main .globl inputString .globl outputString .globl Print_string .globl Read_string .globl Write_ch .globl Read_ch .globl kefalaia inputString: .asciiz "\ndwse String: " outputString: .asciiz "\napotelesma: " string: .align 1 .space 100 .text main: la $a0, inputString jal Print_string jal Read_string la...
libsrc/_DEVELOPMENT/sound/bit/c/sdcc_ix/bit_beepfx_fastcall.asm
jpoikela/z88dk
640
59092
<filename>libsrc/_DEVELOPMENT/sound/bit/c/sdcc_ix/bit_beepfx_fastcall.asm ; void bit_beepfx_fastcall(void *effect) SECTION code_clib SECTION code_sound_bit PUBLIC _bit_beepfx_fastcall EXTERN asm_bit_beepfx _bit_beepfx_fastcall: push hl ex (sp),ix call asm_bit_beepfx pop ix ret
Transynther/x86/_processed/NC/_zr_/i3-7100_9_0xca_notsx.log_21829_1731.asm
ljhsiun2/medusa
9
59094
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r14 push %r9 push %rbp push %rbx push %rcx push %rdi push %rsi lea addresses_UC_ht+0xfe6a, %r14 sub %rdi, %rdi movups (%r14), %xmm1 vpextrq $1, %xmm1, %rsi nop and $48396, %rbp lea addresses_WT_ht+0xdb56, %rbp nop nop nop nop nop xor $36427, %r9 movb $0x61, (...
oeis/217/A217775.asm
neoneye/loda-programs
11
59095
<gh_stars>10-100 ; A217775: a(n) = n*(n+1) + (n+2)*(n+3) + (n+4)*(n+5). ; Submitted by <NAME> ; 26,44,68,98,134,176,224,278,338,404,476,554,638,728,824,926,1034,1148,1268,1394,1526,1664,1808,1958,2114,2276,2444,2618,2798,2984,3176,3374,3578,3788,4004,4226,4454,4688,4928,5174,5426,5684,5948,6218,6494,6776,7064,7358,7658...
unittests/32Bit_ASM/Primary/Primary_60.asm
cobalt2727/FEX
628
59096
%ifdef CONFIG { "RegData": { "RAX": "0x6", "RCX": "0x5", "RDX": "0x4", "RSP": "0xE0000020", "RBX": "0x3", "RBP": "0x2", "RSI": "0x1", "RDI": "0x0" }, "Mode": "32BIT" } %endif mov esp, 0xe0000020 mov eax, 0 mov ecx, 1 mov edx, 2 mov ebx, 3 mov ebp, 4 mov esi, 5 mov edi, 6 pushad ...
programs/oeis/277/A277977.asm
karttu/loda
0
59097
<filename>programs/oeis/277/A277977.asm ; A277977: a(n) = n*(1-3n+2*n^2+2*n^3)/2. ; 0,1,19,96,298,715,1461,2674,4516,7173,10855,15796,22254,30511,40873,53670,69256,88009,110331,136648,167410,203091,244189,291226,344748,405325,473551,550044,635446,730423,835665,951886,1079824,1220241,1373923,1541680,1724346 mov $1,1 mo...
code/nand2tetris/08/FunctionCalls/SimpleFunction/SimpleFunction.asm
MarybethGasman/sp
252
59098
<reponame>MarybethGasman/sp<filename>code/nand2tetris/08/FunctionCalls/SimpleFunction/SimpleFunction.asm // function SimpleFunction.test 2 (SimpleFunction.test) @0 D=A @SP A=M M=D @SP M=M+1 @0 D=A @SP A=M M=D @SP M=M+1 // push local 0 @LCL AD=M D=M @SP A=M M=D @SP M=M+1 // push local 1 @1 D=A @LCL A=M AD=D+A D=M @SP A=...
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca.log_24_1798.asm
ljhsiun2/medusa
9
59099
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r12 push %r15 push %r8 push %rbx push %rcx push %rdi push %rsi lea addresses_normal_ht+0x166e, %rsi lea addresses_WC_ht+0x7636, %rdi nop nop nop nop nop add %r12, %r12 mov $60, %rcx rep movsw nop nop inc %r15 lea addresses_normal_ht+0x164a6, %rsi lea addresse...