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/AVXALIGN/_zr_/i9-9900K_12_0xca_notsx.log_21829_211.asm
ljhsiun2/medusa
9
127437
.global s_prepare_buffers s_prepare_buffers: ret .global s_faulty_load s_faulty_load: push %r10 push %r11 push %r15 push %rcx push %rsi // Faulty Load lea addresses_UC+0xb75a, %rcx nop nop nop add $39378, %rsi movaps (%rcx), %xmm3 vpextrq $1, %xmm3, %r11 lea oracles, %r10 and $0xff, %r11 shlq $12, %r11 mov (%r10,...
smsq/sbas/cmpop.asm
olifink/smsqe
0
127439
<gh_stars>0 ; SBAS_CMPOP - Convert Compiler Tokens to Operations V2.00  1994 <NAME> ; 2.01 2019.09.10 string variable cannot be REPeat variable (wl) section sbas xdef sb_cmpop xdef sb_cmpop_indx xref sb_alwrk xref sb_cmpopp xref sb_cmpopx xref sb_cmpopx_int xref sb_cmpopx_ic xref sb_ermess xref sb_ernim...
src/x86/ipred.asm
moisesmcardona/rav1e
0
127441
<filename>src/x86/ipred.asm ; Copyright © 2018, VideoLAN and dav1d authors ; Copyright © 2018, Two Orioles, LLC ; 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 cod...
kill.asm
marioherrera19/sistema-operativo
0
127442
<reponame>marioherrera19/sistema-operativo<gh_stars>0 _kill: file format elf32-i386 Disassembly of section .text: 00000000 <main>: #include "stat.h" #include "user.h" int main(int argc, char **argv) { 0: 55 push %ebp 1: 89 e5 mov %esp,%ebp 3: 83 e4 f0 ...
Working Disassembly/Levels/MGZ/Misc Object Data/Map - Collapsing Bridge.asm
TeamASM-Blur/Sonic-3-Blue-Balls-Edition
5
127444
<filename>Working Disassembly/Levels/MGZ/Misc Object Data/Map - Collapsing Bridge.asm<gh_stars>1-10 Map_21EE68: dc.w Frame_21EE7A-Map_21EE68 ; ... dc.w Frame_21EEDC-Map_21EE68 dc.w Frame_21EF9E-Map_21EE68 dc.w Frame_21F060-Map_21EE68 dc.w Frame_21F0AA-Map_21EE68 dc.w Frame_21F13C-Map_21EE68 dc.w Frame_21F1C...
src/drivers/OPL4.asm
sharksym/vgmplay-sharksym
6
127445
; ; YMF278B OPL4 ; OPL4_STATUS: equ 00H OPL4_FM_ADDRESS: equ 00H OPL4_FM_DATA: equ 01H OPL4_FM2_ADDRESS: equ 02H OPL4_FM2_DATA: equ 03H OPL4_WAVE_ADDRESS: equ 00H OPL4_WAVE_DATA: equ 01H OPL4_FM2_NEW: equ 05H OPL4_WAVE_MEMORY_CONTROL: equ 02H OPL4_WAVE_MEMORY_ADDRESS_E: equ 03H OPL4_WAVE_MEMORY_ADDRESS_H: equ 04H OPL4_...
programs/oeis/338/A338046.asm
neoneye/loda
22
127446
<gh_stars>10-100 ; A338046: G.f.: Sum_{k>=0} x^(2^k) / (1 - x^(2^k))^4. ; 1,5,10,25,35,66,84,145,165,255,286,430,455,644,680,961,969,1305,1330,1795,1771,2310,2300,3030,2925,3731,3654,4704,4495,5640,5456,6945,6545,8109,7770,9741,9139,11210,10660,13275,12341,15015,14190,17490,16215,19596,18424,22630 mov $7,1 lpb $7 mo...
programs/oeis/206/A206927.asm
neoneye/loda
22
127447
; A206927: Minimal numbers of binary length n+1 such that the number of contiguous palindromic bit patterns in the binary representation is minimal. ; 2,4,9,18,37,75,150,300,601,1202,2405,4811,9622,19244,38489,76978,153957,307915,615830,1231660,2463321,4926642,9853285,19706571,39413142,78826284,157652569,315305138,6306...
libsrc/_DEVELOPMENT/stdio/c/sdcc_iy/fclose_fastcall.asm
meesokim/z88dk
0
127448
; int fclose_fastcall(FILE *stream) INCLUDE "clib_cfg.asm" SECTION code_stdio ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; IF __CLIB_OPT_MULTITHREAD & $02 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; PUBLIC _fclose_fastcall EXTERN asm_fclose _fclose_fastcall: push hl pop ix jp asm_fclose ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ...
oeis/001/A001761.asm
neoneye/loda-programs
11
127449
; A001761: a(n) = (2*n)!/(n+1)!. ; 1,1,4,30,336,5040,95040,2162160,57657600,1764322560,60949324800,2346549004800,99638080819200,4626053752320000,233153109116928000,12677700308232960000,739781100339240960000,46113021921146019840000,3058021453718104473600000,214978908196382744494080000,15969861751731289590988800000,12500...
poly_example/poly_hack.asm
netguy204/cmsc313_examples
1
127450
;;; Build note: ;;; ;;; The macro C() must be defined in the call to Nasm. This allows us to ;;; switch the name mangling rules at build time. [section .data] allocName: db "alloc", 0 initName: db "init", 0 [section .text] global C(invoke) global C(superinvoke) global C(class_new_object) extern C(class_fi...
programs/oeis/067/A067628.asm
karttu/loda
0
127452
<filename>programs/oeis/067/A067628.asm ; A067628: Minimal perimeter of polyiamond with n triangles. ; 0,3,4,5,6,7,6,7,8,9,8,9,10,9,10,11,10,11,12,11,12,13,12,13,12,13,14,13,14,15,14,15,14,15,16,15,16,15,16,17,16,17,16,17,18,17,18,17,18,19,18,19,18,19,18,19,20,19,20,19,20,21,20,21,20,21,20,21,22,21,22,21,22 mov $2,$0 ...
lib/avx2/mb_mgr_hmac_md5_flush_avx2.asm
dongbinghua/intel-ipsec-mb
174
127454
;; ;; Copyright (c) 2012-2021, Intel Corporation ;; ;; Redistribution and use in source and binary forms, with or without ;; modification, are permitted provided that the following conditions are met: ;; ;; * Redistributions of source code must retain the above copyright notice, ;; this list of conditions and...
progs/h01-num2bin.asm
HKhademian/AssemblyDandamudi
1
127455
%include "lib.asm" extern ExitProcess ; windows syscall to exit section .text N equ 8 ; up to 32 bits ONE db '1', 0 ZERO db '0', 0 section .data buffer times 25 db 0 section .code global _start _start: fgets buffer, 12 ; fill buffer with 12 character a2i 12, buffer ; eax = buffer as number mov ebx,...
Transynther/x86/_processed/AVXALIGN/_st_/i3-7100_9_0xca_notsx.log_21829_1961.asm
ljhsiun2/medusa
9
127456
<filename>Transynther/x86/_processed/AVXALIGN/_st_/i3-7100_9_0xca_notsx.log_21829_1961.asm .global s_prepare_buffers s_prepare_buffers: push %r11 push %r13 push %r15 push %r9 push %rax push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_normal_ht+0x11221, %rax nop inc %r11 mov $0x6162636465666768, %rbx movq...
libsrc/malloc/HeapCalloc.asm
andydansby/z88dk-mk2
1
127457
<gh_stars>1-10 ; CALLER linkage for function pointers XLIB HeapCalloc LIB HeapCalloc_callee XREF ASMDISP_HEAPCALLOC_CALLEE .HeapCalloc pop af pop de pop hl pop bc push bc push hl push de push af jp HeapCalloc_callee + ASMDISP_HEAPCALLOC_CALLEE
oeis/097/A097081.asm
neoneye/loda-programs
11
127458
; A097081: Sum C(n,4k)2^k, k = 0 . . n. ; Submitted by <NAME> ; 1,1,1,1,3,11,31,71,145,289,601,1321,2979,6683,14743,32111,69697,151777,332113,728689,1598883,3503627,7668079,16774775,36704017,80343361,175916521,385196761,843365379,1846290395,4041672871,8847607391 mov $2,1 lpb $0 sub $0,1 add $3,$1 mul $1,2 sub ...
base/boot/startup/i386/a20.asm
npocmaka/Windows-Server-2003
17
127459
<filename>base/boot/startup/i386/a20.asm ; NOTICE ; This was taken from the os2 bios sources and was slightly modified to ; enable the a20 line. There's still some work to do and much clean-up to ; bring the file upto coding standards. I'll do this when time permits. ; TomP ;* _EnableA20 ;* Description: ...
3-Internals/3-22-1_Payloads/payload_64_write_1a.nasm
joshuadugie/Latissimus_Dorsi
2
127462
<filename>3-Internals/3-22-1_Payloads/payload_64_write_1a.nasm<gh_stars>1-10 use64 ; syscall parameter registers: rdi, rsi, rdx, r10, r8, r9 nop nop nop _start: jmp message_ptr @back_again: mov rdi, 0x1 ; Move stdout fd into arg1 pop rsi ; Retrieve the return instruction pointer as arg2 xor rdx, rdx ; ...
source/unit_tests.asm
sitedata/MarioCompiler
0
127463
;UNIT TESTS ROM .inesprg 1 ; 1x 16KB PRG code .ineschr 1 ; 1x 8KB CHR data .inesmap 0 ; mapper 0 = NROM, no bank swapping .inesmir 1 ; background mirroring ;NES specific hardware defines PPU_CTRL_REG1 = $2000 PPU_CTRL_REG2 = $2001 PPU_STATUS = $2002 PPU_SPR...
ln.asm
galdinstag/os162-3
0
127464
_ln: file format elf32-i386 Disassembly of section .text: 00000000 <main>: #include "stat.h" #include "user.h" int main(int argc, char *argv[]) { 0: 55 push %ebp 1: 89 e5 mov %esp,%ebp 3: 83 e4 f0 and $0xfffffff0,%esp 6: 83 ec 10 ...
oeis/142/A142050.asm
neoneye/loda-programs
11
127465
<gh_stars>10-100 ; A142050: Primes congruent to 2 mod 33. ; Submitted by <NAME> ; 2,101,167,233,431,563,761,827,1091,1223,1289,1487,1553,1619,1949,2081,2213,2411,2477,2543,2609,2741,2939,3137,3203,3467,3533,3797,3863,3929,4127,4259,4391,4457,4523,4721,4787,4919,5051,5381,5711,5843,6173,6569,6701,6833,6899,7229,7559,769...
libs/general.asm
tobidot/assembler
0
127466
; ---- general - library functions ----- ; 16.02.2020 ; --- printing print_char: push ax push bx mov ah, 0x0e mov bx, 0x000f int 0x10 pop bx pop ax ret print_newline: push ax mov ax, 0x0a call print_char mov ax, 0x0d call print_char pop ax ret print_strin...
libsrc/target/zx/stdio/conio_vars.asm
Frodevan/z88dk
4
127467
<filename>libsrc/target/zx/stdio/conio_vars.asm MODULE console_vars PUBLIC __zx_console_attr SECTION data_clib __zx_console_attr: defb 56 ;Default attribute IF FORzxn PUBLIC __zx_ink_colour __zx_ink_colour: defb 15 ;Default ink colour ENDIF
programs/oeis/112/A112557.asm
karttu/loda
0
127468
<filename>programs/oeis/112/A112557.asm ; A112557: Smallest number of stones in Tchoukaillon (or Mancala, or Kalahari) solitaire which make use of (2*n-1)-th hole for n>=1; a bisection of A002491. ; 1,4,10,18,30,42,58,78,102,118,150,174,210,240,274,322,360,402,442,498,540,612,648,718,780,840,918,990,1054,1122,1200,1278...
engine/code/asm/snapvector.asm
arbaazkhan2/act_unreal
7,407
127469
<filename>engine/code/asm/snapvector.asm ; =========================================================================== ; Copyright (C) 2011 <NAME> <<EMAIL>> ; ; This file is part of Quake III Arena source code. ; ; Quake III Arena source code is free software; you can redistribute it ; and/or modify it under the term...
src/main.asm
cicr99/SpaceInvaders
3
127470
section .text extern game global main main: ; Move text mode cursor off screen. mov dx, 0x3D4 mov al, 0x0E out dx, al inc dx mov al, 0xFF out dx, al jmp game
programs/oeis/049/A049820.asm
karttu/loda
1
127472
; A049820: a(n) = n - d(n), where d(n) is the number of divisors of n (A000005). ; 0,0,1,1,3,2,5,4,6,6,9,6,11,10,11,11,15,12,17,14,17,18,21,16,22,22,23,22,27,22,29,26,29,30,31,27,35,34,35,32,39,34,41,38,39,42,45,38,46,44,47,46,51,46,51,48,53,54,57,48,59,58,57,57,61,58,65,62,65,62,69,60,71,70,69,70,73,70,77,70,76,78,81,...
xy-VSFilter/src/thirdparty/VirtualDub/Kasumi/source/a_bltrgb_mmx.asm
wurui1994/AviSynth
1
127473
section .rdata, rdata x07b dq 00707070707070707h x0200w dq 00200020002000200h x001fw dq 0001f001f001f001fh xffc0w dq 0ffc0ffc0ffc0ffc0h xffe0w dq 0ffe0ffe0ffe0ffe0h x2080w dq 02080208020802080h x4200w dq 04200420042004200h rb_mask5 dq 000f800f800f800f8h g_mask5 dq 00000f8000000f800h g_mas...
unittests/ASM/PrimaryGroup/5_FF_01_2.asm
cobalt2727/FEX
628
127474
<reponame>cobalt2727/FEX %ifdef CONFIG { "RegData": { "R14": "0x0", "R13": "0x0", "R12": "0x0", "R11": "0x0" } } %endif mov r15, 0xe0000000 mov rax, 0x4142434445464748 mov [r15 + 8 * 0], rax mov [r15 + 8 * 1], rax mov [r15 + 8 * 2], rax mov [r15 + 8 * 3], rax mov [r15 + 8 * 4], rax mov [r15 + 8 * ...
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_1400_1113.asm
ljhsiun2/medusa
9
127475
<filename>Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_1400_1113.asm .global s_prepare_buffers s_prepare_buffers: push %r13 push %r14 push %r15 push %rax push %rbp push %rcx push %rdi push %rsi lea addresses_WC_ht+0xd911, %r15 nop nop nop nop dec %rbp movb $0x61, (%r15) nop nop nop nop nop cmp %rdi, %r...
programs/oeis/021/A021108.asm
neoneye/loda
22
127476
<reponame>neoneye/loda<filename>programs/oeis/021/A021108.asm ; A021108: Decimal expansion of 1/104. ; 0,0,9,6,1,5,3,8,4,6,1,5,3,8,4,6,1,5,3,8,4,6,1,5,3,8,4,6,1,5,3,8,4,6,1,5,3,8,4,6,1,5,3,8,4,6,1,5,3,8,4,6,1,5,3,8,4,6,1,5,3,8,4,6,1,5,3,8,4,6,1,5,3,8,4,6,1,5,3,8,4,6,1,5,3,8,4,6,1,5,3,8,4,6,1,5,3,8,4 mov $1,10 pow $1,$...
src/util/oli/wm/exsll.asm
olifink/qspread
0
127477
; select one of a list of exclusive items include win1_mac_oli include win1_keys_wman include win1_keys_wwork include win1_keys_wstatus section utility xdef xwm_exsll ; exclusive select of a loose item ;+++ ; select one of a list of exclusive items ; ; Entry Exit ; d1 selected loose item number ; a0 chan...
libsrc/osca/page_out_video.asm
RC2014Z80/z88dk
8
127479
<gh_stars>1-10 ; ; Old School Computer Architecture - interfacing FLOS ; <NAME>, 2011 ; ; $Id: page_out_video.asm,v 1.4 2017-01-02 23:35:59 aralbrec Exp $ ; INCLUDE "flos.def" SECTION code_clib PUBLIC page_out_video PUBLIC _page_out_video defc page_out_video = kjt_page_out_video defc _page_out_vi...
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_21829_1273.asm
ljhsiun2/medusa
9
127481
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r12 push %r13 push %r15 push %r9 push %rcx push %rdi push %rdx push %rsi lea addresses_A_ht+0x1510f, %r12 nop nop nop nop nop and $12419, %r13 movups (%r12), %xmm7 vpextrq $1, %xmm7, %rsi nop add %rdx, %rdx lea addresses_D_ht+0x910f, %r15 nop ...
lib/core/arith/_decimal.asm
locodarwin/xc-basic3
11
127482
PROCESSOR 6502 ; Add top 2 decimals on stack MAC adddecimal sei sed addword cld cli ENDM ; Substract top 2 decimals on stack MAC subdecimal sei sed subword cld cli ENDM ; Perform AND on top 2 decimals on stack MAC anddecimal andword ENDM ; Perform OR on top 2 decimals on stack MAC ordecim...
data/pokemon/base_stats/aerodactyl.asm
Trap-Master/spacworld97-thingy
0
127484
db 0 ; species ID placeholder db 80, 105, 65, 130, 60, 75 ; hp atk def spd sat sdf db ROCK, FLYING ; type db 45 ; catch rate db 202 ; base exp db NO_ITEM, NO_ITEM ; items db GENDER_F0 ; gender ratio db 100 ; unknown 1 db 35 ; step cycles to hatch db 5 ; unknown 2 INCBIN "gfx/pokemon/aerodactyl/...
Transynther/x86/_processed/NONE/_ht_zr_/i7-7700_9_0xca.log_21829_1234.asm
ljhsiun2/medusa
9
127486
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r14 push %r15 push %r9 push %rax push %rcx push %rdi push %rsi lea addresses_A_ht+0x11bbc, %rsi lea addresses_normal_ht+0x195c, %rdi clflush (%rsi) nop nop nop nop sub %r15, %r15 mov $106, %rcx rep movsw and $50985, %r14 lea addresses_UC_ht+0x597c, %rsi lea a...
programs/oeis/079/A079947.asm
neoneye/loda
22
127487
<filename>programs/oeis/079/A079947.asm ; A079947: Partial sums of A030300. ; 1,1,1,2,3,4,5,5,5,5,5,5,5,5,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,...
Transynther/x86/_processed/NC/_zr_/i7-7700_9_0xca.log_21829_639.asm
ljhsiun2/medusa
9
127488
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r12 push %r15 push %r8 push %rax push %rcx push %rdi push %rdx push %rsi lea addresses_UC_ht+0x5635, %rsi lea addresses_WT_ht+0x219, %rdi sub $1150, %rax mov $100, %rcx rep movsw nop nop nop nop lfence lea addresses_D_ht+0x103d1, %r8 nop nop n...
GIOVANNI/gambatte/test/hwtests/halt/lycint_dmgpalette_during_m3_4.asm
ReallyEvilFish/1234
9
127490
.size 8000 .text@48 jp lstatint .text@100 jp lbegin .text@150 lbegin: ld c, 41 ld b, 03 lbegin_waitm3: ldff a, (c) and a, b cmp a, b jrnz lbegin_waitm3 ld a, 40 ldff(c), a ld a, 02 ldff(ff), a xor a, a ldff(0f), a ldff(45), a ld c, 47 ld a, 00 ldff(c), a dec a ld b, 90 ei halt .text@1000 lstat...
oeis/099/A099672.asm
neoneye/loda-programs
11
127491
; A099672: Partial sums of repdigits of A002279. ; 5,60,615,6170,61725,617280,6172835,61728390,617283945,6172839500,61728395055,617283950610,6172839506165,61728395061720,617283950617275,6172839506172830,61728395061728385,617283950617283940,6172839506172839495,61728395061728395050,617283950617283950605,61728395061728395...
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_1114.asm
ljhsiun2/medusa
9
127492
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r13 push %r14 push %r9 push %rcx push %rdi push %rsi lea addresses_A_ht+0x1f9d, %r9 and $59102, %r11 mov $0x6162636465666768, %r10 movq %r10, %xmm4 vmovups %ymm4, (%r9) nop nop nop nop and $18063, %r13 lea addresses_A_ht+0x...
bootloader/boot32.asm
llGuy/lGkn
1
127494
<reponame>llGuy/lGkn bits 16 org 0x7c00 boot: ;; Enable A20 bit mov ax, 0x2401 int 0x15 ;; Set VGA text mode 3 mov ax, 0x3 int 0x10 cli ;; Load the GDT table lgdt [gdt_pointer] mov eax, cr0 ;; Set the protected mode bit on special CPU register cr0 or eax, 0x1 mov cr0, eax ;; Long ju...
lexers/n/testdata/nasm.asm
wakatime/chroma
0
127495
.model small .stack 100h .data msg db "<NAME>!",'$' .code main proc mov ax, SEG msg mov ds, ax mov dx, offset msg mov ah, 9 int 21h mov ax, 4c00h int 21h main endp end main
libsrc/_DEVELOPMENT/l/sdcc/__divsint.asm
meesokim/z88dk
0
127496
<filename>libsrc/_DEVELOPMENT/l/sdcc/__divsint.asm SECTION code_l_sdcc PUBLIC __divsint EXTERN l_divs_16_16x16 __divsint: ; signed 16-bit division ; ; enter : stack = divisor, dividend, ret ; ; exit : hl = quotient ; de = remainder pop af pop hl ; hl = divi...
src/test/resources/data/potests/test28.asm
cpcitor/mdlz80optimizer
36
127497
<reponame>cpcitor/mdlz80optimizer<gh_stars>10-100 ; Test case: ONE: equ 1 ld ix,list ld a,(ix+ONE) ; this should be optimized to use hl ld (var),a ld ix,list2 ld a,(ix) ; this should be optimized to use hl too ld (var),a ld hl,#ffff ld ix,list ld a,(ix) ; this should not be optimized, as we would modify hl ...
gbEngine/soundEngineVars.asm
LeonardoDemartino/Deflemask-GB-Engine
11
127498
SECTION "vgmEngineVariables",wram0 vgmVars: SoundStatus: ds 1;play,stop,pause state CurrentSoundBank: CurrentSoundBankHigh:ds 1;current song data bank CurrentSoundBankLow: ds 1;current song data bank VgmLookupPointer: ;current frame pointer VgmLookupPointerHigh:ds 1 VgmLookupPointerLow: ds 1 SoundWaitFrame...
asm/npc.asm
RockmanEXEZone/MMBN45-English-Translation
6
127499
<filename>asm/npc.asm<gh_stars>1-10 // Add nop command. .org 0x806F198 .dw npc_cmdNop|1 // Restart NPC script after their jack out time. .org 0x806EF30 .dw npc_waitJackOut|1 .org 0x806F5C4 ldr r0,=npc_clearAfterJackOut|1 bx r0 .pool // Always set jack in if this is not the first jack in/out attempt. .org 0x806F5...
Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0x48_notsx.log_21829_1398.asm
ljhsiun2/medusa
9
127500
.global s_prepare_buffers s_prepare_buffers: push %r13 push %r14 push %r15 push %r8 push %rax push %rbp push %rdx lea addresses_normal_ht+0xdc16, %rax nop nop cmp $5113, %r14 and $0xffffffffffffffc0, %rax movntdqa (%rax), %xmm2 vpextrq $1, %xmm2, %r8 nop xor %r14, %r14 lea addresses_WC_ht+0x2ee, %rdx nop cmp %r15, %r15...
6.2.9200-sp0-windows-8/i386/shadowssdt_sysenter.asm
rmusser01/windows-syscall-table
6
127502
<reponame>rmusser01/windows-syscall-table<gh_stars>1-10 ; DO NOT MODIFY THIS FILE DIRECTLY! ; author: @TinySecEx ; shadowssdt asm stub for 6.2.9200-sp0-windows-8 i386 .686 .mmx .xmm .model flat,stdcall option casemap:none option prologue:none option epilogue:none .code ; ULONG __stdcall NtUserYieldTask( ); NtUse...
oeis/147/A147760.asm
neoneye/loda-programs
11
127503
<gh_stars>10-100 ; A147760: a(n) is the smallest positive integer m with exactly n ones in its binary representation and with n represented in binary as a substring of the binary representation of m. ; Submitted by <NAME> ; 1,5,7,39,47,111,127,1151,1279,2815,3071,13311,14335,30719,32767,557055,589823,1245183,1310719,55...
src/asmtutor.com/src/subroutines.asm
ishirshov/NASM-tutorial-for-Unix
0
127504
SECTION .data msg db 'Hello, brave new world!', 0Ah SECTION .text global _start _start: mov eax, msg ; Копируем адрес строки msg в EAX call strlen ; Вызываем функцию для подсчета строки mov edx, eax ; Результат вычисления будет доступен в EAX mov ecx, msg m...
C5515_Support_Files/C5515_Lib/dsplib_2.40.00/55x_src/aubias.asm
HeroSizy/Sizy
0
127505
<reponame>HeroSizy/Sizy ;*********************************************************** ; Version 2.40.00 ;*********************************************************** ; Note: a symbol "SI_BUGS" is used to make a work around for silicon ; 5510 version1.0. If you are going to u...
data/pokemon/base_stats/finneon.asm
AtmaBuster/pokeplat-gen2
6
127506
<reponame>AtmaBuster/pokeplat-gen2<filename>data/pokemon/base_stats/finneon.asm db 0 ; species ID placeholder db 49, 49, 56, 66, 49, 61 ; hp atk def spd sat sdf db WATER, WATER ; type db 190 ; catch rate db 66 ; base exp db NO_ITEM, BERRY ; items db GENDER_F50 ; gender ratio db 25 ; step cycles ...
src/roomload.asm
spannerisms/lttphack
6
127507
<reponame>spannerisms/lttphack pushpc org $02C23A CacheRoomEntryPropertiesLong: JSR.w $028C83 RTL org $01B53C LoadSingleDoorTileAttribute: JSR.w $01D51D RTL warnpc $01B55F pullpc ;=================================================================================================== LoadArbitraryRoom: PHK PLB ...
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_2647.asm
ljhsiun2/medusa
9
127508
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r13 push %r8 push %r9 push %rbx push %rcx push %rdi push %rsi lea addresses_WC_ht+0x8976, %r8 nop nop nop and %rbx, %rbx movb (%r8), %r10b nop nop nop nop add %r9, %r9 lea addresses_normal_ht+0x39cc, %r13 nop cmp %r11, %r11 mov $0x6162636465666768, ...
x64/WipeHeaders/wipe_headers.asm
EgeBalci/SelfDefense
20
127509
;-----------------------------------------------------------------------------; ; Author: <NAME> <ege.balci[at]invictuseurope[dot]com> ; Compatible: Windows 10/8.1/8/7/2008/Vista/2003/XP/2000/NT4 ; Version: 1.0 (25 January 2018) ; Size: 177 bytes ;------------------------------------------------------------------------...
packager/third_party/boringssl/win-x86_64/crypto/third_party/sike/asm/fp-x86_64.asm
koln67/shaka-packager
1,288
127510
<reponame>koln67/shaka-packager ; This file is generated from a similarly-named Perl script in the BoringSSL ; source tree. Do not edit by hand. default rel %define XMMWORD %define YMMWORD %define ZMMWORD %ifdef BORINGSSL_PREFIX %include "boringssl_prefix_symbols_nasm.inc" %endif section .text code align=64 $L$p43...
src/main/resources/templates/assembler/exercise/addOne.asm
nicolasruscher/Artemis
213
127511
;%include "io.inc" <-- Uncomment for usage in SASM ;-------Do not modify this section------- section .text global CMAIN CMAIN: ;----------------------------------------- ;add one to the number supplied in edi ret
CSE341-BRACU-Microprocessors/Assignment-2(Lab-3)/task9.asm
AIM3r4j/BRACU
0
127512
.MODEL SMALL .STACK 100H .DATA ;variables .CODE MAIN PROC ;initialize DS MOV AX,@DATA MOV DS,AX ; enter your code here mov al,080h mov bl,080h add al,bl ;Status Flags ; Zero Flag= 1 ; Carry Flag= 1 ; Parity Flag= 1 ; Overflow Flag= 1 ; Sign Flag= 0 ; Auxilary...
libsrc/_DEVELOPMENT/target/rc2014/device/sio/z80/siob_getc.asm
ahjelm/z88dk
640
127514
<reponame>ahjelm/z88dk INCLUDE "config_private.inc" SECTION code_driver SECTION code_driver_character_input PUBLIC _siob_getc EXTERN siobRxBuffer EXTERN siobRxCount, siobRxOut _siob_getc: ; exit : l = char received ; carry reset if Rx buffer is empty ...
msu.asm
KScl/z3rasm
0
127516
<reponame>KScl/z3rasm ;======================================= ; ; MSU-1 Enhanced Audio Patch ; <NAME> - Kamigami no Triforce ; Modified for VT Randomizer ; ; Author: qwertymodo ; ; Track List: ; ; 1 - Title ~ Link to the Past ; 2 - Hyrule Field ; 3 - Time of Falling Rain ; 4 - The Silly Pink Rabbit ; 5 - Forest o...
lib/include/gcm_keys_avx2_avx512.asm
jkivilin/intel-ipsec-mb
1
127517
;; ;; Copyright (c) 2019-2022, Intel Corporation ;; ;; Redistribution and use in source and binary forms, with or without ;; modification, are permitted provided that the following conditions are met: ;; ;; * Redistributions of source code must retain the above copyright notice, ;; this list of conditions and...
oeis/153/A153774.asm
neoneye/loda-programs
11
127518
; A153774: a(2*n) = 3*a(2*n-1), a(2*n+1) = 3*a(2*n) - 1, with a(1) = 1. ; 1,3,8,24,71,213,638,1914,5741,17223,51668,155004,465011,1395033,4185098,12555294,37665881,112997643,338992928,1016978784,3050936351,9152809053,27458427158,82375281474,247125844421,741377533263,2224132599788,6672397799364,20017193398091,6005158019...
programs/oeis/204/A204200.asm
karttu/loda
0
127519
; A204200: INVERT transform of [1, 0, 1, 3, 9, 27, 81, ...]. ; 1,1,2,6,19,60,189,595,1873,5896,18560,58425,183916,578949,1822473,5736961,18059374,56849086,178955183,563332848,1773314929,5582216355,17572253481,55315679788,174128175064,548137914373,1725482812088,5431645680297,17098272199297,53823634568385,169431367355946...
platform/intel/src/io/outb.asm
0x1C1B/jatos
1
127520
<reponame>0x1C1B/jatos bits 32 section .text global outb outb: mov al, [esp + 8] ; Move data to be sent to I/O port mov dx, [esp + 4] ; Set I/O port address out dx, al ; Send data to port ret
payloads/x64/src/exploit/kernel.asm
jeperez/MS17-010
2
127521
; ; Windows x86/x64 Multi-Arch Kernel Ring 0 to Ring 3 via Queued APC Shellcode ; ; Author: <NAME> <<EMAIL>> (@zerosum0x0) ; Copyright: (c) 2017 RiskSense, Inc. ; Release: 04 May 2017 ; License: Apache 2.0 ; Build: nasm ./kernel.asm ; Acknowledgements: <NAME>, skape, Equation Group, Shadow Brokers ; ; Description: ; ...
Transynther/x86/_processed/AVXALIGN/_st_4k_sm_/i7-7700_9_0xca.log_10_830.asm
ljhsiun2/medusa
9
127522
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: ret .global s_faulty_load s_faulty_load: push %r11 push %r12 push %r13 push %r14 push %rbp push %rdi push %rdx // Store lea addresses_UC+0x3928, %rdx nop nop xor %r11, %r11 movw $0x5152, (%rdx) nop nop nop nop nop add $50022, %rdx // Store le...
programs/oeis/180/A180861.asm
neoneye/loda
22
127523
<filename>programs/oeis/180/A180861.asm ; A180861: Wiener index of the n-pan graph. ; 1,4,8,16,26,42,61,88,119,160,206,264,328,406,491,592,701,828,964,1120,1286,1474,1673,1896,2131,2392,2666,2968,3284,3630,3991,4384,4793,5236,5696,6192,6706,7258,7829,8440,9071,9744,10438,11176,11936,12742,13571,14448 mov $1,$0 add $0,...
libsrc/fcntl/dummy/fdgetpos.asm
meesokim/z88dk
0
127524
; ; $Id: fdgetpos.asm,v 1.2 2015/01/19 01:32:43 pauloscustodio Exp $ PUBLIC fdgetpos .fdgetpos ld hl,1 ;non zero is error ret
cmd/keyb/keybi9c.asm
minblock/msdos
0
127525
;/* ; * Microsoft Confidential ; * Copyright (C) Microsoft Corporation 1987 - 1991 ; * All Rights Reserved. ; */ PAGE ,132 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; ;; ;; MS-DOS 5.00 - NLS Support - KEYB...
x86_assembly/analysis/float_branch.asm
erhu666/computer
117
127526
<filename>x86_assembly/analysis/float_branch.asm section .data value1 dd 3.49 value2 dd 4.0 message: db "%f %s %f", 10, 0 sg: db ">", 0 sl: db "<=", 0 extern printf section .text global main main: finit fld dword [value1] fld dword [value2] ; 0x3000 ; 0x3100 ; 0b_0_0_1...
programs/oeis/137/A137804.asm
karttu/loda
0
127527
<gh_stars>0 ; A137804: a(n) = floor(n*(4*sqrt(2)+9)/7). ; 2,4,6,8,10,12,14,16,18,20,23,25,27,29,31,33,35,37,39,41,43,46,48,50,52,54,56,58,60,62,64,67,69,71,73,75,77,79,81,83,85,87,90,92,94,96,98,100,102,104,106,108,110,113,115,117,119,121,123,125,127,129,131,134,136,138,140,142,144,146,148,150,152,154,157,159,161,163,1...
test/data/ASM-Z-80/intro.asm
jfitz/code-stat
0
127530
org $6000 ; Start of code (6x4096 in decimal) ld a,7 ; Colour seven is white ink and black paper ld (23693),a ; This sets the screen colour as defined by the accumulator (a) call 3503 ; Calls a routine to clear the screen ld a,1 ; One is blue ...
input/test10.asm
needsguidance/Semref
1
127532
org 0E NOP LOADIM R1, #5 LOADIM R5, #AC LOADIM R6, #79 ROTAR R3, R5, R1 ROTAL R4, R6, R1 GRTEQ R3, R4 JMPADDR greater greater: XOR R1, R3, R4 NOT R3, R3 NEG R4, R4 fin: JMPADDR fin
questao2.asm
felipefrm/Aproximacao-de-PI-e-Calculadora-de-MDC
0
127534
.data msg1: .asciiz "\nDigite o primeiro número: " msg2: .asciiz "Digite o segundo número: " msg3: .asciiz "\nO MDC é igual a: " .text .globl main main: li $v0, 4 #printa a mensagem 1 la $a0, msg1 syscall li $v0, 5 #le o primeiro inteiro syscall add $a1, $v0, $zero #guarda valor lido no $a1 (par...
bvs/BvsGetBuf.asm
prokushev/FamilyAPI
1
127535
<gh_stars>1-10 ;/*! ; @file ; ; @brief BvsGetPhysBuf DOS wrapper ; ; (c) osFree Project 2021, <http://www.osFree.org> ; for licence see licence.txt in root directory, or project website ; ; This is Family API implementation for DOS, used with BIND tools ; to link required API ; ; @author <NAME> (<EMAIL>) ...
decreasoner.macosx/software/relsat-dist/gmp-3.1/mpn/x86/pentium/sqr_basecase.asm
problem-frames/openpf
1
127538
dnl Intel P5 mpn_sqr_basecase -- square an mpn number. dnl dnl P5: approx 8 cycles per crossproduct, or 15.5 cycles per triangular dnl product at around 20x20 limbs. dnl Copyright (C) 1999, 2000 Free Software Foundation, Inc. dnl dnl This file is part of the GNU MP Library. dnl dnl The GNU MP Library is free...
oeis/005/A005725.asm
neoneye/loda-programs
11
127540
; A005725: Quadrinomial coefficients. ; Submitted by <NAME> ; 1,1,3,10,31,101,336,1128,3823,13051,44803,154518,534964,1858156,6472168,22597760,79067375,277164295,973184313,3422117190,12049586631,42478745781,149915252028,529606271560,1872653175556,6627147599476,23471065878276,83186110269928,295024653043480,1046972450508...
ln.asm
srally/CS350
0
127541
<reponame>srally/CS350<filename>ln.asm _ln: file format elf32-i386 Disassembly of section .text: 00000000 <main>: #include "stat.h" #include "user.h" int main(int argc, char *argv[]) { 0: 8d 4c 24 04 lea 0x4(%esp),%ecx 4: 83 e4 f0 and $0xfffffff0,%esp 7: ff 71 fc ...
sys_input.asm
thursilverio/yasm_assembly_linux
0
127542
<reponame>thursilverio/yasm_assembly_linux ; Author: <NAME> ; Data: 11 / 02 / 2021 ; Compile with: yasm -f elf32 -o sys_input.o sys_input.asm ; Link with: ld -m elf_i386 sys_input.o -o sys_input %include 'string_include.asm' global _start section .text _start: mov eax, message1 call printstring mov eax,...
StartScreen/_sfx/Global/player_trigger.asm
kosmonautdnb/TheLandsOfZador
0
127543
<gh_stars>0 include "player_symbols.asm" kp_triggerC SUBROUTINE ; x = instrument ; y = volume lda #$04 sta kp_pat_wait_2 lda kp_insmap_lo,x sta kp_osc_adr_0_2 sta kp_osc_adr_1_2 lda kp_insmap_hi,x sta kp_osc_adr_0_2+1 sta kp_osc_adr_1_2+1 lda kp_volmap_lo,x sta kp_vol_adr_0_2 lda kp_volmap_hi,x sta k...
progs/chap04p06-divby4.asm
HKhademian/AssemblyDandamudi
1
127544
<filename>progs/chap04p06-divby4.asm<gh_stars>1-10 %include "lib.asm" extern ExitProcess ; windows syscall to exit section .text section .bss buffer resb 100 section .data section .code global _start _start: fgets buffer, 100 a2i 100, buffer shr eax, 2 ;mov edx, 0 ;mov ecx, 4 ;idiv ecx printe...
Transynther/x86/_processed/NONE/_zr_/i7-8650U_0xd2.log_33_251.asm
ljhsiun2/medusa
9
127546
.global s_prepare_buffers s_prepare_buffers: push %r12 push %r13 push %r15 push %r8 push %rcx push %rdi push %rsi lea addresses_D_ht+0x815e, %r8 nop nop xor $38492, %rsi movb $0x61, (%r8) nop nop nop and %r13, %r13 lea addresses_WC_ht+0x1cdbc, %r12 nop nop nop nop nop dec %r8 movb (%r12), %cl nop nop nop add %r8, %r8 l...
engine/events/display_pokedex.asm
opiter09/ASM-Machina
1
127547
<gh_stars>1-10 _DisplayPokedex:: ld hl, wd730 set 6, [hl] predef ShowPokedexData ld hl, wd730 res 6, [hl] call ReloadMapData ld c, 10 call DelayFrames predef IndexToPokedex ld a, [wd11e] dec a ld c, a ld b, FLAG_SET ld hl, wPokedexSeen predef FlagActionPredef ld a, $1 ld [wDoNotWaitForButtonPressAfterD...
CS660/JST/res/asm_files/all_three_loops.asm
T-R0D/Past-Courses
7
127548
<filename>CS660/JST/res/asm_files/all_three_loops.asm .macro SAVE_T_REGISTERS # brace yourself for a long, unrolled loop... sw $t0, ($sp) subiu $sp, $sp, 4 sw $t1, ($sp) subiu $sp, $sp, 4 sw $t2, ($sp) subiu $sp, $sp, 4 sw ...
libsrc/oz/ozinput/ozkbdon.asm
dex4er/deb-z88dk
1
127550
<filename>libsrc/oz/ozinput/ozkbdon.asm ; ; Sharp OZ family functions ; ; ported from the OZ-7xx SDK by by <NAME> ; by <NAME> - Oct. 2003 ; ; ; void ozkeyboardon() ; ; ------ ; $Id: ozkbdon.asm,v 1.1 2003/10/22 13:55:49 stefano Exp $ ; XLIB ozkbdon ozkbdon: in a,(7) and ...
swapElements.asm
kohnewlife/MIPS
1
127551
# Swap 2 elements in an array # Lab 5.3 # <NAME> # Data Memory Location .data array: .word -9, -8, -7, -6, -5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 100 .align 2 length: .word 20 .align 2 user_input1: .asciiz "Enter the first index: " .align 2 user_input2: .asciiz "Enter the second index: " .text .glo...
VM/src/Linux/VPU/x86_64/organized/bak/fetch.asm
ozdevguy/Ditto
0
127552
ivpu_fetch: #Hardware interrupt check. mov rbx, 0x400 #Create a mask for the HI flag in the FLAGS register. and rbx, rsi #Get the HI flag by applying the mask. mov rcx, qword ptr [r14 + 2208] #Move the HWI register from the VPU vector into rcx. test rbx, rcx #Check to see if both...
programs/oeis/259/A259967.asm
karttu/loda
0
127553
<reponame>karttu/loda ; A259967: a(n) = a(n-1) + a(n-2) + a(n-4). ; 3,2,2,5,10,17,29,51,90,158,277,486,853,1497,2627,4610,8090,14197,24914,43721,76725,134643,236282,414646,727653,1276942,2240877,3932465,6900995,12110402,21252274,37295141,65448410,114853953,201554637,353703731,620706778,1089264462,1911525877,3354494070,...
oeis/032/A032263.asm
neoneye/loda-programs
11
127555
<reponame>neoneye/loda-programs<filename>oeis/032/A032263.asm ; A032263: Number of ways to partition n labeled elements into 4 pie slices allowing the pie to be turned over; number of 2-element proper antichains of an n-element set. ; 0,0,0,3,30,195,1050,5103,23310,102315,437250,1834503,7597590,31175235,127067850,51539...
Lab6/longop.asm
YuriySavchenko/Assembler
0
127556
<reponame>YuriySavchenko/Assembler<filename>Lab6/longop.asm segment readable executable SHR_LONGOP_PROC: push ebp mov ebp, esp mov eax, [ebp+8] ; number for stilling mov edx, [ebp+12] ; value for shift in right xor edi, edi xor ebx, ebx xor...
oeis/001/A001339.asm
neoneye/loda-programs
11
127557
<reponame>neoneye/loda-programs ; A001339: a(n) = Sum_{k=0..n} (k+1)! binomial(n,k). ; 1,3,11,49,261,1631,11743,95901,876809,8877691,98641011,1193556233,15624736141,220048367319,3317652307271,53319412081141,909984632851473,16436597430879731,313262209859119579,6282647653285676001,132266266384961600021,291647117378840328...
externals/mpir-3.0.0/mpn/x86_64w/skylake/store.asm
JaminChan/eos_win
12
127559
<gh_stars>10-100 ; PROLOGUE(mpn_store) ; mpn_store ; Copyright 2009 <NAME> ; This file is part of the MPIR Library. ; The MPIR Library is free software; you can redistribute it and/or modify ; it under the terms of the GNU Lesser General Public License as published ; by the Free Software Foundation; either ve...
system_config/armv7a/cgt/cp15.asm
vastsoun/bbmc-starterware
0
127560
;****************************************************************************** ; ; cp15.asm - CP15 coprocesser configuration APIs ; ;****************************************************************************** ; ; Copyright (C) 2010 Texas InSTRuments Incorporated - http://www.ti.com/ ; ; ; RediSTRibution and use in...
Transynther/x86/_processed/NC/_st_zr_sm_/i9-9900K_12_0xa0.log_21829_525.asm
ljhsiun2/medusa
9
127561
<filename>Transynther/x86/_processed/NC/_st_zr_sm_/i9-9900K_12_0xa0.log_21829_525.asm .global s_prepare_buffers s_prepare_buffers: push %r10 push %r12 push %r13 push %r8 push %rax push %rcx push %rdi push %rdx push %rsi lea addresses_WC_ht+0x15009, %rdx clflush (%rdx) nop xor $60735, %r13 movw $0x6162, (%rdx) sub %r12,...
asm80386/05chkchar_origi.asm
tao-j/hw
0
127562
data segment upper db "uppercase$" lower db "lowercase$" number db "number$" other db "other$" data ends code segment assume cs:code, ds:data main: mov ax, data mov ds, ax mov ah, 1 int 21h cmp al, 'A' jb not_upper cmp al, 'Z' ja not_upper is_upper: mov dx, offset upper ...
Transynther/x86/_processed/US/_zr_/i7-7700_9_0xca_notsx.log_36_1208.asm
ljhsiun2/medusa
9
127564
<reponame>ljhsiun2/medusa<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r10 push %r12 push %r9 push %rax push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_D_ht+0x16aa6, %rbx nop nop nop nop nop and $2929, %rdx mov $0x6162636465666768, %r9 movq %r9, %xmm2 movups %xmm2, (%rbx) nop nop nop...
cat.asm
KaushikKPDARE/xv6-Clone-System-Call
0
127566
<reponame>KaushikKPDARE/xv6-Clone-System-Call<filename>cat.asm _cat: file format elf32-i386 Disassembly of section .text: 00000000 <cat>: char buf[512]; void cat(int fd) { 0: 55 push %ebp 1: 89 e5 mov %esp,%ebp 3: 83 ec 28 sub $0x28,%esp int n...