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/119/A119327.asm
neoneye/loda-programs
11
123174
<gh_stars>10-100 ; A119327: Expansion of (1-4x+12x^2-16x^3+8x^4)/(1-x)^5. ; Submitted by <NAME>(s2) ; 1,1,7,19,38,66,106,162,239,343,481,661,892,1184,1548,1996,2541,3197,3979,4903,5986,7246,8702,10374,12283,14451,16901,19657,22744,26188,30016,34256,38937,44089,49743,55931,62686,70042,78034,86698,96071,106191,117097,128...
brainfuck.asm
PyroLagus/brainfuck.asm
4
123175
<filename>brainfuck.asm DATASIZE equ 30000 INPUTSIZE equ 10000 CODESIZE equ 10000 STACKSIZE equ 10000 segment .bss cells resq DATASIZE ; data array input resb INPUTSIZE ; input array code resb CODESIZE ; code array stack resd STACKSIZE ...
test2.asm
ShwetiMahajan/xv6_schedulersOS
0
123176
<reponame>ShwetiMahajan/xv6_schedulersOS _test2: file format elf32-i386 Disassembly of section .text: 00000000 <main>: #include "stat.h" #include "user.h" int main(int argc, char *argv[]) { 0: 55 push %ebp 1: 89 e5 mov %esp,%ebp 3: 83 e4 f0 and ...
src/test/ref/block-error-1.asm
jbrandwood/kickc
2
123177
// Demonstrates error "Block referenced, but not found in program." // Commodore 64 PRG executable file .file [name="block-error-1.prg", type="prg", segments="Program"] .segmentdef Program [segments="Basic, Code, Data"] .segmentdef Basic [start=$0801] .segmentdef Code [start=$80d] .segmentdef Data [startAfter="Code"]...
asm-basic/variables.asm
daid/rgbds-by-example
11
123178
INCLUDE "hardware.inc" SECTION "workram", WRAM0 ; Create a 1 byte variable wByteVariable:: ds 1 ; Create a 2 byte variable wWordVariable:: ds 2 ; Create a 16 byte buffer wBuffer:: ds 16 .end:: SECTION "entry", ROM0[$100] jp start SECTION "main", ROM0[$150] start: ; Store 100 in wByteVariable ld a, 10...
Transynther/x86/_processed/NONE/_st_/i3-7100_9_0x84_notsx.log_21829_2102.asm
ljhsiun2/medusa
9
123179
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: ret .global s_faulty_load s_faulty_load: push %r12 push %r15 push %rax push %rbp push %rcx push %rdi push %rsi // Store lea addresses_WT+0x135f4, %rax nop nop nop nop nop and %rcx, %rcx movb $0x51, (%rax) nop nop nop nop nop sub $9667, %rdi /...
base/mvdm/wow16/toolhelp/memman.asm
npocmaka/Windows-Server-2003
17
123180
;************************************************************************** ;* MEMMAN.ASM ;* ;* Returns information about the VMM. ;* ;************************************************************************** INCLUDE TOOLPRIV.INC sBegin CODE assumes CS,CODE ; MemManInfo ; ; ...
v1.25/disassembly/sys.asm
tkchia/MS-DOS-disassembly
3
123181
; MS-DOS v1.25 SYS.COM ; SHA-256: eaf5e7dbd3edbef716765ffb0a7554351061a6e80af5ae4cec5707d76cb7d7e1 ; Binary is part of MS-DOS v1.25 code as released by MS under MIT License ; Use the Netwide Assembler (nasm) to reproduce the original program ; This program updates the system files ibmbio.com and ibmdos.com on a ; targ...
s2/sfx-original/C8 - Flamethrower.asm
Cancer52/flamedriver
9
123182
Sound48_Flamethrower_Header: smpsHeaderStartSong 2 smpsHeaderVoiceNull smpsHeaderTempoSFX $01 smpsHeaderChanSFX $01 smpsHeaderSFXChannel cPSG3, Sound48_Flamethrower_PSG3, $00, $00 ; PSG3 Data Sound48_Flamethrower_PSG3: smpsPSGvoice $00 smpsPSGform $E7 dc.b nD3, $25 smpsStop
kernel/input/readjoy.asm
paulscottrobson/eris
13
123183
<reponame>paulscottrobson/eris ; ***************************************************************************** ; ***************************************************************************** ; ; Name: readjoy.asm ; Purpose: Return the joystick status. ; Created: 16th March 2020 ; Reviewed: 16th March 2020 ; Auth...
oeis/286/A286050.asm
neoneye/loda-programs
11
123185
; A286050: Positions of 0 in A286049; complement of A286051. ; Submitted by <NAME> ; 1,4,5,7,9,12,13,15,17,20,21,23,25,27,30,31,33,36,37,39,41,44,45,47,49,52,53,55,58,59,61,63,65,68,69,71,73,76,77,79,81,84,85,87,89,91,94,95,97,100,101,103,105,107,110,111,113,115,118,119,121,123,126,127,129,132,133,135,137,140,141,143,1...
mc-sema/validator/x86/tests/MAXSDrm.asm
randolphwong/mcsema
2
123186
<gh_stars>1-10 BITS 32 ;TEST_FILE_META_BEGIN ;TEST_TYPE=TEST_F ;TEST_IGNOREFLAGS= ;TEST_FILE_META_END ; put 2 into ecx for future load into xmm0 mov ecx, 0xFFEAD cvtsi2sd xmm0, ecx mov ecx, 0xDEADBEEF cvtsi2sd xmm1, ecx ;TEST_BEGIN_RECORDING lea ecx, [esp-8] movsd [ecx], xmm1 maxsd xmm0, [ecx] mov ecx, 0 ;TEST_END_REC...
programs/oeis/134/A134155.asm
neoneye/loda
22
123187
<filename>programs/oeis/134/A134155.asm ; A134155: a(n) = 1 + 21 n + 168 n^2 + 588 n^3 + 1029 n^4. ; 1,1807,21883,100801,303829,720931,1466767,2680693,4526761,7193719,10895011,15868777,22377853,30709771,41176759,54115741,69888337,88880863,111504331,138194449,169411621,205640947,247392223,295199941,349623289,411246151,4...
src/braces.asm
POBIX/asm-lang
1
123189
<reponame>POBIX/asm-lang codeseg proc _parse_lbrace far call history_prev push offset braces push ax call vb_push push [BX_PTR.output] push offset newline_str call vw_push p_next TOK_ANY exit ERR_UNEXPECTED_TOKEN endp proc _brace_func far mov di, [curr_func] DI_PTR equ (F...
chapter_04/segfault_badaddr.asm
GeertArien/low-level-programming
0
123190
<reponame>GeertArien/low-level-programming section .data correct: dq -1 section .text global _start _start: mov rax, [0x400000-1] ; exit mov rax, 60 xor rdi, rdi syscall
src/asm/boot/boot.asm
EduardoCulau/MIPS_uC
0
123191
<reponame>EduardoCulau/MIPS_uC #Boot do sistema. #Boot Constants. Endereco de inicio da pilha .eqv SP_INIT_VALUE 0x2e00 #Antes era 0x23ac, porem como agora temos o kernel o uso de memoria aumentou. .text 0x0 boot: #Inicializa endereco de comeco da pilha addiu $sp, $zero, SP_INIT_VALUE #...
CryptoPkg/Library/OpensslLib/X64/crypto/sha/sha256-x86_64.nasm
nicklela/edk2
3,012
123193
; WARNING: do not edit! ; Generated from openssl/crypto/sha/asm/sha512-x86_64.pl ; ; Copyright 2005-2020 The OpenSSL Project Authors. All Rights Reserved. ; ; Licensed under the OpenSSL license (the "License"). You may not use ; this file except in compliance with the License. You can obtain a copy ; in the fi...
oeis/002/A002281.asm
neoneye/loda-programs
11
123194
<filename>oeis/002/A002281.asm<gh_stars>10-100 ; A002281: a(n) = 7(10^n - 1)/9. ; 0,7,77,777,7777,77777,777777,7777777,77777777,777777777,7777777777,77777777777,777777777777,7777777777777,77777777777777,777777777777777,7777777777777777,77777777777777777,777777777777777777,7777777777777777777,77777777777777777777,777777...
sway-core/tests/ir_to_asm/struct_in_union.asm
binggh/sway
75
123195
<filename>sway-core/tests/ir_to_asm/struct_in_union.asm .program: ji i4 noop DATA_SECTION_OFFSET[0..32] DATA_SECTION_OFFSET[32..64] lw $ds $is 1 add $$ds $$ds $is move $r3 $sp ; save locals base register cfei i8 ; allocate 8 bytes for all locals move $r0 $sp ...
Pre/MIPS_Asm/hamilton.asm
flyinglandlord/BUAA-CO-2021
5
123196
<filename>Pre/MIPS_Asm/hamilton.asm .data graph: .space 1024 vis: .space 512 endl: .word '\n' .macro setGraph(%data, %i, %j) sll $t8, %i, 4 add $t8, $t8, %j sll $t8, $t8, 2 sw %data, graph($t8) .end_macro .macro getGraph(%ans, %i, %j) sll $t8, %i, 4 add $t8, $t8, %j sll $t8, $t8, 2 lw %ans, graph($t8) .end...
CryptoPkg/Library/IntrinsicLib/Ia32/MathRShiftU64.nasm
CEOALT1/RefindPlusUDK
2,757
123197
;------------------------------------------------------------------------------ ; ; Copyright (c) 2016, Intel Corporation. All rights reserved.<BR> ; This program and the accompanying materials ; are licensed and made available under the terms and conditions of the BSD License ; which accompanies this distribution...
ansi_cursor_show.asm
thlorenz/lib.asm
12
123198
<reponame>thlorenz/lib.asm<gh_stars>10-100 ; vim: ft=nasm extern sys_write_stdout section .data ansi_show: db 27,'[?25h' ansi_show_len equ $-ansi_show section .text ; -------------------------------------------------------------- ; ansi_cursor_show ; shows cursor ; ; args: none ; out : nothing, all registers ...
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_902.asm
ljhsiun2/medusa
9
123199
.global s_prepare_buffers s_prepare_buffers: push %r14 push %r15 push %r8 push %r9 push %rax push %rcx push %rdi push %rdx push %rsi lea addresses_WC_ht+0xbc59, %rax nop add $52861, %r14 and $0xffffffffffffffc0, %rax vmovaps (%rax), %ymm3 vextracti128 $1, %ymm3, %xmm3 vpextrq $0, %xmm3, %r8 nop sub $47412, %r9 lea addr...
v0.2/Source/string.asm
sjmeunier/cros
0
123200
;----------------------------------------------------- ;CrOs v0.02 ;<NAME> ; ;String handling routines ;----------------------------------------------------- ; ;----------------------------------------------------- ;Clear a string by setting it to 0 ;I: si address of string ; cl length of string ;O: no...
programs/oeis/055/A055831.asm
karttu/loda
0
123201
<gh_stars>0 ; A055831: T(n,n-4), where T is the array in A055830. ; 5,15,31,54,85,125,175,236,309,395,495,610,741,889,1055,1240,1445,1671,1919,2190,2485,2805,3151,3524,3925,4355,4815,5306,5829,6385,6975,7600,8261,8959,9695,10470,11285,12141,13039 mov $2,$0 lpb $0,1 sub $0,$0 add $0,$2 add $0,11 mov $1,16 mov...
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2.log_7067_1482.asm
ljhsiun2/medusa
9
123202
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r13 push %r9 push %rdx lea addresses_A_ht+0x19222, %rdx nop cmp %r13, %r13 mov (%rdx), %r9w nop nop nop nop inc %r13 pop %rdx pop %r9 pop %r13 ret .global s_faulty_load s_faulty_load: push %r12 push %r14 push %rbx push %rdi push %rsi // ...
unittests/ASM/X87_F64/FIST_F64.asm
Seas0/FEX
0
123203
<filename>unittests/ASM/X87_F64/FIST_F64.asm<gh_stars>0 %ifdef CONFIG { "Env": { "FEX_X87REDUCEDPRECISION" : "1" }, "RegData": { "RAX": "0xffffffff" } } %endif ; Test behaviour of overflow ; and storing negative numbers ; to 32-bit registers. lea rbp, [rel data] mov rdx, 0xe0000000 fld qword [rbp] fistp dw...
computer-architecture/labs/lab4/7_s.asm
vampy/university
6
123204
ASSUME cs: code, ds:data data SEGMENT a DB 20 b DB 10 c DW 5 result DD ? data ENDS code SEGMENT start: mov ax, data mov ds, ax ; a, b - byte ; c - word ; 7. (a - 2) / (b + c) + a * c = 101 ; DX:AX = AX * c mov AL, a cbw mov CX, AX imul c mov word PTR result...
programs/quake/q1source/QW/client/d_draw16.asm
chaos4ever/chaos-old
0
123205
<filename>programs/quake/q1source/QW/client/d_draw16.asm .386P .model FLAT externdef _d_zistepu:dword externdef _d_pzbuffer:dword externdef _d_zistepv:dword externdef _d_zrowbytes:dword externdef _d_ziorigin:dword externdef _r_turb_s:dword externdef _r_turb_t:dword externdef _r_turb_pdest:dword ext...
libsrc/_DEVELOPMENT/alloc/malloc/c/sdcc_iy/heap_alloc_aligned_unlocked_callee.asm
jpoikela/z88dk
640
123206
<gh_stars>100-1000 ; void *heap_alloc_aligned_unlocked_callee(void *heap, size_t alignment, size_t size) SECTION code_clib SECTION code_alloc_malloc PUBLIC _heap_alloc_aligned_unlocked_callee EXTERN asm_heap_alloc_aligned_unlocked _heap_alloc_aligned_unlocked_callee: pop hl pop de pop bc ex (sp),hl ...
programs/oeis/315/A315237.asm
jmorken/loda
1
123207
; A315237: Coordination sequence Gal.4.128.4 where G.u.t.v denotes the coordination sequence for a vertex of type v in tiling number t in the Galebach list of u-uniform tilings. ; 1,6,10,14,24,26,30,34,48,46,50,54,72,66,70,74,96,86,90,94,120,106,110,114,144,126,130,134,168,146,150,154,192,166,170,174,216,186,190,194,24...
C5515_Support_Files/C5515_Lib/dsplib_2.40.00/55x_src/cifft32_noscale.asm
HeroSizy/Sizy
0
123209
<reponame>HeroSizy/Sizy ;*********************************************************** ; Version 2.40.00 ;*********************************************************** ; Processor: C55xx ; Descripac1on: 32-bit radix-2 DIT complex iFFT using normal input data ; and bit-re...
programs/oeis/157/A157823.asm
neoneye/loda
22
123211
<filename>programs/oeis/157/A157823.asm ; A157823: a(n) = A156591(n) + A156591(n+1). ; -5,-1,-2,-4,-8,-16,-32,-64,-128,-256,-512,-1024,-2048,-4096,-8192,-16384,-32768,-65536,-131072,-262144,-524288,-1048576,-2097152,-4194304,-8388608,-16777216,-33554432,-67108864,-134217728,-268435456,-536870912,-1073741824,-2147483648...
programs/oeis/126/A126473.asm
neoneye/loda
22
123212
<gh_stars>10-100 ; A126473: Number of strings over a 5 symbol alphabet with adjacent symbols differing by three or less. ; 1,5,23,107,497,2309,10727,49835,231521,1075589,4996919,23214443,107848529,501037445,2327695367,10813893803,50238661313,233396326661,1084301290583,5037394142315,23402480441009,108722104190981,505095...
src/function.asm
melihtanriyakul/Array-and-function-implementations-SystemVerilog
0
123213
<gh_stars>0 .data # variable declarations follow this line var1: .word 3 # int a; var2: .word 5 # int b; result: .word 0 # int result; .text main: addi $sp, $sp, -12 # stack frame sw $ra, 0($sp) # store $ra lw $a0, var1 # a = 3 lw $a1, var2 # b = 3 lw $a2, result # result = 0 sw $a2, ...
cmd/debug/debems.asm
minblock/msdos
0
123214
<filename>cmd/debug/debems.asm<gh_stars>0 PAGE 60,132 ; TITLE DEBEMS.ASM - EMS DEBUGGER COMMANDS ;/* ; * Microsoft Confidential ; * Copyright (C) Microsoft Corporation 1991 ; * All Rights Reserved. ; */ ;======================= START OF SPECIFICATIONS ==...
src/test/ref/test-keyboard.asm
jbrandwood/kickc
2
123215
<reponame>jbrandwood/kickc<filename>src/test/ref/test-keyboard.asm<gh_stars>1-10 // Test keyboard input - in the keyboard matrix and mapping screen codes to key codes // Commodore 64 PRG executable file .file [name="test-keyboard.prg", type="prg", segments="Program"] .segmentdef Program [segments="Basic, Code, Data"]...
Testcases/loop.asm
5ayam5/COL216-Minor
0
123216
main: addi $t1, $0, 5 sw $t1, 1000 addi $t0, $0, 0 loop: lw $s0, 1000 addi $t0, $t0, 1 bne $t0, $t1, loop
Final Assignment CSE331/Solution/1.asm
MehbinMimi/CSE331L-Section-1-Fall20-NSU
0
123217
<gh_stars>0 .MODEL SMALL .STACK 100H .DATA S_1 DB 'Enter a lower-case alphabet(a-z): $' S_2 DB 0DH,0AH, 'The upper-case form: $' .CODE MAIN PROC MOV AX,@DATA MOV DS,AX LEA DX,S_1 ;print S_1 MOV AH,9 INT 21H MOV AH,1 ;reads a character INT 21H MOV BL,AL ;sa...
src/test/resources/data/reorganizertests/test5-expected.asm
cpcitor/mdlz80optimizer
36
123219
<filename>src/test/resources/data/reorganizertests/test5-expected.asm ; Test when more than one block could be moved to the same position. To make sure only one is moved loop: jr loop func2: ld a, 1 ; jp func1 ; -mdl func1: ld (hl), a ret func3: ld a, 2 jp func1
Transynther/x86/_processed/US/_st_/i7-7700_9_0xca.log_5684_1379.asm
ljhsiun2/medusa
9
123220
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r8 push %rax push %rbx push %rcx push %rdi push %rsi lea addresses_WC_ht+0x5641, %r8 nop nop nop nop nop sub %rbx, %rbx mov $0x6162636465666768, %rdi movq %rdi, %xmm5 movups %xmm5, (%r8) nop nop nop cmp $53712, %rax lea addresses_WC_ht+0xe85, %rsi l...
Assembly logic/Array logic.asm
cashsignsesh/ProgrammingLanguageTutorialIdea
4
123221
format PE start: ;Array format and consequently size is ;Length of array, Size of array member,Array bytesSize=16 ;This should be: ;dd, length of array ;dd, size of each array member ;... each array member ;===...
src/makerom.asm
mzxrules/z64-dual
0
123222
<filename>src/makerom.asm .headersize (G_ENTRYPOINT - 0x1000) .org G_ENTRYPOINT .area 0x60, 0 la t0, G_BOOT_ENTRYPOINT lui sp, 0x8078 jr t0 addiu sp, sp, 0x1FF0 nop .endarea
programs/oeis/183/A183299.asm
jmorken/loda
1
123223
; A183299: Complement of A005563. ; 1,2,4,5,6,7,9,10,11,12,13,14,16,17,18,19,20,21,22,23,25,26,27,28,29,30,31,32,33,34,36,37,38,39,40,41,42,43,44,45,46,47,49,50,51,52,53,54,55,56,57,58,59,60,61,62,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,81,82,83,84,85,86,87,88 mov $1,$0 lpb $0 add $1,1 add $2,2 sub $0,$2...
libsrc/cpc/firmware.asm
meesokim/z88dk
0
123224
<reponame>meesokim/z88dk<gh_stars>0 ; ; Amstrad CPC Specific libraries ; ; <NAME> - May 2008 ; ; ; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ; ; Firmware interposer ; ; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ; ; Used internally only ; ; - - - - - - - - - - - - - - - - - - - - - - ...
programs/oeis/168/A168207.asm
neoneye/loda
22
123225
<filename>programs/oeis/168/A168207.asm ; A168207: a(n) = 5*n - a(n-1) + 1 with n>1, a(1)=2. ; 2,14,7,19,12,24,17,29,22,34,27,39,32,44,37,49,42,54,47,59,52,64,57,69,62,74,67,79,72,84,77,89,82,94,87,99,92,104,97,109,102,114,107,119,112,124,117,129,122,134,127,139,132,144,137,149,142,154,147,159,152,164,157,169,162,174,1...
SLIDE_Tetranglix.asm
XlogicX/CactusCon2017
2
123226
<filename>SLIDE_Tetranglix.asm<gh_stars>1-10 %include 'textmode.h' call draw_border mov di, 160 * 2 + 8 ;where to place cursor mov si, line01 ;fetch the text mov ah, 0x0A ;color call slide_line mov di, 160 * 4 + 16 ;where to place cursor mov si, line02 ;fetch the text call slide_line ; The Playing Board...
Transynther/x86/_processed/NONE/_ht_/i9-9900K_12_0xa0.log_21829_403.asm
ljhsiun2/medusa
9
123227
<filename>Transynther/x86/_processed/NONE/_ht_/i9-9900K_12_0xa0.log_21829_403.asm<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r15 push %rax push %rcx push %rdi push %rdx push %rsi lea addresses_A_ht+0x1eadd, %rsi lea addresses_A_ht+0xb770, %rdi nop nop nop nop sub %rdx, %rdx mov...
oeis/007/A007425.asm
neoneye/loda-programs
11
123228
<gh_stars>10-100 ; A007425: d_3(n), or tau_3(n), the number of ordered factorizations of n as n = r s t. ; Submitted by <NAME> ; 1,3,3,6,3,9,3,10,6,9,3,18,3,9,9,15,3,18,3,18,9,9,3,30,6,9,10,18,3,27,3,21,9,9,9,36,3,9,9,30,3,27,3,18,18,9,3,45,6,18,9,18,3,30,9,30,9,9,3,54,3,9,18,28,9,27,3,18,9,27,3,60,3,9,18,18,9,27,3,45,...
libsrc/_DEVELOPMENT/compress/aplib/z80/__aplib_var.asm
jpoikela/z88dk
640
123229
SECTION bss_clib SECTION bss_compress_aplib PUBLIC __aplib_var_bits PUBLIC __aplib_var_byte PUBLIC __aplib_var_LWM PUBLIC __aplib_var_R0 __aplib_var_bits: defb 0 __aplib_var_byte: defb 0 __aplib_var_LWM: defb 0 __aplib_var_R0: defw 0
src/win32/amd64/threefish256.asm
TomCrypto/Ordo
1
123230
;/===-- threefish256.asm ------------------------*- win32/amd64 -*- ASM -*-===*/ ; Threefish-256 implementation for AMD64 (Windows ABI) ;/===----------------------------------------------------------------------===*/ BITS 64 global threefish256_forward_ASM global threefish256_inverse_ASM section .text threefish25...
data/handle_nightmons.asm
longlostsoul/EvoYellow
16
123231
<reponame>longlostsoul/EvoYellow HandleNightMons: ; replace the 1, 4, and 7 grassmon slots ld hl, NightWildMonPointers ld a,[wCurMap] ; get wild data for current map ld c,a ld b,0 add hl,bc add hl,bc ld a,[hli] ld h,[hl] ld l,a ; hl now points to wild data for current map ld a, [hli] cp $ff ret z l...
libsrc/_DEVELOPMENT/math/float/math48/z80/core/mm48__sleft.asm
jpoikela/z88dk
640
123232
SECTION code_clib SECTION code_fp_math48 PUBLIC mm48__sleft, mm48__left mm48__sleft: ;rotate AC left or a mm48__left: rl h rl e rl d rl c rl b ret
MSDOS/Virus.MSDOS.Unknown.ow7.asm
fengjixuchui/Family
3
123233
<gh_stars>1-10 Main: Mov Ah,4eh Lea Dx,FileSpec Int 21h Mov Ah,3ch Mov Dx,9eh On2: Int 21h Mov Dl,Length FileSpec Db '*.*',0 Mov Bh,40h Xchg Cx,Dx Xchg Ax,Bx ...
externals/mpir-3.0.0/mpn/x86_64w/skylake/add_n.asm
JaminChan/eos_win
12
123234
; AMD64 mpn_add_n ; Copyright 2016 <NAME> ; This file is part of the MPIR Library. ; The MPIR Library is free software; you can redistribute it and/or modify ; it under the terms of the GNU Lesser General Public License as published ; by the Free Software Foundation; either version 2.1 of the License, or (at ; ...
libsrc/_DEVELOPMENT/target/cpm/driver/terminal/cpm_01_input_kbd_dcio/cpm_01_input_kbd_dcio_iterm_msg_getc.asm
teknoplop/z88dk
0
123235
<reponame>teknoplop/z88dk INCLUDE "clib_cfg.asm" SECTION code_driver SECTION code_driver_terminal_input PUBLIC cpm_01_input_kbd_dcio_iterm_msg_getc EXTERN __CPM_DCIO EXTERN asm_cpm_bdos_alt, error_mc cpm_01_input_kbd_dcio_iterm_msg_getc: ; enter : ix = & FDSTRUCT.JP ; ; exit : a = keyboard char af...
src/test/ref/zeropage-overflow.asm
jbrandwood/kickc
2
123236
<filename>src/test/ref/zeropage-overflow.asm // Tests that variables overflow to main memory when zeropage is exhausted // Commodore 64 PRG executable file .file [name="zeropage-overflow.prg", type="prg", segments="Program"] .segmentdef Program [segments="Basic, Code, Data"] .segmentdef Basic [start=$0801] .segmentde...
tests/jump.asm
l3gacyb3ta/super16
2
123237
<filename>tests/jump.asm # h load p1 0x0068 prt 0x0000 0x0000 # o load p1 0x0065 prt 0x0000 0x0000 jump o 0x0000 # l load p1 0x006c prt 0x0000 0x0000 # l load p1 0x006c prt 0x0000 0x0000 .o # o load p1 0x006f prt 0x0000 0x0000 # print newline load p1 0x0000 prt 0x0000 0x0000
programs/oeis/282/A282630.asm
neoneye/loda
22
123238
; A282630: Number of steps to reach 1 when starting from n and iterating the map x -> x - A055396(x). ; 0,1,1,2,2,3,2,3,3,4,4,5,3,4,4,5,5,6,5,6,6,7,5,6,8,9,9,10,6,7,7,8,8,9,9,10,9,10,10,11,11,12,7,8,8,9,9,10,9,10,10,11,10,11,12,13,13,14,13,14,8,9,9,10,10,11,11,12,12,13,11,12,12,13,13,14,13,14,14,15,15,16,15,16,17,18,18...
libsrc/_DEVELOPMENT/math/float/am9511/lam32/c/sccz80/hypot_callee.asm
ahjelm/z88dk
640
123240
SECTION code_fp_am9511 PUBLIC hypot_callee EXTERN cam32_sccz80_hypot_callee defc hypot_callee = cam32_sccz80_hypot_callee ; SDCC bridge for Classic IF __CLASSIC PUBLIC _hypot_callee EXTERN cam32_sdcc_hypot_callee defc _hypot_callee = cam32_sdcc_hypot_callee ENDIF
dino/lcs/enemy/8C.asm
zengfr/arcade_game_romhacking_sourcecode_top_secret_data
6
123241
copyright zengfr site:http://github.com/zengfr/romhack 00042A move.l D1, (A0)+ 00042C dbra D0, $42a 004D3E move.l D0, (A4)+ 004D40 dbra D1, $4d38 0324FE sub.w ($8c,A6), D0 [enemy+ 8] 032502 addq.w #8, D0 [enemy+8C] 03251A move.w ($8,A6), ($8c,A6) 032520 move.w ($10,A6), ($8e,A6) [enemy+8C] 03...
libsrc/_DEVELOPMENT/arch/zx/tape/c/sdcc_iy/zx_tape_save_block_callee.asm
jpoikela/z88dk
640
123242
<filename>libsrc/_DEVELOPMENT/arch/zx/tape/c/sdcc_iy/zx_tape_save_block_callee.asm ; unsigned char zx_tape_save_block(void *src, unsigned int len, unsigned char type) SECTION code_clib SECTION code_arch PUBLIC _zx_tape_save_block_callee EXTERN asm_zx_tape_save_block _zx_tape_save_block_callee: pop hl pop bc ...
Library/Math/Float/floatHigh.asm
steakknife/pcgeos
504
123243
<filename>Library/Math/Float/floatHigh.asm COMMENT @----------------------------------------------------------------------- Copyright (c) Geoworks 1991 -- All Rights Reserved PROJECT: PC GEOS MODULE: FILE: AUTHOR: Cheng, 1/91 ROUTINES: Name Description ---- ----------- FloatAdd Flo...
sk/sfx/BD.asm
Cancer52/flamedriver
9
123244
<gh_stars>1-10 Sound_BD_Header: smpsHeaderStartSong 3 smpsHeaderVoice Sound_BD_Voices smpsHeaderTempoSFX $01 smpsHeaderChanSFX $02 smpsHeaderSFXChannel cFM3, Sound_BD_FM3, $00, $00 smpsHeaderSFXChannel cFM4, Sound_BD_FM4, $02, $00 ; FM4 Data Sound_BD_FM4: smpsAlterNote $90 ; FM3 Data Sound_BD_FM3...
oeis/189/A189356.asm
neoneye/loda-programs
11
123245
; A189356: a(n) gives y-values solving the Diophantine equation 2*x^2 + (x-1)^2 = y^2 for positive x. ; 3,41,571,7953,110771,1542841,21489003,299303201,4168755811,58063278153,808717138331,11263976658481,156886956080403,2185153408467161,30435260762459851,423908497265970753,5904283700961130691,82236063316189858921,114540...
hello-world/sub-routine.asm
RossRKK/c64-tests
0
123246
<filename>hello-world/sub-routine.asm *=$1000 ldx #$0 ;ldx is pointer to the current character in the string ldy #$0 ;ldy is offset from the begiining of the screen sty cusrsor_ptr ;clear the pointer jmp print_str text_ptr .screen "hello, world!" .byte 0 screen=1024 cusrsor_ptr = $4000 ; print the character in the ...
src/termimage-bootloader/src/0-floppy/02-ebr.asm
nabijaczleweli/termimage-bootloader
0
123248
; The MIT License (MIT) ; ; Copyright (c) 2016 nabijaczleweli ; ; Permission is hereby granted, free of charge, to any person obtaining a copy of ; this software and associated documentation files (the "Software"), to deal in ; the Software without restriction, including without limitation the rights to ; use, copy, mo...
install/lib/bios/setbrk.asm
minblock/msdos
0
123249
; ======================================================== COMMENT # SETBREAK.ASM Copyright (c) 1991 - Microsoft Corp. All rights reserved. Microsoft Confidential johnhe - 03/03/89 END COMMENT # ;======================================================== include MODEL.INC .CODE ; ==========================...
_build/dispatcher/jmp_ippsSMS4EncryptCFB_9739eebd.asm
zyktrcn/ippcp
1
123250
extern m7_ippsSMS4EncryptCFB:function extern n8_ippsSMS4EncryptCFB:function extern y8_ippsSMS4EncryptCFB:function extern e9_ippsSMS4EncryptCFB:function extern l9_ippsSMS4EncryptCFB:function extern n0_ippsSMS4EncryptCFB:function extern k0_ippsSMS4EncryptCFB:function extern ippcpJumpIndexForMergedLibs extern ippcpSafeIni...
CS2610/problem4.asm
shariefsmm/College-Codes
0
123251
#problem4.asm .data my_roll_no: .word 1126 str1: .asciiz "My roll no is: " str2: .asciiz "\nPlease enter your name: " name: .space 40 str3: .asciiz "Please enter your roll no: " str4: .asciiz "Your name is: " str5: .asciiz "Your roll no is: " str6: .asciiz "\nPlease enter a floating point nu...
oeis/049/A049017.asm
neoneye/loda-programs
11
123252
<filename>oeis/049/A049017.asm ; A049017: Expansion of 1/((1-x)^7-x^7). ; Submitted by <NAME> ; 1,7,28,84,210,462,924,1717,3017,5110,8568,14756,27132,54264,116281,257775,572264,1246784,2641366,5430530,10861060,21242341,40927033,78354346,150402700,291693136,574274008,1148548016,2326683921,4749439975,9714753412,198184987...
programs/oeis/064/A064608.asm
neoneye/loda
22
123253
; A064608: Partial sums of A034444: sum of number of unitary divisors from 1 to n. ; 1,3,5,7,9,13,15,17,19,23,25,29,31,35,39,41,43,47,49,53,57,61,63,67,69,73,75,79,81,89,91,93,97,101,105,109,111,115,119,123,125,133,135,139,143,147,149,153,155,159,163,167,169,173,177,181,185,189,191,199,201,205,209,211,215,223,225,229,2...
oeis/332/A332921.asm
neoneye/loda-programs
11
123254
<reponame>neoneye/loda-programs<gh_stars>10-100 ; A332921: Number of symmetric non-isomorphic free unrooted snake-shaped polyominoes of maximum length on a quadratic board of n X n squares. ; Submitted by <NAME> ; 1,1,2,3,2,0,3,0,2,0 mov $5,$0 lpb $0 mov $2,-2 bin $2,$0 add $0,4 mod $0,8 div $2,2 cmp $4,0 ...
lib/spec_crt0.asm
teknoplop/z88dk
0
123255
<gh_stars>0 ; Kludgey startup for Spectra ; Options: ; startup=2 --> ROM mode (position code at location 0 and provide minimal interrupt services) ; startup=3 --> Place variables in printer buffer to save memory (may be dangerous !) ; ; djm 18/5/99 ; ; $Id: spec_crt0.a...
oeis/232/A232617.asm
neoneye/loda-programs
11
123256
<reponame>neoneye/loda-programs ; A232617: Product of first n odd numbers plus product of first n even numbers: (2n-1)!! + (2n)!!, where k!! = A006882(k). ; 3,11,63,489,4785,56475,780255,12348945,220253985,4370620275,95498916975,2278224696825,58917607974225,1641787169697675,49040157044253375,1563094742062478625,5295332...
Lab5/DOG_LCD_BasicTest/DOG_LCD_BasicTest/main.asm
SeyisJohn/280
0
123257
;***************************************************************** ;********** BASIC DOG LCD TEST PROGRAM ********** ;***************************************************************** ; ;DOG_LCD_BasicTest.asm ; Simple test application to verify DOG LCD is properly ; wired. This test writes si...
programs/oeis/026/A026357.asm
neoneye/loda
22
123258
<gh_stars>10-100 ; A026357: a(n) = sum of the numbers between the two n's in A026354. ; 0,5,10,20,33,43,61,74,97,123,141,172,206,229,268,294,338,385,416,468,502,559,619,658,723,791,835,908,955,1033,1114,1166,1252,1341,1398,1492,1552,1651,1753,1818,1925,1993,2105,2220,2293 mov $2,$0 seq $0,75317 ; Pair the odd numbers ...
fiat-amd64/224.60_ratio09379_seed3894390947325035_square_p434.asm
dderjoel/fiat-crypto
491
123260
<filename>fiat-amd64/224.60_ratio09379_seed3894390947325035_square_p434.asm SECTION .text GLOBAL square_p434 square_p434: sub rsp, 0x650 ; last 0x30 (6) for Caller - save regs mov [ rsp + 0x620 ], rbx; saving to stack mov [ rsp + 0x628 ], rbp; saving to stack mov [ rsp + 0x630 ], r12; saving to stack mov [ rsp + 0x63...
oeis/240/A240068.asm
neoneye/loda-programs
11
123262
<filename>oeis/240/A240068.asm<gh_stars>10-100 ; A240068: Number of prime Lipschitz quaternions having norm prime(n). ; Submitted by <NAME>(s3) ; 24,32,48,64,96,112,144,160,192,240,256,304,336,352,384,432,480,496,544,576,592,640,672,720,784,816,832,864,880,912,1024,1056,1104,1120,1200,1216,1264,1312,1344,1392,1440,1456...
programs/oeis/085/A085425.asm
neoneye/loda
22
123263
<filename>programs/oeis/085/A085425.asm<gh_stars>10-100 ; A085425: Number of minus ones in the symmetric signed digit expansion of n with q=2 (i.e., the representation of n in the (-1,0,1)_2 number system). ; 0,0,1,0,0,1,1,0,0,0,2,1,1,1,1,0,0,0,1,0,0,2,2,1,1,1,2,1,1,1,1,0,0,0,1,0,0,1,1,0,0,0,3,2,2,2,2,1,1,1,2,1,1,2,2,1...
45/beef/drv/csd/src/geninit.asm
minblock/msdos
0
123264
<gh_stars>0 ;* General Purpose FInitCsd Routine ;* NonStandard FInitCsd ;***************************************************************************** ;********** FInitCsd ********** ;* entry: ;* pinch = near pointer to INCH structure to fill ;* * Initialize the screen to the given mode ;* exit: AX != 0 if ok cPro...
fld-text/fld-text.asm
yupferris/makeshift
29
123265
<filename>fld-text/fld-text.asm<gh_stars>10-100 #import "../common.inc" #import "fld-text.inc" #import "../zoom-plasma/zoom-plasma.inc" .const zp_base = $80 .const fld_y_index = zp_base .const fld_y = zp_base + 1 .const enable_motion = zp_base + 3 .pc = fld_text_code_base "interface" jmp ini...
MASM/13data.asm
iamvk1437k/mpmc
1
123266
<reponame>iamvk1437k/mpmc<gh_stars>1-10 ASSUME CS:CODE,DS:DATA DATA SEGMENT X DB 01H,02H,03H,04H,05H ; DATA ENDS CODE SEGMENT START:MOV AX,DATA MOV DS,AX MOV CX,05H LEA SI,X+04 LEA DI,X+04+05 UP: MOV BL,[SI] MOV [DI],BL DEC SI DEC DI DEC CX JNZ UP MOV AH,4CH INT 21H CODE ENDS END START
Assembler/GETUCB.asm
MinionSas/Mainframe
0
123268
TITLE 'GET UCB INFORMATION BASED ON DEVICE NUMBER' * GETUCBI START 0 GETUCBI AMODE 31 GETUCBI RMODE ANY * SAVE (14,12) ENTRY LINKAGE AND BASE BALR R12,0 REGISTER ESTABLISHMENT. USING *,R12 . ST R13,SAVEAREA+4 ...
oeis/158/A158860.asm
neoneye/loda-programs
11
123269
; A158860: Triangle T(n,k)= ( 1 +T(n-1,k)*T(n,k-1) ) / T(n-1,k-1) initialized by T(n,0)=3n-2, T(n,k)=0 if k>=n, read by rows 0<=k<n. ; Submitted by <NAME> ; 1,4,1,7,2,1,10,3,2,1,13,4,3,2,1,16,5,4,3,2,1,19,6,5,4,3,2,1,22,7,6,5,4,3,2,1,25,8,7,6,5,4,3,2,1,28,9,8,7,6,5,4,3,2,1 mov $2,$0 lpb $0 add $4,1 mov $3,$4 cmp...
libsrc/_DEVELOPMENT/arch/zx/bifrost_h/z80/asm_BIFROSTH_drawTileH.asm
teknoplop/z88dk
0
123270
; ---------------------------------------------------------------- ; Z88DK INTERFACE LIBRARY FOR THE BIFROST* ENGINE - RELEASE 1.2/L ; ; See "bifrost_h.h" for further details ; ---------------------------------------------------------------- SECTION code_clib SECTION code_bifrost_h PUBLIC asm_BIFROSTH_drawTileH defc...
float-to-int-sum.asm
Praggya17/HacktoberFestContribute
98
123272
<filename>float-to-int-sum.asm # Cross References: # f0: N, # s3: Sum ##################################################################### .data prompt: .asciiz "\n\n Please Input a value for N = " floatPrompt: .asciiz "\n You Entered A FLOAT. Your number will be truncated." floatValue: .asciiz "\n The float...
oeis/285/A285676.asm
neoneye/loda-programs
11
123273
<filename>oeis/285/A285676.asm ; A285676: Beatty sequence of (7 + sqrt(7))/6; complement of A022841. ; Submitted by <NAME> ; 1,3,4,6,8,9,11,12,14,16,17,19,20,22,24,25,27,28,30,32,33,35,36,38,40,41,43,45,46,48,49,51,53,54,56,57,59,61,62,64,65,67,69,70,72,73,75,77,78,80,81,83,85,86,88,90,91,93,94,96,98,99,101,102,104,106...
libsrc/video/tms9918/gen_color.asm
Frodevan/z88dk
640
123275
<gh_stars>100-1000 ; ; z88dk library: Generic VDP support code ; ; int msx_color(int foreground, int background, int border ); ; ; Change the color attributes (MSX style) ; ; $Id: gen_color.asm,v 1.4 2016-07-14 17:44:17 pauloscustodio Exp $ ; SECTION code_clib PUBLIC msx_color PUBLIC _msx_color EXTERN SETW...
src/PJ/flic386p/libsrc/8514/mmmmhseg.asm
AnimatorPro/Animator-Pro
119
123276
include a8514.i CGROUP group code code segment dword 'CODE' assume cs:CGROUP,ds:CGROUP _pj_8514_get_hseg proc near public _pj_8514_get_hseg ghsp struc ghs_ebp dd ? ghs_ret dd ? ghs_v dd ? ghs_pixbuf dd ? ghs_x dd ? ghs_y dd ? ghs_width dd ? ghsp ends push ebp mov ebp,esp push ...
bddisasm_test/cet/cet_64.asm
andreaswimmer/bddisasm
675
123277
<filename>bddisasm_test/cet/cet_64.asm bits 64 db 0xF3, 0x0F, 0x01, 0x28 ; RSTORSSP [rax] db 0xF3, 0x0F, 0x01, 0xEA ; SAVEPREVSSP db 0xF3, 0x0F, 0x01, 0xE8 ; SETSSBSY db 0xF3, 0x0F, 0x1E, 0xC8 ; RDSSPD eax db 0xF3, 0x48...
3. project.asm
rkm2110/Connect_4_game
0
123278
<reponame>rkm2110/Connect_4_game<filename>3. project.asm # To see the grid connect to bitmap display using width = 8 and height = 8 # display with and display height in pixels should be set to 512 x 512 # and base address for display should be set to heap. .data ColorTable: .word 0x0000FF .word 0xFF0000 .word 0x...
programs/oeis/033/A033887.asm
neoneye/loda
22
123279
; A033887: a(n) = Fibonacci(3*n+1). ; 1,3,13,55,233,987,4181,17711,75025,317811,1346269,5702887,24157817,102334155,433494437,1836311903,7778742049,32951280099,139583862445,591286729879,2504730781961,10610209857723,44945570212853,190392490709135,806515533049393,3416454622906707,14472334024676221,61305790721611591,259695...
Source Codes/Array cube.asm
kaazima/Emulator-8086
0
123280
<reponame>kaazima/Emulator-8086 .MODEL small .DATA temp db ? strlen db ? msg1 db "Enter array elements:$" msg2 db "Modified array:$" num dw 10h ? .CODE .STARTUP mov dx,offset msg1 mov ah,09h int 21h mov dx,offset num mov ah,0Ah int 21h ;Finding length of array mov si,offset num inc si mov b...
ZORTON.reko/ZORTON_18D5.asm
0xLiso/dePIXELator
0
123283
<gh_stars>0 ;;; Segment 18D5 (18D5:0000) 18D5:0000 FD 05 C3 05 F6 05 37 04 03 05 00 00 00 00 00 00 ......7......... 18D5:0010 00 00 00 00 00 00 00 00 00 00 00 90 00 00 00 00 ................ 18D5:0020 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ ; ... 18D5:0310 00 00 1C 00 AC 01 00 01 02 01 03 04 05...
PRG/levels/Giant/4-3.asm
narfman0/smb3_pp1
0
123287
<reponame>narfman0/smb3_pp1<gh_stars>0 ; Original address was $B00F ; 4-3 entrance .word W403_UnderL ; Alternate level layout .word W403_UnderO ; Alternate object layout .byte LEVEL1_SIZE_03 | LEVEL1_YSTART_170 .byte LEVEL2_BGPAL_00 | LEVEL2_OBJPAL_08 | LEVEL2_XSTART_18 .byte LEVEL3_TILESET_03 | LEVEL3_VSCROLL_LO...
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_21829_639.asm
ljhsiun2/medusa
9
123289
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: ret .global s_faulty_load s_faulty_load: push %r10 push %r11 push %r13 push %r9 push %rbx push %rdi push %rsi // Store lea addresses_normal+0x1dbeb, %r13 nop add $21185, %r11 movl $0x51525354, (%r13) nop nop nop nop dec %r9 // Faulty Load lea...
src/shaders/h264/ildb/load_Top_Y_16x4_Mbaff.asm
tizenorg/platform.upstream.libva-intel-driver
0
123290
/* * Copyright © <2010>, Intel Corporation. * * This program is licensed under the terms and conditions of the * Eclipse Public License (EPL), version 1.0. The full text of the EPL is at * http://www.opensource.org/licenses/eclipse-1.0.php. * */ // Module Name: Load_Y_16X4.asm // // Load Y 16X4 Block ...
oeis/032/A032829.asm
neoneye/loda-programs
11
123291
<reponame>neoneye/loda-programs ; A032829: Numbers whose set of base-5 digits is {3,4}. ; Submitted by <NAME> ; 3,4,18,19,23,24,93,94,98,99,118,119,123,124,468,469,473,474,493,494,498,499,593,594,598,599,618,619,623,624,2343,2344,2348,2349,2368,2369,2373,2374,2468,2469,2473,2474,2493,2494,2498,2499,2968,2969,2973,2974,...
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_21829_737.asm
ljhsiun2/medusa
9
123292
<filename>Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_21829_737.asm<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r11 push %r13 push %r8 push %r9 push %rcx push %rdi push %rdx push %rsi lea addresses_UC_ht+0x40af, %rsi lea addresses_WT_ht+0x1635b, %rdi clflush (%rdi) nop and %rdx, %rdx mo...