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/201/A201813.asm
neoneye/loda
22
200520
; A201813: Number of arrays of 5 integers in -n..n with sum zero and equal numbers of elements greater than zero and less than zero. ; 51,221,631,1401,2651,4501,7071,10481,14851,20301,26951,34921,44331,55301,67951,82401,98771,117181,137751,160601,185851,213621,244031,277201,313251,352301,394471,439881,488651,540901,596...
oeis/164/A164598.asm
neoneye/loda-programs
11
200521
; A164598: a(n) = 12*a(n-1) - 34*a(n-2), for n > 1, with a(0) = 1, a(1) = 14. ; Submitted by <NAME> ; 1,14,134,1132,9028,69848,531224,3999856,29936656,223244768,1661090912,12342768832,91636134976,679979479424,5044125163904,37410199666432,277422140424448,2057118896434688,15253073982785024,113094845314640896,838533628360...
oeis/005/A005247.asm
neoneye/loda-programs
11
200522
; A005247: a(n) = 3*a(n-2) - a(n-4), a(0)=2, a(1)=1, a(2)=3, a(3)=2. Alternates Lucas (A000032) and Fibonacci (A000045) sequences for even and odd n. ; Submitted by <NAME> ; 2,1,3,2,7,5,18,13,47,34,123,89,322,233,843,610,2207,1597,5778,4181,15127,10946,39603,28657,103682,75025,271443,196418,710647,514229,1860498,134626...
asm/Boot-Sector Programing - Nick Blundell/lecture_3.1.asm
m-ahmadi/exref
9
200524
<filename>asm/Boot-Sector Programing - Nick Blundell/lecture_3.1.asm ; BIOS will load this to address 7c00 mov ah, 0x0e mov al, [0x7c07] int 0x10 db 'X' jmp $ times (510-($-$$)) db 0 db 0x55, 0xaa
ioq3/build/release-js-js/baseq3/ui/ui_connect.asm
RawTechnique/quake-port
1
200525
data export passwordNeeded align 4 LABELV passwordNeeded byte 4 1 code proc UI_ReadableSize 16 16 ADDRFP4 0 ADDRFP4 0 INDIRP4 ASGNP4 ADDRFP4 8 ADDRFP4 8 INDIRI4 ASGNI4 ADDRFP4 8 INDIRI4 CNSTI4 1073741824 LEI4 $69 ADDRFP4 0 INDIRP4 ARGP4 ADDRFP4 4 INDIRI4 ARGI4 ADDRGP4 $71 ARGP4 ADDRFP4 8 INDIRI4 CNSTI4 1073741824 DIVI4...
oeis/145/A145390.asm
neoneye/loda-programs
11
200526
<filename>oeis/145/A145390.asm ; A145390: Number of sublattices of index n of a centered rectangular lattice fixed by a reflection. ; Submitted by <NAME>(s3) ; 1,1,2,3,2,2,2,5,3,2,2,6,2,2,4,7,2,3,2,6,4,2,2,10,3,2,4,6,2,4,2,9,4,2,4,9,2,2,4,10,2,4,2,6,6,2,2,14,3,3,4,6,2,4,4,10,4,2,2,12,2,2,6,11,4,4,2,6,4,4,2,15,2,2,6,6,4...
programs/oeis/083/A083313.asm
neoneye/loda
22
200527
<filename>programs/oeis/083/A083313.asm ; A083313: a(0)=1; a(n) = 3^n - 2^(n-1) for n >= 1. ; 1,2,7,23,73,227,697,2123,6433,19427,58537,176123,529393,1590227,4774777,14332523,43013953,129074627,387289417,1161999323,3486260113,10459304627,31378962457,94138984523,282421147873,847271832227,2541832273897,7625530376123 mov...
mdeforge/src/main/resources/utils/EcoreMetric.asm
md2manoppello/MDEForge
18
200528
<reponame>md2manoppello/MDEForge<gh_stars>10-100 <?xml version = '1.0' encoding = 'ISO-8859-1' ?> <asm version="1.0" name="0"> <cp> <constant value="EcoreMetric"/> <constant value="links"/> <constant value="NTransientLinkSet;"/> <constant value="col"/> <constant value="J"/> <constant value="main"/>...
oeis/000/A000190.asm
neoneye/loda-programs
11
200529
; A000190: Number of solutions to x^4 == 0 (mod n). ; Submitted by <NAME> ; 1,1,1,2,1,1,1,4,3,1,1,2,1,1,1,8,1,3,1,2,1,1,1,4,5,1,9,2,1,1,1,8,1,1,1,6,1,1,1,4 add $0,1 mov $2,$0 lpb $0 mov $3,$0 sub $0,1 pow $3,4 mod $3,$2 cmp $3,0 add $1,$3 lpe mov $0,$1
Driver/Stream/IrCOMM/IrCOMM/ircommMain.asm
steakknife/pcgeos
504
200532
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) Geoworks 1995 -- All Rights Reserved PROJECT: GEOS MODULE: IrCOMM FILE: ircommMain.asm AUTHOR: <NAME>, Dec 4, 1995 ROUTINES: Name Description ---- ----------- EXT IrCommConnectRequest Connection r...
Exports/zflagtest.asm
adamsmasher/GBSoundSystem
1
200533
<gh_stars>1-10 ; ******************************************************** ; Music Bank ; ; created with Beyond Gameboy Tracker ; ******************************************************** ; ************************ Pattern Streams ******************* SECTION "MzflagtestP0", ROMX PATTERN_zflagtest0: DB $0A DB $...
libsrc/_DEVELOPMENT/adt/ba_stack/z80/asm_ba_stack_clear.asm
jpoikela/z88dk
640
200534
; =============================================================== ; Feb 2014 ; =============================================================== ; ; void ba_stack_clear(ba_stack_t *s) ; ; Clear the stack to empty. ; ; =============================================================== SECTION code_clib SECTION code_adt_ba...
oeis/022/A022093.asm
neoneye/loda-programs
11
200535
; A022093: Fibonacci sequence beginning 0, 10. ; Submitted by <NAME> ; 0,10,10,20,30,50,80,130,210,340,550,890,1440,2330,3770,6100,9870,15970,25840,41810,67650,109460,177110,286570,463680,750250,1213930,1964180,3178110,5142290,8320400,13462690,21783090,35245780,57028870,92274650,149303520,241578170,390881690,632459860,...
programs/oeis/177/A177205.asm
neoneye/loda
22
200536
<filename>programs/oeis/177/A177205.asm<gh_stars>10-100 ; A177205: Partial sums of round(n^2/17). ; 0,0,0,1,2,3,5,8,12,17,23,30,38,48,60,73,88,105,124,145,169,195,223,254,288,325,365,408,454,503,556,613,673,737,805,877,953,1034,1119,1208,1302,1401,1505,1614,1728,1847,1971,2101,2237,2378,2525,2678,2837,3002,3174,3352,35...
oeis/076/A076727.asm
neoneye/loda-programs
11
200537
<gh_stars>10-100 ; A076727: Primes of the form x^2 + (x+3)^2. ; Submitted by <NAME>(w1) ; 17,29,89,149,269,317,617,929,1109,1409,2969,3449,3617,4517,5309,6389,7817,8069,8849,12329,14969,17117,17489,21017,23117,23549,27617,30509,32009,33029,34589,35117,41189,42929,43517,47129,48989,52817,60209,66617,67349,71069,78017,78...
Source/Levels/L0314.asm
AbePralle/FGB
0
200539
<reponame>AbePralle/FGB<filename>Source/Levels/L0314.asm ; L0314.asm skippy runs for it ; Generated 07.09.2000 by mlevel ; Modified 07.09.2000 by <NAME> INCLUDE "Source/Defs.inc" INCLUDE "Source/Levels.inc" ;--------------------------------------------------------------------- SECTION "Level0314Section",ROMX ;----...
x86-64-assembly/space-age/space_age.asm
0x28/exercism
0
200540
<reponame>0x28/exercism<filename>x86-64-assembly/space-age/space_age.asm default rel section .rodata age_table: dd 0.2408467,0.61519726,1.0,1.8808158,11.862615,29.447498,84.016846,164.79132,0 year: dd 31557600.0 section .text global age age: cvtsi2ss xmm0, rsi movss xmm2, [year] lea rbx, [age_table] m...
oeis/089/A089103.asm
neoneye/loda-programs
11
200541
; A089103: a(n) = Mod[n+Prime[n],10] ; Submitted by <NAME> ; 3,5,8,1,6,9,4,7,2,9,2,9,4,7,2,9,6,9,6,1,4,1,6,3,2,7,0,5,8,3,8,3,0,3,4,7,4,1,6,3,0,3,4,7,2,5,8,1,6,9,4,1,4,5,2,9,6,9,6,1,4,5,0,5,8,3,8,5,6,9,4,1,0,7,4,9,6,5,0,9,0,3,4,7,4,9,6,5,0,3,8,1,0,5,4,9,6,9,2,1 mov $1,$0 mul $0,2 max $0,1 seq $0,173919 ; Numbers that a...
libsrc/_DEVELOPMENT/math/float/am9511/lam32/z80/asm_negf.asm
ahjelm/z88dk
640
200542
<filename>libsrc/_DEVELOPMENT/math/float/am9511/lam32/z80/asm_negf.asm ; float _negf (float number) __z88dk_fastcall SECTION code_clib SECTION code_fp_am9511 PUBLIC asm_negf EXTERN asm_am9511_neg ; negate sccz80 floats ; ; enter : stack = ret ; DEHL = sccz80_float number ; ; exit ...
programs/oeis/290/A290699.asm
karttu/loda
1
200543
; A290699: a(n) = 2^n - n + n^2. ; 0,2,6,14,28,52,94,170,312,584,1114,2158,4228,8348,16566,32978,65776,131344,262450,524630,1048956,2097572,4194766,8389114,16777768,33555032,67109514,134218430,268436212,536871724,1073742694,2147484578,4294968288,8589935648,17179870306 mov $2,$0 mov $4,$0 trn $0,1 mov $1,2 pow $1,$2 su...
oeis/208/A208643.asm
neoneye/loda-programs
11
200544
; A208643: Least positive integer m such that those k*(k-1) mod m with k=1,...,n are pairwise distinct. ; Submitted by <NAME> ; 1,3,5,7,11,11,13,16,17,19,23,23,29,29,29,31,37,37,37,41,41,43,47,47,53,53,53,59,59,59,61,64,67,67,71,71,73,79,79,79,83,83,89,89,89,97,97,97,97,101,101,103,107,107,109,113,113,127,127,127,127,1...
msx/apps/libraries/fusion/inputchar.asm
zoggins/yellow-msx-series-for-rc2014
19
200545
; ___________________________________________________________ ;/ __ _ \ ;| / _| (_) | ;| | |_ _ _ ___ _ ___ _ __ | ;| | _| | | / __| |/ _ \| '_ \ | ;| ...
oeis/037/A037781.asm
neoneye/loda-programs
11
200547
; A037781: Base 6 digits are, in order, the first n terms of the periodic sequence with initial period 3,1,2,0. ; Submitted by <NAME> ; 3,19,116,696,4179,25075,150452,902712,5416275,32497651,194985908,1169915448,7019492691,42116956147,252701736884,1516210421304,9097262527827,54583575166963,327501451001780,1965008706010...
programs/oeis/226/A226088.asm
neoneye/loda
22
200548
<filename>programs/oeis/226/A226088.asm<gh_stars>10-100 ; A226088: a(n) is the number of the distinct quadrilaterals in a regular n-gon, which Q3 type are excluded. ; 0,1,1,3,4,8,10,15,19,26,31,39,46,56,64,75,85,98,109,123,136,152,166,183,199,218 mov $3,2 mov $5,$0 lpb $3 mov $0,$5 sub $3,1 add $0,$3 sub $0,1 ...
audio/music/route203.asm
AtmaBuster/pokeplat-gen2
6
200549
Music_Route203: dbw $C0, Music_Route203_Ch1 dbw $01, Music_Route203_Ch2 dbw $02, Music_Route203_Ch3 dbw $03, Music_Route203_Ch4 Music_Route203_Ch1: tempo $90 volume $77 notetype $4, $91 dutycycle 1 tone $0001 octave 3 note A#, 1 note A_, 1 note G_, 1 note F_, 1 note E_, 1 note D_, 1 note C_, 1 octave...
oeis/107/A107304.asm
neoneye/loda-programs
11
200550
<gh_stars>10-100 ; A107304: Numbers k such that 5k - 7 is prime. ; Submitted by <NAME> ; 2,4,6,10,12,16,18,22,24,34,36,40,46,48,54,58,60,64,72,76,78,88,90,94,102,106,114,120,124,130,132,136,138,148,150,156,166,172,174,178,192,198,204,208,214,220,222,226,232,234,240,244,246,258,262,276,286,288,292,298,300,306,310,312,31...
oeis/076/A076274.asm
neoneye/loda-programs
11
200551
<filename>oeis/076/A076274.asm ; A076274: 2p-1 where p is 1 or a prime. ; Submitted by <NAME> ; 1,3,5,9,13,21,25,33,37,45,57,61,73,81,85,93,105,117,121,133,141,145,157,165,177,193,201,205,213,217,225,253,261,273,277,297,301,313,325,333,345,357,361,381,385,393,397,421,445,453,457,465,477,481,501,513,525,537,541,553,561,...
non_regression/other_x64_linux_4.o.asm
LRGH/plasmasm
1
200552
.file "c9.c" .section .data.rel,"wa",@progbits .globl R .type R, @object R: .quad putchar .size R, 8 # ---------------------- .section .rodata .align 4 .LC00000000: .long .L00000174.startup-.LC00000000 .long .L000002C4.startup-.LC00000000 .long .L0000038E.startup-.LC00000000 .long .L00000052.sta...
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_16_758.asm
ljhsiun2/medusa
9
200553
.global s_prepare_buffers s_prepare_buffers: ret .global s_faulty_load s_faulty_load: push %r13 push %r14 push %rax push %rbx push %rcx push %rdi push %rsi // REPMOV mov $0xc9f, %rsi lea addresses_PSE+0x1cf9f, %rdi nop cmp $54145, %rax mov $35, %rcx rep movsb nop xor $43631, %r14 // Store lea addresses_normal+0x...
Assignment6/prog1.asm
nikhilnayak98/CSE2011
0
200556
# Reverse the elements in an array using stack .data array : .word 1, 2, 3, 4 .text .globl main .ent main main: la $a0, array li $t2, 0 li $t1, 4 L0: sll $t3, $t2, 2 add $a2, $t3, $a0 lw $a1, ($a2) blt $t2, $t1, L2 L1: sub $t2, $t2, 1 lw $s0, ($sp) sw $s0, ($a0) add $a0, $a0, 4 addi $sp, ...
demos/raw.asm
42Bastian/new_bll
4
200557
*************** * RAW.ASM * simple body of a Lynx-program * * created : 24.04.96 * changed : May 2020 **************** Baudrate set 62500 ; define baudrate for serial.inc _1000HZ_TIMER set 7 ; timer# //->BRKuser set 1 ; if defined BRK #x support is enabled DEBUG set 1 ; if defined BLL loader is included inclu...
Transynther/x86/_processed/AVXALIGN/_st_/i7-7700_9_0x48.log_21829_468.asm
ljhsiun2/medusa
9
200561
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r14 push %r15 push %rax push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_D_ht+0x1d5d1, %rbx nop nop nop add %r10, %r10 movb $0x61, (%rbx) nop nop nop nop sub $52910, %rax lea addresses_WT_ht+0x8678, %r10 nop add $27267, %r14 mov (%r10), %di nop...
8086_Signed_Matrix_Mul.asm
SDibla/8086-Signed_Matrix_Multiplication
4
200562
<reponame>SDibla/8086-Signed_Matrix_Multiplication<filename>8086_Signed_Matrix_Mul.asm<gh_stars>1-10 .MODEL small .STACK .DATA N EQU 4 M EQU 7 P EQU 5 ;------ matrix a ------ m1_r0 DB 3,14,-15,9,26,-53,5 m1_r1 DB 89,79,3,23,84,-6,26 m1_r2 DB 43,-3,83,27,-9,50,28 m1_r3 DB -88,41,97,-103,69,39,-9 ;--------...
third_party/codecs/xvidcore/src/dct/x86_asm/idct_mmx.asm
Narflex/sagetv
292
200564
<gh_stars>100-1000 ;/**************************************************************************** ; * ; * XVID MPEG-4 VIDEO CODEC ; * - MMX and XMM forward discrete cosine transform - ; * ; * Copyright(C) 2001 <NAME> <<EMAIL>> ; * ; * This program is free software; you can redistribute it and/or modify it ; * unde...
oeis/167/A167239.asm
neoneye/loda-programs
11
200565
; A167239: Number of ways to partition a 5*n X 2 grid into 5 connected equal-area regions ; Submitted by <NAME>(s2) ; 8,64,288,880,2120,4368,8064,13728,21960,33440,48928,69264 mov $1,$0 pow $0,2 mul $0,2 add $1,2 add $0,$1 bin $1,2 add $0,$1 mul $0,$1 div $0,3 mul $0,8
multimedia/opengl/server/generic/i386/texspan.asm
npocmaka/Windows-Server-2003
17
200566
<filename>multimedia/opengl/server/generic/i386/texspan.asm ;---------------------------Module-Header------------------------------; ; Module Name: texspan.asm ; ; Include file for "body" of texture routines. ; ; Created: 011/15/1995 ; Author: <NAME> [ottob] ; ; Copyright (c) 1995 Microsoft Corporation ;-----...
sample/circle_sprite_masked.asm
jsmolina/png2sp1sprite
7
200567
<filename>sample/circle_sprite_masked.asm SECTION rodata_user ; Original: 16, 8 (=2 x 1 chars) ; Blocks: 1 ; mask, sprite defb @11111111, @00000000 defb @11111111, @00000000 defb @11111111, @00000000 defb @11111111, @00000000 defb @11111111, @00000000 defb @11111111, @00000000 defb @11111111, @00000000 PUBLIC ...
libsrc/_DEVELOPMENT/arch/zx/ulaplus/c/sdcc/ulap_read_palette_callee.asm
jpoikela/z88dk
640
200568
; void *ulap_read_palette(void *dst,unsigned char pent,unsigned char num) SECTION code_clib SECTION code_arch PUBLIC _ulap_read_palette_callee EXTERN asm_ulap_read_palette _ulap_read_palette_callee: pop af pop hl pop de push af jp asm_ulap_read_palette
EserciziMips/1.9-QuadratiPerfetti.asm
AntoAndGar/MIPS
0
200569
.text .globl main main: li $v0, 5 syscall move $t0, $v0 li $t1, 1 loop: bgt $t1, $t0, end_loop mul $t2, $t1, $t1 move $a0, $t2 li $v0, 1 syscall la $t3, virgola move $a0, $t3 li $v0, 4 syscall addi $t1, $t1, 1 j loop end_loop: li $v0, 10 syscall .data virgola: .ascii ","
oeis/188/A188571.asm
neoneye/loda-programs
11
200570
; A188571: Coefficients of the term by sqrt(2) in (1 + sqrt(2) + sqrt(3))^n sequence, denoted as C2(n). ; Submitted by <NAME> ; 0,1,2,14,48,224,880,3760,15360,64192,265088,1101440,4561920,18925568,78447616,325313536,1348730880,5592420352,23187169280,96141172736,398624489472,1652807303168,6852965761024,28414229807104,11...
Src/Ant8/Tests/Ant8/basic/12_inc_r1.asm
geoffthorpe/ant-architecture
0
200572
<filename>Src/Ant8/Tests/Ant8/basic/12_inc_r1.asm<gh_stars>0 # $Id: 12_inc_r1.asm,v 1.2 2001/03/22 00:39:04 ellard Exp $ # # Copyright 1999-2000 by the President and Fellows of Harvard College. # See LICENSE.txt for license information. # #@ Testing inc for r1. # OK inc r1, 1 hlt
CodeGenA64/TestData/syscall.a64.asm
robertmuth/Cwerg
171
200573
<filename>CodeGenA64/TestData/syscall.a64.asm .fun a64_syscall_write SIGNATURE [S32] = [S32 A64 U64] .fun a64_syscall_exit SIGNATURE [] = [S32] .mem msg 4 RO .data 1 "hello world\n" .fun _start NORMAL [] = [] .bbl start lea m:A64 = msg pusharg 12:U64 pusharg m pusharg 1:S32 syscall a64_syscall_w...
dino/lcs/item/30.asm
zengfr/arcade_game_romhacking_sourcecode_top_secret_data
6
200574
copyright zengfr site:http://github.com/zengfr/romhack 00042A move.l D1, (A0)+ 00042C dbra D0, $42a 004D38 move.l D0, (A4)+ 004D3A move.l D0, (A4)+ 0249FA move.l ($28,A6), ($30,A6) 024A00 clr.b ($23,A6) [item+30, item+32] 0289FA move.l ($28,A6), ($30,A6) 028A00 tst.b ($6,A6) [item+30, item+32...
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_1415.asm
ljhsiun2/medusa
9
200575
<filename>Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_1415.asm .global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r8 push %rax push %rbx push %rdi push %rdx lea addresses_normal_ht+0xaee8, %r11 nop add $47843, %rbx mov (%r11), %ax cmp %rdi, %rdi lea addresses_D_ht+0x11980, %r...
Transynther/x86/_processed/AVXALIGN/_zr_/i3-7100_9_0xca_notsx.log_21829_1612.asm
ljhsiun2/medusa
9
200576
.global s_prepare_buffers s_prepare_buffers: push %r15 push %r9 push %rbp push %rbx push %rcx push %rdi push %rdx lea addresses_D_ht+0xf3ee, %rbp nop nop nop nop nop and $17752, %rbx mov $0x6162636465666768, %rcx movq %rcx, %xmm5 and $0xffffffffffffffc0, %rbp movntdq %xmm5, (%rbp) nop nop nop add %rbx, %rbx lea address...
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_1059.asm
ljhsiun2/medusa
9
200577
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r14 push %r8 push %r9 push %rbx push %rcx push %rdi push %rdx lea addresses_normal_ht+0xf3cc, %r9 nop nop nop nop inc %r8 mov $0x6162636465666768, %rdi movq %rdi, %xmm7 movups %xmm7, (%r9) nop nop nop and %r8, %r8 lea addresses_normal_ht+0x160...
Transynther/x86/_processed/NC/_zr_/i9-9900K_12_0xca_notsx.log_21829_814.asm
ljhsiun2/medusa
9
200578
<reponame>ljhsiun2/medusa<filename>Transynther/x86/_processed/NC/_zr_/i9-9900K_12_0xca_notsx.log_21829_814.asm .global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r13 push %r8 push %rcx push %rdi push %rdx push %rsi lea addresses_WC_ht+0x1cbcf, %r8 nop cmp %r13, %r13 mov (%r8), %r11d nop nop nop cmp ...
Source/DX8/homer.asm
betajaen/dx8
9
200579
; SIZE 8x8 ; PAL F06 ;01000010 ;12100121 ;01000010 ;00000000 ;00333300 ;03000030 ;00333300 ;00000000 db $04, $19 db $04, $00 db $F0, $0C db $F0, $00 db $10, $64 db $10, $00 db $0F, $30 db $0F, $00
Transynther/x86/_processed/NONE/_ht_zr_un_/i7-7700_9_0xca.log_21829_446.asm
ljhsiun2/medusa
9
200580
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r12 push %r13 push %r14 push %r8 push %rbx push %rsi lea addresses_WC_ht+0x683a, %r10 nop and %r8, %r8 mov (%r10), %si nop nop nop nop sub %r14, %r14 lea addresses_WT_ht+0x1746a, %r8 nop cmp $58341, %r12 mov (%r8), %r13w nop nop nop nop nop dec %r14 lea addre...
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_453.asm
ljhsiun2/medusa
9
200581
<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r11 push %r8 push %r9 push %rbp push %rbx push %rcx push %rdi push %rsi lea addresses_WC_ht+0x123b3, %rbp nop nop nop nop cmp $17186, %rbx mov $0x6162636465666768, %r9 movq %r9, %xmm6 and $0xffffffffffffffc0, %rbp vmovaps %ymm6, (%rbp) nop nop nop nop su...
Library/Text/TextStorage/tsSmallGetText.asm
steakknife/pcgeos
504
200582
<reponame>steakknife/pcgeos COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) GeoWorks 1991 -- All Rights Reserved PROJECT: PC GEOS MODULE: FILE: tsSmallGetText.asm AUTHOR: <NAME>, Nov 25, 1991 ROUTINES: Name Description ---- ----------- REVISION...
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca.log_21829_1645.asm
ljhsiun2/medusa
9
200583
.global s_prepare_buffers s_prepare_buffers: push %r12 push %r13 push %r8 push %rbp push %rcx push %rdi push %rsi lea addresses_WT_ht+0x4e15, %rsi lea addresses_A_ht+0xaa65, %rdi nop nop nop dec %r13 mov $45, %rcx rep movsw nop nop nop nop nop and $54362, %r8 lea addresses_WT_ht+0x1b8cd, %rbp nop nop nop nop nop cmp %r...
Library/Spline/Spline/splineMove.asm
steakknife/pcgeos
504
200585
<reponame>steakknife/pcgeos<gh_stars>100-1000 COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) GeoWorks 1991 -- All Rights Reserved PROJECT: PC GEOS MODULE: spline FILE: splineMove.asm AUTHOR: <NAME> METHODS: Name Description ---- ----------- FUNCTIONS: ...
programs/oeis/172/A172407.asm
jmorken/loda
1
200586
<filename>programs/oeis/172/A172407.asm ; A172407: Positive numbers n such that n+10 is a prime. ; 1,3,7,9,13,19,21,27,31,33,37,43,49,51,57,61,63,69,73,79,87,91,93,97,99,103,117,121,127,129,139,141,147,153,157,163,169,171,181,183,187,189,201,213,217,219,223,229,231,241,247,253,259,261,267,271,273,283,297 add $0,4 cal ...
CSE341-BRACU-Microprocessors/Assignment-4(Lab-5)/task5.asm
AIM3r4j/BRACU
0
200587
.MODEL SMALL .STACK 100H .DATA ;variables .CODE MAIN PROC ;initialize DS MOV AX,@DATA MOV DS,AX ; enter your code here mov bx, 080h ;setting bx to 80h ascii char mov cl, 0 ;counter as 0 start: cmp bx, 0ffh je finish mov ah, 2 mov dx, bx int 21h mov ah,2 mov dx,' ' int 21h inc cl cmp cl,10 je ...
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_10_112.asm
ljhsiun2/medusa
9
200588
<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r13 push %r9 push %rax push %rcx push %rdi push %rsi lea addresses_UC_ht+0x14176, %rsi lea addresses_WC_ht+0x1dc36, %rdi add $43980, %r9 mov $52, %rcx rep movsw nop add %rcx, %rcx lea addresses_normal_ht+0x2baf, %r13 and %r10, %r10 mo...
src/test-programs/edge-cases/edge-cases.asm
SebastianPilarski/MIPS_Pipelined_Processor
4
200589
# This program tests some edge cases that don't usually come up but can cause problems # if hazard detection and forwarding aren't implemented correctly. addi $16, $0, 2000 # Initializing the beginning of Data Section address in memory jal empty # Test that hazard detection and forwa...
tpcr.asm
ELASRIYASSINE/DSP-DIGITAL-SIGNAL-PROCESSING-CODES-
0
200590
.text x .int 2,6,8,0Ah,30h,22h,44h,66,10,11,12,14h tab .word x ldi @tab,AR0 ldi 7,BK ldi *AR0++(5)%,R1 ldi *AR0++(5)%,R2 ldi *AR0--(5)%,R3 ldi *AR0,R4 .end
programs/oeis/289/A289037.asm
neoneye/loda
22
200591
; A289037: Positions of 1 in A289035; complement of A289036. ; 3,6,9,13,16,20,23,26,30,33,37,40,43,47,50,54,57,61,64,67,71,74,78,81,84,88,91,95,98,102,105,108,112,115,119,122,125,129,132,136,139,142,146,149,153,156,160,163,166,170,173,177,180,183,187,190,194,197,201,204,207,211,214,218,221,224,228,231,235,238,241,245,2...
oeis/055/A055474.asm
neoneye/loda-programs
11
200592
<filename>oeis/055/A055474.asm<gh_stars>10-100 ; A055474: Powers of ten written in base 3. ; Submitted by <NAME>(s2) ; 1,101,10201,1101001,111201101,12002011201,1212210202001,200211001102101,20222011112012201,2120200200021010001,221210220202122010101,100120010011122100020201,10112121011201102102111001,10221012222020120...
programs/oeis/305/A305859.asm
karttu/loda
1
200593
<gh_stars>1-10 ; A305859: Numbers that are congruent to {1, 3, 11} mod 12. ; 1,3,11,13,15,23,25,27,35,37,39,47,49,51,59,61,63,71,73,75,83,85,87,95,97,99,107,109,111,119,121,123,131,133,135,143,145,147,155,157,159,167,169,171,179,181,183,191,193,195,203,205,207,215,217,219,227,229,231,239,241,243,251,253,255,263,265,267...
programs/oeis/171/A171440.asm
neoneye/loda
22
200594
<filename>programs/oeis/171/A171440.asm ; A171440: Expansion of (1+x)^5/(1-x). ; 1,6,16,26,31,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,3...
libsrc/stdio/cpmbios/fputc_cons.asm
grancier/z180
0
200595
; ; Console routines ; Created for Robotron KC85 but kept generic ; By <NAME> - Sept. 2016 ; ; $Id: fputc_cons.asm,v 1.1 2016/09/22 06:29:49 stefano Exp $ ; SECTION code_clib PUBLIC fputc_cons_native .fputc_cons_native ld hl,2 add hl,sp ld a,(hl) ld c,a cp 13 jr nz,nocr call $f00c ; conout ld c,10 .n...
Transynther/x86/_processed/NC/_st_zr_un_4k_/i7-8650U_0xd2_notsx.log_256_401.asm
ljhsiun2/medusa
9
200597
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r13 push %r14 push %r8 push %rcx push %rdi push %rsi lea addresses_D_ht+0x11369, %rsi lea addresses_D_ht+0x1848b, %rdi clflush (%rsi) nop nop nop nop nop inc %r14 mov $45, %rcx rep movsq nop nop nop and $50574, %r13 lea addresses_D_ht+0x5e5d, %r10 xor %rsi, %...
src/tables/text.asm
furrtek/GB303
90
200599
text_config: .db "CFG",$FE,$FE .db "BPM:",$FE,$FE .db "SYNC:",$FE,$FE .db "LFO TO:",$FE, .db "LFO RESET:",$FE,$FE .db "SYNTH:",$FE .db "DRUMS:",$FE,$FE .db "PATTERN",$FE .db "OVERRIDES:",$FF text_yes: .db "YES",$FF text_no: .db "NO ",$FF text_memdef: .db ": ",$FF ...
Transynther/x86/_processed/NONE/_ht_zr_un_/i7-7700_9_0x48.log_21829_1422.asm
ljhsiun2/medusa
9
200600
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r13 push %r15 push %r9 push %rax push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_A_ht+0x717a, %r9 nop nop xor $46121, %r13 mov (%r9), %r10d nop nop cmp $58408, %rax lea addresses_WC_ht+0x164c8, %r15 add $17165, %rdx and $0xffffffffffffffc0, %r...
data/mapHeaders/ViridianForestNorthGate.asm
AmateurPanda92/pokemon-rby-dx
9
200601
ViridianForestNorthGate_h: db FOREST_GATE ; tileset db VIRIDIAN_FOREST_NORTH_GATE_HEIGHT, VIRIDIAN_FOREST_NORTH_GATE_WIDTH ; dimensions (y, x) dw ViridianForestNorthGate_Blocks ; blocks dw ViridianForestNorthGate_TextPointers ; texts dw ViridianForestNorthGate_Script ; scripts db 0 ; connections dw ViridianFores...
oeis/024/A024650.asm
neoneye/loda-programs
11
200602
; A024650: n written in fractional base 9/2. ; Submitted by <NAME> ; 0,1,2,3,4,5,6,7,8,20,21,22,23,24,25,26,27,28,40,41,42,43,44,45,46,47,48,60,61,62,63,64,65,66,67,68,80,81,82,83,84,85,86,87,88,210,211,212,213,214,215,216,217,218,230,231,232,233,234,235,236,237,238,250,251,252,253 mov $3,1 lpb $0 mov $2,$0 div $0...
src/kernel/asm/cpu/isr.asm
Krzem5/Assembly-64Bit_Uefi_Kernel
4
200603
<gh_stars>1-10 bits 64 global asm_isr0 global asm_isr1 global asm_isr2 global asm_isr3 global asm_isr4 global asm_isr5 global asm_isr6 global asm_isr7 global asm_isr8 global asm_isr9 global asm_isr10 global asm_isr11 global asm_isr12 global asm_isr13 global asm_isr14 global asm_isr15 global asm_isr16 global asm_isr17 g...
Appl/Test/WebServ/webserv.asm
steakknife/pcgeos
504
200604
<filename>Appl/Test/WebServ/webserv.asm COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) Geoworks 1995 -- All Rights Reserved PROJECT: GEOS Web Server MODULE: FILE: webserv.asm AUTHOR: <NAME>, Sep 25, 1995 ROUTINES: Name Description ---- -----------...
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_1692.asm
ljhsiun2/medusa
9
200605
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r11 push %r12 push %r9 push %rbx push %rcx push %rdi push %rsi lea addresses_WC_ht+0x14c7a, %rsi lea addresses_UC_ht+0x121f8, %rdi nop nop nop nop nop cmp %r11, %r11 mov $13, %rcx rep movsw nop nop nop nop and %r9, %r9 lea addresses_WT_ht+0x1a...
data/pokemon/base_stats/totodile.asm
AtmaBuster/pokeplat-gen2
6
200606
db 0 ; species ID placeholder db 50, 65, 64, 43, 44, 48 ; hp atk def spd sat sdf db WATER, WATER ; type db 45 ; catch rate db 66 ; base exp db NO_ITEM, NO_ITEM ; items db GENDER_F12_5 ; gender ratio db 20 ; step cycles to hatch INCBIN "gfx/pokemon/totodile/front.dimensions" db GROWTH_MEDIUM_SL...
Pipelined MIPS Processor/program.asm
vikram-kv/CS2610-LabProjects
0
200607
<filename>Pipelined MIPS Processor/program.asm SUB R1, R1, R2 // R1 = -1 INC R2 // R2++ STORE R10, R2, 0 // [R2] = R10 ADD R10, R10, R1 // R10 = R10 - 1 BEQZ R10, 0, 1 // If R10 == 0 Goto HLT JMP f, b // JMP to INC R2 instruction HLT // Halt
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_323.asm
ljhsiun2/medusa
9
200608
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r13 push %rax push %rbx push %rcx push %rdi push %rsi lea addresses_D_ht+0x18391, %rax nop nop nop nop nop and $2534, %r11 movups (%rax), %xmm5 vpextrq $0, %xmm5, %rsi nop nop nop nop cmp %rsi, %rsi lea addresses_normal_ht+0x122b1, %rsi lea addresses_WT_ht+0x...
source/MicroBenchX.Ipc/IpcTests/mul_sse128_float.asm
clayne/MicroBenchX
15
200609
[BITS 64] %include "parameters.inc" extern exit global mul_sse128_float section .text mul_sse128_float: push rbp mov rax, ITERATIONS_mul_sse128f lea rbx, [rel sse_iv] movdqa xmm0, [rbx] movdqa xmm1, [rbx] movdqa xmm2, [rbx] movdqa xmm3, [rbx] movdqa xmm4, [rbx] movdqa xmm5, [rbx] movdqa xmm6, [rbx]...
fpga/program.asm
shahzaibk23/picofoxy
4
200610
<filename>fpga/program.asm li x15, 0x40001000 li x14, 200000 mainLoop: li x3, 0 li x16, 0 li x17, 0 li x18, 0 li x19, 0 li x13, 0 loop0: addi x16, x16, 1 bne x16, x14, loop0 addi x3,x3,1 sw x3, 0x1c(x15) sw x3, 0x10(x15) loop1: addi x17, x17, 1 bne x17, x14, loop1 ad...
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_21829_557.asm
ljhsiun2/medusa
9
200614
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r8 push %rbp push %rcx push %rdi push %rdx push %rsi lea addresses_WC_ht+0x10689, %rsi lea addresses_A_ht+0x1db09, %rdi nop nop nop nop cmp $880, %rbp mov $102, %rcx rep movsb nop nop nop inc %rsi lea addresses_UC_ht+0x54e9, %rsi lea addresses_WT_ht+0xf309, %...
oeis/011/A011027.asm
neoneye/loda-programs
11
200615
; A011027: Decimal expansion of 4th root of 32. ; Submitted by <NAME> ; 2,3,7,8,4,1,4,2,3,0,0,0,5,4,4,2,1,3,3,4,3,4,9,9,9,9,4,1,1,2,0,9,5,1,8,3,0,5,8,5,9,4,4,1,8,4,9,2,7,6,3,4,8,2,6,0,3,8,0,0,4,4,4,9,4,3,8,9,3,3,3,3,6,4,5,3,8,3,4,3,1,9,7,4,1,5,6,2,6,8,9,0,7,6,2,7,5,3,4,7 bin $1,$0 mov $2,1 mov $3,$0 mul $3,4 lpb $3 ...
Microprocessors-Homeworks/Lab works/lab04/Project_2/Sources/main.asm
aliyasineser/GTU_Homeworks
7
200616
;***************************************************************** ;* This stationery serves as the framework for a * ;* user application (single file, absolute assembly application) * ;* For a more comprehensive program that * ;* demonstrates the more advanced functionality of t...
examples/F303K8/main.asm
MightyPork/stm32-asm-examples
12
200617
<reponame>MightyPork/stm32-asm-examples<gh_stars>10-100 ;*************************************************************************************************** ;* ;* F303k8 example ;* ;* (c) <NAME>, 2016 ;* ;*************************************************************************************************** AREA MA...
Transynther/x86/_processed/NONE/_ht_zr_/i9-9900K_12_0xca.log_21829_595.asm
ljhsiun2/medusa
9
200619
<filename>Transynther/x86/_processed/NONE/_ht_zr_/i9-9900K_12_0xca.log_21829_595.asm<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r11 push %r13 push %rbp push %rcx push %rdi push %rdx push %rsi lea addresses_WT_ht+0x150a7, %rsi lea addresses_normal_ht+0x19c67, %rdi nop nop nop dec %r13 mov $87, %rcx...
Assembly SimpleIO/BitLights.asm
Sharjeel-Khan/MC9S12C128
0
200623
<reponame>Sharjeel-Khan/MC9S12C128<gh_stars>0 ;***************************************************************** ;* 15-348 Spring 2016 Assignment Task 5 By <NAME> * ;* Initial Code was taken from lab1.asm from course webpage * ;* and editted for the assignment ;*****************************************...
asmhead.asm
zulinx86/haribote-os-on-mac
0
200624
; haribote-os ; Boot info cyls equ 0x0ff0 leds equ 0x0ff1 vmode equ 0x0ff2 scrnx equ 0x0ff4 scrny equ 0x0ff6 vram equ 0x0ff8 fonts equ 0x0ffc ; I/O port pic0_comm equ 0x20 pic0_data equ 0x21 pic1_comm equ 0xa0 pic1_data equ 0xa1 kbc_data equ 0x60 kbc_comm equ 0x64 kbc_stat equ 0x64 ; Disk caches ...
Tejas-Simulator/PIN/pin-2.14/source/tools/ToolUnitTests/ea_verifier_addr16_win.asm
markoshorro/tejas_knl
17
200625
<gh_stars>10-100 PUBLIC Test_addr16 .686 .model flat, c COMMENT // use of segment register is not an ERROR ASSUME NOTHING .code Test_addr16 PROC push ebx push esi push ebp mov ebx, 0ffff0018h mov ebp, 0ffff0017h mov e...
examples/hello.asm
kspalaiologos/asmbf
67
200626
stk 2 org 0 txt "Hello World!" db 0 @loop rcl r2, r1 jz r2, %quit out r2 inc r1 jmp %loop @quit out 10
src/converter/cvt_double2string/example/001_gettingStarted/_start.asm
nikAizuddin/lib80386
4
200627
<filename>src/converter/cvt_double2string/example/001_gettingStarted/_start.asm ; 1 2 3 4 5 6 7 ;234567890123456789012345678901234567890123456789012345678901234567890 ;===================================================================== ; ; EXAMPLE 001: Gett...
programs/oeis/257/A257594.asm
karttu/loda
1
200629
; A257594: Consider the hexagonal lattice packing of circles; a(n) is the maximal number of circles that can be enclosed by a closed chain of n circles. ; 0,0,0,0,0,0,1,1,2,3,4,5,7,8,10 lpb $0,1 sub $0,5 add $2,1 add $3,$0 mov $1,$3 sub $0,1 add $1,2 lpe sub $1,1 sub $1,$2
pkgs/tools/yasm/src/modules/arch/x86/tests/ripseg.asm
manggoguy/parsec-modified
2,151
200630
bits 64 foo: default abs mov rbx, [foo] mov rbx, [es:foo] mov rbx, [fs:foo] mov rbx, [gs:foo] mov rbx, [rel es:foo] mov rbx, [rel fs:foo] mov rbx, [rel gs:foo] mov rbx, [abs es:foo] mov rbx, [abs fs:foo] mov rbx, [abs gs:foo] ;mov rbx, [es:rel foo] ;mov rbx, [fs:rel foo] ;mov rbx, [es:abs foo] ;mov rbx, [fs:abs foo] ...
software/atommc2/load.asm
AtomicRoland/AtomFpga
25
200631
;~~;~~;~~;~~;~~;~~;~~;~~;~~;~~;~~;~~;~~;~~;~~;~~;~~;~~;~~;~~;~~;~~;~~;~~;~~;~~;~~;~~ ; ; *LOAD [filename] ([address]) ; ; Loads specified file to memory. If reload address is specified then this will be ; used in preference to the reload address stored in the file's metadata. ; STARLOAD: jsr read_filename ...
oeis/307/A307464.asm
neoneye/loda-programs
11
200632
<gh_stars>10-100 ; A307464: Number of Catalan words of length n avoiding the pattern 000. ; Submitted by <NAME>(s1) ; 1,1,2,4,9,19,42,90,197,425,926,2004,4357,9443,20510,44482,96569,209505,454730,986676,2141361,4646659,10084066,21882682,47488221,103052201,223634182,485302564,1053152909,2285426419 mov $1,1 lpb $0 sub...
test/asm_exe/ret.asm
nigelperks/BasicAssembler
0
200633
<reponame>nigelperks/BasicAssembler<gh_stars>0 IDEAL SEGMENT SEG1 ASSUME CS: SEG1 start: int 20h p1: ret p2: retn p3: retf p4: ret 16 p5: retn 8 p6: retf 32 ENDS SEG1 SEGMENT _STACK STACK DB 10h DUP (0) ENDS _STACK END start
common/fixupp2.asm
DigitalMars/optlink
28
200634
<filename>common/fixupp2.asm TITLE FIXUPP2 - Copyright (c) SLR Systems 1994 INCLUDE MACROS INCLUDE SYMBOLS INCLUDE SEGMENTS INCLUDE GROUPS INCLUDE SECTS INCLUDE SEGMSYMS INCLUDE SECTIONS INCLUDE EXES INCLUDE FIXTEMPS if fg_segm INCLUDE RELOCSS endif if fg_pe INCLUDE PE_STRUC endif INCLUDE REL...
Project 3/src/Preliminary/integerDivisonBySubtarction.asm
Nurl4n/Computer-Organization
0
200635
.data enterDividend: .asciiz "Please enter the dividend (positive integer): " enterDivisor: .asciiz "Please enter the divisor (positive integer): " result: .asciiz "Possible number of division is: " remainder: .asciiz "\nThe remainder is: " .text main: li $v0, 4 la $a0, enterDividend syscall li $v0, 5...
test/vector_add.asm
killvxk/AssemblyLine
147
200636
<reponame>killvxk/AssemblyLine<gh_stars>100-1000 SECTION .text GLOBAL test test: mov rcx, 0x123 mov r12, 0x321 movq xmm4, rcx movq xmm7, r12 paddq xmm4, xmm7 movq xmm5, xmm4 movq rax, xmm5 ret
WEEK-5/3.asm
ShruKin/Microprocessor-and-Microcontroller-Lab
0
200637
<gh_stars>0 LXI H,204F MVI C,00 MVI D,0A REPEAT: INX H MOV A,M ANI 01 JNZ ODD INR C ODD: DCR D JNZ REPEAT MOV A,C STA 3050 HLT
Testcases/testcase1.asm
5ayam5/COL216-Minor
0
200638
main: addi $s0, $zero, 1000 addi $s1, $zero, 1024 addi $t0, $zero, 1 addi $t1, $zero, 2 sw $t0, 0($s0) sw $t1, 0($s1) lw $t2, 0($s0) lw $t3, 0($s1) add $t3, $t3, $t2 addi $s2, $zero, 1028 sw $t3, 0($s2) exit:
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_1442.asm
ljhsiun2/medusa
9
200639
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r10 push %r12 push %r15 push %r9 push %rax push %rbp push %rcx push %rdi push %rsi lea addresses_WT_ht+0x1caeb, %r10 clflush (%r10) nop nop nop add %rcx, %rcx mov (%r10), %r15d nop nop nop nop nop add %r9, %r9 lea addresses_D_ht+0x52eb, %rax a...
red.asm
encukou/ti83-dex
1
200640
DEFINE P1RED, SPACE=ROM SEGMENT P1RED extern _Green extern _DrawPkName extern _Red public Red extern _Select extern _Move extern _LoadPic public LoadPic extern _LPicBank1 extern _DrawMoveName extern _DrawMoveName_AlignRight extern _MoveList extern _LoadLevelMoves extern _StatCalcu...
programs/oeis/100/A100156.asm
karttu/loda
0
200641
<filename>programs/oeis/100/A100156.asm ; A100156: Structured truncated tetrahedral numbers. ; 1,12,44,108,215,376,602,904,1293,1780,2376,3092,3939,4928,6070,7376,8857,10524,12388,14460,16751,19272,22034,25048,28325,31876,35712,39844,44283,49040,54126,59552,65329,71468,77980,84876,92167,99864,107978,116520,125501,13493...
Exam/EggHunter/EggHunter.nasm
TheRavehorn/Assembly_x86-SLAE
0
200642
; EggHunter.nasm ; Author: Ravehorn global _start section .text _start: cld xor ecx, ecx mul ecx AlignFunc: or cx, 0xfff Search: inc ecx push byte 0x43 pop eax int 0x80 cmp al, 0xf2 jz AlignFunc mov eax, 0x4747456d ; Our Egg mov edi, ecx scasd jnz Sear...