max_stars_repo_path
stringlengths
3
255
max_stars_repo_name
stringlengths
5
116
max_stars_count
int64
0
107k
id
stringlengths
1
7
content
stringlengths
63
1.05M
Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xca.log_21829_515.asm
ljhsiun2/medusa
9
209090
<filename>Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xca.log_21829_515.asm .global s_prepare_buffers s_prepare_buffers: push %r10 push %r12 push %r14 push %r9 push %rax push %rcx push %rdi push %rsi lea addresses_D_ht+0x17e60, %rsi lea addresses_D_ht+0x35a0, %rdi nop nop add $28704, %rax mov $86, %rcx rep movsl ...
Projects/Ingenierie_Modeles/ProjetIDMJEU/fr.n7.JEU.jeutopetrinet/JEU.asm
faicaltoubali/ENSEEIHT
0
209091
<reponame>faicaltoubali/ENSEEIHT<filename>Projects/Ingenierie_Modeles/ProjetIDMJEU/fr.n7.JEU.jeutopetrinet/JEU.asm <?xml version = '1.0' encoding = 'ISO-8859-1' ?> <asm version="1.0" name="0"> <cp> <constant value="atljeu2petri"/> <constant value="links"/> <constant value="NTransientLinkSet;"/> <constant...
Transynther/x86/_processed/AVXALIGN/_st_un_4k_sm_/i3-7100_9_0xca_notsx.log_878_919.asm
ljhsiun2/medusa
9
209092
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r12 push %r8 push %r9 push %rbp push %rcx push %rdi push %rsi lea addresses_WT_ht+0x1e319, %r12 nop nop cmp %r9, %r9 movups (%r12), %xmm5 vpextrq $0, %xmm5, %r11 nop nop nop xor $182, %rbp lea addresses_WT_ht+0xbf6f, %r11 nop nop nop nop nop cmp $35081, %r12 ...
pwnlib/shellcraft/templates/arm/linux/cat2.asm
tkmikan/pwntools
9
209094
<gh_stars>1-10 <% from pwnlib import constants from pwnlib.shellcraft import arm %> <%page args="filename, fd=1, length=0x4000"/> <%docstring> Opens a file and writes its contents to the specified file descriptor. Uses an extra stack buffer and must know the length. Example: >>> f = tempfile.mktemp() >>> ...
Transynther/x86/_processed/US/_zr_/i7-7700_9_0xca_notsx.log_21829_1670.asm
ljhsiun2/medusa
9
209095
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r13 push %r14 push %r9 push %rbp push %rcx push %rdi push %rsi lea addresses_UC_ht+0x15292, %rsi lea addresses_WT_ht+0x1ba2, %rdi nop nop nop nop nop dec %rbp mov $79, %rcx rep movsb nop nop nop nop nop add %r14, %r14 lea addresses_A_ht+0x12092, %rsi lea addr...
programs/oeis/054/A054027.asm
neoneye/loda
22
209097
; A054027: Numbers that do not divide their sum of divisors. ; 2,3,4,5,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74 mov $1,$0 mul $1,2 mov $2,$0 cmp $2,0 add $0,$2 lp...
oeis/291/A291430.asm
neoneye/loda-programs
11
209098
<gh_stars>10-100 ; A291430: The arithmetic function u(n,5,2). ; Submitted by <NAME> ; 9,9,9,9,5,6,7,8,9,5,9,6,9,7,5,8,9,6,9,5,7,9,9,6,5,9,9,7,9,5,9,8,9,9,5,6,9,9,9,5,9,6,9,9,5,9,9,6,7,5,9,9,9,6,5,7,9,9,9,5,9,9,7,8,5,6,9,9,9,5 add $0,1 mov $2,1 mov $3,4 lpb $0 add $2,$3 lpb $3 mov $4,$0 mod $4,$2 add $2...
src/bitmaps.asm
matanui159/celeste-gameboy
8
209099
section fragment "Bitmaps", romx, bank[1] ; Most of the tiles are generated from gen_tiles.c and gen_text.c ; These only include a few 1bpp tiles Bitmaps:: ; The following squares are used for death animations ; 1x1 square db %00000000 db %00000000 db %00000000 db %00010000 db %00000000 ...
Tarefa 4/main43.a51
raphaelmoletta/CSW40
0
209100
<filename>Tarefa 4/main43.a51 ORG 0000h SETB P1.4 ; Apaga o LED 1 SETB P3.6 ; Apaga o LED 2 SETB P3.7 ; Apaga o LED 3 begin: MOV R0, #7h ; Inicializa o acomulador loop: MOV A, #7h SUBB A, R0 MOV B, A JB B.0, pos0 SETB P1.4 SJMP next0 pos0: CLR P1.4 next0: JB B.1, pos1 SETB P3.6 SJMP next1 pos1: ...
demos/win32/DEMO16/DEMO16.asm
gbmaster/nasmx
18
209102
<filename>demos/win32/DEMO16/DEMO16.asm ;//////////////////////////////////////////////////////////////// ;// DEMO16.ASM ;// ;// Copyright (C)2005-2012 The NASMX Project ;// ;// Purpose: ;// NASMX - GTK Demo in Windows 32 bit. ;// ;// Contributors: ;// Mathi ;// ;// This demo needs gtk Runtime dlls. ;// ;// http...
programs/oeis/158/A158821.asm
neoneye/loda
22
209104
<reponame>neoneye/loda ; A158821: Triangle read by rows: row n (n>=0) ends with 1, and for n>=1 begins with n; other entries are zero. ; 1,1,1,2,0,1,3,0,0,1,4,0,0,0,1,5,0,0,0,0,1,6,0,0,0,0,0,1,7,0,0,0,0,0,0,1,8,0,0,0,0,0,0,0,1,9,0,0,0,0,0,0,0,0,1,10,0,0,0,0,0,0,0,0,0,1,11,0,0,0,0,0,0,0,0,0,0,1,12,0,0,0,0,0,0,0,0,0,0,0,...
Library/Chart/UI/uiGrid.asm
steakknife/pcgeos
504
209105
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) GeoWorks 1991 -- All Rights Reserved PROJECT: PC GEOS MODULE: FILE: uiGrid.asm AUTHOR: <NAME> METHODS: Name Description ---- ----------- FUNCTIONS: Scope Name Description ----- ---- ----------- ...
programs/oeis/088/A088981.asm
neoneye/loda
22
209106
; A088981: a(n+2) = a(n+1) + a(n) - [(2*n)+1] where a(0)=7, a(1)=11. ; 7,11,17,25,37,55,83,127,197,309,489,779,1247,2003,3225,5201,8397,13567,21931,35463,57357,92781,150097,242835,392887,635675,1028513,1664137,2692597,4356679,7049219,11405839,18454997 mov $1,$0 seq $1,1911 ; a(n) = Fibonacci(n+3) - 2. add $0,$1 mul $0...
Transynther/x86/_processed/P/_zr_/i7-8650U_0xd2_notsx.log_2559_1478.asm
ljhsiun2/medusa
9
209107
<reponame>ljhsiun2/medusa<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r13 push %r15 push %rbp push %rcx push %rdi push %rsi lea addresses_WT_ht+0x15a4e, %rcx nop nop nop nop nop inc %rbp mov $0x6162636465666768, %r15 movq %r15, (%rcx) nop nop nop nop dec %rsi lea addresses_WT_ht...
iod/history/init.asm
olifink/smsqe
0
209108
<filename>iod/history/init.asm ; Prototpe HISTORY driver section history xdef history_init xref.l history_vers xref gu_achpp xref iou_idset xref iou_idlk include 'dev8_keys_iod' include 'dev8_iod_history_data' include 'dev8_mac_vec' ;+++ ; HISTORY initialisation ;--- history_init lea his_link,a3 jsr io...
Transynther/x86/_processed/AVXALIGN/_ht_zr_/i7-7700_9_0x48.log_3_383.asm
ljhsiun2/medusa
9
209109
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r14 push %r9 push %rcx push %rdi push %rsi lea addresses_UC_ht+0x5dca, %rsi lea addresses_WC_ht+0xe922, %rdi nop nop nop nop and $50374, %r9 mov $121, %rcx rep movsb lfence lea addresses_D_ht+0x136aa, %rsi lea addresses_D_ht+0x12e6a, %rdi nop nop nop nop cmp ...
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_584.asm
ljhsiun2/medusa
9
209110
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r8 push %rax push %rbp push %rcx push %rdi push %rsi lea addresses_WT_ht+0x9b5, %rcx nop nop nop and %r10, %r10 movb (%rcx), %r11b nop cmp $1271, %r10 lea addresses_WT_ht+0x1c375, %rax nop nop nop nop nop xor %rbp, %rbp movb (%rax), %r8b and $25395,...
programs/oeis/191/A191527.asm
neoneye/loda
22
209111
; A191527: Number of turns in all left factors of Dyck paths of length n. ; 0,0,1,3,9,20,50,105,245,504,1134,2310,5082,10296,22308,45045,96525,194480,413270,831402,1755182,3527160,7407036,14872858,31097794,62403600,130007500,260757900,541574100,1085822640,2249204040,4508102925,9316746045,18668849760,38504502630,7713865...
oeis/157/A157889.asm
neoneye/loda-programs
11
209112
; A157889: a(n) = 18*n^2 + 1. ; Submitted by <NAME> ; 19,73,163,289,451,649,883,1153,1459,1801,2179,2593,3043,3529,4051,4609,5203,5833,6499,7201,7939,8713,9523,10369,11251,12169,13123,14113,15139,16201,17299,18433,19603,20809,22051,23329,24643,25993,27379,28801,30259,31753,33283,34849,36451,38089,39763,41473,43219,4500...
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_1547.asm
ljhsiun2/medusa
9
209113
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: ret .global s_faulty_load s_faulty_load: push %r15 push %r8 push %rax push %rbp push %rcx push %rdi push %rsi // Store lea addresses_D+0xaf43, %r15 nop nop sub $62815, %r8 movb $0x51, (%r15) nop nop sub %rax, %rax // Store lea addresses_norma...
oeis/005/A005898.asm
neoneye/loda-programs
11
209115
<reponame>neoneye/loda-programs ; A005898: Centered cube numbers: n^3 + (n+1)^3. ; 1,9,35,91,189,341,559,855,1241,1729,2331,3059,3925,4941,6119,7471,9009,10745,12691,14859,17261,19909,22815,25991,29449,33201,37259,41635,46341,51389,56791,62559,68705,75241,82179,89531,97309,105525,114191,123319,132921,143009,153595,1646...
pwn/pwn8/src/wetware.asm
ufsit/SwampCTF-2019-Challenges
8
209116
BITS 64 GLOBAL _start _start: ;stack frame push rbp mov rbp, rsp sub rsp, 0x200 ;lets print message: rdi and rdx already set! print: mov rdi, 1 mov rsi, msg1 mov rdx, 0x27 mov rax, 1 syscall ;now read input 1 byte at a time: mov rsi, rsp read: mov rax, 0 mov r10, rsp add r10, 0x200 mov rdi, 0 mov rdx, 1 syscall ;co...
Transynther/x86/_processed/NC/_zr_/i7-7700_9_0x48.log_21829_1742.asm
ljhsiun2/medusa
9
209117
<filename>Transynther/x86/_processed/NC/_zr_/i7-7700_9_0x48.log_21829_1742.asm .global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r8 push %r9 push %rcx push %rdi push %rdx push %rsi lea addresses_UC_ht+0x66a7, %rsi lea addresses_D_ht+0x38c7, %rdi nop nop nop nop sub $8785, %r8 mov $93, %rcx rep movs...
7. File Check/7. File Check/Source.asm
ShinoharaYuuyoru/Assembly-Language-Project
0
209118
<filename>7. File Check/7. File Check/Source.asm .386 .model flat, stdcall option casemap: none ;**************************************** include windows.inc include shell32.inc include user32.inc include comctl32.inc include masm32.inc include kernel32.inc include msvcrt.inc includelib user32.lib includelib comctl3...
macro.asm
MrShiposha/newoslab2
0
209120
%macro setcursor 2 ; ah <- row ; al <- col ; CHANGING AX, EDI mov ah, %1 mov al, %2 push ax push bx xor bx, bx mov bl, al mov al, 80 mul ah add ax, bx shl ax, 1 xor edi, edi mov di, ax pop bx pop ax %endmacro %macro print 2 push eax push esi ...
04/mult/Mult.asm
alchermd/nand2tetris
0
209121
<filename>04/mult/Mult.asm // This file is part of www.nand2tetris.org // and the book "The Elements of Computing Systems" // by <NAME> Schocken, MIT Press. // File name: projects/04/Mult.asm // Multiplies R0 and R1 and stores the result in R2. // (R0, R1, R2 refer to RAM[0], RAM[1], and RAM[2], respectively.) ...
src/usart.asm
mdennehy/PICRat
0
209123
;--------------------LIBRARY SPECIFICATION------------------- ; ; NAME : Serial Communications Library ; ; FUNCTIONS : USART_init ; USART_TxISR ; USART_RxISR ; USART_putc ; USART_getc ; USART_puts ; USART_gets ; ; REQUIRES : ; ; NOTES : ; ;-------------------------------...
Transynther/x86/_processed/AVXALIGN/_st_/i7-7700_9_0xca.log_21829_179.asm
ljhsiun2/medusa
9
209124
<reponame>ljhsiun2/medusa<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r11 push %r13 push %r15 push %rbx push %rcx push %rdi push %rsi lea addresses_WT_ht+0x143b0, %rbx nop nop nop nop nop dec %r11 movw $0x6162, (%rbx) nop nop nop nop dec %rdi lea addresses_WC_ht+0xbb4c, %rsi lea addresses_normal_ht...
programs/oeis/004/A004958.asm
neoneye/loda
22
209125
; A004958: a(n) = ceiling(n*phi^3), where phi is the golden ratio, A001622. ; 0,5,9,13,17,22,26,30,34,39,43,47,51,56,60,64,68,73,77,81,85,89,94,98,102,106,111,115,119,123,128,132,136,140,145,149,153,157,161,166,170,174,178,183,187,191,195,200,204,208,212,217,221,225,229,233,238,242,246,250,255,259,263,267,272,276,280,2...
resources/tiles.asm
VincentFoulon80/vixx
1
209126
!ifndef is_main !eof !set .tile_id = $00 !set .tile_addr = vram_layer0_tilebase !set .tile_size = $40 ; ################################################################ t_empty_id = .tile_id t_empty_packet_size = .tile_size t_empty_packet_qty = $01 t_empty_bank = vram_layer0_tilebase_b t_empty...
AsmSamples/mul_imul/mycode.asm
ytugba/My-Otiose-Projects
1
209127
<gh_stars>1-10 ;8 bit multiplication mov al, 2 mov bl, 4 mul bl ; note that carry flag is 0 ;8 bit multiplication, 16 bit result mov al, 0xffh mov bl, 0x2h mul bl ; note that carry flag is 1 ;16 bit multiplication, 16 bit result mov ax, 0xffffh mov bx, 0xffffh mul bx ; note that carry flag is 1 and ...
sk/sfx/C4.asm
Cancer52/flamedriver
9
209128
<reponame>Cancer52/flamedriver Sound_C4_Header: smpsHeaderStartSong 3 smpsHeaderVoice Sound_C4_Voices smpsHeaderTempoSFX $01 smpsHeaderChanSFX $01 smpsHeaderSFXChannel cFM3, Sound_C4_FM3, $E2, $05 ; FM3 Data Sound_C4_FM3: smpsSetvoice $00 smpsModSet $01, $01, $35, $00 Sound_C4_Loop00: ...
home/overworld_text.asm
opiter09/ASM-Machina
1
209129
TextScriptEndingText:: text_end TextScriptEnd:: ld hl, TextScriptEndingText ret ExclamationText:: text_far _ExclamationText text_end GroundRoseText:: text_far _GroundRoseText text_end BoulderText:: text_far _BoulderText text_end MartSignText:: text_far _MartSignText text_end PokeCenterSignText:: text_...
sw/552tests/inst_tests/lbi_1.asm
JPShen-UWM/ThreadKraken
1
209130
<gh_stars>1-10 // Original test: ./jmeyer/hw4/problem6/lbi_1.asm // Author: jmeyer // Test source code follows //Tests ability of lbi to write into all registers lbi r0, -1 lbi r1, -1 lbi r2, -1 lbi r3, -1 lbi r4, -1 lbi r5, -1 lbi r6, -1 lbi r7, -1 halt
Codes/Chapter10/P09/P10-09.asm
ar-ekt/Dandamudi-Assembly-Solutions
8
209131
global _start extern ExitProcess %INCLUDE "lib.h" %macro puti 1 i2a DWORD %1, buffer puts buffer %endmacro section .data MAX_STRING_SIZE EQU 100 NULL EQU 0 NEWLINE db 10, NULL SPACE db 32, NULL MSG_STRING1_INPUT db "Enter first string: ", NULL MSG_STRING2_INPUT db "Enter seco...
programs/oeis/092/A092297.asm
neoneye/loda
22
209132
; A092297: Number of ways of 3-coloring an annulus consisting of n zones joined like a pearl necklace. ; 0,6,6,18,30,66,126,258,510,1026,2046,4098,8190,16386,32766,65538,131070,262146,524286,1048578,2097150,4194306,8388606,16777218,33554430,67108866,134217726,268435458,536870910,1073741826,2147483646,4294967298,8589934...
oeis/031/A031379.asm
neoneye/loda-programs
11
209133
; A031379: a(n) = prime(5*n - 2). ; Submitted by <NAME> ; 5,19,41,61,83,107,137,163,191,223,241,271,307,337,367,397,431,457,487,521,563,593,617,647,677,719,751,787,823,857,883,929,967,997,1031,1061,1093,1123,1171,1213,1237,1283,1303,1361,1409,1439,1471,1493,1543,1571,1607,1627,1669,1721,1753,1789,1847,1877,1913,1973,19...
Transynther/x86/_processed/AVXALIGN/_st_/i7-7700_9_0x48.log_21829_139.asm
ljhsiun2/medusa
9
209134
.global s_prepare_buffers s_prepare_buffers: push %r12 push %r13 push %r14 push %r9 push %rbx push %rcx push %rdi push %rsi lea addresses_A_ht+0x14d60, %rbx nop add %r9, %r9 movups (%rbx), %xmm0 vpextrq $1, %xmm0, %r12 nop nop nop add $63262, %r13 lea addresses_D_ht+0x429c, %rsi lea addresses_A_ht+0xc560, %rdi inc %r13...
Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xa0.log_21829_728.asm
ljhsiun2/medusa
9
209135
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r12 push %r14 push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_WT_ht+0xfacf, %rdx nop nop nop inc %rdi movl $0x61626364, (%rdx) nop nop nop nop and $43, %r11 lea addresses_A_ht+0x148cf, %rdx nop inc %r12 mov (%rdx), %ebx and $8598, %r12 lea add...
data/wildPokemon/rocktunnel2.asm
adhi-thirumala/EvoYellow
16
209137
TunnelMonsB2: db $0F db 20,ELECTABUZZ db 17,GEODUDE db 18,MACHOP db 21,ZUBAT db 22,SNEASEL db 21,PHANPY db 20,MACHOP db 16,SNEASEL db 18,ONIX db 22,ONIX db $00
ch10/AllPoints.asm
William0Friend/my_masm
0
209140
; Loop Through Array (AllPoints.asm) ; Loop through the array of points and set their ; X and Y values. INCLUDE Irvine32.inc NumPoints = 3 .data ALIGN WORD AllPoints COORD NumPoints DUP(<0,0>) .code main PROC mov edi,0 ; array index mov ecx,NumPoints ; loop counter mov ax,1 ; startin...
source/phase_edge_pull_pr.asm
stanford-mast/Grazelle-PPoPP18
19
209141
<reponame>stanford-mast/Grazelle-PPoPP18 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; Grazelle ; High performance, hardware-optimized graph processing engine. ; Targets a single machine with one or more x86-based sockets. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;...
oeis/073/A073800.asm
neoneye/loda-programs
11
209142
<reponame>neoneye/loda-programs ; A073800: Remainder of division 2^n/c[n], where c[n]=A002808, the n-th composite. ; Submitted by <NAME> ; 2,4,0,7,2,4,2,1,0,16,8,1,8,16,18,16,14,8,8,0,2,30,18,28,14,4,8,16,28,19,6,16,29,34,8,40,2,14,8,16,14,4,8,4,0,49,62,52,32,4,8,46,17,20,65,22,32,16,62,64,32,64,41,16,32,64,48,70,48,24...
ugbc/src/hw/z80/protothread.asm
spotlessmind1975/ugbasic
10
209144
<reponame>spotlessmind1975/ugbasic<filename>ugbc/src/hw/z80/protothread.asm ; /***************************************************************************** ; * ugBASIC - an isomorphic BASIC language compiler for retrocomputers * ; ***************************************************************************** ;...
Library/MapHeap/asmtools/malloc.asm
steakknife/pcgeos
504
209145
<reponame>steakknife/pcgeos ; This is just some dummy address which is above DIRECT_MAPPING_MEMORY and ; which doesn't yield an internal page number of -1. DUMMY_PHYSICAL_ADDR equ 0x00800000 ;brianc 9/7/00 include Internal/heapInt.def include system.def include sem.def include assert.def ; ; When mul...
oeis/076/A076239.asm
neoneye/loda-programs
11
209146
; A076239: Remainder when 3rd-order composite ccc(n) = A050436(n) is divided by n. ; Submitted by <NAME> ; 0,1,1,2,3,3,1,6,3,2,4,1,11,10,10,8,6,6,7,8,6,4,3,2,2,0,26,0,0,28,28,29,28,27,28,28,30,29,28,30,29,31,31,30,29,29,28,28,27,26,28,29,29,30,30,29,31,30,29,32,31,30,29,28,29,28,27,26,26,25,26,26,26,26,26,28,29,28,28,2...
forfun.asm
visy/c64demo2017
0
209149
*= $1000 start: sei lda #51 sta $01 ldy #$00 a1: lda $d000,y sta $2000,y lda $d100,y sta $2100,y lda $d200,y sta $2200,y lda $d300,y sta $2300,y iny bne a1 lda #55 sta $0...
List_2/exercise7_quickSort.asm
dekoperez/SEL0433_microprocessorAplications
0
209151
<filename>List_2/exercise7_quickSort.asm ;******************************************************************************* ; @INSTITUTION ; University of Sao Paulo | Sao Carlos School of Engineering | SEL ;------------------------------------------------------------------------------ ; @DISCIPLINE ; Name: SEL0433 | Ap...
Specialization/Cybersecurity/shellcode/foo.asm
BoomlabsInc/BCSF
2
209152
.section .data cmd: .string "/bin/sh" /* command string */ hand: .string "-c" /* command arguments string */ args: .string "ls -al" /* arguments string */ argv: .quad cmd /* array of command, command arguments and arguments */ .quad ...
programs/oeis/002/A002664.asm
jmorken/loda
1
209153
<reponame>jmorken/loda ; A002664: a(n) = 2^n - C(n,0)- ... - C(n,4). ; 0,0,0,0,0,1,7,29,93,256,638,1486,3302,7099,14913,30827,63019,127858,258096,519252,1042380,2089605,4185195,8377705,16764265,33539156,67090962,134196874,268411298,536843071,1073709893,2147447191,4294925847,8589887654,17179816228,34359678832,6871941002...
MSDOS/Virus.MSDOS.Unknown.vslay.asm
fengjixuchui/Family
3
209154
<gh_stars>1-10 ;VSLAY - simple de-install Microsoft Antivirus VSAFE ;demonstration code for Crypt Newsletter 16 code segment assume cs:code, ds:code, es:code, ss:nothing org 100h begin: call vslay vslay: mov ax,64001 ;wakes up VSAFE to keyboard input ...
programs/oeis/133/A133625.asm
neoneye/loda
22
209155
; A133625: Binomial(n+p, n) mod n where p=5. ; 0,1,2,2,2,0,1,7,4,3,1,8,1,8,9,13,1,7,1,10,8,12,1,3,6,1,10,8,1,2,1,25,12,1,8,22,1,20,14,39,1,15,1,12,25,24,1,5,1,11,18,14,1,46,12,43,20,1,1,48,1,32,22,49,14,23,1,18,24,50,1,7,1,1,41,20,1,66,1,77,28,1,1,50,18,44 mov $1,1 add $1,$0 mov $2,$1 add $1,5 bin $1,$2 mod $1,$2 mov ...
exampl04/car/car.asm
AlexRogalskiy/Masm
0
209156
; ######################################################################### .486 ; create 32 bit code .model flat, stdcall ; 32 bit memory model option casemap :none ; case sensitive include car.inc ; local includes for this file .code ; ################...
win32/VC10/Win32/libxml2_Release/xmlmodule.asm
txwizard/libxml2_x64_and_ARM
0
209157
; Listing generated by Microsoft (R) Optimizing Compiler Version 19.16.27027.1 TITLE C:\Users\DAG\Documents\_Clients\CodeProject Authors Group\Windows on ARM\libxml2\libxml2-2.9.9\xmlmodule.c .686P .XMM include listing.inc .model flat INCLUDELIB MSVCRT INCLUDELIB OLDNAMES _DATA SEGMENT COMM _xmlMalloc:DWORD CO...
10001st_prime.asm
guynan/asmpe
0
209158
; Simply find the 10001st prime. global _start extern printf extern asm_prime section .text _start: ; rax is our counter `i` ; rbx holds the value of how many primes we are yet to find mov eax, 3 mov ebx, 10000 _next_trial: mov edi, e...
Driver/Sound/SoundBlaster/soundblasterStream.asm
steakknife/pcgeos
504
209160
<reponame>steakknife/pcgeos<filename>Driver/Sound/SoundBlaster/soundblasterStream.asm COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) GeoWorks 1992 -- All Rights Reserved PROJECT: PC/GEOS Sound System MODULE: Sound Blaster Driver FILE: soundblasterStream.asm AU...
programs/oeis/244/A244588.asm
karttu/loda
1
209162
; A244588: a(n) = n OR 6. ; 6,7,6,7,6,7,6,7,14,15,14,15,14,15,14,15,22,23,22,23,22,23,22,23,30,31,30,31,30,31,30,31,38,39,38,39,38,39,38,39,46,47,46,47,46,47,46,47,54,55,54,55,54,55,54,55,62,63,62,63,62,63,62,63,70,71,70,71 mov $1,$0 div $0,2 mod $0,4 sub $1,$0 sub $1,$0 add $1,6
Driver/IFS/DOS/Common/dosCritical.asm
steakknife/pcgeos
504
209163
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) GeoWorks 1991 -- All Rights Reserved PROJECT: PC GEOS MODULE: FILE: driCritical.asm AUTHOR: <NAME>, Oct 31, 1991 ROUTINES: Name Description ---- ----------- EXT DOSCriticalError Handle critical e...
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_1922.asm
ljhsiun2/medusa
9
209164
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r10 push %r15 push %r9 push %rax push %rcx push %rdi push %rdx push %rsi lea addresses_WC_ht+0x4179, %rdx nop nop nop nop nop dec %rax movups (%rdx), %xmm1 vpextrq $1, %xmm1, %r10 nop and $25448, %r15 lea addresses_A_ht+0xe6f6, %rsi lea addres...
oeis/096/A096975.asm
neoneye/loda-programs
11
209165
<reponame>neoneye/loda-programs<filename>oeis/096/A096975.asm ; A096975: Trace sequence of a path graph plus loop. ; Submitted by <NAME> ; 3,1,5,4,13,16,38,57,117,193,370,639,1186,2094,3827,6829,12389,22220,40169,72220,130338,234609,423065,761945,1373466,2474291,4459278,8034394,14478659,26088169,47011093,84708772,15264...
solutions/16 - Little Exterminator 2/size-6_speed-45.asm
michaelgundlach/7billionhumans
45
209167
-- 7 Billion Humans (2087) -- -- 16: Little Exterminator 2 -- -- Author: landfillbaby -- Size: 6 -- Speed: 45 a: if sw == nothing and s == nothing: step sw endif step e pickup s giveto se jump a
programs/oeis/240/A240506.asm
neoneye/loda
22
209168
<gh_stars>10-100 ; A240506: Number of length-n gap-free words on {1,2,3}. ; 1,3,7,21,67,213,667,2061,6307,19173,58027,175101,527347,1586133,4766587,14316141,42981187,129009093,387158347,1161737181,3485735827,10458256053,31376865307,94134790221,282412759267,847255055013,2541798719467,7625463267261,22876524019507,6862984...
oeis/037/A037747.asm
neoneye/loda-programs
11
209169
; A037747: Base 7 digits are, in order, the first n terms of the periodic sequence with initial period 2,3,0,1. ; Submitted by <NAME> ; 2,17,119,834,5840,40883,286181,2003268,14022878,98160149,687121043,4809847302,33668931116,235682517815,1649777624705,11548443372936,80839103610554,565873725273881,3961116076917167 mov...
drivers/core/x64/src/multiboot/multiboot2_header.asm
dbargatz/system
1
209170
section .multiboot_header header_start: dd 0xE85250D6 ; Magic number for Multiboot 2 specification dd 0 ; Architecture type 0 (protected mode x86) dd header_end - header_start ; Header length ; Calculate the checksum for the Multiboot header. dd 0x100000000 - (0xE85250D6 + 0 + (...
Driver/Task/Common/taskInit.asm
steakknife/pcgeos
504
209171
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) GeoWorks 1991 -- All Rights Reserved PROJECT: PC GEOS MODULE: FILE: taskInit.asm AUTHOR: <NAME>, Sep 19, 1991 ROUTINES: Name Description ---- ----------- REVISION HISTORY: Name Date Descripti...
OldArchitecture/v1.0/Programs/Demos/eo6/demo_eo6.asm
JetStarBlues/Nand-2-Tetris
0
209172
// --- Custom splash screen ---- // Designed for the Hack computer // by @github/jetstarblues // === Setup === @i M = 0 // @i = 0 @rect_idx M = 1 // @rect_idx = 1 @11 D = A @n_rects M = D // @n_rects = 11 // rect1 // start position @SCREEN // @16384 D = A @a_rect1 M = D // @a_rect1 = 16384 @154...
lab_11_str/lab_11_str/StrLength.asm
Winterpuma/bmstu_MDPL
14
209173
.386 .model flat, c public StrLength .code StrLength: push ebp mov ebp, esp push edi mov edi, [ebp + 8] ; string mov al, 0 ; end of string cld ; CF = 0 mov ecx, -1 ; FFFF repne scasb ; going through memory while not al symbol and ecx != 0 neg ecx sub ecx, 2 ; get the actual len mov eax, ecx pop edi ...
libsrc/_DEVELOPMENT/stdio/z80/input_helpers/__stdio_recv_input_raw_getc.asm
jpoikela/z88dk
640
209175
<filename>libsrc/_DEVELOPMENT/stdio/z80/input_helpers/__stdio_recv_input_raw_getc.asm SECTION code_clib SECTION code_stdio PUBLIC __stdio_recv_input_raw_getc EXTERN STDIO_MSG_GETC EXTERN l_jpix, error_zc, error_mc ; ALL HIGH LEVEL STDIO INPUT PASSES THROUGH __STDIO_RECV_INPUT_RAW_* ; EXCEPT FOR VFSCANF. THIS ENSUR...
programs/oeis/084/A084182.asm
neoneye/loda
22
209176
<reponame>neoneye/loda<filename>programs/oeis/084/A084182.asm ; A084182: 3^n+(-1)^n-[1/(n+1)], where [] represents the floor function. ; 1,2,10,26,82,242,730,2186,6562,19682,59050,177146,531442,1594322,4782970,14348906,43046722,129140162,387420490,1162261466,3486784402,10460353202,31381059610,94143178826,282429536482,8...
src/test/resources/asm/testA.asm
cbrune/VexRiscv
1,524
209177
<gh_stars>1000+ build/testA.elf: file format elf32-littleriscv Disassembly of section .yolo: 00000000 <testA2WithNop-0x17c>: 0: 00000013 nop 4: 00000013 nop 8: 00000013 nop c: 00000013 nop 10: 00000013 nop 14: 00000013 nop 18: 0000001...
oeis/117/A117353.asm
neoneye/loda-programs
11
209178
<filename>oeis/117/A117353.asm ; A117353: Expansion of (1-x)/(1-3x+x^2+4x^3-4x^4). ; Submitted by <NAME> ; 1,2,5,9,18,33,65,126,253,505,1018,2041,4097,8198,16405,32793,65570,131089,262145,524238,1048493,2097017,4194186,8388521,16777281,33554646,67109317,134218265,268436018,536871105,1073741505,2147482398 mov $1,1 lpb ...
data/pokemon/base_stats/lopunny.asm
TastySnax12/pokecrystal16-493-plus
2
209179
<reponame>TastySnax12/pokecrystal16-493-plus db 0 ; species ID placeholder db 65, 76, 84, 105, 54, 96 ; hp atk def spd sat sdf db NORMAL, NORMAL ; type db 60 ; catch rate db 168 ; base exp db NO_ITEM, BERRY ; items db GENDER_F50 ; gender ratio db 100 ; unknown 1 db 20 ; step cycles to hatch db ...
oeis/073/A073217.asm
neoneye/loda-programs
11
209180
<filename>oeis/073/A073217.asm ; A073217: The terms of A055237 (sums of two powers of 5) divided by 2. ; Submitted by <NAME> ; 1,3,5,13,15,25,63,65,75,125,313,315,325,375,625,1563,1565,1575,1625,1875,3125,7813,7815,7825,7875,8125,9375,15625,39063,39065,39075,39125,39375,40625,46875,78125 lpb $0 add $1,1 sub $0,$1 ...
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_482.asm
ljhsiun2/medusa
9
209181
.global s_prepare_buffers s_prepare_buffers: push %r13 push %r14 push %r15 push %rax push %rbp push %rcx push %rdi push %rsi lea addresses_WC_ht+0x1d3d0, %rdi nop nop nop add %r15, %r15 mov $0x6162636465666768, %rsi movq %rsi, (%rdi) nop nop nop and $48102, %rbp lea addresses_D_ht+0x7a50, %rax nop nop xor %r14, %r14 mo...
PRG/levels/Plains/1-1Bonus.asm
narfman0/smb3_pp1
0
209182
<filename>PRG/levels/Plains/1-1Bonus.asm ; Original address was $BC93 ; 1-1 bonus room with big "3" .word W101L ; Alternate level layout .word W101O ; Alternate object layout .byte LEVEL1_SIZE_02 | LEVEL1_YSTART_070 .byte LEVEL2_BGPAL_05 | LEVEL2_OBJPAL_08 | LEVEL2_XSTART_18 | LEVEL2_UNUSEDFLAG .byte LEVEL3_TILESE...
src/csapp3/9.asm
lekhacman/nand2teris
0
209183
%rdi x %rsi n long shift(long x, long n) { x <<= 4; x >>= n; return x; } left shift: sal / shl right shift: sar (arithmetic) / shr (logical) shift: movq %rdi, %rax salq $4, %rax movl %esi, %ecx sarq %ecx, %rax ret
programs/oeis/190/A190594.asm
neoneye/loda
22
209184
; A190594: Maximal digit in base-5 expansion of n. ; 0,1,2,3,4,1,1,2,3,4,2,2,2,3,4,3,3,3,3,4,4,4,4,4,4,1,1,2,3,4,1,1,2,3,4,2,2,2,3,4,3,3,3,3,4,4,4,4,4,4,2,2,2,3,4,2,2,2,3,4,2,2,2,3,4,3,3,3,3,4,4,4,4,4,4,3,3,3,3,4,3,3,3,3,4,3,3,3,3,4,3,3,3,3,4,4,4,4,4,4 lpb $0 mul $0,2 mov $2,$0 div $0,10 mod $2,10 max $1,$2 ...
programs/oeis/113/A113474.asm
neoneye/loda
22
209185
<gh_stars>10-100 ; A113474: a(n) = a(floor(n/2)) + floor(n/2) with a(1) = 1. ; 1,2,2,4,4,5,5,8,8,9,9,11,11,12,12,16,16,17,17,19,19,20,20,23,23,24,24,26,26,27,27,32,32,33,33,35,35,36,36,39,39,40,40,42,42,43,43,47,47,48,48,50,50,51,51,54,54,55,55,57,57,58,58,64,64,65,65,67,67,68,68,71,71,72,72,74,74,75,75,79,79,80,80,82,...
Web/asm/examples/Number Bounce.asm
visrealm/vrcpu
102
209186
; BOUNCE - bounce between 0 and 255 clra .begin: mov Rd, Ra inc Ra jnz .begin dec Ra .loop: mov Rd, Ra dec Ra jnz .loop jmp 0
Transynther/x86/_processed/NC/_st_sm_/i7-7700_9_0xca_notsx.log_2_1515.asm
ljhsiun2/medusa
9
209187
<filename>Transynther/x86/_processed/NC/_st_sm_/i7-7700_9_0xca_notsx.log_2_1515.asm .global s_prepare_buffers s_prepare_buffers: ret .global s_faulty_load s_faulty_load: push %r11 push %r12 push %rbp push %rbx push %rcx push %rdi push %rdx push %rsi // Store lea addresses_WT+0x1c0e4, %rbp nop sub $38481, %rdx mov...
oeis/121/A121489.asm
neoneye/loda-programs
11
209188
<gh_stars>10-100 ; A121489: Diagonal of array A121490. ; Submitted by <NAME>(s2) ; 3,1,9,17,19,9,18,17,55,24,38,36,12,65,106,129,128,97,30,100,148,168,154,100,251,113,198,249,260,225,138,356,163,297,389,433,423,353,217,9,248,441,17,80,79,8,506,297,687,316,574,17,119,145,89,784,568,252,737,225,548,793,954,1025,1000,873,...
programs/oeis/039/A039634.asm
neoneye/loda
22
209189
<gh_stars>10-100 ; A039634: Fixed point of "n -> n/2 or (n-1)/2 until result is prime". ; 1,2,3,2,5,3,7,2,2,5,11,3,13,7,7,2,17,2,19,5,5,11,23,3,3,13,13,7,29,7,31,2,2,17,17,2,37,19,19,5,41,5,43,11,11,23,47,3,3,3,3,13,53,13,13,7,7,29,59,7,61,31,31,2,2,2,67,17,17,17,71,2,73,37,37,19,19,19,79,5,5,41,83,5,5,43,43,11,89,11,1...
source/system/execute.asm
mega65dev/rom-assembler
0
209190
<filename>source/system/execute.asm ; ******************************************************************************************** ; ******************************************************************************************** ; ; Name : execute.asm ; Purpose : .. ; Created : 15th Nov 1991 ; Updated : 4th Jan...
P6/data_P6_2/ALUTest170.asm
alxzzhou/BUAA_CO_2020
1
209191
<filename>P6/data_P6_2/ALUTest170.asm sb $6,1($0) sllv $5,$4,$3 sll $6,$6,14 xori $5,$5,39580 xori $3,$4,42592 or $5,$5,$3 sra $3,$1,8 addu $4,$4,$3 sw $3,16($0) lw $4,4($0) addu $0,$3,$3 sra $5,$1,21 nor $3,$1,$3 xor $0,$1,$3 lw $3,0($0) sllv $0,$3,$3 lh $4,0($0) xori $3,$3,22876 sltiu $4,$3,-26878 lw $5,0($0) nor $2,...
Test Project/testProject.asm
brandonlee503/Assembly-Projects
2
209192
<filename>Test Project/testProject.asm TITLE Program Template (template.asm) ; Author: ; Course / Project ID Date: ; Description: INCLUDE Irvine32.inc .data main PROC push 3 push 8 call rcrsn exit main ENDP rcrsn PROC push ebp mov ebp,esp mov eax,[ebp + 12...
Friend_William_Project_3_best.asm
William0Friend/my_masm
0
209194
TITLE MY FIRST ASM (test1.asm) INCLUDE Irvine32.inc .data prompt1 byte "Enter string to check palindrome: ", 0 prompt2 byte "This string is a palindrome.", 0 prompt3 byte "This string is not a palindrome. ", 0 strinp byte 50 DUP(?), 0 sizeofstr byte ? palinflag byte 0 temp byte ? .code MAIN PROC m...
Code/CustomControl/RAProperty/Src/WordList.asm
CherryDT/FbEditMOD
11
209195
WRDMEM equ 256*1024 PROPERTIES struct nSize dd ? nOwner dd ? nLine dd ? nEnd dd ? nType db ? PROPERTIES ends .code ClearWordList proc .if [ebx].RAPROPERTY.cbsize invoke RtlZeroMemory,[ebx].RAPROPERTY.lpmem,[ebx].RAPROPERTY.cbsize .endif xor eax,eax mov [ebx].RAPROPERTY.rp...
programs/oeis/108/A108775.asm
karttu/loda
1
209196
<gh_stars>1-10 ; A108775: a(n) = floor(sigma(n)/n). ; 1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,2,1,1,1,2,1,1,1,2,1,2,1,1,1,1,1,2,1,1,1,2,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,2,1,1,1,2,1,1,1,1,1,2,1,1,1,2,1,2,1,1,1,1,1,2,1,2,1,1,1,2,1,1,1,2,1,2,1,1,1,1,1,2,1,1,1,2,1,2,1,2,1,1,1,2,1,1,1,2,1,2,1,1,1,1,1,3,1,1,1,1,1,2,1,1,1,1,1,2,1,...
oeis/130/A130548.asm
neoneye/loda-programs
11
209197
; A130548: Denominators of 6*(sum(1/binomial(2*k,k),k=1..n)-1/3), n>=1. ; Submitted by <NAME> ; 1,1,10,70,105,2310,5460,20020,340340,6466460,461890,37182145,106234700,25160850,55454513400,1719089915400,573029971800,4011209802600,148414762696200,148414762696200,196290492598200,261655226633400600,392482839950100900,18446...
Transynther/x86/_processed/US/_st_sm_/i7-7700_9_0xca_notsx.log_21829_423.asm
ljhsiun2/medusa
9
209198
.global s_prepare_buffers s_prepare_buffers: push %r14 push %r9 push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_UC_ht+0xb5e7, %rdx nop nop cmp %rcx, %rcx movb (%rdx), %bl nop nop inc %r9 lea addresses_A_ht+0x1d8e7, %rsi lea addresses_D_ht+0x17aff, %rdi nop nop nop nop nop inc %r14 mov $16, %rcx rep movs...
oeis/049/A049348.asm
neoneye/loda-programs
11
209199
<gh_stars>10-100 ; A049348: Row sums of triangle A049324. ; Submitted by <NAME>(s1) ; 1,4,10,25,67,172,448,1165,3025,7864,20434,53101,137995,358600,931888,2421673,6293137,16353820,42498250,110439121,286995331,745807444,1938110800,5036519125,13088273857,34012163632,88386542578 lpb $0 sub $0,1 mul $1,3 add $1,1 ...
oeis/142/A142015.asm
neoneye/loda-programs
11
209200
; A142015: Primes congruent to 11 mod 31. ; Submitted by <NAME> ; 11,73,197,383,569,631,941,1499,1747,1871,1933,2243,2677,2801,3049,3359,3607,3793,3917,4289,4723,4909,5281,5591,5653,5839,6211,6397,6521,7079,7451,7699,7823,8009,8443,8629,8753,9001,9187,9311,9497,9931,10303,10427,10613,10799,10861,11047,11171,12101,12163...
savefile/maps/412E_FragrantFields.asm
stranck/fools2018-1
35
209201
<filename>savefile/maps/412E_FragrantFields.asm SECTION "Map_412E", ROM0[$B800] Map_412E_Header: hdr_tileset 0 hdr_dimensions 14, 8 hdr_pointers_a Map_412E_Blocks, Map_412E_TextPointers hdr_pointers_b Map_412E_Script, Map_412E_Objects hdr_pointers_c Map_412E_InitScript, ...
oeis/022/A022839.asm
neoneye/loda-programs
11
209202
<filename>oeis/022/A022839.asm ; A022839: Beatty sequence for sqrt(5). ; Submitted by <NAME>(s2) ; 2,4,6,8,11,13,15,17,20,22,24,26,29,31,33,35,38,40,42,44,46,49,51,53,55,58,60,62,64,67,69,71,73,76,78,80,82,84,87,89,91,93,96,98,100,102,105,107,109,111,114,116,118,120,122,125,127,129,131,134,136,138,140,143,145,147,149,1...
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_1102.asm
ljhsiun2/medusa
9
209204
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r14 push %rax push %rbx push %rcx push %rdi push %rsi lea addresses_A_ht+0x223a, %rsi lea addresses_UC_ht+0xb89a, %rdi nop nop sub %r14, %r14 mov $73, %rcx rep movsw dec %rax lea addresses_WC_ht+0x11f1a, %r11 nop inc %rdi movw $0x6162, (%r11) and $15402, %rcx...
A2/a2.asm
abishek2188/Comp-Architecture-Assignments
0
209205
.data char: .space 2 prompt: .asciiz "\nPlease enter Postfix Expression, then press ENTER: \n" null: .asciiz "" space: .ascii " " newline: .asciiz "\n" er: .asciiz "\nIncorrect Postfix Expression!\n" err: .asciiz "\nUnexpected char in the Postfix string!\n" re...
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_1759.asm
ljhsiun2/medusa
9
209207
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r10 push %r14 push %r15 push %rbp push %rcx push %rdi push %rdx push %rsi lea addresses_A_ht+0x11f3d, %rcx nop sub $56969, %rbp mov (%rcx), %rdx nop nop nop sub $49573, %rbp lea addresses_WT_ht+0xbb3d, %r10 nop nop nop nop sub $39849, %r15 mov...
PongAsc.asm
ShakedAvi/Pong-in-TASM-Assembly-8086
0
209208
startMsg db 10, 10, 10, 9, 9, 9, " _____ " db 10, 9, 9, 9, " | __ \ " db 10, 9, 9, 9, " | |__) |__ _ __ __ _ " db 10, 9, 9, 9, " | ___/ _ \| '_ \ / _` |" db 10, 9, 9, 9, " | | | (_) | | | | (_| |" db 10, 9, 9, 9, " |_| \___/|_| |_|\__, |" db ...
cmd/chkdsk/chkdsk1.asm
minblock/msdos
0
209209
;================================================================== ; CHKDSK1.ASM ; ; CHANGE HISTORY: ; M003 NSM 1/30/91 Initialise TOP_OF_MEM from DS:2 on load ; ; M005 NSM 2/24/91 Commit STDOUT so that if Chkdsk's output ; is redirected, we won't get a lost alloc. ; chain error ;====================...
_build/dispatcher/jmp_ippsGFpAdd_47531237.asm
zyktrcn/ippcp
1
209210
<reponame>zyktrcn/ippcp extern m7_ippsGFpAdd:function extern n8_ippsGFpAdd:function extern y8_ippsGFpAdd:function extern e9_ippsGFpAdd:function extern l9_ippsGFpAdd:function extern n0_ippsGFpAdd:function extern k0_ippsGFpAdd:function extern ippcpJumpIndexForMergedLibs extern ippcpSafeInit:function segment .data align...