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/034/A034720.asm
karttu/loda
0
200033
<gh_stars>0 ; A034720: Number of different words that can be formed from an n X n grid of letters, reading horizontally, vertically or diagonally. ; 1,16,65,168,345,616,1001,1520,2193,3040,4081,5336,6825,8568,10585,12896,15521,18480,21793,25480,29561,34056,38985,44368,50225,56576,63441,70840,78793,87320,96441,106176,11...
programs/oeis/276/A276849.asm
neoneye/loda
22
200034
<filename>programs/oeis/276/A276849.asm ; A276849: a(0) = 5, a(1) = 2; for n>1, a(n) = 2*a(n-1) + a(n-2). ; 5,2,9,20,49,118,285,688,1661,4010,9681,23372,56425,136222,328869,793960,1916789,4627538,11171865,26971268,65114401,157200070,379514541,916229152,2211972845,5340174842,12892322529,31124819900,75141962329,181408744...
data/pokemon/base_stats/zubat.asm
opiter09/ASM-Machina
1
200036
db DEX_ZUBAT ; pokedex id db 40, 45, 35, 55, 40 ; hp atk def spd spc db SOUND, FLYING ; type db 255 ; catch rate db 54 ; base exp INCBIN "gfx/pokemon/front/zubat.pic", 0, 1 ; sprite dimensions dw ZubatPicFront, ZubatPicBack db SUPERSONIC, NO_MOVE, NO_MOVE, NO_MOVE ; level 1 learnset db GROWTH_M...
Transynther/x86/_processed/US/_zr_/i9-9900K_12_0xca_notsx.log_21829_1158.asm
ljhsiun2/medusa
9
200037
.global s_prepare_buffers s_prepare_buffers: ret .global s_faulty_load s_faulty_load: push %r12 push %r13 push %r15 push %r9 push %rcx push %rdi push %rsi // REPMOV lea addresses_WC+0x1d908, %rsi lea addresses_D+0x1e308, %rdi clflush (%rsi) nop sub %r13, %r13 mov $125, %rcx rep movsb nop nop nop and $9538, %r9 /...
core/leya.asm
emmettgb/Leya
11
200038
<filename>core/leya.asm ; .-. ; ((`-) ; \\ (\/) ; \\ \/ ; .="""=._)) ; / ., .' ; /__(,_.-' ;` /| ; /_|__ ; | `)) ; | ; -"== ; __ ____ ; ( ) ( ___)=========================| ; )(__ )__) Version 0.0.1 | ; (____)(____) Copyright (C) ...
zxn_p3cont_errcheck.asm
imneme/specnext-p3call-z88dk
0
200039
<gh_stars>0 ;;; This code was written by hand! SECTION data_compiler GLOBAL _zxn_p3call_err _zxn_p3call_err: defb 0 SECTION code_compiler GLOBAL zxn_p3cont_errcheck ;;; On entry, stack holds ;;; retaddr, af, bc, de, hl, ix, zxn_p3call_adjstack, handler_retaddr zxn_p3cont_errcheck: jr nc, is_erro...
loader/rm/gdt.asm
hakonmagnus/ether
2
200041
<filename>loader/rm/gdt.asm ;=============================================================================| ; _______ _________ _______ _______ | ; ( ____ \\__ __/|\ /|( ____ \( ____ ) | ; | ( \/ ) ( | ) ( || ( \/| ( )| ...
libsrc/_DEVELOPMENT/target/rc2014/device/acia/8080/acia_init.asm
UnivEngineer/z88dk
4
200042
IF __CPU_INTEL__ INCLUDE "_DEVELOPMENT/target/rc2014/config_rc2014-8085_private.inc" ELIF __CPU_Z80__ INCLUDE "config_private.inc" ENDIF SECTION code_driver EXTERN _acia_reset, aciaControl PUBLIC _acia_init ._acia_init ; initialise the ACIA ld a,__IO_ACIA_CR_RESET ; Master Reset the ACIA out (__IO...
engine/pokemon/mon_submenu.asm
Dev727/ancientplatinum
6
200043
INCLUDE "data/mon_menu.asm" MonSubmenu: xor a ldh [hBGMapMode], a call GetMonSubmenuItems farcall FreezeMonIcons ld hl, .MenuHeader call LoadMenuHeader call .GetTopCoord call PopulateMonMenu ld a, 1 ldh [hBGMapMode], a call MonMenuLoop ld [wMenuSelection], a call ExitMenu ret .MenuHeader: db MENU_BAC...
programs/hwcheck/extended.asm
informer2016/MichalOS
0
200044
<filename>programs/hwcheck/extended.asm<gh_stars>0 extendedcpu: mov si, name call os_print_string mov eax, [extendedid] cmp eax, 80000004h jge cpuname mov si, noimp call os_print_string jmp corecount cpuname: mov eax, 80000002h cpuid mov [p1], eax mov [p2], ebx mov [p3], ecx mov [p4], edx mov eax, 80...
samples/readfile.asm
0x00-0x00/shellcoding
0
200045
global _start section .text _start: jmp _push_filename _readfile: ; syscall open file pop rdi xor byte [rdi + 11], 0x41 xor rax, rax add al, 2 xor rsi, rsi syscall sub sp, 0xfff lea rsi, [rsp] mov rdi, rax xor rdx, rdx mov dx, 0xfff xor rax, rax syscall xor rdi, rdi add dil, 1 mov rdx, rax xor ...
oeis/063/A063105.asm
neoneye/loda-programs
11
200047
<gh_stars>10-100 ; A063105: Dimension of the space of weight 2n cusp forms for Gamma_0( 37 ). ; Submitted by <NAME>(s2) ; 2,9,15,21,27,35,39,47,53,59,65,73,77,85,91,97,103,111,115,123,129,135,141,149,153,161,167,173,179,187,191,199,205,211,217,225,229,237,243,249,255,263,267,275,281,287,293,301,305,313 mov $1,$0 mul $...
programs/oeis/063/A063202.asm
jmorken/loda
1
200048
; A063202: Dimension of the space of weight 2n cuspidal newforms for Gamma_0( 22 ). ; 0,3,5,5,7,11,9,13,15,15,17,21,19,23,25,25,27,31,29,33,35,35,37,41,39,43,45,45,47,51,49,53,55,55,57,61,59,63,65,65,67,71,69,73,75,75,77,81,79,83 mov $2,$0 lpb $0 mov $0,0 mov $1,4 mul $1,$2 sub $1,$2 mov $3,$2 add $2,5 g...
oeis/291/A291368.asm
neoneye/loda-programs
11
200049
<filename>oeis/291/A291368.asm ; A291368: The arithmetic function u(n,3,6). ; Submitted by <NAME>(w1) ; 13,13,3,4,5,3,7,4,3,5,11,3,13,7,3,4,13,3,13,4,3,11,13,3,5,13,3,4,13,3,13,4,3,13,5,3,13,13,3,4,13,3,13,4,3,13,13,3,7,5,3,4,13,3,5,4,3,13,13,3,13,13,3,4,5,3,13,4,3,5 add $0,1 mul $0,13 mov $1,2 mov $3,$0 lpb $3 lpb ...
programs/oeis/082/A082964.asm
jmorken/loda
1
200050
<filename>programs/oeis/082/A082964.asm ; A082964: a(n) = m given by arctan(tan(n)) = n - m*Pi. ; 0,1,1,1,2,2,2,3,3,3,4,4,4,4,5,5,5,6,6,6,7,7,7,8,8,8,9,9,9,10,10,10,11,11,11,11,12,12,12,13,13,13,14,14,14,15,15,15,16,16,16,17,17,17,18,18,18,18,19,19,19,20,20,20,21,21,21,22,22,22,23,23,23,24,24,24,25,25,25 mov $2,$0 lpb...
unittests/ASM/Secondary/12_66_04.asm
cobalt2727/FEX
628
200051
<filename>unittests/ASM/Secondary/12_66_04.asm %ifdef CONFIG { "RegData": { "XMM0": ["0x0000000000000000", "0x0000000000000000"], "XMM1": ["0x0000000000000000", "0x0000000000000000"], "XMM2": ["0x0041004300450047", "0x0051005300550057"], "XMM3": ["0x30B131B232B333B4", "0x38B939BA3ABB3BBC"], "XMM4"...
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_385.asm
ljhsiun2/medusa
9
200052
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r12 push %r14 push %rax push %rcx push %rdi push %rdx push %rsi lea addresses_A_ht+0x5ab1, %rdx nop nop nop cmp $47433, %r11 mov (%rdx), %r12w nop xor $18880, %r14 lea addresses_normal_ht+0xd17d, %rsi lea addresses_normal_ht+0x102b1, %rdi nop nop and %rax, %r...
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_1150.asm
ljhsiun2/medusa
9
200053
.global s_prepare_buffers s_prepare_buffers: ret .global s_faulty_load s_faulty_load: push %r11 push %r13 push %r14 push %r8 push %r9 push %rcx push %rsi // Store lea addresses_RW+0x885c, %r8 nop nop nop nop cmp $64721, %r13 mov $0x5152535455565758, %r11 movq %r11, (%r8) nop nop nop nop cmp $16645, %r13 // Store...
src/lib/hash/sha1-x64.asm
gvollant/smartversion
5
200054
; Don't even think of reading this code ; It was automatically generated by sha1-586.pl ; Which is a perl program used to generate the x86 assember for ; any of ELF, a.out, COFF, Win32, ... ; eric <<EMAIL>> ; ; TITLE sha1-586.asm ; .486 ;.model FLAT ;_TEXT$ SEGMENT PAGE 'CODE...
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_1066.asm
ljhsiun2/medusa
9
200055
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r13 push %r15 push %rax push %rcx push %rdi push %rdx push %rsi lea addresses_UC_ht+0x6d78, %rsi lea addresses_WC_ht+0x958, %rdi nop nop nop inc %r13 mov $127, %rcx rep movsl nop nop nop nop sub $21292, %rdi lea addresses_normal_ht+0x3d58, %r10 nop dec %rsi m...
ffmpeg-3.2.5/libavcodec/x86/vp9itxfm_16bpp.asm
huyu0415/FFmpeg
3,645
200056
<reponame>huyu0415/FFmpeg ;****************************************************************************** ;* VP9 inverse transform x86 SIMD optimizations ;* ;* Copyright (C) 2015 <NAME> <<EMAIL>> ;* ;* This file is part of FFmpeg. ;* ;* FFmpeg is free software; you can redistribute it and/or ;* modify it under the term...
oeis/305/A305070.asm
neoneye/loda-programs
11
200057
<filename>oeis/305/A305070.asm ; A305070: a(n) = 378*n^2 - 54*n (n>=1). ; 324,1404,3240,5832,9180,13284,18144,23760,30132,37260,45144,53784,63180,73332,84240,95904,108324,121500,135432,150120,165564,181764,198720,216432,234900,254124,274104,294840,316332,338580,361584,385344,409860,435132,461160,487944,515484,543780,57...
examples/no-close.asm
AbdulrahmanAbumdas/emu8086
287
200058
<reponame>AbdulrahmanAbumdas/emu8086<filename>examples/no-close.asm ; to prevent the MS-DOS window from closing immediately, ; you can have MOV AX,0 / INT 16h as the last instructions ; in your assembly program before return to the operating system. name "no-close" org 100h mov dx, offset msg mov ah, 9 int 21h mov...
masm/11_call.asm
oceanwavechina/assembly
0
200059
; 这段代码是演示: ; 1. call指令 和 ret指令 配合使用 ; 像loop, jx,ret, call等都是转移指令,转移指令修改cs,ip ; 如果我们没有设定自己的stack segement,系统会使用ss,sp中默认的值 ; call 指令相当于(把cs,ip入栈,然后转移), 根据短转移和长转移不同而不同,原理是一样的 ; 1. sp = sp - 2 ; 先申请栈上的空间 ; 2. ss*16 + sp = cs ; 把cs中的值放入栈中 ; 3. sp = sp - 2 ; 在申请一次栈上的空间 ; 4. ss*16 + sp = ip ; 把ip中的值放入栈...
snare.asm
langel/pce-dev-kit
1
200060
;#listing2.asm ;------------ timerport .equ $0C00 timer_cnt .equ timerport timer_ctrl .equ timerport+1 .zp snare_counter: .ds 1 snare_page: .ds 1 snare_lo: .ds 1 snare_hi: .ds 1 .org $010 fine_tune: .ds 1 .bss .org $2680 vsync_cnt: .ds 1 ; counter for 'wait_vsync' routin...
Transynther/x86/_processed/AVXALIGN/_zr_/i3-7100_9_0xca_notsx.log_1181_1720.asm
ljhsiun2/medusa
9
200061
<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: ret .global s_faulty_load s_faulty_load: push %r10 push %r11 push %r8 push %rax push %rbp push %rbx push %rcx // Store lea addresses_US+0x1ff3a, %rcx clflush (%rcx) xor $26836, %r8 movw $0x5152, (%rcx) xor $41037, %rbp // Load lea addresses_RW+0x17d3a, ...
commands/about.asm
alexbelm48/AtieDOS
33
200062
; AtieDOS 2.10 About Command ; Copyright (c) 2020 AtieSoftware. ; See LICENSE in root folder command_about: call os_command_init mov bx, .ABOUT_ATIEDOS_HEADER call os_print_string call os_print_new_line mov bx, .ABOUT_ATIEDOS_DESCRIPTION call os_print_string call os_print_new_line ...
libsrc/compress/zx7/dzx7_turbo_callee.asm
ahjelm/z88dk
640
200063
<reponame>ahjelm/z88dk ; void dzx7_turbo_callee(void *src, void *dst) SECTION code_clib SECTION code_compress_zx7 PUBLIC _dzx7_turbo_callee EXTERN asm_dzx7_turbo _dzx7_turbo_callee: IF __CPU_GBZ80__ pop bc pop de pop hl push bc ELSE pop hl pop de ex (sp),hl ENDIF jp asm_dzx7_turbo
Transynther/x86/_processed/AVXALIGN/_st_/i9-9900K_12_0xca_notsx.log_21829_631.asm
ljhsiun2/medusa
9
200064
.global s_prepare_buffers s_prepare_buffers: push %r12 push %r13 push %r15 push %r8 push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_WT_ht+0x793e, %r8 dec %r15 movl $0x61626364, (%r8) cmp %rdx, %rdx lea addresses_D_ht+0x16de5, %rbx nop dec %r13 mov (%rbx), %r8w nop cmp $43664, %rbx lea addresses_A_ht+0x1...
tools/yasm/tests/nasm/socket.asm
fasttr-org/ftr
0
200065
INADDR_ANY equ 0 INADDR_LOOPBACK equ 7F000001h INADDR_BROADCAST equ 0FFFFFFFFh INADDR_NONE equ 0FFFFFFFFh SOCK_STREAM equ 1 SOCK_DGRAM equ 2 SOCKEVENT_READ equ 01h SOCKEVENT_WRITE equ 02h SOCKEVENT_OOB equ 04h SOCKEVENT_ACCEPT equ 08h SOCKEVENT_CONNECT equ 10h SOCKEVENT_CLOSE ...
programs/oeis/168/A168265.asm
neoneye/loda
22
200066
; A168265: a(n) = A003557(A060735(n)). ; 1,1,2,1,2,3,4,1,2,3,4,5,6,1,2,3,4,5,6,7,8,9,10,1,2,3,4,5,6,7,8,9,10,11,12,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,1,2,3,4,5,6,7,8,9 mov $1,1 mov $2,$0 lpb $2 mov $3,$1 seq $...
tile7.asm
fjpena/zx-multiscroll-demo
7
200068
; ASM source file created by SevenuP v1.21 ; SevenuP (C) Copyright 2002-2007 by <NAME>, aka Metalbrain ;GRAPHIC DATA: ;Pixel Size: ( 48, 16) ;Char Size: ( 6, 2) ;Sort Priorities: X char, Char line, Y char ;Data Outputted: Gfx ;Interleave: Column ;Mask: No tile7: DEFB 0, 0, 0, 0, ...
Src/Ant8/Tests/Ant8/basic/15_bgt_1.asm
geoffthorpe/ant-architecture
0
200070
<reponame>geoffthorpe/ant-architecture # $Id: 15_bgt_1.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. # #@ test of bgt. # OK lc r2, $gt bgt r2, r0, r0 add r4, r1, r0 hlt gt: lc r3, 10 hlt
Transynther/x86/_processed/US/_ht_st_zr_un_/i7-7700_9_0xca.log_21829_1121.asm
ljhsiun2/medusa
9
200071
.global s_prepare_buffers s_prepare_buffers: push %r12 push %r13 push %r14 push %r8 push %rcx push %rdi push %rdx push %rsi lea addresses_normal_ht+0xbc08, %r12 add $40118, %r8 movups (%r12), %xmm4 vpextrq $1, %xmm4, %rdi sub $37294, %r13 lea addresses_normal_ht+0x178f7, %rsi lea addresses_UC_ht+0x3178, %rdi nop nop no...
programs/oeis/168/A168255.asm
karttu/loda
0
200072
; A168255: n appears n-th nonprime number times. ; 1,2,2,2,2,3,3,3,3,3,3,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,7,7,7,8,8,8,8,8,8,8,8,8,8,8,8,8,8,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10 add $0,3 mul $0,2 lpb $0,1 sub $0,2 add $2,3 sub $0,$2 ...
wof/lcs/123p/6.asm
zengfr/arcade_game_romhacking_sourcecode_top_secret_data
6
200073
copyright zengfr site:http://github.com/zengfr/romhack 0010E6 rts [123p+ 4, 123p+ 6, enemy+ 4, enemy+ 6] 001144 move.w (A6), D0 [123p+ 4, 123p+ 6, enemy+ 4, enemy+ 6] 015648 subi.l #$10000, ($4,A1) [123p+ 8, 123p+ A] 015650 rts [123p+ 4, 123p+ 6] 0159A6 subi.l #$11000, ($8,A1) [123p+ 4, 123p+ 6] 015A...
mips/util-macros.asm
brenns10/yams
17
200074
<reponame>brenns10/yams # Some simple utility macros .macro exit(%exit_val) la $a0, %exit_val li $v0, 17 syscall .end_macro .macro print(%str_addr) la $a0, %str_addr li $v0, 4 syscall .end_macro .macro print_reg(%reg_addr) move $a0, %reg_addr li $v0, 4 syscall .end_macro .macro print_int(%src_reg) move $a0...
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_2349.asm
ljhsiun2/medusa
9
200075
.global s_prepare_buffers s_prepare_buffers: push %r8 push %r9 push %rcx push %rdi push %rsi lea addresses_UC_ht+0x1c17, %rsi lea addresses_UC_ht+0xe1d7, %rdi add %r8, %r8 mov $118, %rcx rep movsb nop add $5775, %r9 pop %rsi pop %rdi pop %rcx pop %r9 pop %r8 ret .global s_faulty_load s_faulty_load: push %r14 push ...
data/text/ending.asm
hansbonini/smd_castlevania_bloodlines
1
200076
<reponame>hansbonini/smd_castlevania_bloodlines origin $00100400 // ******************************************************** // * Ending Script * // ******************************************************** patch_end_script_text_1: configureText($0018, $00A0, $B506) gameTe...
programs/oeis/301/A301812.asm
neoneye/loda
0
200077
; A301812: Numbers of the form p^2 - 1 where p is a prime of the form 3*k-1 (A003627). ; 3,24,120,288,528,840,1680,2208,2808,3480,5040,6888,7920,10200,11448,12768,17160,18768,22200,27888,29928,32040,36480,38808,51528,54288,57120,63000,66048,69168,72360,78960,85848,96720,100488,120408,124608,128880,146688 seq $0,3627 ;...
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2.log_21829_1501.asm
ljhsiun2/medusa
9
200079
<reponame>ljhsiun2/medusa<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r10 push %r15 push %r8 push %r9 push %rcx push %rdi push %rdx push %rsi lea addresses_WC_ht+0x9112, %rsi lea addresses_normal_ht+0x15a3d, %rdi nop nop nop nop mfence mov $38, %rcx rep movsq nop nop nop nop nop inc %rdx lea addres...
Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0x48.log_21829_13.asm
ljhsiun2/medusa
9
200080
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r13 push %rax push %rcx push %rdi push %rsi lea addresses_WT_ht+0xb23c, %r10 nop nop nop inc %r13 movb $0x61, (%r10) nop nop cmp %rsi, %rsi lea addresses_WT_ht+0x453c, %rsi lea addresses_A_ht+0x180fc, %rdi nop nop sub $10443, %r13 mov $120, %rcx rep movsb nop...
programs/oeis/141/A141571.asm
jmorken/loda
1
200081
<filename>programs/oeis/141/A141571.asm<gh_stars>1-10 ; A141571: Decimal expansion of 11999/99900. ; 1,2,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,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,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 add $0,1 lpb $0 mo...
libsrc/adt/linkedlist/adt_ListPrepend.asm
jpoikela/z88dk
38
200083
; int adt_ListPrepend(struct adt_List *list, void *item) ; CALLER linkage for function pointers SECTION code_clib PUBLIC adt_ListPrepend PUBLIC _adt_ListPrepend EXTERN adt_ListPrepend_callee EXTERN ASMDISP_ADT_LISTPREPEND_CALLEE .adt_ListPrepend ._adt_ListPrepend pop hl pop bc pop de push de push bc ...
oeis/125/A125231.asm
neoneye/loda-programs
11
200084
<reponame>neoneye/loda-programs<gh_stars>10-100 ; A125231: Triangle read by rows: T(n,k) = ceiling((k+1)/2)*binomial(n,k) (0 <= k <= n). ; Submitted by <NAME>(s4.) ; 1,1,1,1,2,2,1,3,6,2,1,4,12,8,3,1,5,20,20,15,3,1,6,30,40,45,18,4,1,7,42,70,105,63,28,4,1,8,56,112,210,168,112,32,5,1,9,72,168,378,378,336,144,45,5,1,10,90,...
src/main/resources/Examples/System Calls/Trap 000005.asm
jimw278/MIPS
3
200086
;trap 5 reads an integer from the user console and places the value into register 2 trap 5 ;reads in user integer add $4, $0, $2 ;moves the value into register 4 trap 1 ; prints the number the user entered trap 0 ; stops the program
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_0.asm
ljhsiun2/medusa
9
200087
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r13 push %r14 push %r9 push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_WT_ht+0xeed4, %rsi lea addresses_WC_ht+0x17644, %rdi nop nop nop nop xor $47819, %rdx mov $111, %rcx rep movsq sub %rsi, %rsi lea addresses_D_ht+0x4804, %rb...
dino/lcs/item/AF.asm
zengfr/arcade_game_romhacking_sourcecode_top_secret_data
6
200088
<reponame>zengfr/arcade_game_romhacking_sourcecode_top_secret_data<filename>dino/lcs/item/AF.asm copyright zengfr site:http://github.com/zengfr/romhack 024824 move.b D0, ($af,A6) 024828 moveq #$10, D0 025098 move.b D0, ($af,A6) 02509C move.b D0, ($23,A6) 0289E6 move.b D0, ($af,A6) 0289EA move.b D0, ($...
oeis/059/A059009.asm
neoneye/loda-programs
11
200090
; A059009: Numbers having an odd number of zeros in their binary expansion. ; Submitted by <NAME>(s1) ; 0,2,5,6,8,11,13,14,17,18,20,23,24,27,29,30,32,35,37,38,41,42,44,47,49,50,52,55,56,59,61,62,65,66,68,71,72,75,77,78,80,83,85,86,89,90,92,95,96,99,101,102,105,106,108,111,113,114,116,119,120,123,125,126,128,131,133,134...
maps/VermilionMagnetTrainSpeechHouse.asm
Dev727/ancientplatinum
28
200091
object_const_def ; object_event constants const VERMILIONMAGNETTRAINSPEECHHOUSE_POKEFAN_F const VERMILIONMAGNETTRAINSPEECHHOUSE_YOUNGSTER VermilionMagnetTrainSpeechHouse_MapScripts: db 0 ; scene scripts db 0 ; callbacks VermilionMagnetTrainSpeechHousePokefanFScript: jumptextfaceplayer VermilionMagnetTrainSpeec...
libsrc/_DEVELOPMENT/sound/bit/z80/asm_bit_beepfx/_bfx_10.asm
jpoikela/z88dk
640
200093
; BeepFX sound effect by shiru ; http://shiru.untergrund.net SECTION rodata_clib SECTION rodata_sound_bit PUBLIC _bfx_10 _bfx_10: ; Fat_beep_2 defb 1 ;tone defw 400,50,200,0,63104 defb 0
programs/oeis/278/A278603.asm
neoneye/loda
22
200095
; A278603: A prime mountain: peaks and valleys beyond the origin correspond to prime abscissa (see Comments for precise definition). ; 0,1,2,1,2,3,2,1,2,3,4,5,4,3,4,5,6,7,6,5,6,7,8,9,8,7,6,5,4,3,4,5,4,3,2,1,0,-1,0,1,2,3,2,1,2,3,4,5,4,3,2,1,0,-1,0,1,2,3,4,5,4,3,4,5,6,7,8,9,8,7,6,5,6,7,6,5,4,3,2,1,2,3,4,5,4,3,2,1,0,-1,0,...
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_657.asm
ljhsiun2/medusa
9
200096
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r11 push %r12 push %r14 push %rax push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_WC_ht+0xb7ab, %rdx clflush (%rdx) nop cmp %rsi, %rsi mov $0x6162636465666768, %r14 movq %r14, %xmm6 movups %xmm6, (%rdx) nop nop nop nop add $296...
data/baseStats/porygonz.asm
longlostsoul/EvoYellow
16
200097
;PorygonZBaseStats: ; 392be (e:52be) db DEX_PORYGONZ ; pokedex id db 85 ; base hp db 80 ; base attack db 70 ; base defense db 90 ; base speed db 135 ; base special db NORMAL ; species type 1 db NORMAL ; species type 2 db FULL_HEAL ; catch rate db 185 ; base exp yield INCBIN "pic/ymon/porygonz.pic",0,1 ; 66, sprite dime...
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_6_2143.asm
ljhsiun2/medusa
9
200099
.global s_prepare_buffers s_prepare_buffers: ret .global s_faulty_load s_faulty_load: push %r11 push %r15 push %r8 push %r9 push %rbp push %rcx push %rdi // Store lea addresses_WT+0x1d8e2, %r11 nop nop nop xor $55051, %rbp movw $0x5152, (%r11) nop dec %rcx // Load lea addresses_UC+0x7426, %r11 and $224, %r8 movb...
oeis/193/A193912.asm
neoneye/loda-programs
11
200100
; A193912: Partial sums of A193911. ; 1,4,11,25,50,93,162,272,439,694,1069,1627,2432,3611,5292,7730,11181,16156,23167,33237,47390,67673,96134,136868,193971,275634,390049,553599,782668,1110023,1568432,2223430,3140553,4450872,6285459,8906457,12576010,17818405,25157930,35643160,50322671,71293614,100653141,142595555,201315...
text1_request.asm
RockmanEXEZone/MMBN-Mod-Card-Kit
10
200102
<reponame>RockmanEXEZone/MMBN-Mod-Card-Kit .db 0xF7,0x02,0x39,0x6C,0x03 .db 0xF1,0x00,0x00 .if lang == 0 // if JP .table table_file_jp .strn "サブイベント",card_id .else // if EN .table table_file_en .strn "Sub Event No.",card_id .endif .db 0xEE,0xFF,0x00,0x00
oeis/155/A155546.asm
neoneye/loda-programs
11
200104
<reponame>neoneye/loda-programs ; A155546: Triangle read by rows where T(m,n)=2mn + m + n - 5, 1<=n<=m. ; Submitted by <NAME> ; -1,2,7,5,12,19,8,17,26,35,11,22,33,44,55,14,27,40,53,66,79,17,32,47,62,77,92,107,20,37,54,71,88,105,122,139,23,42,61,80,99,118,137,156,175,26,47,68,89,110,131,152,173,194,215,29,52,75,98,121,1...
aesni/src/aes192/decrypt.asm
kazcw/block-ciphers
0
200105
<filename>aesni/src/aes192/decrypt.asm pxor xmm0, xmm1 aesdec xmm0, xmm2 aesdec xmm0, xmm3 aesdec xmm0, xmm4 aesdec xmm0, xmm5 aesdec xmm0, xmm6 aesdec xmm0, xmm7 aesdec xmm0, xmm8 aesdec xmm0, xmm9 aesdec xmm0, xmm10 aesdec xmm0, xmm11 aesdec xmm0, xmm12 aesdeclast xmm0, xmm13
oeis/268/A268947.asm
neoneye/loda-programs
11
200106
; A268947: Number of length-6 0..n arrays with no repeated value unequal to the previous repeated value plus one mod n+1. ; 22,396,2780,11950,38322,101192,232696,482490,923150,1656292,2819412,4593446,7211050,10965600,16220912,23421682,33104646,45910460,62596300,84049182,111300002,145538296,188127720,240622250,304783102...
external/source/shellcode/windows/x86/src/block/block_service_stopped.asm
OsmanDere/metasploit-framework
26,932
200107
;-----------------------------------------------------------------------------; ; Author: agix (<EMAIL>.<EMAIL>[at]gmail[dot]com) ; Compatible: Windows 7, 2008, Vista, 2003, XP, 2000, NT4 ; Size: 448 bytes ;-----------------------------------------------------------------------------; [BITS 32] ; Input: EBP must be th...
exercises/x86-64-assembly-2-a/.meta/start/2/x86_64_assembly_2_a.asm
ee7/exercism-research_experiment_1
8
200108
<filename>exercises/x86-64-assembly-2-a/.meta/start/2/x86_64_assembly_2_a.asm %include "debug.asm" extern isalpha section .text global str_isalpha str_isalpha: push rbx mov rbx, rdi .loop_start: movzx edi, byte [rbx] call isalpha wrt ..plt test eax, eax je .loop_end add rbx, 1 cmp byte...
libsrc/_DEVELOPMENT/target/zx/driver/terminal/zx_01_input_kbd_lastk/zx_01_input_lastk_stdio_msg_ictl.asm
meesokim/z88dk
0
200109
<gh_stars>0 SECTION code_fcntl PUBLIC zx_01_input_lastk_stdio_msg_ictl EXTERN console_01_input_stdio_msg_ictl, console_01_input_stdio_msg_ictl_0 EXTERN zx_01_input_lastk_proc_lastk_address, zx_01_input_lastk_stdio_msg_flsh EXTERN error_einval_zc zx_01_input_lastk_stdio_msg_ictl: ; ioctl messages understood: ...
ls.asm
vdthatte/Operating-Systems-Class-CS-UY-3224
1
200110
_ls: file format elf32-i386 Disassembly of section .text: 00000000 <fmtname>: #include "user.h" #include "fs.h" char* fmtname(char *path) { 0: 55 push %ebp 1: 89 e5 mov %esp,%ebp 3: 53 push %ebx 4: 83 ec 14 sub $0x14,%esp ...
cv/cvmod4.asm
DigitalMars/optlink
28
200111
<filename>cv/cvmod4.asm TITLE CVMOD4 - Copyright (c) SLR Systems 1994 INCLUDE MACROS INCLUDE MODULES INCLUDE SEGMENTS INCLUDE IO_STRUC if fg_pe INCLUDE PE_STRUC endif PUBLIC CV_MODULE_4 .DATA EXTERNDEF CV_TEMP_RECORD:BYTE EXTERNDEF CURNMOD_GINDEX:DWORD,BYTES_SO_FAR:DWORD,PE_BASE:DWORD EXTER...
Transynther/x86/_processed/AVXALIGN/_zr_/i9-9900K_12_0xca_notsx.log_310_148.asm
ljhsiun2/medusa
9
200112
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r8 push %r9 push %rbx push %rcx push %rdi push %rsi lea addresses_A_ht+0x1c86a, %r10 nop and %rbx, %rbx mov (%r10), %di nop nop add %rcx, %rcx lea addresses_WT_ht+0x1248a, %r10 nop xor %r8, %r8 movb $0x61, (%r10) inc %r10 lea addresses_UC_ht+0x1b5ea...
exampl02/textio/textio.asm
AlexRogalskiy/Masm
0
200113
<reponame>AlexRogalskiy/Masm ; ######################################################################### .386 .model flat, stdcall option casemap :none ; case sensitive ; ######################################################################### ; ------------------------------ ; Build thi...
oeis/305/A305800.asm
neoneye/loda-programs
11
200114
; A305800: Filter sequence for a(prime) = constant sequences. ; 1,2,2,3,2,4,2,5,6,7,2,8,2,9,10,11,2,12,2,13,14,15,2,16,17,18,19,20,2,21,2,22,23,24,25,26,2,27,28,29,2,30,2,31,32,33,2,34,35,36,37,38,2,39,40,41,42,43,2,44,2,45,46,47,48,49,2,50,51,52,2,53,2,54,55,56,57,58,2,59,60,61,2,62,63,64,65,66,2,67,68,69,70,71,72,73,...
programs/oeis/025/A025746.asm
jmorken/loda
1
200115
; A025746: Index of 10^n within sequence of numbers of form 8^i*10^j. ; 1,3,6,10,15,21,28,36,45,55,67,80,94,109,125,142,160,179,199,221,244,268,293,319,346,374,403,433,465,498,532,567,603,640,678,717,757,798,841,885,930,976,1023,1071,1120,1170,1221,1274,1328,1383,1439,1496,1554,1613 mov $16,$0 mov $18,$0 add $18,1 lpb...
Expt3/Average.asm
warrenferns/Microprocessor-MU-Sem4
1
200116
.8086 .model small .data array db 01h, 02h, 03h, 04h, 05h, 06h, 07h, 08h, 09h, 0ah count db 0ah avg dw ? .code start: mov ax, @data mov ds, ax mov ax, 00h lea si, array mov cl, count back: mov dl, [si] mov dh, 00h add ax, dx inc si dec cl jnz back div count mov avg, ax mov ah...
oeis/320/A320674.asm
neoneye/loda-programs
11
200118
; A320674: Positive integers m with binary expansion (b_1, ..., b_k) (where k = A070939(m)) such that b_i = [m == 0 (mod prime(i))] for i = 1..k (where prime(i) denotes the i-th prime number and [] is an Iverson bracket). ; Submitted by <NAME>(s2) ; 2,4,6,8,10,12,16,20,24,32,40,48,64,80,96,128,160,192,256,320,384,512,6...
src/firmware-tests/Ui/States/Option/LcdDummies.asm
pete-restall/Cluck2Sesame-Prototype
1
200119
#include "Mcu.inc" radix decimal LcdDummies code global initialiseLcd global enableLcd global disableLcd global isLcdEnabled global pollLcd global putScreenFromFlash global putCharacter global putBcdDigit global putBcdDigits global setLcdCursorPosition global enableLcdBlinkingCursor global disableLcdBli...
Examples/Multiply.asm
Pumuckl007/8BitCompiler
5
200120
******************************************************************************** * * * (c) 2018 <NAME> * * This code is licensed under MIT license (see LICENSE for details) * *...
test1.asm
eki/chip8
0
200122
ld v0 28 ; start x for foo ld v1 1 ; start y for foo ld v2 1 ; vx for foo is 1px ld v3 7 ; every ~ 1/8th of a second ld v5 64 ld v6 31 ld v7 8 baseline: sub v5 v7 ld i line drw v5 v6 1 sne v5 0 jp draw_foo jp baseline draw_foo: ld i foo drw v0 v1 8 l...
Macros.asm
louishobson/GameOfLife
1
200123
<reponame>louishobson/GameOfLife<filename>Macros.asm ; ; Copyright (C) 2021 <NAME> <<EMAIL>>. All Rights Reserved. ; ; Distributed under MIT licence as a part of a cellular automaton project. ; For details, see: https://github.com/louishobson/GameOfLife/blob/master/LICENSE ; ; Macros.asm ; ; Defines various macros, mai...
programs/oeis/050/A050185.asm
neoneye/loda
22
200124
<reponame>neoneye/loda ; A050185: T(2n+7,n), array T as in A051168; a count of Lyndon words. ; 0,1,5,22,91,364,1428,5537,21318,81719,312455,1193010,4552275,17368680,66284554,253086480,966955410,3697182450,14147884842,54185826156,207712333598,796937116661,3060338457400,11762344331920 mov $3,$0 add $3,$0 mov $1,$3 add $...
libsrc/z80_crt0s/z80/sccz80/l_g2charspsp.asm
jpoikela/z88dk
38
200125
<gh_stars>10-100 ; Z88 Small C+ Run time Library ; l_gchar variant to be used sometimes by the peephole optimizer ; SECTION code_crt0_sccz80 PUBLIC l_g2charspsp .l_g2charspsp add hl,sp ld b,h ld c,l inc hl inc hl ld a,(hl) ld l,a rlca sbc a,a ld h,a ex (sp),hl push hl ld h,...
Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xa0.log_21829_993.asm
ljhsiun2/medusa
9
200126
<filename>Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xa0.log_21829_993.asm<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r12 push %r13 push %r14 push %r8 push %r9 push %rbp push %rdi lea addresses_D_ht+0xd4fe, %r8 nop nop add $35824, %r12 movb (%r8), %r14b nop nop and $35010, %r9 lea addresses...
oeis/346/A346065.asm
neoneye/loda-programs
11
200128
; A346065: a(n) = Sum_{k=0..n} binomial(6*k,k) / (5*k + 1). ; 1,2,8,59,565,6046,68878,818276,10021910,125629220,1603943486,20783993414,272641113110,3613484662965,48313969712685,650888627139801,8826840286257595,120398870546499685,1650711840886884265,22735860619151166130,314441081323870331656,4364968373156290513681,60797...
45/runtime/rt/llcevt.asm
minblock/msdos
0
200130
<filename>45/runtime/rt/llcevt.asm TITLE LLCEVT - Core GW-BASIC Event Interface PAGE 56,132 ;*** ; LLCEVT - Core GW-BASIC Event Interface ; ; Copyright <C> 1986, Microsoft Corporation ; ;Purpose: ; ; This module has the CORE EVENT support routines: ; ; 1. B$RDKYBD ; 2. B$KBDTRP....This is the keyboard interrupt handl...
vircom.asm
majioa/save
0
200131
ASSUME CS:CGR,DS:CGR,SS:CGR CGR GROUP COD,DAT COD SEGMENT BYTE LEN_ EQU (EC-COPYVIR)/1 org 100H COPYVIR PROC JMP VIR DB 1000 DUP (0) VIR: MOV AX,4C00H INT 21H ENDP EC: ENDS DAT SEGMENT BYTE A DB 50000 DUP (0) ENDS END COPYVIR
Transynther/x86/_processed/NONE/_xt_sm_/i9-9900K_12_0xa0.log_21829_559.asm
ljhsiun2/medusa
9
200132
<filename>Transynther/x86/_processed/NONE/_xt_sm_/i9-9900K_12_0xa0.log_21829_559.asm .global s_prepare_buffers s_prepare_buffers: push %r11 push %r15 push %r8 push %rbp push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_WT_ht+0x1af9b, %r8 nop sub %rcx, %rcx mov (%r8), %rbp xor %rbx, %rbx lea addresses_UC_h...
Mips/Studies/argumentsReturns.asm
otavreis/-Computer-Architecture-and-Organization
1
200134
.data .text main: addi $a1, $zero, 50 addi $a2, $zero, 19 jal addNumbers li $v0, 1 addi $a0, $v1, 0 syscall #Tell the system that the program is done. li $v0, 10 syscall addNumbers: add $v1, $a1, $a2 jr $ra ...
Library/Kernel/Graphics/graphicsCalcEllipse.asm
steakknife/pcgeos
504
200135
<reponame>steakknife/pcgeos COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) GeoWorks 1990 -- All Rights Reserved PROJECT: PC GEOS MODULE: KLib FILE: Graphics/graphicsCalcEllipse.asm AUTHOR: <NAME>, 27 July 1990 ROUTINES: Name Description ---- ------...
Framework/trackmo/framework/fw_bootstrap.asm
kosmonautdnb/TheLandsOfZador
0
200136
ZP_USEBIOSLOADING = $8f ; 1 ; also defined in player.asm and fw_bootstrap.asm fw_init SUBROUTINE bne .skip_loader_init LDA #$08 STA $AE jsr fw_initloader bcc .loader_ok lda #$01 sta ZP_USEBIOSLOADING jmp .loader_ok ; 7 ;ldy #$10 ;ldx #$ff .y inc $ff19 dex bne .y ;dey ;bne .y ; 7 .loader...
oeis/296/A296141.asm
neoneye/loda-programs
11
200137
<reponame>neoneye/loda-programs<filename>oeis/296/A296141.asm ; A296141: Sum of the smaller parts of the partitions of n into two distinct parts with the larger part even. ; Submitted by <NAME> ; 0,0,1,0,1,2,4,2,4,6,9,6,9,12,16,12,16,20,25,20,25,30,36,30,36,42,49,42,49,56,64,56,64,72,81,72,81,90,100,90,100,110,121,110,...
oeis/268/A268726.asm
neoneye/loda-programs
11
200138
<reponame>neoneye/loda-programs<filename>oeis/268/A268726.asm ; A268726: Index of the toggled bit between n and A268717(n+1): a(n) = A000523(A003987(n, A268717(1+n))). ; Submitted by <NAME> ; 0,1,2,0,3,0,0,1,4,0,0,1,0,1,2,0,5,0,0,1,0,1,2,0,0,1,2,0,3,0,0,1,6,0,0,1,0,1,2,0,0,1,2,0,3,0,0,1,0,1,2,0,3,0,0,1,4,0,0,1,0,1,2,0,...
dino/lc/1p energy.asm
zengfr/arcade_game_romhacking_sourcecode_top_secret_data
6
200139
<reponame>zengfr/arcade_game_romhacking_sourcecode_top_secret_data copyright zengfr site:http://github.com/zengfr/romhack 004DB8 lea (A0), A3 004DBA jsr $11738.l 004DC0 rts 004DC2 move.w #$64, ($6c,A6) 004DC8 move.w #$64, ($6e,A6) 004DCE move.w #$64, ($6a,A6) 004DD4 rts ;-------- 004D8E lea...
mbr/shutdown.asm
icecoobe/oslab
52
200140
;;; shutdown.asm ;;; Shutdown pc ;;; %define BOOTLOADER %ifdef BOOTLOADER org 07c00h %else org 100h %endif section .text shutdown: mov AX, 5307h mov BX, 1 mov CX, 3 int 15h %ifdef BOOTLOADER times (512-($-$$) - 2) db 0 ;;size equ $ - start ;;%if size+2 >512 ;;%error ...
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_1437.asm
ljhsiun2/medusa
9
200141
<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r10 push %rbp push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_D_ht+0x115cc, %rsi lea addresses_UC_ht+0xef4c, %rdi add $41972, %rbp mov $59, %rcx rep movsw nop nop nop nop nop cmp %r10, %r10 lea addresses_normal_ht+0x504a, %rbx and %rdx, %...
programs/oeis/076/A076878.asm
karttu/loda
0
200142
; A076878: a(n) = ceiling(n^(1/n))^n - n. ; 0,2,5,12,27,58,121,248,503,1014,2037,4084,8179,16370,32753,65520,131055,262126,524269,1048556,2097131,4194282,8388585,16777192,33554407,67108838,134217701,268435428,536870883,1073741794,2147483617 mov $1,2 pow $1,$0 trn $0,1 sub $0,1 sub $0,$1 add $1,2 mov $2,1 lpb $2,1 su...
cpm2/RomWBW/Tools/simh/Z80Project/Z80 8bit CF Card Part 1/Code/CFDriver.asm
grancier/z180
0
200143
<filename>cpm2/RomWBW/Tools/simh/Z80Project/Z80 8bit CF Card Part 1/Code/CFDriver.asm ;*************************************************************************** ; PROGRAM: CFDriver ; PURPOSE: Subroutines for a CF Card ; ASSEMBLER: TASM 3.2 ; LICENCE: The MIT Licence ; AUTHOR : MCook ; C...
programs/oeis/227/A227720.asm
karttu/loda
1
200144
; A227720: Round(1/s(n)), where s(n) = n*log(1+1/n) - (2n-1)/(2n). ; 5,16,34,57,86,121,163,210,263,322,388,459,536,619,709,804,905,1012,1126,1245,1370,1501,1639,1782,1931,2086,2248,2415,2588,2767,2953,3144,3341,3544,3754,3969,4190,4417,4651,4890,5135,5386,5644,5907,6176,6451,6733,7020,7313,7612,7918,8229,8546,8869,9199...
oeis/020/A020920.asm
neoneye/loda-programs
11
200146
<reponame>neoneye/loda-programs<gh_stars>10-100 ; A020920: Expansion of 1/(1-4*x)^(9/2). ; Submitted by <NAME>(s3) ; 1,18,198,1716,12870,87516,554268,3325608,19122246,106234700,573667380,3024791640,15628090140,79342611480,396713057400,1957117749840,9540949030470,46021048264620,219878341708740,1041528987041400,489518623...
tests/test build script and options/opt outprefix/outprefix.asm
fengjixuchui/sjasmplus
220
200147
DEVICE ZXSPECTRUM48 OUTPUT "outprefix.raw" EMPTYTAP "outprefix.tap" BPLIST "outprefix.exp" zesarux ORG $8000 start: SETBP jr $ DB "AB" ; save it to call the code paths, but the content/existence is not verified SAVESNA "outprefix.sna", $8000 SAVEDEV "outprefix.dev...
src/intro.asm
ISSOtm/gb-open-world
8
200148
<reponame>ISSOtm/gb-open-world<filename>src/intro.asm SECTION "Intro", ROMX Intro:: ldh a, [hConsoleType] and a ; Check if zero ⇔ being CGB jp nz, DMGLockout ; TODO ret DMGLockout: ; TODO .lockup rst WaitVBlank jr .lockup
project/win32kstub/i386/6_3_9600_sp0_shadowssdt_sysenter.asm
rmusser01/windows-syscall-table
6
200149
<filename>project/win32kstub/i386/6_3_9600_sp0_shadowssdt_sysenter.asm ; DO NOT MODIFY THIS FILE DIRECTLY! ; author: @TinySecEx ; shadowssdt asm stub for 6.3.9600-sp0-windows-8.1 i386 .686 .mmx .xmm .model flat,stdcall option casemap:none option prologue:none option epilogue:none .code ; ULONG __stdcall NtUserYi...
oeis/024/A024701.asm
neoneye/loda-programs
11
200150
<reponame>neoneye/loda-programs ; A024701: a(n) = (-1 + prime(n+1)^2)/4. ; Submitted by <NAME> ; 2,6,12,30,42,72,90,132,210,240,342,420,462,552,702,870,930,1122,1260,1332,1560,1722,1980,2352,2550,2652,2862,2970,3192,4032,4290,4692,4830,5550,5700,6162,6642,6972,7482,8010,8190,9120,9312,9702,9900,11130,12432,12882,13110 ...
oeis/002/A002082.asm
neoneye/loda-programs
11
200151
<filename>oeis/002/A002082.asm ; A002082: 2nd differences are periodic. ; Submitted by <NAME> ; 2,2,4,10,16,28,48,76,110,144,182,222,264,310,356,408,468,536,610,684,762,842,924,1010,1096,1188,1288,1396,1510,1624,1742,1862,1984,2110,2236,2368 mov $2,1 lpb $0 sub $0,1 add $3,$1 add $2,$3 mov $1,$2 mod $1,5 lpe...
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_891.asm
ljhsiun2/medusa
9
200152
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r13 push %r15 push %rcx push %rdi push %rdx push %rsi lea addresses_WC_ht+0x2d52, %rsi lea addresses_A_ht+0x1d5dc, %rdi nop nop nop nop add $11975, %r10 mov $9, %rcx rep movsq nop nop nop inc %rcx lea addresses_D_ht+0x649c, %rsi lea addresses_WC_ht+...