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
oeis/145/A145063.asm
neoneye/loda-programs
11
202705
<reponame>neoneye/loda-programs<filename>oeis/145/A145063.asm ; A145063: Hankel transform of A145062. ; Submitted by <NAME> ; 1,-1,-3,1,6,-1,-10,1,15,-1,-21,1,28,-1,-36,1,45,-1,-55,1,66,-1,-78,1,91,-1,-105,1,120,-1,-136,1,153,-1,-171,1,190,-1,-210,1,231,-1,-253,1,276,-1,-300,1,325,-1,-351,1,378,-1,-406,1,435 mov $1,$0...
programs/oeis/106/A106633.asm
karttu/loda
0
202706
<reponame>karttu/loda ; A106633: Number of ways to express n as k+lm, with k, l, m all in the range [0..n]. ; 1,4,8,12,17,21,27,31,37,42,48,52,60,64,70,76,83,87,95,99,107,113,119,123,133,138,144,150,158,162,172,176,184,190,196,202,213,217,223,229,239,243,253,257,265,273,279,283,295,300,308,314,322,326,336,342,352,358,3...
test/hack_programs/dibuja_esquinas_sin_clear.asm
mbalestrini/hack_soc
1
202708
<filename>test/hack_programs/dibuja_esquinas_sin_clear.asm<gh_stars>1-10 (DRAW_SOME_CORNERS) @16384 M=-1 @16416 M=1 @16448 M=1 @32767 D=!A @16415 M=-1 @16447 M=D @16479 M=D @24544 M=-1 @24512 M=1 @24480 M=1 @24575 M=-1 @32767 D=!A @24543 M=D @24511 M=D @DRAW_SOME_CORNERS 0;JMP (FINI...
oeis/071/A071425.asm
loda-lang/loda-programs
11
202709
; A071425: Total number of 1-s in binary representation of all factorials from 1 to n. ; Submitted by <NAME>(w4) ; 1,2,4,6,10,14,20,26,32,43,50,62,74,86,104,122,144,167,184,206,231,259,290,319,349,384,422,464,504,552,594,636,682,733,789,840,898,957,1021,1084,1150,1214,1285,1359,1429,1506,1587,1676,1763,1852,1942,2030,2...
source/song_start.asm
AntonioND/back-to-color
21
202710
; File created by mod2gbt SECTION "Start_Song", ROMX, BANK[3] Start_Song0: DB $a4,$18, $93,$3a, $98,$12, $4a,$06 DB $a2,$18, $00, $00, $00 DB $9f,$18, $00, $00, $00 DB $9b,$18, $00, $00, $00 DB $9f,$18, $00, $00, $00 DB $9b,$18, $00, $00, $00 DB $98,$18, $00, $00, $00 DB $...
data/mapHeaders/SafariZoneNorth.asm
AmateurPanda92/pokemon-rby-dx
9
202711
<gh_stars>1-10 SafariZoneNorth_h: db FOREST ; tileset db SAFARI_ZONE_NORTH_HEIGHT, SAFARI_ZONE_NORTH_WIDTH ; dimensions (y, x) dw SafariZoneNorth_Blocks ; blocks dw SafariZoneNorth_TextPointers ; texts dw SafariZoneNorth_Script ; scripts db 0 ; connections dw SafariZoneNorth_Object ; objects
programs/oeis/043/A043538.asm
neoneye/loda
22
202712
<filename>programs/oeis/043/A043538.asm ; A043538: Number of distinct base-11 digits of n. ; 1,1,1,1,1,1,1,1,1,1,2,1,2,2,2,2,2,2,2,2,2,2,2,1,2,2,2,2,2,2,2,2,2,2,2,1,2,2,2,2,2,2,2,2,2,2,2,1,2,2,2,2,2,2,2,2,2,2,2,1,2,2,2,2,2,2,2,2,2,2,2,1,2,2,2,2,2,2,2,2,2,2,2,1,2,2,2,2,2,2 add $0,1 seq $0,43563 ; Number of runs in base...
Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xa0.log_21829_266.asm
ljhsiun2/medusa
9
202713
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r15 push %r8 push %rax push %rdi push %rsi lea addresses_WT_ht+0x70c7, %rsi xor $4215, %r8 vmovups (%rsi), %ymm6 vextracti128 $1, %ymm6, %xmm6 vpextrq $0, %xmm6, %rdi nop sub %rax, %rax lea addresses_A_ht+0x12e67, %r15 nop nop nop nop nop add $24012, %rsi mov...
base/Kernel/Native/arm/Crt/armdefs.asm
sphinxlogic/Singularity-RDK-2.0
0
202714
<filename>base/Kernel/Native/arm/Crt/armdefs.asm ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;; ;;; Microsoft Research Singularity ;;; ;;; Copyright (c) Microsoft Corporation. All rights reserved. ;;; ;;; This file contains ARM-specific assembly code. ;;;...
examples/primegen.asm
jcla1/gobaby
4
202715
; Run with: gobaby -l 21 examples/primegen.asm to get the next prime number. ; This is a chainable program, which means if you just keep reexecuting the ; memory, you'll get successive numbers. ; Here, for example, we get the 3rd prime number: ; gobaby examples/primegen.asm | gobaby | gobaby -l 21 00 JMP 24 01 L...
MSDOS/Virus.MSDOS.Unknown.fatman.asm
fengjixuchui/Family
3
202716
code segment'code' assume cs:code, ds:code, ss:code, es:code org 100h dta equ endcode + 10 fatmanid equ 34 start: jmp virus hoststart: db 90h,90h,90h ;NOP db 0cdh,020h,1ah,1ah ;INT 20 hostend: virus: ...
test/num.asm
auroralimin/montador-assembly-inventado
0
202717
<reponame>auroralimin/montador-assembly-inventado L1: EQU 1 L2: EQU 0xA L4: EQU -9 L3: CONST L2 L5: CONST L4 SECTION 0x0923k IF L1 LOAD SPACE ;faz esta opera ̧c~ao se L1 for verdadeiro IF LABELERRADA IF L2 INPUT SPACE ;faz esta opera ̧c~ao se L2 for verdadeiro SECTION DATA N: SPACE
examples/tests/expected/06_string.asm
aidnem/jenga-lang
0
202718
section .text extern _printf extern _exit global _main _main: word_0: ;; -- push "\nHello, jenga numbers\n\n" mov rax, str_0 push rax word_1: ;; -- print -- mov rsi, 0 mov rax, 0 pop rdi call _printf word_2: ;; -- push 0 -- push 0 word_3: word_4: ;; -- dup -- pop rax ...
programs/oeis/130/A130215.asm
neoneye/loda
22
202719
<reponame>neoneye/loda<filename>programs/oeis/130/A130215.asm ; A130215: Order of modular group of degree 7^(n-1)+1. ; 0,168,58800,20176632,6920642400,2373780746568,814206798896400,279272932041230232,95790615690280324800,32856181181767119892968,11269670145346128902694000,3865496859853722261079883832,1325865422929826735...
programs/oeis/057/A057813.asm
karttu/loda
1
202720
<reponame>karttu/loda<filename>programs/oeis/057/A057813.asm ; A057813: a(n) = (2*n+1)*(4*n^2+4*n+3)/3. ; 1,11,45,119,249,451,741,1135,1649,2299,3101,4071,5225,6579,8149,9951,12001,14315,16909,19799,23001,26531,30405,34639,39249,44251,49661,55495,61769,68499,75701,83391,91585,100299,109549,119351,129721,140675,152229,1...
programs/oeis/036/A036085.asm
karttu/loda
1
202721
<reponame>karttu/loda ; A036085: Centered cube numbers: (n+1)^7 + n^7. ; 1,129,2315,18571,94509,358061,1103479,2920695,6880121,14782969,29487171,55318979,98580325,168162021,276272879,439294831,678774129,1022558705,1506091771,2173871739,3081088541,4295446429,5899183335,7991296871,10689987049,14135325801,18492163379,2395...
libsrc/stdio/pc88/fputc_cons.asm
jpoikela/z88dk
640
202722
; ; NEC PC8801 Library ; ; Fputc_cons ; ; <NAME> - 2018 ; ; ; $Id: fputc_cons.asm $ ; SECTION code_clib PUBLIC fputc_cons_native INCLUDE "target/pc88/def/n88bios.def" ; ; Entry: hl = points to char ; .fputc_cons_native ld hl,2 add hl,sp ld a,(hl) push ix ;save callers IF STANDARDES...
oeis/165/A165680.asm
neoneye/loda-programs
11
202723
<gh_stars>10-100 ; A165680: Triangle of the divisors of the coefficients of triangles A138771 and A165675 ; Submitted by <NAME> ; 1,1,1,1,1,1,1,1,1,2,1,1,1,2,6,1,1,1,2,6,24,1,1,1,2,6,24,120,1,1,1,2,6,24,120,720,1,1,1,2,6,24,120,720,5040,1,1,1,2,6,24,120,720,5040,40320,1,1,1,2,6,24,120,720,5040,40320,362880 lpb $0 ad...
other/a2600_soccer/a2600_soccer.asm
gb-archive/really-old-stuff
10
202725
<filename>other/a2600_soccer/a2600_soccer.asm ;--------------------------------------------------------------------------- ; Soccer kernel, by <NAME> 2006-07-20 ; Heavily based on "How to Draw A Playfield" by <NAME> ; And "6 digit score" by <NAME> ;---------------------------------------------------------------------...
engine/events/poisonstep.asm
Ebernacher90/pokecrystal-allworld
0
202727
<filename>engine/events/poisonstep.asm DoPoisonStep:: ld a, [wPartyCount] and a jr z, .no_faint xor a ld c, wPoisonStepDataEnd - wPoisonStepData ld hl, wPoisonStepData .loop_clearPoisonStepData ld [hli], a dec c jr nz, .loop_clearPoisonStepData xor a ld [wCurPartyMon], a .loop_check_poison call .DamageMon...
programs/oeis/106/A106665.asm
karttu/loda
1
202728
<reponame>karttu/loda<gh_stars>1-10 ; A106665: Alternate paper-folding (or alternate dragon curve) sequence. ; 1,0,0,1,1,1,0,0,1,0,0,0,1,1,0,1,1,0,0,1,1,1,0,1,1,0,0,0,1,1,0,0,1,0,0,1,1,1,0,0,1,0,0,0,1,1,0,0,1,0,0,1,1,1,0,1,1,0,0,0,1,1,0,1,1,0,0,1,1,1,0,0,1,0,0,0,1,1,0,1,1,0,0,1,1,1,0,1,1,0,0,0,1,1,0,1,1,0,0,1,1,1,0,0,1...
oeis/318/A318376.asm
neoneye/loda-programs
11
202729
; A318376: a(n) = F(n+1)^3 - 3*F(n-1)*F(n)^2, where F(n) = A000045(n), the n-th Fibonacci number. ; Submitted by <NAME> ; 1,1,5,15,71,287,1237,5205,22105,93547,396419,1679019,7112825,30129785,127632829,540659703,2290273903,9701751655,41097286445,174090887853,737460853361,3123934276211,13233197998795,56056726205715,2374...
Transynther/x86/_processed/AVXALIGN/_st_zr_un_sm_/i9-9900K_12_0xca.log_21829_162.asm
ljhsiun2/medusa
9
202730
<reponame>ljhsiun2/medusa<filename>Transynther/x86/_processed/AVXALIGN/_st_zr_un_sm_/i9-9900K_12_0xca.log_21829_162.asm .global s_prepare_buffers s_prepare_buffers: push %r10 push %r12 push %r15 push %r8 push %rbp push %rcx push %rdi push %rsi lea addresses_D_ht+0x714f, %rsi lea addresses_WC_ht+0x1cfef, %rdi nop nop no...
Transynther/x86/_processed/US/_zr_/i7-7700_9_0xca.log_7_1519.asm
ljhsiun2/medusa
9
202732
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r11 push %r12 push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_UC_ht+0x1562f, %r12 nop nop nop nop nop cmp $48252, %r11 movl $0x61626364, (%r12) nop nop inc %rbx lea addresses_A_ht+0x7ea7, %rsi lea addresses_WC_ht+0x17b7, %rdi c...
programs/oeis/047/A047283.asm
jmorken/loda
1
202733
<filename>programs/oeis/047/A047283.asm ; A047283: Numbers that are congruent to {0, 1, 3, 6} mod 7. ; 0,1,3,6,7,8,10,13,14,15,17,20,21,22,24,27,28,29,31,34,35,36,38,41,42,43,45,48,49,50,52,55,56,57,59,62,63,64,66,69,70,71,73,76,77,78,80,83,84,85,87,90,91,92,94,97,98,99,101,104,105,106,108,111 mov $1,$0 lpb $0 sub $...
utils/dos-memory/memory.asm
martinlindhe/dustbox-rs
38
202734
org 0x100 section .text ;;XXX impl DOS 2+ - ALLOCATE MEMORY. bx=FFFF mov ah, 0x48 mov bx, 0x1 int 0x21 ; DOS 2+ - ALLOCATE MEMORY ret ; Return: ; CF clear if successful ; AX = segment of allocated block ; CF set on error ...
oeis/177/A177410.asm
neoneye/loda-programs
11
202735
; A177410: a(n) = binomial((n+1)*2^n, n)/(n+1). ; Submitted by <NAME> ; 1,2,22,1240,316316,343855008,1551088459936,28684932916796288,2161788213413182113760,661624062463590275090838016,820418024446932078541699530057216 mov $1,2 mov $2,$0 add $0,1 pow $1,$2 mul $1,$0 bin $1,$2 div $1,$0 mov $0,$1
programs/oeis/052/A052544.asm
jmorken/loda
1
202736
<filename>programs/oeis/052/A052544.asm<gh_stars>1-10 ; A052544: Expansion of (1-x)^2/(1-4*x+3*x^2-x^3). ; 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,170...
P6/data_P6_2/cal_R_same_test30.asm
alxzzhou/BUAA_CO_2020
1
202738
<reponame>alxzzhou/BUAA_CO_2020 lui $1,18686 ori $1,$1,11560 lui $2,40406 ori $2,$2,9896 lui $3,52470 ori $3,$3,4627 lui $4,60572 ori $4,$4,28496 lui $5,10816 ori $5,$5,56283 lui $6,61316 ori $6,$6,56128 mthi $1 mtlo $2 sec0: nop nop nop xor $4,$6,$6 sec1: nop nop addu $6,$3,$2 xor $3,$6,$6 sec2: nop nop lui...
oeis/194/A194553.asm
neoneye/loda-programs
11
202739
; A194553: Centered cube numbers: (n+1)^25 + n^25. ; Submitted by <NAME> ; 1,33554433,847322163875,1126747195452067,299149123783795749,28728311253806654501,1369498907693894602183,39120000482621126610375,755676919554809750479817,10717897987691852588770249,118347059433883722041830251,1062309225874573851643128683,80103721...
programs/oeis/309/A309809.asm
jmorken/loda
1
202740
; A309809: a(n) is the concatenation of n and 2n+1. ; 13,25,37,49,511,613,715,817,919,1021,1123,1225,1327,1429,1531,1633,1735,1837,1939,2041,2143,2245,2347,2449,2551,2653,2755,2857,2959,3061,3163,3265,3367,3469,3571,3673,3775,3877,3979,4081,4183,4285,4387,4489,4591,4693,4795,4897,4999,50101,51103,52105,53107,54109,5511...
PRG/levels/Plains/UnusedE1.asm
narfman0/smb3_pp1
0
202741
; Original address was $A729 ; ? Level end .word $0000 ; Alternate level layout .word $0000 ; Alternate object layout .byte LEVEL1_SIZE_02 | LEVEL1_YSTART_170 .byte LEVEL2_BGPAL_00 | LEVEL2_OBJPAL_08 | LEVEL2_XSTART_18 .byte LEVEL3_TILESET_01 | LEVEL3_VSCROLL_LOCKED .byte LEVEL4_BGBANK_INDEX(1) | LEVEL4_INITACT_N...
libsrc/_DEVELOPMENT/stdlib/c/sdcc_iy/strtod.asm
meesokim/z88dk
0
202742
; double strtod(const char *nptr, char **endptr) SECTION code_stdlib PUBLIC _strtod EXTERN l0_strtod_callee _strtod: pop af pop hl pop de push de push hl push af jp l0_strtod_callee
Web/asm/examples/Snake (LCD).asm
visrealm/vrcpu
102
202743
; =============================================== ; Snake! ; ----------------------------------------------- ; ; Troy's 8-bit computer - Emulator ; ; Copyright (c) 2020 <NAME> ; ; This code is licensed under the MIT license ; ; https://github.com/visrealm/vrcpu ; ; =============================================== DISPL...
ntio/libreadt.asm
DigitalMars/optlink
28
202744
<gh_stars>10-100 TITLE LIBREADT - Copyright (c) 1994 by SLR Systems INCLUDE MACROS if fgh_inthreads INCLUDE IO_STRUC INCLUDE LIBRARY INCLUDE WIN32DEF ; PUBLIC LIBREADT .DATA EXTERNDEF LIB_REQUEST_ORDER_SEM:GLOBALSEM_STRUCT,LIBRARY_GARRAY:STD_PTR_S,_FILE_LIST_GARRAY:STD_PTR_S EXTERNDEF TCONVERT_SEM...
source_cpc/Source/EG_Zoom.asm
kieranhj/edge-beeb
0
202745
; WriteZSColumn called once per frame from the menu, and prints one character column for ; the two zoomed scrollers. .WriteZSColumn ld hl,(ZSCharPtr) ; pointer to msg text starting at label ZoomScrollMsg ld a,(ZSCharCol) ; 0-7, column number of pixels to print this frame inc a and a,7 ld (ZSCharCol...
Transynther/x86/_processed/NONE/_xt_sm_/i7-7700_9_0x48_notsx.log_21829_162.asm
ljhsiun2/medusa
9
202746
.global s_prepare_buffers s_prepare_buffers: push %r12 push %r15 push %r9 push %rbp push %rbx push %rcx push %rdi push %rsi lea addresses_A_ht+0xd358, %rsi lea addresses_normal_ht+0x12fec, %rdi nop sub %r12, %r12 mov $76, %rcx rep movsw cmp $1151, %rdi lea addresses_WT_ht+0x1d9b7, %rbx nop nop nop nop nop cmp %rdi, %rd...
dv3/qlsd/rom.asm
olifink/smsqe
0
202748
<filename>dv3/qlsd/rom.asm ; ROM header 1.00  2017 <NAME> + <NAME> section header base dc.l $4afb0001 dc.w 0 dc.w rom_init-base dc.w 0 ; No default banner, because JS ROM sucks ; banner will be included here by the linker section init include 'dev8_keys_qlv' xref banner rom_init lea base(pc),a1 cm...
Transynther/x86/_processed/NONE/_xt_sm_/i3-7100_9_0x84_notsx.log_21829_1947.asm
ljhsiun2/medusa
9
202750
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r12 push %r15 push %rbp push %rcx push %rdi push %rsi lea addresses_UC_ht+0x103b7, %rbp clflush (%rbp) nop nop nop nop nop add $23681, %r11 mov $0x6162636465666768, %rdi movq %rdi, %xmm0 and $0xffffffffffffffc0, %rbp movaps %xmm0, (%rbp) nop sub %rdi, %rdi le...
Transynther/x86/_processed/NONE/_xt_sm_/i7-7700_9_0xca_notsx.log_21829_1606.asm
ljhsiun2/medusa
9
202751
<reponame>ljhsiun2/medusa<filename>Transynther/x86/_processed/NONE/_xt_sm_/i7-7700_9_0xca_notsx.log_21829_1606.asm .global s_prepare_buffers s_prepare_buffers: push %r11 push %r12 push %r13 push %r14 push %r9 push %rcx push %rdi push %rdx push %rsi lea addresses_normal_ht+0x1c9d9, %rdi nop and %r9, %r9 movw $0x6162, (%...
Transynther/x86/_processed/AVXALIGN/_st_sm_/i9-9900K_12_0xca_notsx.log_21829_571.asm
ljhsiun2/medusa
9
202752
<filename>Transynther/x86/_processed/AVXALIGN/_st_sm_/i9-9900K_12_0xca_notsx.log_21829_571.asm .global s_prepare_buffers s_prepare_buffers: push %r10 push %r13 push %r14 push %r8 push %rbx push %rcx push %rdi push %rsi lea addresses_UC_ht+0x441d, %r10 nop nop nop nop lfence mov $0x6162636465666768, %r14 movq %r14, %xmm...
data/pokemon/base_stats/golem.asm
opiter09/ASM-Machina
1
202753
db DEX_GOLEM ; pokedex id db 80, 110, 130, 45, 55 ; hp atk def spd spc db ROCK, GROUND ; type db 45 ; catch rate db 177 ; base exp INCBIN "gfx/pokemon/front/golem.pic", 0, 1 ; sprite dimensions dw GolemPicFront, GolemPicBack db TACKLE, DEFENSE_CURL, EXPLOSION, NO_MOVE ; level 1 learnset db GROWTH...
libsrc/_DEVELOPMENT/math/float/math16/z80/asm_f16_compare.asm
Frodevan/z88dk
0
202755
<reponame>Frodevan/z88dk<filename>libsrc/_DEVELOPMENT/math/float/math16/z80/asm_f16_compare.asm ; ; Copyright (c) 2020 <NAME> ; ; This Source Code Form is subject to the terms of the Mozilla Public ; License, v. 2.0. If a copy of the MPL was not distributed with this ; file, You can obtain one at http://mozilla.org...
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca.log_21829_454.asm
ljhsiun2/medusa
9
202756
<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r11 push %r12 push %r14 push %r15 push %rcx push %rdi push %rdx push %rsi lea addresses_D_ht+0x9f9a, %rsi lea addresses_normal_ht+0x3d9c, %rdi nop nop nop nop nop and %r14, %r14 mov $44, %rcx rep movsq nop nop nop nop nop sub %rcx, %rcx lea addresses_D_h...
wasm/test01/main.asm
Bigsby/slae
0
202760
<gh_stars>0 .386 .model flat, stdcall option casemap :none include \masm32\include\windows.inc include \masm32\include\kernel32.inc include \masm32\include\masm32.inc includelib \masm32\lib\kernel32.lib includelib \masm32\lib\masm32.lib PrintOnScreen MACRO location, count LOCAL print_loop xor ecx, ecx ...
programs/oeis/050/A050435.asm
neoneye/loda
22
202763
; A050435: a(n) = composite(composite(n)), where composite = A002808, composite numbers. ; 9,12,15,16,18,21,24,25,26,28,32,33,34,36,38,39,40,42,45,48,49,50,51,52,55,56,57,60,63,64,65,68,69,70,72,74,76,77,78,80,81,84,86,87,88,90,91,93,94,95,98,100,102,104,105,106,110,111,112,115,116,117,118,119,121,122,123,124,125,126,1...
bootasm.asm
teawhy1230/quaros
1
202764
bits 16 extern bootc %define nullentry dq 0 %define RW (1 << 1) %define Ex (1 << 3) %macro gdtentry 3 dw (%3 & 0xffff) ; limits[0:15] dw (%2 & 0xffff) ; base[0:15] db ((%2 >> 16) & 0xff) ; base[16:23] db (0x90 | %1) ; access byte db (0xc0 | ((%3 >> 16) & 0x0f)) ; (flags | limit[16:19]) db ...
s2/sfx-original/D5 - Sliding Spike.asm
Cancer52/flamedriver
9
202765
Sound55_SlidingSpike_Header: smpsHeaderStartSong 2 smpsHeaderVoice Sound55_SlidingSpike_Voices smpsHeaderTempoSFX $01 smpsHeaderChanSFX $01 smpsHeaderSFXChannel cFM5, Sound55_SlidingSpike_FM5, $00, $00 ; FM5 Data Sound55_SlidingSpike_FM5: smpsSetvoice $00 dc.b nF3, $07, nF4, $15 smpsStop Sound5...
kernel/processor/x64/cpuid-x64.asm
martin-hughes/project_azalea
13
202767
[BITS 64] SEGMENT .text ; Reads CPUID for the requested fields. Parameters are in the following order: ; 1 - RDI - The value to be passed to CPUID in EAX ; 2 - RSI - The value to be passed to CPUID in ECX (should normally be 0) ; 3 - RDX - A pointer to a 64 bit space that will contain the results of EBX:EAX (i.e. EBX ...
programs/oeis/061/A061570.asm
neoneye/loda
22
202768
<reponame>neoneye/loda<filename>programs/oeis/061/A061570.asm ; A061570: a(1)=0, a(2)=1, a(n)=3*n-1 for n >= 3. ; 0,1,8,11,14,17,20,23,26,29,32,35,38,41,44,47,50,53,56,59,62,65,68,71,74,77,80,83,86,89,92,95,98,101,104,107,110,113,116,119,122,125,128,131,134,137,140,143,146,149,152,155,158,161,164,167,170,173,176,179,18...
xv6/init.asm
ZhangHnu/xv6FileSystem
0
202770
<filename>xv6/init.asm _init: file format elf32-i386 Disassembly of section .text: 00000000 <main>: char *argv[] = { "sh", 0 }; int main(void) { 0: 55 push %ebp 1: 89 e5 mov %esp,%ebp 3: 53 push %ebx 4: 83 e4 f0 and $0xff...
programs/oeis/084/A084642.asm
karttu/loda
0
202771
<filename>programs/oeis/084/A084642.asm ; A084642: A Jacobsthal ratio. ; 1,3,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1 mov $2,$0 sub $0,1 gcd $0,2 cmp $2,1...
oeis/008/A008530.asm
neoneye/loda-programs
11
202772
; A008530: Coordination sequence for 4-dimensional primitive di-isohexagonal orthogonal lattice. ; 1,12,60,180,408,780,1332,2100,3120,4428,6060,8052,10440,13260,16548,20340,24672,29580,35100,41268,48120,55692,64020,73140,83088,93900,105612,118260,131880,146508,162180,178932,196800,215820,236028,257460,280152,304140,329...
Transynther/x86/_processed/AVXALIGN/_zr_/i7-8650U_0xd2.log_16186_111.asm
ljhsiun2/medusa
9
202773
<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r12 push %r13 push %r8 push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_D_ht+0x127e2, %r11 nop nop nop nop nop sub %r8, %r8 movw $0x6162, (%r11) nop xor $46573, %r13 lea addresses_WC_ht+0xf8de, %r8 nop nop add %r10, %r1...
programs/oeis/081/A081073.asm
neoneye/loda
22
202774
; A081073: Fibonacci(4n+2)+3, or Fibonacci(2n-1)*Lucas(2n+3). ; 4,11,58,380,2587,17714,121396,832043,5702890,39088172,267914299,1836311906,12586269028,86267571275,591286729882,4052739537884,27777890035291,190392490709138,1304969544928660,8944394323791467 mul $0,2 mov $1,1 mov $2,2 lpb $0 sub $0,1 add $1,$2 add $...
libsrc/_DEVELOPMENT/string/c/sccz80/strnicmp.asm
meesokim/z88dk
0
202775
; int strnicmp(const char *s1, const char *s2, size_t n) SECTION code_string PUBLIC strnicmp EXTERN strncasecmp defc strnicmp = strncasecmp
Transynther/x86/_processed/NC/_zr_/i9-9900K_12_0xca.log_21829_981.asm
ljhsiun2/medusa
9
202776
<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r11 push %r13 push %r14 push %rax push %rcx push %rdi push %rdx push %rsi lea addresses_A_ht+0x15fc, %rsi lea addresses_UC_ht+0x843c, %rdi nop nop nop nop nop sub %r14, %r14 mov $113, %rcx rep movsw nop nop nop nop sub %r13, %r13 lea addresses_A_ht+0x30b...
resources/asm/na/cmn_eos_na.asm
SkyTemple/ppmdu
37
202777
; For use with ARMIPS v0.7d ; By: <EMAIL> ; 2016/08/18 ; For Explorers of Sky North American ONLY! ; ------------------------------------------------------------------------------ ; Copyright © 2016 <NAME> <<EMAIL>> ; This work is free. You can redistribute it and/or modify it under the ; terms of the Do What The Fuck ...
oeis/155/A155980.asm
neoneye/loda-programs
11
202779
; A155980: First differences of A135351. ; Submitted by <NAME>(s1) ; 0,2,-2,3,-1,5,3,13,19,45,83,173,339,685,1363,2733,5459,10925,21843,43693,87379,174765,349523,699053,1398099,2796205,5592403,11184813,22369619,44739245,89478483,178956973,357913939,715827885,1431655763,2863311533,5726623059 mov $3,2 mov $5,$0 lpb $3 ...
programs/oeis/105/A105671.asm
karttu/loda
1
202780
<reponame>karttu/loda ; A105671: a(2n) = Lucas(2n+3)^2, a(2n+1) = Lucas(2n+1)^2. ; 16,1,121,16,841,121,5776,841,39601,5776,271441,39601,1860496,271441,12752041,1860496,87403801,12752041,599074576,87403801,4106118241,599074576,28143753121,4106118241,192900153616,28143753121,1322157322201,192900153616,9062201101801,13221...
Transynther/x86/_processed/NONE/_xt_sm_/i9-9900K_12_0xa0_notsx.log_21829_111.asm
ljhsiun2/medusa
9
202782
.global s_prepare_buffers s_prepare_buffers: push %r12 push %r8 push %r9 push %rax push %rbp push %rcx push %rdi push %rdx push %rsi lea addresses_A_ht+0x184f7, %rcx add %rbp, %rbp mov (%rcx), %r12w nop nop nop dec %r12 lea addresses_WC_ht+0x19427, %rcx nop nop nop nop sub %rax, %rax mov $0x6162636465666768, %r9 movq %...
Transynther/x86/_processed/NONE/_xt_sm_/i7-7700_9_0xca_notsx.log_21829_739.asm
ljhsiun2/medusa
9
202783
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r12 push %r14 push %r15 push %r8 push %rbx push %rcx push %rdi push %rsi lea addresses_UC_ht+0x1da69, %rbx nop nop dec %r11 mov $0x6162636465666768, %r12 movq %r12, (%rbx) nop nop sub $31239, %r15 lea addresses_WT_ht+0x8501, %r14 nop nop nop nop nop and %rcx,...
Transynther/x86/_processed/AVXALIGN/_st_/i7-7700_9_0xca_notsx.log_21829_1017.asm
ljhsiun2/medusa
9
202784
<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r10 push %r13 push %r14 push %r9 push %rcx push %rdi push %rsi lea addresses_A_ht+0xc57b, %rsi lea addresses_A_ht+0xeffb, %rdi cmp $57712, %r10 mov $69, %rcx rep movsl nop sub $56933, %r13 lea addresses_UC_ht+0x8e84, %r9 nop nop nop nop nop cmp %r10, %r1...
programs/oeis/040/A040270.asm
karttu/loda
1
202785
; A040270: Continued fraction for sqrt(287). ; 16,1,15,1,32,1,15,1,32,1,15,1,32,1,15,1,32,1,15,1,32,1,15,1,32,1,15,1,32,1,15,1,32,1,15,1,32,1,15,1,32,1,15,1,32,1,15,1,32,1,15,1,32,1,15,1,32,1,15,1,32,1,15,1,32,1,15,1,32,1,15,1,32,1,15 cal $0,10201 ; Continued fraction for sqrt(142). add $1,$0 div $0,8 add $1,$0 mul $1...
ioq3/build/release-js-js/baseq3/game/g_mem.asm
RawTechnique/quake-port
1
202787
export G_Alloc code proc G_Alloc 12 12 ADDRFP4 0 ADDRFP4 0 INDIRI4 ASGNI4 ADDRGP4 g_debugAlloc+12 INDIRI4 CNSTI4 0 EQI4 $54 ADDRGP4 $57 ARGP4 ADDRFP4 0 INDIRI4 ARGI4 CNSTI4 262144 ADDRGP4 allocPoint INDIRI4 SUBI4 ADDRFP4 0 INDIRI4 CNSTI4 31 ADDI4 CNSTI4 -32 BANDI4 SUBI4 ARGI4 ADDRGP4 G_Printf CALLV pop LABELV $54 ADDRG...
Transynther/x86/_processed/US/_zr_/i7-8650U_0xd2_notsx.log_15_504.asm
ljhsiun2/medusa
9
202788
<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r15 push %r8 push %rbx push %rcx lea addresses_normal_ht+0x12528, %rbx nop nop nop nop nop sub $1063, %r8 mov (%rbx), %cx nop nop nop nop nop add $23846, %r15 pop %rcx pop %rbx pop %r8 pop %r15 ret .global s_faulty_load s_faulty_load: push %r10 push...
res/07.loadstore.asm
francesquini/minips
4
202789
.data x_len: .word 10 x: .word 2, 8, 5, 4, 1, 3, 7, 6, 0, 9 prompt1: .asciiz "Vetor antes: " prompt2: .asciiz "Vetor depois: " .text j main nop print_v: move $t0, $zero #t0 é o indice lw $t1, x_len #t1 é o limite la $t3, x #t3 guarda o endereco base print_v_loop: ...
oeis/000/A000779.asm
neoneye/loda-programs
11
202790
; A000779: a(n) = 2*(2n-1)!!-(n-1)!*2^(n-1), where (2n-1)!! is A001147(n). ; Submitted by <NAME> ; 1,4,22,162,1506,16950,224190,3408930,58596930,1123663590,23782729950,550718680050,13849716607650,375904338960150,10952237584237950,340947694234397250,11294123783425733250,396665528378000631750,14723245212561422286750,5758...
oeis/142/A142036.asm
neoneye/loda-programs
11
202791
; A142036: Primes congruent to 5 mod 32. ; Submitted by <NAME> ; 5,37,101,197,229,293,389,421,613,677,709,773,997,1061,1093,1381,1637,1669,1733,1861,2053,2213,2309,2341,2437,2693,2789,2917,3109,3301,3461,3557,3877,4133,4229,4261,4357,4421,4517,4549,4933,5189,5381,5413,5477,5573,5669,5701,5861,6053,6277,6373,6469,6661,6...
src/main.asm
andrea-nisti/game-boy-experiments
1
202792
INCLUDE "hardware.inc" SECTION "Header", rom0[$100] EntryPoint: di jp Start REPT $150 - $104 db 0 ENDR SECTION "Game Code", rom0 Start: .waitVBlank ld a, [rLY] cp a, 144 jr c, .waitVBlank xor a; ld a, 0 ld [rLCDC], a ld hl, $9000; copy font inside VRAM (starts at $8000, appar...
kernel/syscall.nasm
r-tty/radios
0
202793
<reponame>r-tty/radios ;******************************************************************************* ; syscall.nasm - RadiOS microkernel system calls. ; Copyright (c) 2002 RET & COM Research. ;******************************************************************************* module kernel.syscall %include "sys.ah" %i...
lab/vivado5/mips1.asm
CrossingX/LPCO
0
202794
<filename>lab/vivado5/mips1.asm addiu $1,$0,8 addi $14, $0, 1 addu $16, $14, $1 label0: subu $16, $14, $1 bgtz $16, label0 sltu $15, $0, $1 ori $2,$0,2 add $3,$2,$1 sub $5,$3,$2 and $4,$5,$2 or $8,$4,$2 label1: sll $8,$8,1 bne $8,$1,label1 slti $6,$2,4 slt $7,$6,$1 label2: addiu $7,$7,8 beq $7,$1,label2 sw $...
Driver/Video/Dumb/VidMem/CMYK/cmykUtils.asm
steakknife/pcgeos
504
202796
<reponame>steakknife/pcgeos COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) GeoWorks 1991 -- All Rights Reserved PROJECT: PC GEOS MODULE: VidMem video driver FILE: cmykUtils.asm AUTHOR: <NAME>, Dec 13, 1991 ROUTINES: Name Description ---- ----------...
libsrc/_DEVELOPMENT/arch/sms/SMSlib/c/sdcc/SMS_addSprite_callee.asm
jpoikela/z88dk
640
202800
<gh_stars>100-1000 ; signed char SMS_addSprite(unsigned char x,unsigned char y,unsigned char tile) SECTION code_clib SECTION code_SMSlib PUBLIC _SMS_addSprite_callee EXTERN asm_SMSlib_addSprite _SMS_addSprite_callee: pop af pop de dec sp pop bc push af ld c,e jp asm_SMSlib_addSprite
programs/oeis/129/A129966.asm
karttu/loda
1
202801
<reponame>karttu/loda<gh_stars>1-10 ; A129966: Triangular numbers which are differences of squares. ; 0,1,3,15,21,28,36,45,55,91,105,120,136,153,171,231,253,276,300,325,351,435,465,496,528,561,595,703,741,780,820,861,903,1035,1081,1128,1176,1225,1275,1431,1485,1540,1596,1653,1711,1891,1953 cal $0,47581 ; Numbers that ...
Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0xca.log_21829_1295.asm
ljhsiun2/medusa
9
202802
.global s_prepare_buffers s_prepare_buffers: ret .global s_faulty_load s_faulty_load: push %r13 push %r8 push %rax push %rdx push %rsi // Faulty Load lea addresses_A+0xf070, %rsi nop nop add $650, %rax movntdqa (%rsi), %xmm2 vpextrq $0, %xmm2, %r13 lea oracles, %r8 and $0xff, %r13 shlq $12, %r13 mov (%r8,%r13,1),...
oeis/321/A321643.asm
neoneye/loda-programs
11
202803
; A321643: a(n) = 5*2^n - (-1)^n. ; Submitted by <NAME> ; 4,11,19,41,79,161,319,641,1279,2561,5119,10241,20479,40961,81919,163841,327679,655361,1310719,2621441,5242879,10485761,20971519,41943041,83886079,167772161,335544319,671088641,1342177279,2684354561,5368709119,10737418241,21474836479,42949672961,85899345919,17179...
util/cv/vfunc.asm
olifink/smsqe
0
202804
; visible strings for functions V0.00  1988 <NAME> QJUMP section cv xdef cv_vfunc ;+++ ; Table of visible strings for function keys. ; 5 (positive) relative byte pointer to byte length strings for f1 to f5 ;--- cv_vfunc dc.b f1-* dc.b f2-* dc.b f3-* dc...
04-bootsector-stack/boot_sect_stack.asm
pzhzqt/os-tutorial
1
202805
<reponame>pzhzqt/os-tutorial mov ah, 0x0e ; tty mode mov bp, 0x8000 ; this is an address far away from 0x7c00 so that we don't get overwritten mov sp, bp ; if the stack is empty then sp points to bp push 'A' push 'B' push 'C' ; to show how the stack grows downwards mov al, [0x7ffe] ; 0x8000 - 2 int 0x10 ; prints A ...
Transynther/x86/_processed/NONE/_xt_sm_/i7-8650U_0xd2_notsx.log_123_655.asm
ljhsiun2/medusa
9
202806
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r12 push %rbp push %rcx push %rdi push %rdx push %rsi lea addresses_D_ht+0x1a8af, %rsi lea addresses_A_ht+0x5217, %rdi nop nop nop nop xor %rdx, %rdx mov $5, %rcx rep movsw and $64015, %rdi lea addresses_WC_ht+0x4609, %rbp clflush (%rbp) cmp %...
Transynther/x86/_processed/NONE/_xt_sm_/i7-7700_9_0x48.log_21829_1018.asm
ljhsiun2/medusa
9
202808
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r10 push %r12 push %r14 push %r8 push %rbp push %rcx push %rdi push %rsi lea addresses_WT_ht+0x1ba0c, %r14 nop nop cmp %r10, %r10 mov $0x6162636465666768, %rbp movq %rbp, %xmm1 movups %xmm1, (%r14) nop nop xor $16680, %r12 lea addresses_D_ht+0...
asm/patches/swordless.asm
fig02/wwrando
284
202809
; Make Phantom Ganon take damage from the Skull Hammer instead of the Master Sword. .open "files/rels/d_a_fganon.rel" ; Phantom Ganon .org 0x5EE0 ; In damage_check__FP12fganon_class ; Checks the damage type bit. Change it from checking bit 00000002 (sword damage) to bit 00010000 (hammer damage). rlwinm. r0, r0, 0,...
libsrc/_DEVELOPMENT/stdlib/z80/asm_abs.asm
jpoikela/z88dk
640
202810
<filename>libsrc/_DEVELOPMENT/stdlib/z80/asm_abs.asm ; =============================================================== ; Nov 2013 ; =============================================================== ; ; int abs(int j) ; ; Return absolute value of j. ; ; =============================================================== SE...
programs/oeis/260/A260446.asm
neoneye/loda
22
202811
<reponame>neoneye/loda ; A260446: Infinite palindromic word (a(1),a(2),a(3),...) with initial word w(1) = (0,1,0) and midword sequence (a(n)); see Comments. ; 0,1,0,0,0,1,0,1,0,1,0,0,0,1,0,0,0,1,0,0,0,1,0,1,0,1,0,0,0,1,0,0,0,1,0,0,0,1,0,1,0,1,0,0,0,1,0,0,0,1,0,0,0,1,0,1,0,1,0,0,0,1,0,0,0,1,0,0,0,1,0,1,0,1,0,0,0,1,0,0,0...
engine/overworld/load_map_part.asm
Dev727/ancientplatinum
28
202812
_LoadMapPart:: ld hl, wSurroundingTiles ld a, [wMetatileStandingY] and a jr z, .top_row ld bc, SURROUNDING_WIDTH * 2 add hl, bc .top_row ld a, [wMetatileStandingX] and a jr z, .left_column inc hl inc hl .left_column decoord 0, 0 ld b, SCREEN_HEIGHT .loop ld c, SCREEN_WIDTH .loop2 ld a, [hli] ld [de], ...
oeis/165/A165511.asm
neoneye/loda-programs
11
202813
<reponame>neoneye/loda-programs ; A165511: a(0)=1, a(1)=10, a(n) = 90*a(n-2) - a(n-1). ; Submitted by <NAME> ; 1,10,80,820,6380,67420,506780,5561020,40049180,460442620,3143983580,38295852220,244662669980,3201964029820,18817676268380,269359086415420,1424231777738780,22818085999649020,105362773996841180,19482649659715706...
oeis/082/A082648.asm
neoneye/loda-programs
11
202814
<filename>oeis/082/A082648.asm ; A082648: Consider f(m) = Sum_{k=1..m} k! (A007489) when m is very large; a(n) = n-th digit from end. ; 3,1,3,0,4,9,0,2,4,0,2,9,8,2,5,6,3,3,2,4,4,6,5,5,2,5,0,9,3,0,5,0,1,3,9,5,3,2,3,4,0,8,4,9,9,7,0,1,1,2,6,8,3,7,4,8,6,8,7,4,9,7,4,7,4,2,2,9,0,0,4,3,3,0,5,6,5,8,6,5 mov $2,3 mov $3,$0 mul ...
Transynther/x86/_processed/NONE/_xt_sm_/i3-7100_9_0xca_notsx.log_21829_175.asm
ljhsiun2/medusa
9
202815
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r13 push %r8 push %rax push %rbp push %rcx push %rdi push %rdx push %rsi lea addresses_WT_ht+0xa7f2, %rdi nop nop dec %r8 mov $0x6162636465666768, %rax movq %rax, %xmm6 movups %xmm6, (%rdi) nop sub %rdi, %rdi lea addresses_normal_ht+0xf13a, %r...
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_150.asm
ljhsiun2/medusa
9
202816
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r12 push %r14 push %rcx push %rdi push %rdx push %rsi lea addresses_A_ht+0x13d89, %r11 nop nop nop cmp %rcx, %rcx movb (%r11), %r10b nop nop nop nop sub %r12, %r12 lea addresses_A_ht+0xda99, %rsi lea addresses_D_ht+0xfd89, %rdi clflush (%rsi) add $3...
Transynther/x86/_processed/US/_st_sm_/i7-7700_9_0xca.log_1_1714.asm
ljhsiun2/medusa
9
202818
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r11 push %r15 push %r8 push %r9 push %rbx push %rcx push %rdi push %rsi lea addresses_D_ht+0x17fbf, %rsi clflush (%rsi) nop nop nop add $26976, %r11 vmovups (%rsi), %ymm0 vextracti128 $1, %ymm0, %xmm0 vpextrq $0, %xmm0, %rdi nop nop nop nop no...
text/Route2Gate.asm
opiter09/ASM-Machina
1
202819
<gh_stars>1-10 _Route2GateText_5d616:: text "The HM FLASH" line "lights even the" cont "darkest dungeons." done _Route2GateText2:: text "FLASH not only" line "lights the way," cont "but can blind" cont "#MON in battle" cont "too!" done
Working Disassembly/General/Title/Map - S3 Banner.asm
TeamASM-Blur/Sonic-3-Blue-Balls-Edition
5
202820
Map_3501E0: dc.w Frame_3501E4-Map_3501E0 ; ... dc.w Frame_350264-Map_3501E0 Frame_3501E4: dc.w $15 dc.b $10, $F, 0, 0,$FF,$98 dc.b $10, $F, 0,$10,$FF,$B8 dc.b $10, $F, 0,$20,$FF,$D8 dc.b $10, $F, 0,$30,$FF,$F8 dc.b $10, $F, 0,$40, 0,$18 dc.b $10, $F, 0,$50, 0,$38 dc.b $10, 7, 8, 0, 0,$58 ...
beep.asm
IchikawaYukko/AVRcountdownTimer
0
202821
<reponame>IchikawaYukko/AVRcountdownTimer<gh_stars>0 ;Beeper .include "registers.inc" BEEP: ;ARG1 = beep frequency ;XH,XL = beep length ;Port init SBI DDRD,DDD2 ;PORTD2 set output (BUZZER) BEEP_LOOP: CBI PORTD,PORTD2 ;out L ;WAIT PUSH ARG1 RCALL WAIT POP ARG1 SBI PORTD,PORTD2 ;out H ;WAIT P...
src/main/fragment/mos6502-common/pwsm1_derefidx_vbuyy=pwsm1_derefidx_vbuxx.asm
jbrandwood/kickc
2
202822
lda {m1} sta $fe lda {m1}+1 sta $ff lda ($fe),y pha iny lda ($fe),y pha txa tay iny pla sta ($fe),y dey pla sta ($fe),y
target/cos_117/disasm/iop_overlay1/WATCH.asm
jrrk2/cray-sim
49
202823
<reponame>jrrk2/cray-sim<filename>target/cos_117/disasm/iop_overlay1/WATCH.asm 0x0000 (0x000000) 0x1018- f:00010 d: 24 | A = 24 (0x0018) 0x0001 (0x000002) 0x291B- f:00024 d: 283 | OR[283] = A 0x0002 (0x000004) 0x1010- f:00010 d: 16 | A = 16 (0x0010) 0...
base32dec.asm
Marcarrian/asm-project
0
202824
SECTION .data BASE32_TABLE: db "ABCDEFGHIJKLMNOPQRSTUVWXYZ234567" invalidInputText: db "Invalid Input" SECTION .bss input: resb 4096 inputLen: resb 4096 output: resb 1 SECTION .text global _start _start: nop setupRead: xor rax, rax ; rax contains the current input size xor r10, r10 ; r10 contains the ...
base/mvdm/wow16/kernel31/handle.asm
npocmaka/Windows-Server-2003
17
202825
TITLE HANDLE - Handle Table Manager .xlist include kernel.inc .list sBegin CODE assumes CS,CODE ;-----------------------------------------------------------------------; ; hthread ; ; ; ; Threads together a list of free handles. ; ; ; ; Arguments: ; ; DI = start o...
Transynther/x86/_processed/NC/_ht_zr_un_/i9-9900K_12_0xa0_notsx.log_17657_1008.asm
ljhsiun2/medusa
9
202826
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r15 push %r9 push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_normal_ht+0x19238, %rbx nop cmp $1705, %r9 mov $0x6162636465666768, %r11 movq %r11, %xmm5 movups %xmm5, (%rbx) nop nop nop nop sub %r15, %r15 lea addresses_WT_ht+0x11e3c, %rsi lea ad...
Transynther/x86/_processed/AVXALIGN/_st_sm_/i7-7700_9_0xca.log_21829_1603.asm
ljhsiun2/medusa
9
202827
.global s_prepare_buffers s_prepare_buffers: ret .global s_faulty_load s_faulty_load: push %r11 push %r12 push %r13 push %r8 push %rcx push %rdi // Store lea addresses_RW+0xc4d, %r12 and %r8, %r8 mov $0x5152535455565758, %r11 movq %r11, (%r12) nop nop nop nop add $39737, %rcx // Faulty Load lea addresses_RW+0xc4...
Driver/Printer/PrintCom/Text/Font/fontDaisyWheelInfo.asm
steakknife/pcgeos
504
202828
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) Berkeley Softworks 1990 -- All Rights Reserved PROJECT: PC GEOS MODULE: DaisyWheel drivers FILE: fontDaisyWheelInfo.asm AUTHOR: <NAME> REVISION HISTORY: Name Date Description ---- ---- ----------- Da...