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
programs/oeis/321/A321773.asm
jmorken/loda
1
58482
; A321773: Number of compositions of n into parts with distinct multiplicities and with exactly three parts. ; 1,3,6,4,9,9,10,12,15,13,18,18,19,21,24,22,27,27,28,30,33,31,36,36,37,39,42,40,45,45,46,48,51,49,54,54,55,57,60,58,63,63,64,66,69,67,72,72,73,75,78,76,81,81,82,84,87,85,90,90,91,93,96,94,99,99,100,102,105,103,1...
3/3-2b.asm
winderica/GoodbyeASM
0
58483
.386 ; public _func1 public _func2 public _func3 public _func4 public _func5 public _calc extrn _shop:byte extrn _print:near print_newline macro push ax push dx mov ah, 02h mov dl, 13 int 21h mov ah, 02h mov dl, 10 int 21h pop dx pop ax en...
u7bg/dontMessWithFsAndGs.asm
JohnGlassmyer/UltimaHacks
68
58484
<filename>u7bg/dontMessWithFsAndGs.asm<gh_stars>10-100 %include "include/u7bg-all-includes.asm" defineAddress 169, 0x0006, enter defineAddress 169, 0x0071, setRepCounts defineAddress 169, 0x007F, setRepCounts_end defineAddress 169, 0x00C3, stosDwordsAndBytes defineAddress 169, 0x00CE, stosDwordsAndBytes_end %include ...
data/mapObjects/mtsilvercave.asm
adhi-thirumala/EvoYellow
0
58485
MtSilverCaveObject: db $19 ; border block db $2 ; warps db $5, $5, $0, MT_SILVER db $1f, $25, $0, MT_SILVER db $0 ; signs db $2 ; objects object SPRITE_BUG_CATCHER,$1e, $1b, STAY, RIGHT, $1, OPP_BUG_CATCHER, $8 object SPRITE_OAK, $21, $3, STAY, DOWN, $2, OPP_PROF_OAK, $3 ;object SPRITE_BALL, $1e, $1c, STAY...
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_532.asm
ljhsiun2/medusa
9
58486
.global s_prepare_buffers s_prepare_buffers: push %r13 push %r14 push %r8 push %rax push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_WT_ht+0x1931e, %r13 nop dec %rax movb $0x61, (%r13) and $12538, %r13 lea addresses_A_ht+0x1a06b, %r14 clflush (%r14) dec %r8 vmovups (%r14), %ymm7 vextracti128 $1, %ymm7, %...
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_480_346.asm
ljhsiun2/medusa
9
58487
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r13 push %r15 push %rax push %rcx push %rdi push %rsi lea addresses_A_ht+0x12b17, %rsi lea addresses_WC_ht+0x6797, %rdi nop nop nop nop sub %r15, %r15 mov $74, %rcx rep movsw nop nop nop nop nop sub $53833, %r11 lea addresses_normal_ht+0x17ca3, %rsi lea addre...
src/joypad.asm
Amjad50/rtc3test
19
58488
ReadNextJoypad: ldh a, [hRandomState] inc a ldh [hRandomState], a rst WaitVBlank ReadJoypad: push bc ld c, LOW(rJOYP) ld a, $20 ldh [c], a push af pop af ld a, [c] cpl swap a and $f0 ld b, a ld a, $10 ldh [c], a push af pop af ldh a, [c] cpl and $f or b pop bc and a ret WaitForButtonPress: ;...
libsrc/_DEVELOPMENT/arch/zx/ulaplus/z80/asm_ulap_write_color.asm
jpoikela/z88dk
640
58489
; void ulap_write_color(unsigned char pent,unsigned char color) INCLUDE "config_private.inc" SECTION code_clib SECTION code_arch PUBLIC asm_ulap_write_color asm_ulap_write_color: ; enter : l = unsigned char pent 0-63 ; h = unsigned char color ; ; uses : f, bc ld bc,__IO_ULAP_REGISTER ou...
kernel/arch/x86/start.asm
ranaaditya/coronaOS
12
58490
global _start, _kmain extern kmain, start_ctors, end_ctors, start_dtors, end_dtors %define MULTIBOOT_HEADER_MAGIC 0x1BADB002 %define MULTIBOOT_HEADER_FLAGS 0x00000003 %define CHECKSUM -(MULTIBOOT_HEADER_MAGIC + MULTIBOOT_HEADER_FLAGS) ;-- ENTRY POINT _start: jmp start ;-- Multiboot header -- align 4 multiboo...
oeis/085/A085750.asm
neoneye/loda-programs
11
58492
; A085750: Determinant of the symmetric n X n matrix A defined by A[i,j] = |i-j| for 1 <= i,j <= n. ; 0,-1,4,-12,32,-80,192,-448,1024,-2304,5120,-11264,24576,-53248,114688,-245760,524288,-1114112,2359296,-4980736,10485760,-22020096,46137344,-96468992,201326592,-419430400,872415232,-1811939328,3758096384,-7784628224,161...
scrap.asm
pinnet/project64
0
58493
<gh_stars>0 lda #$1C ; Change to RED text sta error lda #errorlast - errortext; Output error message sta txtlength lda #<errortext sta PTRL lda #>errortext sta PTRH jsr consoleout lda #02 sta ...
duel-receive.asm
LeifBloomquist/ArtilleryDuel
1
58494
; duel-receive.asm ; Packet Receive + Handling Routine ; Port to "listen" on USER_DEST_PORT = 3000 ; Miscellaneous flags LAST_PACKET_TYPE dc.b $00 ; Flag that a packet was received PACKET_RECEIVED dc.b $00 ; Special flag for chat packets CHAT_RECEIVED dc.b $00 ; Special flag for announce packets, as the...
programs/oeis/153/A153778.asm
neoneye/loda
22
58496
; A153778: Binary sequence constructed like a Stern-Brocot tree between 0 and 1, where XOR is applied instead of the mediant operation. ; 1,1,0,1,0,1,1,1,0,1,1,0,1,1,0,1,0,1,1,0,1,1,0,1,1,0,1,1,0,1,1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,1,0,1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,1,1,...
_build/dispatcher/jmp_ippsGFpMethod_p521r1_e8cc7877.asm
zyktrcn/ippcp
1
58497
<gh_stars>1-10 extern m7_ippsGFpMethod_p521r1:function extern n8_ippsGFpMethod_p521r1:function extern y8_ippsGFpMethod_p521r1:function extern e9_ippsGFpMethod_p521r1:function extern l9_ippsGFpMethod_p521r1:function extern n0_ippsGFpMethod_p521r1:function extern k0_ippsGFpMethod_p521r1:function extern ippcpJumpIndexForM...
06_polymorphic/exec_bin_sh.nasm
undefinstr/SLAE64
0
58498
<gh_stars>0 BITS 64 ; Original shellcode written by Dad` ; http://shell-storm.org/shellcode/files/shellcode-806.php global _start section .text _start: xor rax, rax mov r10, 0xff978cd091969dd0 not r10 push r10 mov rdi, rsp cdq ; rdx = 0 push rdx push rdi mov rsi, rsp mo...
Micro_Processor_Lab/12b-ElevatorInterface/ElevatorInterface.asm
MohithGowdaHR/PES-Engineering-Lab-Programs
0
58499
; Assembly Level Program 12b ; Drive an elevator interface in the following way: ; i. Initially the elevator should be in the ground floor, with all requests in OFF state. ; ii. When a request is made from a floor, the elevator should move to that floor, wait there for a couple of seconds (approximately), and then ...
oeis/021/A021785.asm
neoneye/loda-programs
11
58500
<reponame>neoneye/loda-programs ; A021785: Decimal expansion of 1/781. ; Submitted by <NAME> ; 0,0,1,2,8,0,4,0,9,7,3,1,1,1,3,9,5,6,4,6,6,0,6,9,1,4,2,1,2,5,4,8,0,1,5,3,6,4,9,1,6,7,7,3,3,6,7,4,7,7,5,9,2,8,2,9,7,0,5,5,0,5,7,6,1,8,4,3,7,9,0,0,1,2,8,0,4,0,9,7,3,1,1,1,3,9,5,6,4,6,6,0,6,9,1,4,2,1,2 seq $0,83811 ; Numbers n s...
boot.asm
Kieran-Weaver/Boot32
0
58501
; Memory Layout: ; 0 - 600h: Reserved for BIOS ; 600h - 800h: Stage 1 (MBR) ; 800h - 6C00h: Stage 2 ; 6C00h - 7C00h: Stack ; 7C00h - AX: E820 Entries (24 bytes each) ; 9F00h - 10000h: TSS ; Stack layout: ; SP ; Number of E820 Entries ; DX register (drive number) ; CHS and LBA sizes of the first partition %...
SLIDE_BIOS_Sig.asm
XlogicX/CactusCon2017
2
58502
%include 'textmode.h' call draw_border mov di, 160 * 2 + 8 ;where to place cursor mov si, line01 ;fetch the text mov ah, 0x0A ;color call slide_line mov di, 160 * 4 + 16 ;where to place cursor mov si, line02 ;fetch the text mov ah, 0x0E call slide_line mov di, 160 * 6 + 16 ;where to place cursor mov si...
oeis/158/A158455.asm
neoneye/loda-programs
11
58504
<reponame>neoneye/loda-programs<gh_stars>10-100 ; A158455: a(n) = 2^(n-1)*(n-1)!*(4*n+1). ; 5,18,104,816,8064,96000,1336320,21288960,381911040,7617576960,167215104000,4005730713600,103985499340800,2907670000435200,87128076504268800,2785241789890560000,94612521108897792000,3403308368004120576000,129232476659005784064000...
oeis/041/A041023.asm
neoneye/loda-programs
11
58506
<filename>oeis/041/A041023.asm<gh_stars>10-100 ; A041023: Denominators of continued fraction convergents to sqrt(15). ; Submitted by <NAME> ; 1,1,7,8,55,63,433,496,3409,3905,26839,30744,211303,242047,1663585,1905632,13097377,15003009,103115431,118118440,811826071,929944511,6391493137,7321437648,50320119025,57641556673,...
project_04/mult/Mult.asm
spainisnotequal/nand2tetris
0
58507
<reponame>spainisnotequal/nand2tetris // This file is part of www.nand2tetris.org // and the book "The Elements of Computing Systems" // by <NAME>, MIT Press. // File name: projects/04/Mult.asm // Multiplies R0 and R1 and stores the result in R2. // (R0, R1, R2 refer to RAM[0], RAM[1], and RAM[2], respectively.)...
test/genpe/genpe.asm
orlandol/origow32
1
58508
CPU 386 BITS 32 segment .text use32 %include "rtl.inc" %include "winpe.inc" run: ..start: push ebp mov ebp, esp call InitRTL mov esp, ebp pop ebp push dword 0 call [ExitProcess] segment .data use32 section .bss use32
Microprocessor/4_sample.asm
Nmane1612/Nihar-Mane
3
58509
name "flags" org 100h ; this sample shows how cmp instruction sets the flags. ; usually cmp instruction is followed by any relative ; jump instruction such as: je, ja, jl, jae... ; it is recommended to click "flags" and "analyze" ; for better visual expirience before stepping through this code. ; (sign...
amogus.asm
DraXiu69e/amogus
0
58510
org 0x7C00 ;; beginning mov bp, 0xfff0 xor ah, ah mov al, 0x13 int 0x10 ;; now in mode 13 call diskread call wywoz_orkow ;; infinite loop jmp $ ;; routines wywoz_orkow: xor cx, cx .loop: mov ax, 0x07E0 mov es, ax mov bx, cx mov al, [es:bx] push ax mov ax, 0xA000 mov es, ax pop ax mov bx, cx call UwU...
machine_language/mult/mult.asm
salmanAndroidDev/Hack-computer
1
58511
// This file is part of www.nand2tetris.org // and the book "The Elements of Computing Systems" // by <NAME> Schocken, MIT Press. // File name: projects/04/Mult.asm // Multiplies R0 and R1 and stores the result in R2. // (R0, R1, R2 refer to RAM[0], RAM[1], and RAM[2], respectively.) @i M=0 @R2 M=0 (LOO...
oeis/050/A050686.asm
neoneye/loda-programs
11
58512
<gh_stars>10-100 ; A050686: Number of palindromes of length n and containing the digit 1 (or any other fixed nonzero digit). ; Submitted by <NAME> ; 1,1,18,18,252,252,3168,3168,37512,37512,427608,427608,4748472,4748472,51736248,51736248,555626232,555626232,5900636088,5900636088,62105724792,62105724792,648951523128,6489...
examples/O/O.asm
brickpool/hp35s
3
58514
<gh_stars>1-10 ; <NAME> MODEL P35S SEGMENT CODE start: LBL O ; program O init: RPN ; mode RPN read: ; input R, V and I INPUT R ; IF R=0 THEN GOTO 'R=V/I' x=0? GTO calcR INPUT V ; IF V=0 THEN GOTO 'V=R*I' x=0? GTO calcV calcI: ; I=V/R RCL/ R ; display I STO I VIEW...
oeis/021/A021273.asm
neoneye/loda-programs
11
58516
<gh_stars>10-100 ; A021273: Decimal expansion of 1/269. ; Submitted by Jon Maiga ; 0,0,3,7,1,7,4,7,2,1,1,8,9,5,9,1,0,7,8,0,6,6,9,1,4,4,9,8,1,4,1,2,6,3,9,4,0,5,2,0,4,4,6,0,9,6,6,5,4,2,7,5,0,9,2,9,3,6,8,0,2,9,7,3,9,7,7,6,9,5,1,6,7,2,8,6,2,4,5,3,5,3,1,5,9,8,5,1,3,0,1,1,1,5,2,4,1,6,3 seq $0,173833 ; 10^n - 3. div $0,269 m...
CPU/cpu_test/test_storage/test7_beq_I.asm
SilenceX12138/MIPS-Microsystems
55
58517
ori $2,$0,0x1234 ori $1,$0,0x1234 beq $1,$2,exit1 ori $3,$0,0x1342 ori $3,$0,0x928e exit1: ori $4,0x1342 beq $3,$4,exit2 ori $5,$0,0x1e42 ori $5,$0,0xff8e exit2: ori $6,$0,0x1e42 nop beq $6,$5,exit3 ori $7,$0,0x1e54 ori $7,$0,0xfcae exit3: ori $8,$0,0x1e54 nop beq $7,$8,exit4 ori $9,$0,0x2354 ori $9,$0,0xf22e exit4: or...
mc-sema/validator/x86/tests/PSHUFBrr.asm
randolphwong/mcsema
2
58518
BITS 32 ;TEST_FILE_META_BEGIN ;TEST_TYPE=TEST_F ;TEST_IGNOREFLAGS=FLAG_SF|FLAG_PF ;TEST_FILE_META_END ;TEST_BEGIN_RECORDING lea ecx, [esp-0x30] and ecx, 0xFFFFFFF0 mov dword [ecx+0x00], 0xABCDEF01 mov dword [ecx+0x04], 0xBBBBBBBB mov dword [ecx+0x08], 0xCCCCCCCC mov dword [ecx+0x0C], 0xDDDDDDDD movdqu xmm0, [ecx] mo...
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0xca.log_21829_327.asm
ljhsiun2/medusa
9
58520
.global s_prepare_buffers s_prepare_buffers: push %r12 push %r13 push %r15 push %r8 push %rcx push %rdi push %rsi lea addresses_A_ht+0x15ad, %rsi lea addresses_A_ht+0x1621d, %rdi nop nop nop nop nop add %r8, %r8 mov $71, %rcx rep movsb nop nop nop nop lfence lea addresses_normal_ht+0xef5d, %r12 nop nop nop cmp %r13, %r...
oeis/199/A199405.asm
neoneye/loda-programs
11
58521
<gh_stars>10-100 ; A199405: y-values in the solution to 13*x^2 - 12 = y^2. ; Submitted by <NAME> ; 1,14,25,155,274,1691,2989,18446,32605,201215,355666,2194919,3879721,23942894,42321265,261176915,461654194,2849003171,5035874869,31077857966,54932969365,339007434455,599226788146,3698003921039,6536561700241,40339035696974,...
1997-spring/mp5/netlib.asm
ece291/machine-problems
3
58522
PAGE 75, 132 TITLE NETLIB:NetBIOS Library Functions <NAME> .MODEL COMPACT ; Allow Multiple Segments .486 ; Enable use of 32-bit registers and 286/386/486 Registers ; ===== NetLIB Functions ================================================== ; NETBIOS Network Library Functions ; Multicast D...
engine/items/pack.asm
AtmaBuster/pokeplat-gen2-old
2
58523
<filename>engine/items/pack.asm<gh_stars>1-10 ; Pack.Jumptable and BattlePack.Jumptable indexes const_def const PACKSTATE_INITGFX ; 0 const PACKSTATE_INITITEMSPOCKET ; 1 const PACKSTATE_ITEMSPOCKETMENU ; 2 const PACKSTATE_INITMEDICINEPOCKET ; 3 const PACKSTATE_MEDICINEPOCKETMENU ; 4 const P...
unittests/ASM/3DNow/94.asm
Seas0/FEX
0
58524
%ifdef CONFIG { "RegData": { "MM0": "0x0", "MM1": "0x3f80000000000000", "MM2": "0x00000000bf800000", "MM3": "0x0" } } %endif movq mm0, [rel data5] movq mm1, [rel data6] movq mm2, [rel data7] movq mm3, [rel data8] pfmin mm0, [rel data1] pfmin mm1, [rel data2] pfmin mm2, [rel data3] pfmin mm3, [rel ...
libsrc/_DEVELOPMENT/EXAMPLES/benchmarks/sorting/z88dk-new/asm_handwritten.asm
dikdom/z88dk
0
58525
<reponame>dikdom/z88dk<gh_stars>0 ; =============================================================== ; replacing newlib stdlib/z80/asm_qsort.asm file, to enable extra ; __CLIB_OPT_SORT == 3 for hand-written hard-coded assembly. ; =============================================================== INCLUDE "config_private.i...
src/libcopse/context/make_i386_ms_pe_masm.asm
johnzachary/copse
0
58526
<reponame>johnzachary/copse ; Copyright <NAME> 2009. ; Distributed under the Boost Software License, Version 1.0. ; (See accompanying file LICENSE_1_0.txt or copy at ; http://www.boost.org/LICENSE_1_0.txt) ; -------------------------------------------------------------- ; | 0 | 1 ...
libsrc/_DEVELOPMENT/target/sms/driver/terminal/sms_01_output_terminal_tty_z88dk/sms_01_output_terminal_tty_z88dk_31_down.asm
jpoikela/z88dk
640
58527
SECTION code_driver SECTION code_driver_terminal_output PUBLIC sms_01_output_terminal_tty_z88dk_31_down EXTERN console_01_output_char_proc_move_down sms_01_output_terminal_tty_z88dk_31_down: ; move cursor down ld d,(ix+15) ; d = y coord ld b,(ix+19) ; b = window.height ...
programs/oeis/094/A094992.asm
neoneye/loda
22
58528
<gh_stars>10-100 ; A094992: a(n) = floor(10^n/7^n). ; 1,1,2,2,4,5,8,12,17,24,35,50,72,103,147,210,300,429,614,877,1253,1790,2557,3653,5219,7456,10652,15217,21739,31056,44366,63381,90544,129349,184784,263978,377112,538731,769616,1099452,1570646,2243780,3205400,4579143,6541633,9345191,13350273,19071819,27245455,38922079,...
Transynther/x86/_processed/US/_zr_/i7-7700_9_0xca.log_21829_1392.asm
ljhsiun2/medusa
9
58529
<filename>Transynther/x86/_processed/US/_zr_/i7-7700_9_0xca.log_21829_1392.asm .global s_prepare_buffers s_prepare_buffers: ret .global s_faulty_load s_faulty_load: push %r11 push %r13 push %r15 push %r8 push %rdx // Faulty Load lea addresses_US+0x1fc4b, %rdx nop nop sub $18719, %r11 mov (%rdx), %r13w lea oracles...
oeis/021/A021192.asm
neoneye/loda-programs
11
58530
<reponame>neoneye/loda-programs ; A021192: Decimal expansion of 1/188. ; Submitted by Jon Maiga ; 0,0,5,3,1,9,1,4,8,9,3,6,1,7,0,2,1,2,7,6,5,9,5,7,4,4,6,8,0,8,5,1,0,6,3,8,2,9,7,8,7,2,3,4,0,4,2,5,5,3,1,9,1,4,8,9,3,6,1,7,0,2,1,2,7,6,5,9,5,7,4,4,6,8,0,8,5,1,0,6,3,8,2,9,7,8,7,2,3,4,0,4,2,5,5,3,1,9,1 seq $0,83812 ; 4n-1 is ...
programs/oeis/153/A153183.asm
neoneye/loda
22
58531
<filename>programs/oeis/153/A153183.asm ; A153183: Numbers k such that 3k-2 is prime. ; 3,5,7,11,13,15,21,23,25,27,33,35,37,43,47,51,53,55,61,65,67,71,75,77,81,91,93,95,103,105,111,113,117,123,125,127,133,137,141,145,147,153,155,163,167,175,181,183,191,193,201,203,205,207,211,215,221,225,231,237,243,245,247,251,253,257...
Sys/title.asm
arhneu/gruniozerca
23
58532
intotitle: jsr turnninoff if isunrom = 1 lda #<grafikaunrom sta addr lda #>grafikaunrom sta addr+1 lda #$0 sta PPUADDR sta PPUADDR ldy #0 ldx #0 @unromlp lda (addr),y sta PPUDATA incr addr lda addr cmp #<grafikaunrom_end bne @unromlp lda addr+1 cmp #>grafikaunrom...
oeis/046/A046913.asm
neoneye/loda-programs
11
58533
<reponame>neoneye/loda-programs<gh_stars>10-100 ; A046913: Sum of divisors of n not congruent to 0 mod 3. ; 1,3,1,7,6,3,8,15,1,18,12,7,14,24,6,31,18,3,20,42,8,36,24,15,31,42,1,56,30,18,32,63,12,54,48,7,38,60,14,90,42,24,44,84,6,72,48,31,57,93,18,98,54,3,72,120,20,90,60,42,62,96,8,127,84,36,68,126,24,144,72,15,74,114,31...
src/test/ref/zeropage-detect-advanced.asm
jbrandwood/kickc
2
58534
// Illustrates a problem where absolute addressing is used for zeropage-access // This is caused by the compiler believing the pointer is into memory" (not knowing the upper part is 0x00 ) // Commodore 64 PRG executable file .file [name="zeropage-detect-advanced.prg", type="prg", segments="Program"] .segmentdef Progr...
sbsext/ut/fhead.asm
olifink/smsqe
0
58535
<reponame>olifink/smsqe<gh_stars>0 * Read file header V0.0  1985 <NAME> QJUMP * section utils * xdef ut_fhead fetch file header into BASIC buffer xdef ut_fdire fetch directory entry (d0 = fstrg) * xref ut_trp3r * include dev8_sbsext...
Windows/Visual Studio/SSEfpArithmetic/SSEfpArithmetic/Arithmetic.asm
leonhad/masm
9
58536
.MODEL flat, c .CONST ALIGN 16 AbsMaskFloat dword 7fffffffh, 0fffffffh, 0fffffffh, 0fffffffh AbsMaskDouble qword 7fffffffffffffffh, 0fffffffffffffffh .CODE SseArithmeticOperationsFloat PROC push ebp mov ebp, esp movss xmm0, real4 ptr[ebp+8] ; xmm0 = a movss xmm1, real4 ptr[ebp+12] ; xmm1 = b mov eax, [eb...
oeis/326/A326053.asm
neoneye/loda-programs
11
58537
<reponame>neoneye/loda-programs ; A326053: Sum of all other divisors of n except the largest square divisor: a(n) = sigma(n) - A008833(n). ; Submitted by <NAME> ; 0,2,3,3,5,11,7,11,4,17,11,24,13,23,23,15,17,30,19,38,31,35,23,56,6,41,31,52,29,71,31,47,47,53,47,55,37,59,55,86,41,95,43,80,69,71,47,108,8,68,71,94,53,111,71...
oeis/261/A261397.asm
neoneye/loda-programs
11
58538
; A261397: a(n) = 3^n*Fibonacci(n). ; Submitted by <NAME> ; 0,3,9,54,243,1215,5832,28431,137781,669222,3247695,15766083,76527504,371477259,1803179313,8752833270,42487113627,206236840311,1001094543576,4859415193527,23588096472765,114499026160038,555789946734999,2697861075645339,13095692747551008,63567827923461075,308564...
src/firmware-tests/Platform/Isr/InitialiseAfterIsrMock.asm
pete-restall/Cluck2Sesame-Prototype
1
58539
<reponame>pete-restall/Cluck2Sesame-Prototype #include "Platform.inc" #include "InitialisationChain.inc" #include "TestDoubles.inc" radix decimal udata global calledInitialiseAfterIsr calledInitialiseAfterIsr res 1 InitialiseAfterIsrMock code global initialiseInitialiseAfterIsrMock global INITIALISE_AFTER_I...
Appl/FileMgrs/CommonDesktop/CFolder/cfolderPrint.asm
steakknife/pcgeos
504
58540
COMMENT @---------------------------------------------------------------------- Copyright (c) GeoWorks 1988 -- All Rights Reserved PROJECT: PC GEOS MODULE: Desktop/Folder FILE: folderPrint.asm AUTHOR: <NAME> ROUTINES: ------------ FolderPrint segment ---------- METHOD FolderStartPrint - MSG_FM_START...
Library/Mailbox/DMap/dmapCode.asm
steakknife/pcgeos
504
58541
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) GeoWorks 1994 -- All Rights Reserved PROJECT: Clavin MODULE: Driver map -- implementation FILE: dmapCode.asm AUTHOR: <NAME>, Mar 30, 1994 ROUTINES: Name Description ---- ----------- EXT DMapAlloc ...
ee/hk/xfil.asm
olifink/smsqe
0
58542
<reponame>olifink/smsqe ; HOTKEY Execute File V2.01  1988 <NAME> QJUMP ; ; 2003-03-11 2.01 Added hk_xfilid (MK) section hotkey xdef hk_xfil xdef hk_xfilid xref hk_dflts xref hk_xname xref gu_fexnm include 'dev8_ee_hk_data' include 'dev8_ee_hk_xhdr' ;+++ ; This routine executes a file defined by a h...
Library/Kernel/Thread/threadInit.asm
steakknife/pcgeos
504
58545
<reponame>steakknife/pcgeos<gh_stars>100-1000 COMMENT @----------------------------------------------------------------------- Copyright (c) GeoWorks 1988 -- All Rights Reserved PROJECT: PC GEOS MODULE: Thread FILE: threadInit.asm ROUTINES: Name Description ---- ----------- EXT InitThread Initia...
libsrc/stdio/ansi/c128/f_ansi_bel.asm
meesokim/z88dk
0
58546
; ; ANSI Video handling for the Commodore 128 (Z80 mode) ; By <NAME> - 22/08/2001 ; ; BEL - chr(7) Beep it out ; ; $Id: f_ansi_bel.asm,v 1.3 2015/01/19 01:33:18 pauloscustodio Exp $ ; PUBLIC ansi_BEL .ansi_BEL ret ; Do nothing
dino/lcs/etc/26.asm
zengfr/arcade_game_romhacking_sourcecode_top_secret_data
6
58547
copyright zengfr site:http://github.com/zengfr/romhack 00042A move.l D1, (A0)+ 00042C dbra D0, $42a 00495C move.l D0, (A4)+ 00495E move.b D0, ($63,A6) 004D3A move.l D0, (A4)+ 004D3C move.l D0, (A4)+ 00AE88 move.w (A1)+, ($26,A0) [etc+20] 00AE8C move.w (A1)+, ($c,A0) [etc+26] 00B0BC move.w (A1)...
Library/Spreadsheet/Spreadsheet/spreadsheetSpace.asm
steakknife/pcgeos
504
58548
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) GeoWorks 1991 -- All Rights Reserved PROJECT: PC GEOS MODULE: FILE: spreadsheetSpace.asm AUTHOR: <NAME>, Apr 23, 1991 METHODS: Name Description ---- ----------- SpreadsheetInsertSpace Insert or dele...
oeis/322/A322483.asm
neoneye/loda-programs
11
58549
<gh_stars>10-100 ; A322483: The number of semi-unitary divisors of n. ; Submitted by <NAME> ; 1,2,2,2,2,4,2,3,2,4,2,4,2,4,4,3,2,4,2,4,4,4,2,6,2,4,3,4,2,8,2,4,4,4,4,4,2,4,4,6,2,8,2,4,4,4,2,6,2,4,4,4,2,6,4,6,4,4,2,8,2,4,4,4,4,8,2,4,4,8,2,6,2,4,4,4,4,8,2,6,3,4,2,8,4,4,4,6,2,8,4,4,4,4,4,8,2,4,4,4 add $0,1 mov $1,1 lpb $0 ...
programs/oeis/288/A288918.asm
neoneye/loda
22
58551
; A288918: Number of 4-cycles in the n X n king graph. ; 0,3,29,79,153,251,373,519,689,883,1101,1343,1609,1899,2213,2551,2913,3299,3709,4143,4601,5083,5589,6119,6673,7251,7853,8479,9129,9803,10501,11223,11969,12739,13533,14351,15193,16059,16949,17863,18801,19763,20749,21759,22793,23851,24933,26039,27169,28323,29501,307...
programs/oeis/204/A204539.asm
neoneye/loda
22
58552
; A204539: a(n) = number of integers N=4k whose "basin" sequence (cf. comment) ends in n^2. ; 1,1,1,2,1,3,2,4,2,4,3,5,1,9,2,10,3,5,7,9,2,10,9,9,2,13,9,8,4,20,4,15,6,15,8,12,6,22,6,15,15,21,5,13,12,23,7,24,11,19,15,24,6,30,6,26,7,27,26,13,6,33,27,30,5,13,30,30,5,37,15,26,28,32,7,17,25,54,9,30,21,41,25,11,13,47,30,43,11,...
Arithmetic operations/Addition/addi_int.asm
berkcetinsaya/MIPSLanguageExamples
0
58553
<filename>Arithmetic operations/Addition/addi_int.asm .data number1: .word 10 # integer variable number1 created .text lw $t1, number1 # number1 loaded into register $t1 addi $t0, $t1, 20 # $t0 = $t1 + 20
Working Disassembly/Levels/SSZ/Misc Object Data/Map - Elevator Bar.asm
TeamASM-Blur/Sonic-3-Blue-Balls-Edition
5
58554
dc.w word_46AE4-Map_SSZElevatorBar dc.w word_46AFE-Map_SSZElevatorBar dc.w word_46B1E-Map_SSZElevatorBar dc.w word_46B26-Map_SSZElevatorBar dc.w word_46B34-Map_SSZElevatorBar word_46AE4: dc.w 4 ; DATA XREF: ROM:00046ADAo dc.b $FE, 8, 0, 0, $FF, $D0 dc.b $FE, 8, 0, 0, $FF, $E8 dc.b $FE,...
src/asm/irq.asm
krzem5/Assembly-64bit_OS_Kernel
0
58556
<gh_stars>0 bits 64 global _asm_irq0 global _asm_irq1 global _asm_irq2 global _asm_irq3 global _asm_irq4 global _asm_irq5 global _asm_irq6 global _asm_irq7 global _asm_irq8 global _asm_irq9 global _asm_irq10 global _asm_irq11 global _asm_irq12 global _asm_irq13 global _asm_irq14 global _asm_irq15 extern _handle_irq ...
programs/oeis/269/A269412.asm
neoneye/loda
22
58557
<reponame>neoneye/loda<gh_stars>10-100 ; A269412: Number of length-6 0..n arrays with no repeated value greater than or equal to the previous repeated value. ; 16,394,2872,12380,39560,104006,238224,492312,939360,1681570,2857096,4647604,7286552,11068190,16357280,23599536,33332784,46198842,62956120,84492940,111841576,146...
libsrc/psg/tiki100/set_psg_callee.asm
jpoikela/z88dk
38
58559
<reponame>jpoikela/z88dk ; ; TIKI-100 specific routines ; by <NAME>, Fall 2015 ; ; int set_psg(int reg, int val); ; ; Play a sound by PSG ; ; ; $Id: set_psg_callee.asm,v 1.2 2016-06-10 21:13:58 dom Exp $ ; SECTION code_clib PUBLIC set_psg_callee PUBLIC _set_psg_callee PUBLIC ASMDISP_SET_PSG_CALLEE set_p...
programs/oeis/133/A133223.asm
karttu/loda
1
58560
<reponame>karttu/loda<filename>programs/oeis/133/A133223.asm ; A133223: Sum of digits of primes (A007605), sorted and with duplicates removed. ; 2,3,4,5,7,8,10,11,13,14,16,17,19,20,22,23,25,26,28,29,31,32,34,35,37,38,40,41,43,44,46,47,49,50,52,53,55,56,58,59,61,62,64,65,67,68,70,71,73,74,76,77,79,80,82,83,85,86,88,89,9...
libsrc/_DEVELOPMENT/string/c/sdcc_iy/strcat_callee.asm
jpoikela/z88dk
640
58561
; char *strcat_callee(char * restrict s1, const char * restrict s2) SECTION code_clib SECTION code_string PUBLIC _strcat_callee EXTERN asm_strcat _strcat_callee: pop hl pop de ex (sp),hl jp asm_strcat
libsrc/stdio/ansi/g800/f_ansi_attr.asm
jpoikela/z88dk
640
58564
<gh_stars>100-1000 ; ; ANSI Video handling for the Sharp PC G-800 family ; ; <NAME> - 2019 ; ; Text Attributes ; m - Set Graphic Rendition ; ; ; ; $ Id: f_ansi_attr.asm $ ; SECTION code_clib PUBLIC ansi_attr ; Enabling text attributes costs about extra 480 bytes for the attribute page and the extra code. ...
guitarfx/oscillator_32bit.asm
ksteensig/dsp-guitar-multieffects
1
58565
u0H .set 0x7FFF ; Initial Value u0L .set 0xFFFF ; Initial Value v0H .set 0x0000 ; Initial Value v0L .set 0x0000 ; Initial Value K1H .set 0x0000 ; Initial Value K1L .set 0x1B73 ; Initial Value K2H .set 0x0000 ; Initial Value K2L .set 0x36E7 ; Initial Value rese...
oeis/052/A052674.asm
neoneye/loda-programs
11
58566
<filename>oeis/052/A052674.asm ; A052674: E.g.f. (1-x)/(1-3x-2x^2+2x^3). ; Submitted by <NAME> ; 1,2,16,156,2160,36720,753120,17992800,491500800,15102339840,515630707200,19365156518400,793401964185600,35214960849868800,1683239666985676800,86204093846846976000,4709107007890661376000 mov $2,$0 seq $0,52543 ; Expansion o...
Library/Chart/Axis/axisPosition.asm
steakknife/pcgeos
504
58567
<reponame>steakknife/pcgeos<gh_stars>100-1000 COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) GeoWorks 1991 -- All Rights Reserved PROJECT: PC GEOS MODULE: FILE: axisPosition.asm AUTHOR: <NAME> METHODS: Name Description ---- ----------- FUNCTIONS: Sc...
Chapter_4/Program 4.2/x86_64/Program_4.2_MASM.asm
chen150182055/Assembly
272
58569
; Program 4.2 ; Multiplication and Division - MASM (64-bit) ; Copyright (c) 2020 <NAME> extrn ExitProcess : proc .data mval QWORD 664751 dval QWORD 8 .code _main PROC ; MUL 1-op mov rax, mval mov rbx, 8 mul rbx ; IMUL 1-op mov rax, mval mov rbx, 8 imul rbx ; IMUL 2-op mov rax, 8 imul rax,...
libsrc/target/msx/msxbios/msx_vwrite_direct.asm
Frodevan/z88dk
640
58570
; ; MSX specific routines ; ; GFX - a small graphics library ; Copyright (C) 2004 <NAME> ; ; extern void msx_vwrite_direct(void *source, u_int dest, u_int count) ; ; Transfer count bytes from RAM (current memory page) to VRAM ; ; $Id: msx_vwrite_direct.asm,v 1.8 2016-06-16 19:30:25 dom Exp $ ; SECTION code_c...
arch/i386/kernelld.asm
moondeck/hydrogen
6
58571
bits 32 ;telling NASM we are using 32 bits section .text ;multiboot header, needed for GRUB and other multiboot bootloaders dd 0x1BADB002 dd 0x00 dd - (0x1BADB002 + 0x00) global begin extern kmain extern setgdt global gdt_load extern gp extern setup_paging extern page_dirs global idt...
core/vmx_ops.asm
ryoon/haxm
2,754
58572
; ; Copyright (c) 2011 Intel Corporation ; Copyright (c) 2018 <NAME> <<EMAIL>> ; ; Redistribution and use in source and binary forms, with or without ; modification, are permitted provided that the following conditions are met: ; ; 1. Redistributions of source code must retain the above copyright notice, ; this ...
oeis/215/A215265.asm
neoneye/loda-programs
11
58573
; A215265: (n-1)^(n+1) - n^n. ; -2,-1,-3,-11,-13,971,31469,856073,23576391,686321335,21381059609,714688329389,25606611695675,981043357956611,40073886188532741,1740059447428511761,80079381261983807759,3895126220983308449519,199726027609854787271729 sub $0,1 mov $1,$0 mov $2,$0 add $2,1 pow $0,$2 mul $0,$1 pow $2,$2 sub...
software/pcx86/bdsrc/dos/session.asm
fatman2021/basicdos
59
58574
<gh_stars>10-100 ; ; BASIC-DOS Session Services ; ; @author <NAME> <<EMAIL>> ; @copyright (c) 2020-2021 <NAME> ; @license MIT <https://basicdos.com/LICENSE.txt> ; ; This file is part of PCjs, a computer emulation software project at pcjs.org ; include macros.inc include 8086.inc include bios.inc include...
programs/oeis/247/A247018.asm
karttu/loda
1
58575
<filename>programs/oeis/247/A247018.asm ; A247018: a(n) = 3*n^2 + n + 3. ; 3,5,7,13,17,27,33,47,55,73,83,105,117,143,157,187,203,237,255,293,313,355,377,423,447,497,523,577,605,663,693,755,787,853,887,957,993,1067,1105,1183,1223,1305,1347,1433,1477,1567,1613,1707,1755,1853,1903,2005,2057,2163,2217,2327,2383,2497,2555,2...
0x38.asm
SpeedStepper/XchgRaxRax
53
58576
; ; $Id: 0x38.asm,v 1.1.1.1 2016/03/27 08:40:13 raptor Exp $ ; ; 0x38 explanation - from xchg rax,rax by <EMAIL> ; Copyright (c) 2016 <NAME> <<EMAIL>> ; ; This snippet takes the value in rax and adds it to a value ; calculated by keeping its least-significant bit and all ; the following zeros, discarding all previous...
Transynther/x86/_processed/AVXALIGN/_st_/i7-8650U_0xd2.log_19064_666.asm
ljhsiun2/medusa
9
58577
<filename>Transynther/x86/_processed/AVXALIGN/_st_/i7-8650U_0xd2.log_19064_666.asm .global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %rbp push %rcx push %rdi push %rdx push %rsi lea addresses_WC_ht+0xc743, %rdi nop add %r10, %r10 mov (%rdi), %dx nop nop nop nop and $31492, %rbp lea addresses_WT_ht+0...
nine/nes_labels.asm
benoitryder/super-tilt-bro
91
58578
; PPU registers ; http://wiki.nesdev.com/w/index.php/PPU_registers PPUCTRL = $2000 PPUMASK = $2001 PPUSTATUS = $2002 OAMADDR = $2003 OAMDATA = $2004 PPUSCROLL = $2005 PPUADDR = $2006 PPUDATA = $2007 OAMDMA = $4014 ; APU registers ; http://wiki.nesdev.com/w/index.php/APU APU_SQUARE1_ENVELOPE = $4000 APU_SQUARE1_PER...
common/optlnk.asm
DigitalMars/optlink
28
58579
TITLE OPTLNK - Copyright (c) SLR Systems 1994 INCLUDE MACROS INCLUDE INITCODE INCLUDE IO_STRUC INCLUDE WIN32DEF INCLUDE WINMACS PUBLIC OPTLINK .DATA .CODE ROOT_TEXT EXTERNDEF _optlink:proc EXTERNDEF _optlink_restartc:proc EXTERNDEF _abort:proc EXTERNDEF XCNOTIFY:PROC ;This is left here ...
library_dir_dir/system_library_unbundled/source/pc_mowse_.s.archive/termmows.asm
dancrossnyc/multics
65
58580
; *********************************************************** ; * * ; * Copyright, (C) Honeywell Bull Inc., 1987 * ; * * ; * Copyright, (C) Honeywell Information Systems Inc., 1986 * ; * ...
programs/oeis/236/A236214.asm
neoneye/loda
22
58582
; A236214: Sum of the eighth powers of the first n primes. ; 256,6817,397442,6162243,220521124,1036251845,8012009286,24995572327,103306557608,603552970569,1456444008010,4968923461931,12953848691052,24642048968653,48453335630414,110713026041775,257543463646096,449250776643377,855318454200018,1501071985445779,23075320773...
18.asm
AsadKhalil/Assembly_x86
0
58586
[org 0x0100] jmp start oldisr: dd 0 kbisr: ;Keyboard Interrupt Service Routine(ISR) push ax push es mov ax, 0xb800 mov es, ax in al, 0x60 ;read the scan code from port 0x60 cmp al, 0x2a ;check if left shift key was pressed jne nextcmp mov byte [es: 0], 'L' jmp nomatch nextc...
Basic programming exercises and solutions in C/5- C program to find area of a rectangle/project.asm
MahmoudFawzy01/C-solutions-Code4win-
0
58587
.file "project.c" .text .globl RectArea .def RectArea; .scl 2; .type 32; .endef .seh_proc RectArea RectArea: pushq %rbp .seh_pushreg %rbp movq %rsp, %rbp .seh_setframe %rbp, 0 .seh_endprologue movl %ecx, 16(%rbp) movl %edx, 24(%rbp) movl 16(%rbp), %eax imull 24(%rbp), %eax popq %rbp ret .seh_endproc ....
programs/oeis/194/A194268.asm
karttu/loda
1
58588
<filename>programs/oeis/194/A194268.asm ; A194268: 8*n^2 + 7*n + 1. ; 1,16,47,94,157,236,331,442,569,712,871,1046,1237,1444,1667,1906,2161,2432,2719,3022,3341,3676,4027,4394,4777,5176,5591,6022,6469,6932,7411,7906,8417,8944,9487,10046,10621,11212,11819,12442,13081,13736,14407,15094,15797,16516,17251,18002,18769,19552,2...
source_cpc/Source/EG_Tiles_Formatted.asm
kieranhj/edge-beeb
0
58589
<filename>source_cpc/Source/EG_Tiles_Formatted.asm .Tiles defb 0,0,3,4,141,139,117,0,67,0,83,0,0,0,65,52 defb 99,49,118,99,142,142,0,0,0,0,44,0,60,0,0,0 defb 7,3,0,4,12,243,195,199,204,0,0,44,52,0,4,0 defb 108,100,144,99,0,0,179,183,188,0,0,60,68,116,101,247 defb 104,3,219,243,0,139,0,0,0,84,0,0,0,7...
plugins/common/vc_crt_fix.asm
MKadaner/FarManager
1,256
58590
;vc_crt_fix.asm ;Workaround for Visual C++ CRT incompatibility with old Windows versions ;Copyright © 2010 <NAME> ;All rights reserved. ; ;Redistribution and use in source and binary forms, with or without ;modification, are permitted provided that the following conditions ;are met: ;1. Redistributions of source code...
game-projects/Sonic2/GameMode/SpecialStage/SpecialStageRamData.asm
wide-dot/thomson-to8-game-engine
11
58591
; RAM variables - Special stage ; TODO : split entre variables qui doivent etre globales (restent ici) ; et celles specifiques a l'objet (vont avec le code objet) * =========================================================================== * Object Subtypes * ==========================================================...
Transynther/x86/_processed/AVXALIGN/_zr_un_/i3-7100_9_0x84_notsx.log_179_2936.asm
ljhsiun2/medusa
9
58593
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r12 push %r14 push %r8 push %rax push %rbx push %rdi push %rdx lea addresses_D_ht+0x3d70, %r14 nop nop add %rbx, %rbx vmovups (%r14), %ymm5 vextracti128 $1, %ymm5, %xmm5 vpextrq $0, %xmm5, %rax nop nop nop inc %r8 lea addresses_WC_ht+0x57e0, %...
testSaveProt2.asm
hackingotter/LC3-Simulator
0
58594
.ORIG x3000 START LD R6, TOP ; initialize stack pointer AND R5, R5, #0 ; frame pointer = null LEA R0, P ; i = 0 LEA R1, Q LOOP0 LEA R2, P_END ; while (corner points remain) NOT R2, R2 ; ADD R2, R2, #1 ; ADD R2, R0, R2 ; BRz ELOOP0 LDR R3, R0, #0 ; ADD R6,...
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_1649.asm
ljhsiun2/medusa
9
58595
.global s_prepare_buffers s_prepare_buffers: push %r13 push %r8 push %r9 push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_UC_ht+0x74dc, %rsi lea addresses_A_ht+0x1e854, %rdi nop nop nop nop nop add $62625, %r13 mov $97, %rcx rep movsl xor $5640, %rdx lea addresses_D_ht+0x811c, %rbx nop nop nop nop nop ad...
v1.1-SnowFlake.asm
PolinaKoval/assembly-koch-snowflake
0
58596
;<NAME> ;Informatyka IEiT data segment tabl db 127 dup (?) ;tablica 127 elementów po 1 bajcie (max input) licz dw 1 ;licznik przeladowanych danych argz dw 1 ;licznik argrumentow (oddzielonych spacjami/tabulatorem) lent dw 4 ...
programs/oeis/249/A249166.asm
karttu/loda
0
58597
; A249166: Odd integers concatenated with themselves. ; 11,33,55,77,99,1111,1313,1515,1717,1919,2121,2323,2525,2727,2929,3131,3333,3535,3737,3939,4141,4343,4545,4747,4949,5151,5353,5555,5757,5959,6161,6363,6565,6767,6969,7171,7373,7575,7777,7979,8181,8383,8585,8787 mov $9,$0 add $9,1 lpb $9,1 mov $0,$7 sub $9,1 ...
LED_MATRIX_COUNTER_1_TO_3.asm
magkopian/pic-asm-led-matrix
1
58598
<filename>LED_MATRIX_COUNTER_1_TO_3.asm ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;Copyright (c) 2013 <NAME> ; ;See the file LICENCE for copying permission. ; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; PROCESSOR 16F876A INCLUDE <P16F876A.INC> __config _XT_OSC & _WDT_OFF & _PWRTE_OFF & _CP_OFF & _L...
libtool/src/gmp-6.1.2/mpn/powerpc32/bdiv_dbm1c.asm
kroggen/aergo
1,602
58600
<filename>libtool/src/gmp-6.1.2/mpn/powerpc32/bdiv_dbm1c.asm dnl PPC32 mpn_bdiv_dbm1c. dnl Copyright 2008 Free Software Foundation, Inc. dnl This file is part of the GNU MP Library. dnl dnl The GNU MP Library is free software; you can redistribute it and/or modify dnl it under the terms of either: dnl dnl * t...
programs/oeis/130/A130793.asm
karttu/loda
1
58601
<filename>programs/oeis/130/A130793.asm ; A130793: Periodic sequence with period 3: 1, 3, 5. ; 1,3,5,1,3,5,1,3,5,1,3,5,1,3,5,1,3,5,1,3,5,1,3,5,1,3,5,1,3,5,1,3,5,1,3,5,1,3,5,1,3,5,1,3,5,1,3,5,1,3,5,1,3,5,1,3,5,1,3,5,1,3,5,1,3,5,1,3,5,1,3,5,1,3,5,1,3,5,1,3,5,1,3,5,1,3,5,1,3,5,1,3,5,1,3,5,1,3,5,1 mov $1,$0 mul $1,2 mod $...
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_2900.asm
ljhsiun2/medusa
9
58602
<reponame>ljhsiun2/medusa<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: ret .global s_faulty_load s_faulty_load: push %r14 push %r15 push %r9 push %rax push %rbx push %rsi // Store lea addresses_A+0xb48d, %rax clflush (%rax) nop nop nop nop nop dec %rbx movl $0x51525354, (%rax) nop nop nop nop add $6...