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
book-01/Assembly/asm/avx/packed/avx_p_y_blend_float.asm
gfurtadoalmeida/study-assembly-x64
2
126833
.code ; void AVX_Packed_Y_Blend_Float_(YmmVal * src1, YmmVal * src2, YmmVal * des, BlendSource blend[]) AVX_Packed_Y_Blend_Float_ proc vmovaps ymm0, ymmword ptr [rcx] ; src1 vmovaps ymm1, ymmword ptr [rdx] ; src2 vmovdqa ymm2, ymmword ptr [r9] ; blends ; Merges src and src2 according to the blend controls. vblendvps...
programs/oeis/057/A057076.asm
neoneye/loda
22
126835
<reponame>neoneye/loda ; A057076: A Chebyshev or generalized Fibonacci sequence. ; 2,11,119,1298,14159,154451,1684802,18378371,200477279,2186871698,23855111399,260219353691,2838557779202,30963916217531,337764520613639,3684445810532498,40191139395243839,438418087537149731,4782407823513403202,52168067971110285491,5690663...
dino/lcs/enemy/C2.asm
zengfr/arcade_game_romhacking_sourcecode_top_secret_data
6
126836
copyright zengfr site:http://github.com/zengfr/romhack 00042A move.l D1, (A0)+ 00042C dbra D0, $42a 004D38 move.l D0, (A4)+ 004D3A move.l D0, (A4)+ 035BB2 move.w #$1, ($c2,A6) [enemy+C0] 035BB8 bra $35bca [enemy+C2] 03DF02 move.l D0, ($c0,A6) 03DF06 jsr $3140c.l 03F4F2 move.l D0, ($c0,A6...
oeis/154/A154143.asm
neoneye/loda-programs
11
126837
; A154143: Indices k such that 10 plus the k-th triangular number is a perfect square. ; Submitted by <NAME> ; 3,5,26,36,155,213,906,1244,5283,7253,30794,42276,179483,246405,1046106,1436156,6097155,8370533,35536826,48787044,207123803,284351733,1207205994,1657323356,7036112163,9659588405,41009466986,56300207076,23902068...
code/pause.asm
martendo7/cookie-shooter-gb
3
126838
<reponame>martendo7/cookie-shooter-gb<gh_stars>1-10 INCLUDE "defines.inc" SECTION "Paused Game Code", ROM0 Paused:: ; Wait for VBlank halt ldh a, [hVBlankFlag] and a, a jr z, Paused xor a, a ldh [hVBlankFlag], a ldh a, [hNewKeys] bit PADB_START, a ...
oeis/324/A324908.asm
neoneye/loda-programs
11
126839
; A324908: a(n) = 1 if n is an odd number which is not a square, 0 otherwise. ; Submitted by <NAME> ; 0,0,1,0,1,0,1,0,0,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0 mov $2,$0 lpb $2 ...
programs/oeis/212/A212251.asm
karttu/loda
0
126841
<reponame>karttu/loda<filename>programs/oeis/212/A212251.asm<gh_stars>0 ; A212251: Number of (w,x,y,z) with all terms in {1,...,n} and 3w = x + y + z + n + 1. ; 0,0,1,6,15,30,54,87,131,189,261,349,456,582,729,900,1095,1316,1566,1845,2155,2499,2877,3291,3744,4236,4769,5346,5967,6634,7350,8115,8931,9801,10725,11705,12744...
source/MicroBenchX.Ipc/IpcTests/mul_int64.asm
clayne/MicroBenchX
15
126842
<filename>source/MicroBenchX.Ipc/IpcTests/mul_int64.asm [BITS 64] %include "parameters.inc" extern exit global mul_int64 section .text mul_int64: push rbp mov rbx, ITERATIONS_mul_int64 mov rax, 1 mov rcx, 2 mov rdx, 3 mov rsi, 4 mov rdi, 5 mov r8, 6 mov r9, 7 mov r10, 8 mov...
libsrc/_DEVELOPMENT/l/z80/ascii/num_to_txt/l_ultob.asm
jpoikela/z88dk
640
126845
INCLUDE "config_private.inc" SECTION code_clib SECTION code_l PUBLIC l_ultob ; write unsigned long binary to ascii buffer (no termination) ; ; enter : dehl = unsigned long ; bc = char *buffer ; carry reset (implementation may write leading zeroes if carry set) ; ; exit : de...
header/206/DE1ROM.asm
freem/nes_corelib
16
126847
; DE1ROM: 128KB PRG-ROM + 64KB CHR-ROM ; http://bootgod.dyndns.org:7777/search.php?keywords=DE1ROM&kwtype=pcb ; DE1ROM uses Nintendo's clone of a Tengen 800030. (See also: Mapper 064) ;------------------------------------------------------------------------------; ; DE1ROM mirroring is like MMC3; mapper controlled. ; %...
programs/oeis/059/A059133.asm
neoneye/loda
22
126850
<filename>programs/oeis/059/A059133.asm ; A059133: A hierarchical sequence (S(W2{2}c) - see A059126). ; 4,18,52,126,280,594,1228,2502,5056,10170,20404,40878,81832,163746,327580,655254,1310608,2621322,5242756,10485630,20971384,41942898,83885932,167772006,335544160,671088474,1342177108,2684354382,5368708936,10737418050,2...
bin/JWASM/Samples/Bin2Inc.asm
Abd-Beltaji/ASMEMU
3
126852
;--- Bin2Inc.asm. ;--- convert binary file to assembly include file. ;--- this program uses C runtime functions ;--- Win32 binary: ;--- assemble: jwasm -c -coff bin2inc.asm crtexe.asm ;--- link: link bin2inc.obj crtexe.obj msvcrt.lib ;--- Linux binary: ;--- assemble: jwasm -zcw -elf -D?MSC=0 -Fo bin2inc.o bin...
oeis/015/A015610.asm
neoneye/loda-programs
11
126854
<reponame>neoneye/loda-programs ; A015610: a(n) = 12*a(n-1) + 5*a(n-2). ; Submitted by <NAME>(s4) ; 0,1,12,149,1848,22921,284292,3526109,43734768,542447761,6728046972,83448802469,1035025864488,12837554386201,159225781956852,1974897155413229,24494894774743008,303813223073982241,3768233150761501932,46737863924507934389,5...
bs.asm
retq/ASMWorks
0
126855
MYSS SEGMENT PARA STACK 'MYSTACK' DB 20 DUP(?) MYSS ENDS MYDS SEGMENT PARA 'MYDATA' DIZI DW 3, 7, 8, 11, 13, 29, 36, 43, 44, 47, 48, 50, 51, 54, 56, 61, 63, 69, 71, 75, 82, 83 DW 86, 87, 88, 93, 97, 101, 105, 107 DW 110, 113, 115, 121, 122, 127, 134 DW 136, 139, 141, 143, 144, 146, 148 DW 150, 153, 158, 165, 168, 169...
Driver/Printer/DotMatrix/Iwriter9/iwriter9generInfo.asm
steakknife/pcgeos
504
126857
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) Berkeley Softworks 1990 -- All Rights Reserved PROJECT: PC GEOS MODULE: imagewriter 9-pin driver FILE: iwriter9generInfo.asm AUTHOR: <NAME> REVISION HISTORY: Name Date Description ---- ---- -----------...
programs/oeis/211/A211523.asm
neoneye/loda
22
126858
<gh_stars>10-100 ; A211523: Number of ordered triples (w,x,y) with all terms in {1,...,n} and w+2x=5y. ; 0,0,1,2,4,5,7,10,13,17,20,24,29,34,40,45,51,58,65,73,80,88,97,106,116,125,135,146,157,169,180,192,205,218,232,245,259,274,289,305,320,336,353,370,388,405,423,442,461,481,500,520,541,562,584,605,627,650,673,697,720,7...
binary16/fint.asm
DW0RKiN/Floating-point-Library-for-Z80
12
126859
if not defined @FINT ; Round towards zero ; In: HL any floating-point number ; Out: HL same number rounded towards zero ; Pollutes: AF,B @FINT: if not defined FINT ; ***************************************** FINT ; * ; ***************************************** endif LD A...
led blink with TMR0 and TMR1/TMR1_DELAY.asm
magkopian/pic-assembly-examples
22
126860
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;Copyright (c) 2013 <NAME> ; ;See the file LICENCE for copying permission. ; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; ;LED BLINK WITH TIMER 1, WITH 524288uS DELAY (ABOUT 0.5S) ; PROCESSOR '16F876A' INCLUDE <P16F876A.INC> __CONFIG _X...
oeis/069/A069904.asm
neoneye/loda-programs
11
126861
; A069904: Number of prime factors of n-th triangular number (with multiplicity). ; Submitted by <NAME>(m4) ; 0,1,2,2,2,2,3,4,3,2,3,3,2,3,5,4,3,3,3,4,3,2,4,5,3,4,5,3,3,3,5,6,3,3,5,4,2,3,5,4,3,3,3,5,4,2,5,6,4,4,4,3,4,5,5,5,3,2,4,4,2,4,8,7,4,3,3,4,4,3,5,5,2,4,5,4,4,3,5,8,5,2,4,5,3,3,5,4,4,5,4,4,3,3,7,6,3,5,6,4 seq $0,96...
Transynther/x86/_processed/US/_zr_/i3-7100_9_0xca_notsx.log_968_180.asm
ljhsiun2/medusa
9
126862
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r14 push %r9 push %rax push %rbp push %rcx push %rdi push %rdx push %rsi lea addresses_WC_ht+0x260d, %rbp nop nop nop nop nop inc %rdi vmovups (%rbp), %ymm0 vextracti128 $1, %ymm0, %xmm0 vpextrq $0, %xmm0, %r9 nop add $52661, %rdx lea addresses_D_ht+0x1638f, ...
programs/oeis/066/A066444.asm
neoneye/loda
22
126864
<filename>programs/oeis/066/A066444.asm ; A066444: a(n) = 11^n mod n^11. ; 0,121,1331,14641,161051,1771561,19487171,214358881,2357947691,25937424601,0,166394893969,471664657228,3140272804489,8065845196901,16532101601985,5101754322287,57157537871161,73663224996225,17332560009201,240252754633991,96720656337129,2911394575...
programs/oeis/229/A229593.asm
karttu/loda
1
126865
<gh_stars>1-10 ; A229593: Number of boomerang patterns appearing in n X n coins, rotation not allowed. ; 0,2,3,4,10,12,14,24,27,30,44,48,52,70,75,80,102,108,114,140,147,154,184,192,200,234,243,252,290,300,310,352,363,374,420,432,444,494,507,520,574,588,602,660,675,690,752,768,784,850,867,884,954,972,990,1064,1083,1102,...
hid_firmware/unityhwdemo_usbdesc.asm
dilshan/unityusb
7
126866
_USB_Init_Desc: ;unityhwdemo_usbdesc.c,161 :: void USB_Init_Desc(){ ;unityhwdemo_usbdesc.c,162 :: USB_config_dsc_ptr[0] = &configDescriptor1; MOVLW _configDescriptor1+0 MOVWF _USB_config_dsc_ptr+0 MOVLW hi_addr(_configDescriptor1+0) MOVWF _USB_config_dsc_ptr+1 MOVLW higher_add...
programs/oeis/062/A062159.asm
karttu/loda
1
126867
<reponame>karttu/loda ; A062159: a(n) = n^5 - n^4 + n^3 - n^2 + n - 1. ; -1,0,21,182,819,2604,6665,14706,29127,53144,90909,147630,229691,344772,501969,711914,986895,1340976,1790117,2352294,3047619,3898460,4929561,6168162,7644119,9390024,11441325,13836446,16616907,19827444,23516129,27734490,32537631,37984352,44137269,51...
libsrc/target/tvc/games/bit_close_ei.asm
dikdom/z88dk
0
126868
<filename>libsrc/target/tvc/games/bit_close_ei.asm<gh_stars>0 ; Videoton TV Computer ASM stub ; <NAME> - 2022 ; based on the work of <NAME>, games/bit_close_ei.asm ; ; Closes 1 bit (enable/disable - digital) sound channel for sound.h and ; enables interrupts - if they were enabled ; SECTION code_clib ...
libsrc/gfx/wide/w_uncircle_callee.asm
Frodevan/z88dk
38
126869
; ; Z88 Graphics Functions - Small C+ stubs ; ; Written around the Interlogic Standard Library ; ; Stubs Written by <NAME> - 30/9/98 ; ; ; $Id: w_uncircle_callee.asm $ ; ; Usage: uncircle(int x, int y, int radius, int skip); IF !__CPU_INTEL__ SECTION code_graphics PUBLIC uncircle...
Working Disassembly/General/Sprites/Sonic/Anim - Sonic Knuckles 2P.asm
TeamASM-Blur/Sonic-3-Blue-Balls-Edition
0
126870
<filename>Working Disassembly/General/Sprites/Sonic/Anim - Sonic Knuckles 2P.asm<gh_stars>0 AniSonic2P_: dc.w byte_13014-AniSonic2P_ dc.w byte_1301A-AniSonic2P_ dc.w byte_13020-AniSonic2P_ dc.w byte_13026-AniSonic2P_ dc.w byte_1302C-AniSonic2P_ dc.w byte_13038-AniSonic2P_ dc.w byte_13038-AniSonic2P_ dc.w ...
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_90.asm
ljhsiun2/medusa
9
126871
.global s_prepare_buffers s_prepare_buffers: push %r10 push %rax push %rbp push %rbx push %rcx push %rdi push %rsi lea addresses_WC_ht+0x1e96f, %rdi nop nop add $23686, %r10 mov (%rdi), %rbp nop inc %rax lea addresses_normal_ht+0x132ef, %rsi lea addresses_UC_ht+0x10eef, %rdi nop nop xor $3427, %rbx mov $70, %rcx rep mo...
oeis/349/A349343.asm
neoneye/loda-programs
11
126872
; A349343: Dirichlet inverse of A193356, which is defined as n if n is odd, 0 if n is even. ; Submitted by <NAME> ; 1,0,-3,0,-5,0,-7,0,0,0,-11,0,-13,0,15,0,-17,0,-19,0,21,0,-23,0,0,0,0,0,-29,0,-31,0,33,0,35,0,-37,0,39,0,-41,0,-43,0,0,0,-47,0,0,0,51,0,-53,0,55,0,57,0,-59,0,-61,0,0,0,65,0,-67,0,69,0,-71,0,-73,0,0,0,77,0,...
Transynther/x86/_processed/NC/_st_zr_/i3-7100_9_0x84_notsx.log_4216_1899.asm
ljhsiun2/medusa
9
126873
.global s_prepare_buffers s_prepare_buffers: push %r12 push %r13 push %r8 push %r9 push %rbp push %rcx lea addresses_normal_ht+0xd9e2, %rcx nop sub $53260, %r12 vmovups (%rcx), %ymm7 vextracti128 $1, %ymm7, %xmm7 vpextrq $0, %xmm7, %r13 sub $59798, %r9 lea addresses_UC_ht+0x14348, %r12 xor $55698, %r8 movw $0x6162, (%r...
libsrc/newbrain/fputs_lcd.asm
dex4er/deb-z88dk
1
126875
<reponame>dex4er/deb-z88dk ; ; Grundy Newbrain Specific libraries ; ; <NAME> - 22/05/2007 ; ; ; Print a string on LCD display ; ; ; ; $Id: fputs_lcd.asm,v 1.2 2007/06/07 08:23:09 stefano Exp $ ; XLIB fputs_lcd LIB ZCALL .fputs_lcd pop bc pop hl push hl push bc ld de,77 ld b,15 ....
buildTools/win32-x64/gbdk/libc/tolower.asm
asiekierka/gb-studio
6,433
126877
<gh_stars>1000+ ;-------------------------------------------------------- ; File Created by SDCC : FreeWare ANSI-C Compiler ; Version 2.3.1 Wed Sep 04 21:56:20 2019 ;-------------------------------------------------------- .module tolower ;-------------------------------------------------------- ; Public variables ...
oeis/188/A188622.asm
neoneye/loda-programs
11
126879
<reponame>neoneye/loda-programs<gh_stars>10-100 ; A188622: Row sums of the Riordan matrix (1/sqrt(1-4*x), x/(1-x)) (A187888). ; Submitted by <NAME> ; 1,3,10,34,118,418,1508,5524,20486,76722,289580,1099836,4198396,16093236,61902472,238805864,923574598,3579675026,13900879132,54071886764,210645038548,821701422716,32092439...
libsrc/_DEVELOPMENT/math/float/math48/z80/am48_dfix64.asm
jpoikela/z88dk
640
126880
<reponame>jpoikela/z88dk SECTION code_clib SECTION code_fp_math48 PUBLIC am48_dfix64 PUBLIC am48_dfix64_0 EXTERN error_llznc, am48_derror_erange_longlongc EXTERN l_lsr_dehldehl, l_neg_64_dehldehl am48_dfix64: ; double to signed 64-bit integer (truncates) ; ; enter : AC' = double x ; ; exit : succes...
oeis/032/A032815.asm
neoneye/loda-programs
11
126883
<reponame>neoneye/loda-programs<gh_stars>10-100 ; A032815: Numbers whose set of base-15 digits is {2,3}. ; Submitted by <NAME> ; 2,3,32,33,47,48,482,483,497,498,707,708,722,723,7232,7233,7247,7248,7457,7458,7472,7473,10607,10608,10622,10623,10832,10833,10847,10848,108482,108483,108497,108498,108707,108708,108722,108723...
bscc/dot0.asm
cr88192/bgbtech_engine
1
126884
; Listing generated by Microsoft (R) Optimizing Compiler Version 14.00.50727.42 include listing.inc INCLUDELIB LIBCMT INCLUDELIB OLDNAMES _DATA SEGMENT $SG4545 DB '%f', 0aH, 00H $SG4550 DB '%f', 0aH, 00H _DATA ENDS PUBLIC vec_dot1 EXTRN _fltused:DWORD pdata SEGMENT $pdata$vec_dot1 DD imagerel $LN6 DD imagerel $LN6...
Calculator/signed/multiplacation_signed.asm
JaredsOSToolbox/AssemblerPrograms
0
126885
section .text global _start _start: ; answer = number * constant mov ax, [number] imul ax, -10 mov [number], ax mov rdi, number mov rax, 60 syscall section .data number: db 10
libsrc/stdio/fputc_cons_generic_full.asm
Frodevan/z88dk
640
126886
<gh_stars>100-1000 MODULE fputc_cons_generic_full defc SUPPORT_vt52=1 ; Extra VT52 codes - clear to end of line + clear to end of screen + underlined defc SUPPORT_vt52x=1 defc SUPPORT_zxcodes=1 SECTI...
oeis/089/A089041.asm
neoneye/loda-programs
11
126887
; A089041: Inverse binomial transform of squares of factorial numbers. ; Submitted by <NAME> ; 1,0,3,26,453,11844,439975,22056222,1436236809,117923229512,11921584264011,1455483251191650,211163237294447053,35913642489947449356,7077505637217289437423,1599980633296779087784934,411293643476907595937924625,11929905769708301...
sbsext/ext/ver.asm
olifink/smsqe
0
126888
<filename>sbsext/ext/ver.asm<gh_stars>0 ; VER$ V2.00  1990 <NAME> QJUMP ; ; VER$ ; section exten xdef ver$ xref ut_gxin1 xref ut_rtnam xref ut_rtfd1 xref ut_retst xref sb_vers include 'dev8_keys_qdos_sms' ...
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_1888.asm
ljhsiun2/medusa
9
126889
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: ret .global s_faulty_load s_faulty_load: push %r10 push %r12 push %r14 push %r15 push %r8 push %r9 // Faulty Load lea addresses_normal+0x1693c, %r12 nop nop nop and %r10, %r10 mov (%r12), %r8d lea oracles, %r12 and $0xff, %r8 shlq $12, %r8 mov...
oeis/135/A135529.asm
neoneye/loda-programs
11
126890
<filename>oeis/135/A135529.asm<gh_stars>10-100 ; A135529: Guy Steele's sequence GS(4,5) (see A135416). ; Submitted by <NAME> ; 1,2,2,3,4,3,4,4,6,5,8,4,6,5,8,5,8,7,12,6,10,9,16,5,8,7,12,6,10,9,16,6,10,9,16,8,14,13,24,7,12,11,20,10,18,17,32,6,10,9,16,8,14,13,24,7,12,11,20,10,18,17,32,7,12,11,20,10,18,17,32,9,16,15,28,14,...
c/03-bootstrap/02-isr/build/main.rgbds.asm
willbr/gameboy-tests
0
126891
<reponame>willbr/gameboy-tests ;-------------------------------------------------------- ; File Created by SDCC : free open source ANSI-C Compiler ; Version 4.0.0 #11528 (MINGW64) ;-------------------------------------------------------- ; MODULE main .optsdcc -mgbz80 ; Generated using the rgbds tokens. ; We have t...
common/extdef.asm
DigitalMars/optlink
28
126893
TITLE EXTDEF - Copyright (c) 1988-94 by SLR Systems INCLUDE MACROS INCLUDE SYMBOLS INCLUDE CDDATA PUBLIC EXTDEF,LEXTDF,PROCESS_EXTERNALS,REFERENCE_COMDAT .DATA EXTERNDEF TEMP_RECORD:BYTE,SYMBOL_TEXT:BYTE EXTERNDEF SYM_HASH_MOD:DWORD,END_OF_RECORD:DWORD,CURNMOD_GINDEX:DWORD,BUFFER_OFFSET:DWORD,SOFT...
progs/give.asm
mrook/grendel
0
126894
$DATA 0 $SYMBOL onEmoteTarget L13 $SYMBOL onAct L16 L13: PUSHBP MSPBP PUSHDISP -4 PUSHS BOW EQ PUSHDISP -2 PUSHS name GET PUSHS Syra EQ AND JZ L15 L14: PUSHS say Good day, PUSHDISP -3 PUSHS name GET ADD PUSHS ! ADD TRAP L15: MBPSP POPBP MTSD 3 SUBSP 3 RET L16: PUSHBP MSPBP MBPSP POPBP MTSD 3 SUBSP 3 RET
src/test/ref/word-pointer-iteration.asm
jbrandwood/kickc
2
126895
// Tests simple word pointer iteration // Commodore 64 PRG executable file .file [name="word-pointer-iteration.prg", type="prg", segments="Program"] .segmentdef Program [segments="Basic, Code, Data"] .segmentdef Basic [start=$0801] .segmentdef Code [start=$80d] .segmentdef Data [startAfter="Code"] .segment Basic :Bas...
oeis/318/A318458.asm
neoneye/loda-programs
11
126896
<reponame>neoneye/loda-programs<gh_stars>10-100 ; A318458: a(n) = n AND A001065(n), where AND is bitwise-and (A004198) & A001065 = sum of proper divisors. ; Submitted by <NAME> ; 0,0,1,0,1,6,1,0,0,8,1,0,1,10,9,0,1,16,1,20,1,6,1,0,0,16,9,28,1,10,1,0,1,0,1,36,1,6,1,32,1,34,1,40,33,10,1,0,0,34,17,36,1,2,17,0,17,32,1,44,1,...
Driver/IFS/DOS/CDROM/cdromUtils.asm
steakknife/pcgeos
504
126897
<filename>Driver/IFS/DOS/CDROM/cdromUtils.asm COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) GeoWorks 1992 -- All Rights Reserved PROJECT: PC GEOS MODULE: FILE: cdromUtils.asm AUTHOR: <NAME>, Mar 29, 1992 ROUTINES: Name Description ---- ----------...
primitiv/compcol.asm
jasaldivara/retro-dos-graphics
13
126898
<filename>primitiv/compcol.asm CPU 8086 %define VIDEOBIOS 0x10 %define SETVIDEOMODE 0 %define CGAHIRES 0x06 %define PXB 4 ; Pixeles por byte %define MEMCGAEVEN 0xB800 %define MEMCGAODD 0xBA00 %define BYTESROW 80 %assign ANCHOFRANJA 10 %assign ALTOFRANJA 100 org 100h section .text start: ; ...
programs/oeis/004/A004134.asm
neoneye/loda
22
126900
<filename>programs/oeis/004/A004134.asm ; A004134: Denominators in expansion of (1-x)^{-1/4} are 2^a(n). ; 0,2,5,7,11,13,16,18,23,25,28,30,34,36,39,41,47,49,52,54,58,60,63,65,70,72,75,77,81,83,86,88,95,97,100,102,106,108,111,113,118,120,123,125,129,131,134,136,142,144,147,149,153,155,158,160,165,167,170,172,176,178,181...
libsrc/adt/linkedlist/adt_ListDeleteS.asm
meesokim/z88dk
0
126902
; void adt_ListDeleteS(struct adt_List *list, void *delete) ; CALLER linkage for function pointers PUBLIC adt_ListDeleteS EXTERN adt_ListDeleteS_callee EXTERN ASMDISP_ADT_LISTDELETES_CALLEE .adt_ListDeleteS pop bc pop de pop hl push hl push de push bc jp adt_ListDeleteS_callee + ASMDISP_ADT...
sbsext/ed/enter.asm
olifink/smsqe
0
126903
<reponame>olifink/smsqe<filename>sbsext/ed/enter.asm<gh_stars>0 * ED - do enter key  1985 <NAME> QJUMP * section ed * xdef ed_enter * xref ed_sttmd xref ed_scrup xref ed_down xref ed_setln xref ed_insch * include dev8_sbsext_ed_keys include dev8_sbsext_ed_data * * ede_fprev tst.w d6 at top? beq.s ede_r...
programs/oeis/187/A187509.asm
karttu/loda
0
126904
; A187509: Number of 4-step S, E, and NW-moving king's tours on an n X n board summed over all starting positions ; 0,2,36,115,236,399,604,851,1140,1471,1844,2259,2716,3215,3756,4339,4964,5631,6340,7091,7884,8719,9596,10515,11476,12479,13524,14611,15740,16911,18124,19379,20676,22015,23396,24819,26284,27791,29340,30931,...
Transynther/x86/_processed/AVXALIGN/_zr_/i7-8650U_0xd2.log_5490_566.asm
ljhsiun2/medusa
9
126905
<filename>Transynther/x86/_processed/AVXALIGN/_zr_/i7-8650U_0xd2.log_5490_566.asm<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r10 push %rax push %rdi lea addresses_normal_ht+0x16d25, %r10 nop nop nop nop nop add %rdi, %rdi movw $0x6162, (%r10) nop nop nop nop nop cmp $16254, %rdi pop %rdi pop %rax ...
asm/serial_test.asm
jhladky/ratload
0
126906
<reponame>jhladky/ratload<filename>asm/serial_test.asm ; CPE233 FINAL PROJECT ; <NAME> .EQU SERIAL_IN = 0x0F .EQU SERIAL_OUT = 0x0E .EQU LEDS_OUT = 0x40 .DSEG .ORG 0x00 .CSEG .ORG 0x01 init: SEI ; we want interrupts lol BRN loop ; go to the loop, wait for the interrupt loop: ...
Transynther/x86/_processed/NONE/_un_/i9-9900K_12_0xa0_notsx.log_2_185.asm
ljhsiun2/medusa
9
126907
.global s_prepare_buffers s_prepare_buffers: ret .global s_faulty_load s_faulty_load: push %r10 push %r12 push %r13 push %r14 push %rax push %rbp push %rdi // Store lea addresses_D+0x71b0, %rdi nop nop nop nop xor %rbp, %rbp movl $0x51525354, (%rdi) nop nop nop dec %r10 // Store lea addresses_US+0x105b0, %rax cl...
kernel.asm
MahtabEK/OS---XV6
0
126908
kernel: file format elf32-i386 Disassembly of section .text: 80100000 <multiboot_header>: 80100000: 02 b0 ad 1b 00 00 add 0x1bad(%eax),%dh 80100006: 00 00 add %al,(%eax) 80100008: fe 4f 52 decb 0x52(%edi) 8010000b: e4 .byte 0xe4 8010000c <entry>: # E...
programs/oeis/218/A218234.asm
karttu/loda
0
126909
<reponame>karttu/loda ; A218234: Infinitesimal generator for padded Pascal matrix A097805 (as lower triangular matrices). ; 0,0,0,0,1,0,0,0,2,0,0,0,0,3,0,0,0,0,0,4,0,0,0,0,0,0,5,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0 add $0,3 lpb $0,1 trn $0,$1 su...
demos/win64/DEMO3/demo3.asm
gbmaster/nasmx
18
126910
;// DEMO3.ASM ;// ;// Copyright (C)2005-2011 The NASMX Project ;// ;// This is a fully UNICODE aware, typedefined demo that demonstrates ;// using NASMX typedef system to make your code truly portable between ;// 32 and 64-bit systems using either ASCII or UNICODE ;// ;// Contributors: ;// <NAME> ;// <N...
src/bin/cpu-visualizer/asm/stack.asm
gregtatum/cpu-6502-rs
0
126913
; Demonstrate simple pushing and pulling, useful for viewing in ; the debugger. working_with_stack: ; Push 3 values onto the stack lda #$11 pha lda #$22 pha lda #$33 pha ; Reset A lda #$00 pla ; Restore $33 to the A register pla ; Restore $22 to the A register pla ; Res...
Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0xca_notsx.log_21829_1770.asm
ljhsiun2/medusa
9
126914
.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_normal_ht+0xa6b4, %rsi lea addresses_WC_ht+0xc2c8, %rdi nop xor %r10, %r10 mov $23, %rcx rep movsq nop nop nop add %r15, %r15 lea addresses_D_ht+0x156a4, %rsi nop nop nop nop and %r1...
Assembler/GETVOLS.asm
MinionSas/Mainframe
0
126915
TITLE 'PRODUCE AN OUTPUT OF ALL ONLINE DASD' * GETVOLS START 0 * SAVE (14,12) ENTRY LINKAGE AND BASE BALR R12,0 REGISTER ESTABLISHMENT. USING *,R12 . ST R13,SAVEAREA+4 . LA R13,SAVEAREA ...
07/MemoryAccess/StaticTest/StaticTest.asm
DarkCleopas/vm-translator
0
126916
<filename>07/MemoryAccess/StaticTest/StaticTest.asm<gh_stars>0 @111 // push constant 111 D=A @SP A=M M=D @SP M=M+1 @333 // push constant 333 D=A @SP A=M M=D @SP M=M+1 @888 // push constant 888 D=A @SP A=M M=D @SP M=M+1 @SP // pop static 8 M=M-1 A=M D=M @StaticTest.8 M=D @SP // pop static 3 M=M-1 A=M D=M @StaticTest.3 M...
Sem4/AEIE_LAB/Day4_STEP.asm
SOUMEE2000/Heritage-CSE-Codes
0
126917
ORG 00H SJMP MAIN ORG 50H MAIN: CLR P0.7 MOV A, #00H LOOP: MOV P1, A CALL DELAY ADD A, #0AH SJMP LOOP DELAY: MOV R0, #02H L1: DJNZ R0, L1 RET
boot/BIOS/stage_2/src/long_mode/protected_mode.asm
Andrispowq/HackOS
10
126918
<filename>boot/BIOS/stage_2/src/long_mode/protected_mode.asm %include "src/long_mode/gdt32.asm" [bits 16] extern BeginPM EnablePM: cli ; 1. disable interrupts lgdt [gdt_descriptor_32] ; 2. load the GDT descriptor mov eax, cr0 or eax, 0x1 ; 3. set 32-bit mode bit in cr0 ...
programs/oeis/067/A067078.asm
karttu/loda
0
126919
<reponame>karttu/loda<gh_stars>0 ; A067078: a(1) = 1, a(2) = 2, a(n) = (n-1)*a(n-1) - (n-2)*a(n-2). ; 1,2,3,5,11,35,155,875,5915,46235,409115,4037915,43954715,522956315,6749977115,93928268315,1401602636315,22324392524315,378011820620315,6780385526348315 mov $1,$0 mov $2,$0 sub $2,2 lpb $2,1 mul $1,$2 add $1,1 su...
P6/data_P6_2/MDTest25.asm
alxzzhou/BUAA_CO_2020
1
126920
<reponame>alxzzhou/BUAA_CO_2020 ori $ra,$ra,0xf lb $0,11($0) multu $0,$4 lb $4,8($0) lb $5,12($0) mtlo $6 divu $5,$ra mtlo $1 mflo $0 divu $0,$ra addu $6,$2,$6 sb $4,1($0) lui $5,35097 srav $4,$4,$3 addu $5,$4,$4 mflo $1 div $4,$ra mflo $5 sb $1,6($0) addu $6,$4,$4 lui $4,64279 divu $3,$ra mtlo $5 lb $1,13($0) sll $5,$...
Transynther/x86/_processed/NONE/_xt_sm_/i9-9900K_12_0xa0.log_21829_507.asm
ljhsiun2/medusa
9
126921
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %rax push %rbx push %rcx push %rdi push %rsi lea addresses_WC_ht+0x1cb95, %rsi lea addresses_normal_ht+0x3155, %rdi nop nop nop nop nop cmp %r10, %r10 mov $40, %rcx rep movsl nop nop nop and $46765, %rax lea addresses_A_ht+0...
Apple2/Shell.asm
hanshuebner/Apple2-IO-RPi
0
126922
; Copyright <NAME> (c)2021-2022 ; Use of this source code is governed by an MIT ; license that can be found in the LICENSE file. ; This file contains the source for the SHELL ; application that runs on the Apple II to talk ; to the Raspberry Pi ;ProDOS Zero Page Command = $42 ;ProDOS Command Unit = $43 ;ProDOS unit (...
Transynther/x86/_processed/AVXALIGN/_st_sm_/i7-7700_9_0x48.log_21829_1743.asm
ljhsiun2/medusa
9
126923
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r11 push %r15 push %r8 push %rax push %rbp push %rcx push %rdi push %rsi lea addresses_WC_ht+0x1c587, %r11 nop nop nop xor $33551, %rdi movb (%r11), %r8b nop nop and %rbp, %rbp lea addresses_normal_ht+0x11f87, %r15 nop nop nop nop nop and %rbp...
Transynther/x86/_processed/AVXALIGN/_st_/i7-7700_9_0x48.log_21829_2526.asm
ljhsiun2/medusa
9
126924
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r13 push %r8 push %rbp push %rcx push %rdi push %rdx push %rsi lea addresses_WC_ht+0x3c78, %rsi lea addresses_D_ht+0x6d8, %rdi nop nop nop sub %rbp, %rbp mov $78, %rcx rep movsl nop nop nop nop nop inc %r13 lea addresses_normal_ht+0x25d6, %r10 nop nop nop inc...
data/pokemon/dex_entries/whismur.asm
AtmaBuster/pokeplat-gen2
6
126925
<reponame>AtmaBuster/pokeplat-gen2 db "WHISPER@" ; species name db "If it senses" next "danger, it scares" next "the foe by crying" page "out with the" next "volume of a jet-" next "plane engine.@"
rotolin.asm
blu/m68k-misc
3
126926
<reponame>blu/m68k-misc<gh_stars>1-10 ea_user equ $020000 ea_stack equ $080000 ea_vicky equ $c40000 ea_text0 equ $c60000 ea_texa0 equ $c68000 ea_text1 equ $ca0000 ea_texa1 equ $ca8000 tx0_w equ 72 tx0_h equ 56 tx1_w equ 80 tx1_h equ 60 fract equ 15 spins equ $8000 ; we want absolute addresses -- with moto/vasm t...
libembroidery_data.asm
bobcoyne/libembroidery
1
126927
<gh_stars>1-10 ; Assemble: ; $ nasm -f bin -l libembroidery_data.lst -o libembroidery_data.o libembroidery_data.asm ; ; Testing program (run on little-endian machine): ; $ gcc test.c ; $ ./a.out dd svg_property_token_table dd svg_attribute_token_table dd svg_token_lists dd brand_codes dd image_frame ; dd format_l...
src/lib/bitmap.asm
RyanSchuster/vos64
1
126928
<gh_stars>1-10 %define MOD_BITMAP ; module: Bitmap %include "lib/bitmap.inc" %include "defs/common.inc" %ifdef TEST_BITMAP %include "debug/debug.inc" %endif ; TEST_BITMAP [section .text] [bits 64] [global BitmapBitSet] BitmapBitSet: push rax push rcx push rdx ; TODO: pointer check ; TODO: bounds check ...
user/test3.asm
noyaviv/try
0
126929
<filename>user/test3.asm<gh_stars>0 user/_test3: file format elf64-littleriscv Disassembly of section .text: 0000000000000000 <printPerf>: exit(0); } void printPerf(struct perf* per,int cpid){ 0: 1141 addi sp,sp,-16 2: e406 sd ra,8(sp) 4: e022 sd s0...
src/test/ref/comparison-rewriting.asm
jbrandwood/kickc
2
126930
// Test rewriting of constant comparisons // Commodore 64 PRG executable file .file [name="comparison-rewriting.prg", type="prg", segments="Program"] .segmentdef Program [segments="Basic, Code, Data"] .segmentdef Basic [start=$0801] .segmentdef Code [start=$80d] .segmentdef Data [startAfter="Code"] .segment Basic :Ba...
Transynther/x86/_processed/AVXALIGN/_ht_/i7-8650U_0xd2_notsx.log_37_123.asm
ljhsiun2/medusa
9
126931
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r8 push %r9 push %rcx push %rdi push %rdx push %rsi lea addresses_A_ht+0x1b1f3, %r10 nop sub $21582, %r8 vmovups (%r10), %ymm6 vextracti128 $1, %ymm6, %xmm6 vpextrq $1, %xmm6, %rsi nop nop nop nop and $60420, %r10 lea addresses_A_ht+0x2ff3, %rsi lea addresses...
oeis/159/A159307.asm
neoneye/loda-programs
11
126933
<reponame>neoneye/loda-programs ; A159307: Numerator of Hermite(n, 3/11). ; Submitted by <NAME> ; 1,6,-206,-4140,124716,4755816,-122371464,-7639673616,161459218320,15759163430496,-257103196917984,-39679794683308224,446329942095824064,117908103412902026880,-696705377356050344064,-403652886627048369133824,107123200040172...
oeis/330/A330156.asm
neoneye/loda-programs
11
126935
<filename>oeis/330/A330156.asm ; A330156: Decimal expansion of the continued fraction expansion [1; 1/2, 1/3, 1/4, 1/5, 1/6, ...]. ; Submitted by <NAME> ; 1,7,5,1,9,3,8,3,9,3,8,8,4,1,0,8,6,6,1,2,0,3,9,0,9,7,0,1,5,1,1,4,5,3,8,7,9,2,5,0,3,9,8,0,0,6,8,0,5,7,4,1,5,6,3,6,4,0,4,7,0,9,5,0,1,3,9,9,8,2,8,8,7,0,4,3,7,1,0,9,9,5,1...
programs/oeis/001/A001841.asm
neoneye/loda
22
126937
; A001841: Related to Zarankiewicz's problem. ; 3,5,10,14,21,26,36,43,55,64,78,88,105,117,136,150,171,186,210,227,253,272,300,320,351,373,406,430,465,490,528,555,595,624,666,696,741,773,820,854,903,938,990,1027,1081,1120,1176,1216,1275,1317,1378,1422,1485,1530,1596,1643,1711,1760,1830,1880,1953,2005,2080,2134,2211,2266...
Testes/teste_t4.asm
LSantos06/MIPS2
0
126938
.data .text addi $s0, $s0, -1 addi $s1, $s1, -4096 and $t0, $s0, $s1 or $t1, $s0, $s1 xor $t2, $s0, $s1 nor $t3, $s0, $s1 slt $t4, $s1, $s0 # Termino do programa li $v0, 10 # Codigo para terminar o programa = 10 syscall
libsrc/target/gb/gbdk/gotogxy.asm
Frodevan/z88dk
640
126940
SECTION code_driver PUBLIC gotogxy PUBLIC _gotogxy GLOBAL __console_x GLOBAL __console_y ; void __LIB__ gotogxy(uint8_t x, uint8_t y) __smallc; gotogxy: _gotogxy: LD HL,sp+4 LD A,(HL) ; A = x LD (__console_x),A ld hl,sp+2 LD A,(HL) ...
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0.log_21829_1331.asm
ljhsiun2/medusa
9
126941
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %rbp push %rbx push %rcx push %rdi push %rsi lea addresses_A_ht+0x99c2, %rsi lea addresses_WC_ht+0x19c02, %rdi nop nop and %r10, %r10 mov $111, %rcx rep movsl xor %rbx, %rbx lea addresses_normal_ht+0x11612, %rsi lea addresses_WC_ht+0x15b42, %rdi xor ...
oeis/075/A075747.asm
neoneye/loda-programs
11
126942
; A075747: Numbers n such that 210*n + 17 is prime. ; Submitted by <NAME> ; 0,1,3,4,6,7,8,9,14,15,18,19,20,22,26,28,30,32,33,36,41,42,44,45,46,47,52,56,57,58,62,64,66,67,70,72,75,77,79,81,84,86,87,90,96,99,100,101,103,105,106,108,109,110,111,112,113,114,123,125,127,129,131,132,133,139,142,143,145,146,149,150,151,157,16...
programs/oeis/082/A082851.asm
karttu/loda
0
126943
; A082851: Partial sums of A082850. ; 1,2,4,5,6,8,11,12,13,15,16,17,19,22,26,27,28,30,31,32,34,37,38,39,41,42,43,45,48,52,57,58,59,61,62,63,65,68,69,70,72,73,74,76,79,83,84,85,87,88,89,91,94,95,96,98,99,100,102,105,109,114,120,121,122,124,125,126 mov $27,$0 mov $29,$0 add $29,1 lpb $29,1 clr $0,27 mov $0,$27 sub...
oeis/061/A061286.asm
neoneye/loda-programs
11
126944
; A061286: Smallest integer for which the number of divisors is the n-th prime. ; 2,4,16,64,1024,4096,65536,262144,4194304,268435456,1073741824,68719476736,1099511627776,4398046511104,70368744177664,4503599627370496,288230376151711744,1152921504606846976,73786976294838206464,1180591620717411303424,472236648286964521369...
programs/oeis/328/A328881.asm
neoneye/loda
22
126945
<gh_stars>10-100 ; A328881: a(n+3) = 2^n - a(n), a(0)=a(2)=1, a(1)=0 for n >= 0. ; 1,0,1,0,2,3,8,14,29,56,114,227,456,910,1821,3640,7282,14563,29128,58254,116509,233016,466034,932067,1864136,3728270,7456541,14913080,29826162,59652323,119304648,238609294,477218589,954437176,1908874354,3817748707,7635497416,15270994830,3...
assembly/linked-list.asm
mateusKoppe/UFFS-Algs
5
126946
<gh_stars>1-10 ## Alunos: ## <NAME> - 1621101005 ## <NAME> - 1821101023 .globl main .data msg_menu_header: .string "\n -- List manager --\n" msg_menu_insert: .string "\t [1] Insert value\n" msg_menu_remove_value: .string "\t [2] Remove by value\n" msg_menu_remove_index: .string "\t [3] Remove by index\n" msg_m...
oeis/091/A091336.asm
neoneye/loda-programs
11
126947
; A091336: Number of prime divisors of A000058(n)-1 = A000058(0)*...*A000058(n-1). ; 0,1,2,3,4,6,7,11,15,18,23,27 lpb $0 sub $0,1 mov $2,$0 max $2,0 seq $2,91335 ; Number of prime divisors of n-th term of Sylvester's sequence A000058. add $3,$2 lpe mov $0,$3
bootsector/drive.asm
Derpius/DerpiOS
0
126948
<gh_stars>0 ; load DH sectors to ES:BX from drive DL disk_load: push dx ; Store DX on stack so later we can recall ; how many sectors were request to be read, ; even if it is altered in the meantime mov ah, 0x02 ; BIOS read sector function mov al, dh ; Read DH sectors mo...
fun4.asm
psimonson/misc-asm
0
126949
<reponame>psimonson/misc-asm<filename>fun4.asm ; ================================================================== ; Simple command shell for MS-DOS and dosbox. ; Below are currently implemented for you. ; ================================================================== ; 1. Exit command. ; 2. Reboot command. ; 3...
strings.asm
AahzBrut/ASCII-Snake
0
126950
; Library for manipulating null-terminated strings %PAGESIZE 255, 255 IDEAL P486N MODEL small STACK 200h INCLUDE "Types.inc" PUBLIC WordToStr, StrLen, StrConcat, InitString, TimeToString DATASEG TimeDelimmiter sString <1, ":"> ; TTSBuffer sString <> ; WTSBuffer db 256 dup (?) ; CODESEG ;----------------------...
text/maps/celadon_city.asm
longlostsoul/EvoYellow
16
126951
_CeladonCityText1:: text "I got my KOFFING" line "from my friend!" para "We get along now," line "because I farted" cont "and never bathe!" done _CeladonCityText2:: text "Want to refight" line "this gym again?" cont "I can do that." done _CeladonCityText3:: text "The GAME CORNER" line "is bad for our" c...
oeis/332/A332031.asm
neoneye/loda-programs
11
126952
; A332031: G.f.: Sum_{k>=1} k! * x^(k^2) / (1 - x^k). ; Submitted by <NAME> ; 1,1,1,3,1,3,1,3,7,3,1,9,1,3,7,27,1,9,1,27,7,3,1,33,121,3,7,27,1,129,1,27,7,3,121,753,1,3,7,147,1,729,1,27,127,3,1,753,5041,123,7,27,1,729,121,5067,7,3,1,873,1,3,5047,40347,121,729,1,27,7,5163,1,41073,1,3,127,27,5041,729,1,40467,362887,3,1,579...
Transynther/x86/_processed/AVXALIGN/_st_zr_4k_/i3-7100_9_0x84_notsx.log_21829_282.asm
ljhsiun2/medusa
9
126953
<reponame>ljhsiun2/medusa<filename>Transynther/x86/_processed/AVXALIGN/_st_zr_4k_/i3-7100_9_0x84_notsx.log_21829_282.asm .global s_prepare_buffers s_prepare_buffers: push %r10 push %r12 push %rax push %rbx push %rdx push %rsi lea addresses_UC_ht+0x7c79, %r12 nop nop add $52433, %rbx mov $0x6162636465666768, %r10 movq %...
oeis/285/A285077.asm
neoneye/loda-programs
11
126954
; A285077: Positions of 0 in A285076; complement of A285078. ; Submitted by <NAME> ; 2,3,5,7,8,10,12,13,15,17,19,20,22,24,25,27,29,31,32,34,36,37,39,41,42,44,46,48,49,51,53,54,56,58,60,61,63,65,66,68,70,71,73,75,77,78,80,82,83,85,87,89,90,92,94,95,97,99,101,102,104,106,107,109,111,112,114,116,118,119,121,123,124,126,1...
CharPrint.asm
mehedi432/assembly
0
126955
<reponame>mehedi432/assembly # All Variables .data # Making a variable named myChar with value of 'A' myChar: .byte 'A' # All Instructions .text li $v0, 4 la $a0, myChar syscall
3rdParties/src/nasm/nasm-2.15.02/test/br3392472.asm
blue3k/StormForge
1
126956
org 0 %ifndef SEEK %define SEEK 0 %endif times SEEK - ($ - $$) nop jmp near init %ifndef NUM %define NUM 9956h %endif times NUM - ($ - $$) db 0 init:
Palmtree.Math.Core.Sint/vs_build/x64_Debug/pmc_multiply.asm
rougemeilland/Palmtree.Math.Core.Sint
0
126957
; Listing generated by Microsoft (R) Optimizing Compiler Version 19.16.27026.1 include listing.inc INCLUDELIB MSVCRTD INCLUDELIB OLDNAMES _DATA SEGMENT COMM uint_number_zero:QWORD COMM uint_number_one:QWORD _DATA ENDS msvcjmc SEGMENT __7B7A869E_ctype@h DB 01H __457DD326_basetsd@h DB 01H __4384A2D9_corecrt_memcpy_s@...