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
c_asm/13-asm_call_c/main.asm
karng87/nasm_game
0
120370
extern message section .data section .bss section .text global main main: mov rcx, 5 .lp: push rcx call message pop rcx loop .lp mov rax, 60 mov rdi, 0 syscall
Systems Programming/Assignment 2/prog6.asm
neeladripal/bcse-lab
0
120371
;Program to Print Fibonacci series up to 10 terms printm macro mess lea dx,mess mov ah,09h int 21h endm exitp macro mov ah,4ch int 21h endm new_line macro mov ah,02h mov dl,0dh int 21h mov dl,0ah int 21h endm space macro mov ah,02h mov dl,' ' int 21h endm pushall macro push ax push bx push cx push d...
Transynther/x86/_processed/NONE/_ht_zr_un_/i9-9900K_12_0xa0.log_21829_1599.asm
ljhsiun2/medusa
9
120372
.global s_prepare_buffers s_prepare_buffers: push %r13 push %r14 push %r15 push %rax push %rcx push %rdi push %rdx push %rsi lea addresses_normal_ht+0xf318, %rcx nop nop and %r15, %r15 mov (%rcx), %ax and $28198, %r13 lea addresses_WT_ht+0xec98, %rdx nop nop nop nop nop and %r15, %r15 mov (%rdx), %r14 nop nop cmp $1791...
libsrc/adt/linkedlist/adt_ListSetCurrAfter.asm
jpoikela/z88dk
640
120373
<gh_stars>100-1000 ; void __FASTCALL__ adt_ListSetCurrAfter(struct adt_List *list) ; 11.2006 aralbrec SECTION code_clib PUBLIC adt_ListSetCurrAfter PUBLIC _adt_ListSetCurrAfter EXTERN l_setmem ; enter: hl = struct adt_List* .adt_ListSetCurrAfter ._adt_ListSetCurrAfter inc hl inc hl ld (hl),2 ...
shell_bind.nasm
SpacePlant/slae32
0
120374
global _start port equ 0x5c11 ; port = 4444 (big endian) section .text _start: ; int socketcall(int call, unsigned long *args): syscall 0x66 ; int socket(int domain, int type, int protocol): socketcall 0x1 ; s = socket(AF_INET = 2, SOCK_STREAM = 1, IPPROTO_IP = 0) xor ebx, ebx ...
sort_sh_asc/sort_sh_asc/sort_sh_asc.asm
Shivaakriti/Basic_Assembly_Program
0
120375
.include<m128def.inc> .cseg .org 0x00 ldi r17,5 ldi r16,5 outercounter:ldi zl,0x00 ldi zh,0x01 mov r16,r17 innercounter: ld r18,z+ ld r19,z cp r18,r19 brlt notswap st -z,r19 st z+,r19 st z,r18 notswap: dec r16 cpi r16,0 brne innercou...
programs/oeis/022/A022373.asm
jmorken/loda
1
120376
; A022373: Fibonacci sequence beginning 2, 22. ; 2,22,24,46,70,116,186,302,488,790,1278,2068,3346,5414,8760,14174,22934,37108,60042,97150,157192,254342,411534,665876,1077410,1743286,2820696,4563982,7384678,11948660,19333338,31281998,50615336,81897334,132512670,214410004,346922674,561332678,908255352,1469588030,23778433...
v0100/srclib/c0w.asm
domesticmouse/SmallerC
1,130
120377
; ; Copyright (c) 2014-2015, <NAME> ; 2-clause BSD license. ; bits 32 extern ___start__ section .text global __start __start: jmp ___start__ ; __start__() will set up argc and argv for main() and call exit(main(argc, argv)) section .bss resd 1
unittests/32Bit_ASM/X87/DB_05.asm
cobalt2727/FEX
628
120381
<filename>unittests/32Bit_ASM/X87/DB_05.asm %ifdef CONFIG { "RegData": { "MM7": ["0x8000000000000000", "0x4000"] }, "Mode": "32BIT" } %endif lea edx, [data] fld tword [edx + 8 * 0] hlt align 8 data: dt 2.0 dq 0
programs/oeis/025/A025701.asm
karttu/loda
0
120382
<filename>programs/oeis/025/A025701.asm ; A025701: Index of 4^n within sequence of numbers of form 3^i*4^j. ; 1,3,6,10,16,23,31,40,51,63,76,90,106,123,141,160,181,203,226,250,276,303,331,361,392,424,457,492,528,565,603,643,684,726,769,814,860,907,955,1005,1056,1108,1161,1216,1272,1329,1388,1448,1509,1571,1635,1700,1766...
Global/_code/persistent.asm
kosmonautdnb/TheLandsOfZador
0
120383
ZP_LIVES = $80 ; 1 ZP_BALLS = $81 ; 1 ZP_ENERGY = $82 ; 1 ZP_LOADSTATE = $84 ; 1 ZP_SKILLLEVEL = $85 ; 1 ZP_LEVELCURRENT = $89 ; 1 ZP_LEVELTOLOAD = $8a ; 1 ZP_LEVELSTATUS = $8b ; 1 ZP_CHEAT = $8c ; 1 ZP_DONTPLAYINTRO = $8d ; 1 ZP_DONTFADEOUT = $8e...
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_1113.asm
ljhsiun2/medusa
9
120384
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r14 push %r15 push %r9 push %rcx push %rdi push %rsi lea addresses_A_ht+0x1b077, %rsi lea addresses_UC_ht+0xf3d7, %rdi clflush (%rsi) nop nop and $44205, %r15 mov $20, %rcx rep movsw xor %r11, %r11 lea addresses_D_ht+0xc277, %r9 nop nop dec %r14 mov...
libsrc/newbrain/nb_puts.asm
dex4er/deb-z88dk
1
120386
; ; Grundy Newbrain Specific libraries ; ; <NAME> - 19/05/2007 ; ; ; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ; ; put a string to stream ; ; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ; ; void nb_puts( int stream, char *text ); ; ; - - - - - - - - - - - - - - - - - - - ...
Cworld.asm
ItaiCuker/Assembly8086CrossyRoad
0
120388
;''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' ;''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' proc movAll call updatePos ;updating positions call printArr ret endp movAll ;''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' ;''''''''''''''''''''''''''...
src/boot_sector/print_string.asm
9176324/WriteYourOwnOS
17
120389
<gh_stars>10-100 print_string: mov ah, 0x0e ;indicating scrolling teletype mode of the OS loop: mov al, [bx] ;Remember [bx] stored the message. cmp al, 0 je out int 0x10 ;invoking the screen-related Interrupt Service Routine ;An ISR is simply a sequence of machine instructions, much like our boot se...
P6/data_P6_2/ALUTest55.asm
alxzzhou/BUAA_CO_2020
1
120390
<reponame>alxzzhou/BUAA_CO_2020 andi $1,$4,28922 subu $6,$4,$3 sh $6,10($0) srav $3,$4,$3 sll $5,$5,16 addiu $4,$0,2122 xor $6,$4,$3 xor $3,$3,$3 xori $3,$4,1199 srav $1,$5,$3 srlv $5,$5,$3 andi $1,$2,40285 sltiu $3,$1,-18447 sw $4,8($0) or $3,$5,$3 lhu $3,0($0) addiu $0,$5,-31873 addiu $3,$4,-28804 srlv $3,$3,$3 sb $4...
test/br2148476.asm
bitwiseworks/nasm-os2
3
120391
;Testname=test; Arguments=-fbin -obr2148476.bin; Files=stdout stderr br2148476.bin bits 64 cvtdq2pd xmm0, xmm1 cvtdq2pd xmm0, [rdi] cvtdq2pd xmm0, qword [rdi] cvtdq2ps xmm0, xmm1 cvtdq2ps xmm0, [rdi] cvtdq2ps xmm0, oword [rdi] cvtpd2dq xmm0, xmm1 cvtpd2dq xmm0, [rdi] cvtpd2dq xmm0, oword [rd...
lib/src/xr/x86/xrnexcls.asm
zanud/xds-2.60
53
120393
; COPYRIGHT (c) 1995,99,2002 XDS. All Rights Reserved. ; X2C_EXCLs constant array cpu 386 bits 32 %ifdef OS2 group DGROUP _DATA section _DATA use32 align=4 FLAT public 'DATA' %else group DGROUP _DATA section _DATA u...
data/pokemon/dex_entries/wynaut.asm
AtmaBuster/pokeplat-gen2
6
120394
db "BRIGHT@" ; species name db "It tends to move" next "in packs. WYNAUT" next "will squash up" page "against one" next "another to toughen" next "their spirits.@"
C5515_Support_Files/C5515_Lib/dsplib_2.40.00/55x_src/arct2.asm
HeroSizy/Sizy
0
120395
;*********************************************************** ; Version 2.40.00 ;*********************************************************** ; Note: a symbol "SI_BUGS" is used to make a work around for silicon ; 5510 version1.0. If you are going to use the code on 5510 vers...
ref/master-lib/src/rottbl.asm
mediaexplorer74/dosbox-x
3
120396
; master library - 4bit VRam pixel rotation table ; ; Revision History: ; 93/12/ 8 Initial: rottbl.asm/master.lib 0.22 .MODEL SMALL .CODE public RotTbl RotTbl dd 00000000h, 00000001h, 00000100h, 00000101h dd 00010000h, 00010001h, 00010100h, 00010101h dd 01000000h, 01000001h, 01000100h, 01000101h dd 01010000h, 0...
Transynther/x86/_processed/US/_st_/i3-7100_9_0x84_notsx.log_60_2576.asm
ljhsiun2/medusa
9
120397
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r14 push %rbp push %rcx push %rdx lea addresses_UC_ht+0x97fa, %rcx nop dec %r14 mov $0x6162636465666768, %rdx movq %rdx, (%rcx) dec %rbp pop %rdx pop %rcx pop %rbp pop %r14 ret .global s_faulty_load s_faulty_load: push %r11 push %r13 push...
programs/oeis/080/A080175.asm
neoneye/loda
22
120398
; A080175: Fourth power of primes of the form 4k+1 (A002144). ; 625,28561,83521,707281,1874161,2825761,7890481,13845841,28398241,62742241,88529281,104060401,141158161,163047361,352275361,492884401,607573201,895745041,1073283121,1387488001,1506138481,2750058481 seq $0,2144 ; Pythagorean primes: primes of form 4*k + 1. ...
desktop_version/dc/SDL-1.2.13/src/hermes/x86p_32.asm
gusarba/VVVVVV
37
120399
; ; x86 format converters for HERMES ; Some routines Copyright (c) 1998 <NAME> (<EMAIL>) ; This source code is licensed under the GNU LGPL ; ; Please refer to the file COPYING.LIB contained in the distribution for ; licensing conditions ; ; Most routines are (c) <NAME> (<EMAIL>), used with permission ; BITS 32 %i...
audio/music/rowanslab.asm
AtmaBuster/pokeplat-gen2
6
120400
<filename>audio/music/rowanslab.asm Music_RowansLab: channel_count 4 channel 1, Music_RowansLab_Ch1 channel 2, Music_RowansLab_Ch2 channel 3, Music_RowansLab_Ch3 channel 4, Music_RowansLab_Ch4 Music_RowansLab_Ch1_sub_0: note E_, 2 note A_, 2 note B_, 2 note E_, 2 note A_, 2 note B_, 2 note E_, 2 note A_, ...
programs/oeis/312/A312902.asm
neoneye/loda
22
120401
<filename>programs/oeis/312/A312902.asm ; A312902: Coordination sequence Gal.6.129.3 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,4,9,13,17,22,26,31,35,39,44,48,52,57,61,65,70,74,79,83,87,92,96,100,105,109,113,118,122,127,131,13...
HelloNASM/hello.asm
DMKosiorek/NASM
0
120402
default rel global WinMain extern ExitProcess ; external functions in system libraries extern MessageBoxA section .data title: db 'helloNASM', 0 msg: db 'Hello world!', 0 section .text WinMain: sub rsp, 28h mov rcx, 0 ; hWnd = HWND_DESKTOP lea rdx,[msg] ; LPCSTR lpText ...
oeis/041/A041481.asm
neoneye/loda-programs
11
120403
; A041481: Denominators of continued fraction convergents to sqrt(257). ; Submitted by <NAME>(s2) ; 1,32,1025,32832,1051649,33685600,1078990849,34561392768,1107043559425,35459955294368,1135825612979201,36381879570628800,1165355971873100801,37327772979509854432,1195654091316188442625,38298258695097540018432,122673993233...
oeis/087/A087376.asm
neoneye/loda-programs
11
120404
; A087376: Leading diagonal of A087377. ; Submitted by <NAME> ; 1,2,6,7,14,7,30,24,30,19,60,23,72,33,46,48,90,34,124,51,82,64,144,67,148,78,118,87,240,58,232,113,150,114,200,88,288,165,202,138,332,91,352,167,202,163,384,136,372,143,258,195,500,142,360,207,318,226,552,137,568,290,346,250,432,158,594,285,434,211,672,228,...
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_4114_1926.asm
ljhsiun2/medusa
9
120405
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r10 push %r14 push %r15 push %r8 push %rbx push %rcx push %rdi push %rsi lea addresses_UC_ht+0x727b, %r14 nop nop nop nop add $23619, %r10 movl $0x61626364, (%r14) nop nop nop nop sub $5800, %r10 lea addresses_WC_ht+0x16553, %r15 nop nop nop n...
IntelFsp2Pkg/FspSecCore/Vtf0/ResetVectorCode.asm
KaoTuz/edk2-stable202108
9
120406
;------------------------------------------------------------------------------ ; @file ; This file includes all other code files to assemble the reset vector code ; ; Copyright (c) 2014, Intel Corporation. All rights reserved.<BR> ; SPDX-License-Identifier: BSD-2-Clause-Patent ; ;--------------------------------------...
kernel/kernel.asm
paulscottrobson/color-mz-system
0
120407
<filename>kernel/kernel.asm ; *************************************************************************************** ; *************************************************************************************** ; ; Name : kernel.asm ; Author : <NAME> (<EMAIL>) ; Date : 16th November 2018 ; Purpose : ColorForth Ker...
libsrc/_DEVELOPMENT/stdlib/z80/__dtoa_preamble.asm
meesokim/z88dk
0
120408
<filename>libsrc/_DEVELOPMENT/stdlib/z80/__dtoa_preamble.asm<gh_stars>0 SECTION code_stdlib PUBLIC __dtoa_preamble EXTERN l_setmem_hl, __dtoa_sgnabs ; math library supplies: __dtoa_sgnabs __dtoa_preamble: ; enter : c = flags (bit 4=#, bits 7 and 0 will be modified) ; de = precision (clipped at 255...
mem/dos/16bit/DosSubAlloc.asm
osfree-project/FamilyAPI
1
120409
<reponame>osfree-project/FamilyAPI ;/*! ; @file ; ; @ingroup fapi ; ; @brief DosSubAlloc DOS wrapper ; ; (c) osFree Project 2021, <http://www.osFree.org> ; for licence see licence.txt in root directory, or project website ; ; This is Family API implementation for DOS, used with BIND tools ; to link requir...
Chapter_6/Program 6.1/x86/Program_6.1_MASM.asm
chen150182055/Assembly
272
120410
; Program 6.1 ; Sum Program - MASM (32-bit) ; Copyright (c) 2017 Hall & Slonka .386 .MODEL FLAT, C ExitProcess PROTO stdcall, dwExitCode:DWORD .data num1 DWORD 2 num2 DWORD 4 .code _main PROC mov eax, 10 dec eax mov ebx, 5 push num2 push num1 call _sum add esp, 8 add eax, ebx dec eax INVOKE ExitProcess, 0 _main ...
src/Lib/Sassy/tests/bt.asm
pnkfelix/larceny
212
120411
<filename>src/Lib/Sassy/tests/bt.asm BITS 32 section .text foo: bt si, si btc [dword 300+edx], si btr [8*eax], edi bts edi, edi bt si, 9 btc word [dword 300+edx], byte 9 btr edi, 9 bts dword [8*eax], byte 9
oeis/294/A294116.asm
neoneye/loda-programs
11
120413
; A294116: Fibonacci sequence beginning 2, 21. ; Submitted by <NAME>(s4) ; 2,21,23,44,67,111,178,289,467,756,1223,1979,3202,5181,8383,13564,21947,35511,57458,92969,150427,243396,393823,637219,1031042,1668261,2699303,4367564,7066867,11434431,18501298,29935729,48437027,78372756,126809783,205182539,331992322,537174861,869...
external/source/shellcode/windows/x64/src/single/single_loadlibrary.asm
truekonrads/mirv-metasploit
113
120414
<reponame>truekonrads/mirv-metasploit ;-----------------------------------------------------------------------------; ; Author: scriptjunkie (scriptjunkie[at]scriptjunkie[dot]us), ; <NAME> (stephen_fewer[at]harmonysecurity[dot]com) ; Compatible: Windows 7, 2003 ; 17 Jan 2012 ;----------------------------------------...
programs/oeis/239/A239031.asm
karttu/loda
0
120415
; A239031: Number of 4 X n 0..2 arrays with no element equal to the sum of elements to its left or one plus the sum of the elements above it, modulo 3. ; 4,11,28,59,110,189,306,473,704,1015,1424,1951,2618,3449,4470,5709,7196,8963,11044,13475,16294,19541,23258,27489,32280,37679,43736,50503,58034,66385,75614,85781,96948,...
kernel/idt.asm
Derpius/DerpiOS
0
120416
<filename>kernel/idt.asm [bits 32] global load_idt load_idt: lidt [esp + 4] sti ret %macro no_error_code_interrupt_handler 1 global interrupt_handler_%1 interrupt_handler_%1: push dword 0 ; push 0 as error code push dword %1 ; push the interrupt number jmp common_interrupt_handler...
asmTests/file.asm
SimpleTease/asm2c
154
120417
<reponame>SimpleTease/asm2c .386p _DATA segment use32 dword public 'DATA' ;IGNORE load_handle dd 0 fileName db 'file.txt',0 buffer db 64000 dup(0) _DATA ends ;IGNORE _TEXT segment use32 dword public 'CODE' ;IGNORE assume cs:_TEXT,ds:_DATA start: ;IGNORE mov edx,0 mov ecx,2 lea edi,buffer mov ebx,5 call load_...
src/init.asm
spannerisms/lttphack
6
120418
<reponame>spannerisms/lttphack pushpc ; Code that is run once after the game has been powered on. org $00802F JML init_hook NOP init_done: ; optimize message pointer creation by a lot org $1CF37A PEA.w MessagePointers PEA.w $71C0 PEA.w 396*2 SEC ; bank 7F ; push to stack: source, destination, size ; carry = wra...
programs/oeis/172/A172284.asm
neoneye/loda
22
120419
<filename>programs/oeis/172/A172284.asm ; A172284: First positive zeros of Bessel function of order n rounded to nearest integer ; 2,4,5,6,8,9,10,11,12,13,14,16,17,18,19,20,21,22,23,24,25,26,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,68,69,70,71,72,...
oeis/037/A037591.asm
neoneye/loda-programs
11
120421
; A037591: Base-5 digits are, in order, the first n terms of the periodic sequence with initial period 1,0,3. ; Submitted by <NAME> ; 1,5,28,141,705,3528,17641,88205,441028,2205141,11025705,55128528,275642641,1378213205,6891066028,34455330141,172276650705,861383253528,4306916267641,21534581338205,107672906691028,538364...
src/vbl/vbl_live.asm
furrtek/GB303
90
120422
vbl_live: call RAMtoOAM ld hl,FRAME inc (hl) call readinput call input_live ld a,(HWOK_ADC) or a call nz,readpots ld hl,$9800+(32*3)+4 ld b,TXT_NORMAL ld a,(POT1V) call writeAhex ld hl,$9800+(32*3)+10 ld b,TXT_NORMAL ...
programs/oeis/161/A161569.asm
neoneye/loda
22
120423
; A161569: Sum of first n nonprimes minus their indices. ; 0,2,5,9,13,17,22,28,34,40,47,55,63,71,80,89,98,107,116,126,137,148,159,170,181,193,205,217,230,244,258,272,287,302,317,332,347,363,379,395,411,427,444,462,480,498,516,534,553,572,591,611,632 lpb $0 mov $2,$0 sub $0,1 seq $2,73425 ; a(0)=0; for n>0, a(n) ...
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_3754_1319.asm
ljhsiun2/medusa
9
120424
<filename>Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_3754_1319.asm .global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r14 push %rbp push %rbx push %rcx push %rdi push %rsi lea addresses_normal_ht+0x160b9, %rsi lea addresses_UC_ht+0x12189, %rdi clflush (%rsi) sub %r10, %r10 mov $...
kernel/gdt/gdt.asm
Andrej123456789/LockOS
25
120425
<filename>kernel/gdt/gdt.asm gdtr DW 0 ; For limit storage DQ 0 ; For base storage setGdt: MOV [gdtr], DI MOV [gdtr+2], RSI LGDT [gdtr] RET reloadSegments: ; Reload CS register: PUSH 0x08 ; Push code segment to stack, 0x08 is a stand-in for your code segment LEA RAX,...
Transynther/x86/_processed/NONE/_xt_sm_/i9-9900K_12_0xca_notsx.log_21829_1889.asm
ljhsiun2/medusa
9
120426
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r15 push %r8 push %r9 push %rax push %rcx push %rdi push %rsi lea addresses_UC_ht+0x7e9f, %r15 inc %rax mov (%r15), %r8 nop cmp %r9, %r9 lea addresses_D_ht+0xcc3f, %rsi lea addresses_A_ht+0x46ff, %rdi nop cmp $51451, %r10 mov $60, %rcx rep movsb cmp %r10, %r1...
oeis/135/A135004.asm
neoneye/loda-programs
11
120427
<reponame>neoneye/loda-programs ; A135004: Decimal expansion of 4/e. ; Submitted by <NAME>(s1.) ; 1,4,7,1,5,1,7,7,6,4,6,8,5,7,6,9,2,8,6,3,8,2,0,9,5,0,8,0,6,4,5,8,4,3,4,6,9,7,8,3,2,4,4,5,2,4,1,2,7,0,7,1,3,3,8,0,3,1,3,4,7,2,0,6,7,8,9,8,4,5,9,8,2,9,7,9,5,9,9,2,1,3,4,2,8,5,8,9,0,9,7,3,8,3,6,7,8,5,7,4 mov $1,1 mov $2,-19 m...
programs/oeis/123/A123198.asm
karttu/loda
1
120428
<reponame>karttu/loda ; A123198: a(n)=[(n+1)(2n-1)]^2. ; 1,4,81,400,1225,2916,5929,10816,18225,28900,43681,63504,89401,122500,164025,215296,277729,352836,442225,547600,670761,813604,978121,1166400,1380625,1623076,1896129,2202256,2544025,2924100,3345241,3810304,4322241,4884100,5499025,6170256,6901129,7695076,8555625,948...
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_1083.asm
ljhsiun2/medusa
9
120429
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r13 push %r14 push %r15 push %r9 push %rcx push %rdi push %rsi lea addresses_UC_ht+0xe505, %r14 clflush (%r14) nop sub %r10, %r10 mov $0x6162636465666768, %r9 movq %r9, %xmm1 vmovups %ymm1, (%r14) nop nop nop sub $48013, %r15 lea addresses_D_ht+0xb785, %rsi l...
src/test/ref/string-escapes-2.asm
jbrandwood/kickc
2
120430
// Test using some simple supported string escape characters in PETSCII // Commodore 64 PRG executable file .file [name="string-escapes-2.prg", type="prg", segments="Program"] .segmentdef Program [segments="Basic, Code, Data"] .segmentdef Basic [start=$0801] .segmentdef Code [start=$80d] .segmentdef Data [startAfter=...
oeis/211/A211317.asm
neoneye/loda-programs
11
120432
; A211317: A211316(2n+1). ; 1,2,2,3,4,4,6,6,6,7,8,10,9,10 add $0,1 mov $2,$0 lpb $0 sub $0,1 mov $3,$2 dif $3,$0 sub $0,2 cmp $3,$2 cmp $3,0 add $2,$3 sub $2,1 lpe mov $0,$2
Practice/Print 2 Message EXE.asm
WardunIslam/CSE331L_Section_7_Summer_2020_NSU
0
120434
DATA SEGMENT MSG1 DB 'MESSAGE 1$' MSG2 DB 'MESSAGE 2$' ENDS CODE SEGMENT ASSUME: DS:DATA CS:CODE START: MOV AX, DATA MOV DS, AX LEA DX, MSG1 MOV AH, 09H INT 21H MOV DL, 0AH MOV AH, 02H INT 21H MOV DL, 0DH INT 21H LEA DX, MSG2 MOV AH, ...
programs/oeis/312/A312143.asm
jmorken/loda
1
120435
; A312143: Coordination sequence Gal.5.55.2 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,4,8,13,18,23,28,33,38,42,46,50,54,59,64,69,74,79,84,88,92,96,100,105,110,115,120,125,130,134,138,142,146,151,156,161,166,171,176,180,184,18...
Chapter_7/Program 7.2/x86/Program_7.2_NASM.asm
chen150182055/Assembly
272
120436
<gh_stars>100-1000 ; Program 7.2 ; SCAS - NASM (32-bit) ; Copyright (c) 2017 Hall & Slonka SECTION .data src: DB "Test sentence",0 lenSrc: EQU ($ - src) search: DB "s" SECTION .text global _main _main: xor eax, eax mov al, [search] lea edi, [src] mov ecx, lenSrc cld repne scasb ; after SCAS, test for success jnz no...
target/cos_117/disasm/iop_overlay1/MSTAT.asm
jrrk2/cray-sim
49
120437
<filename>target/cos_117/disasm/iop_overlay1/MSTAT.asm<gh_stars>10-100 0x0000 (0x000000) 0x2104- f:00020 d: 260 | A = OR[260] 0x0001 (0x000002) 0x290D- f:00024 d: 269 | OR[269] = A 0x0002 (0x000004) 0x2104- f:00020 d: 260 | A = OR[260] 0x0003 (0...
programs/oeis/287/A287807.asm
neoneye/loda
22
120438
<reponame>neoneye/loda ; A287807: Number of senary sequences of length n such that no two consecutive terms have distance 2. ; 1,6,28,132,624,2952,13968,66096,312768,1480032,7003584,33141312,156826368,742110336,3511703808,16617560832,78635142144,372105487872,1760822074368,8332299518976,39428864667648,186579390892032,88...
MakeOsMyself/day08/asmhead.asm
tomoyuki-nakabayashi/MyPlayGround
0
120439
<gh_stars>0 ; haribote-os boot asm ; TAB=4 BOTPAK EQU 0x00280000 ; bootpackのロード先 DSKCAC EQU 0x00100000 ; ディスクキャッシュの場所 DSKCAC0 EQU 0x00008000 ; ディスクキャッシュの場所(リアルモード) ; BOOT_INFO関係 CYLS EQU 0x0ff0 ; ブートセクタが設定する LEDS EQU 0x0ff1 VMODE EQU 0x0ff2 ; 色数に関する情報。何ビットカラーか? SCRNX EQU 0x0ff4 ; 解像度のX SCRNY EQU 0x0f...
programs/oeis/108/A108598.asm
jmorken/loda
1
120440
<filename>programs/oeis/108/A108598.asm ; A108598: Floor(n*((5+sqrt(5))/4)). ; 1,3,5,7,9,10,12,14,16,18,19,21,23,25,27,28,30,32,34,36,37,39,41,43,45,47,48,50,52,54,56,57,59,61,63,65,66,68,70,72,74,75,77,79,81,83,85,86,88,90,92,94,95,97,99,101,103,104,106,108,110,112,113,115,117,119,121 add $0,40 mov $2,2 mov $3,2 mov ...
programs/demotour.asm
mikebdp2/MichalOS
14
120441
<gh_stars>10-100 ; ------------------------------------------------------------------ ; MichalOS Demo tour & initial setup ; ------------------------------------------------------------------ %INCLUDE "michalos.inc" os_demotour: mov si, .test_data_bgcolor mov di, 57000 mov cx, .test_data_end - .test_data_bgcolor ...
engine/levelProcedures.asm
laoo/TimePilot
24
120443
; TIMEPILOT ; Level Procedures .proc level ; init - inits level ; X = level number ; mainLoop - main level loop ; killEnemy - progress bar ; nextLevelPrepare - preparation for next level ; nextLevelTeleport - teleport ; nextLevel - sets all needed stuff for next level ; ---------------------...
Projetos/F-Assembly/src/nasm/mod.nasm
brunoartc/GladOS
0
120444
<reponame>brunoartc/GladOS ; Arquivo: Mod.nasm ; Curso: Elementos de Sistemas ; Criado por: <NAME> ; Data: 27/03/2017 ; Divide o número posicionado na RAM[1] pelo número posicionado no RAM[2] e armazena o resultado na RAM[0]. leaw $R1 , %A movw (%A), %S WHILE: movw %S,%D leaw $R2, %A subw %S,(%A),%S leaw $WHILE,...
libsrc/target/zx/stdio/__zx_printc64.asm
ahjelm/z88dk
640
120445
<filename>libsrc/target/zx/stdio/__zx_printc64.asm ; ; Print a character for the ZX/TS2068 screen - 64 columns, 2 characters in 8x8 character ; ; This is common code used by +zx, +ts2068, +zxn and +sam (MODE1) ; MODULE __zx_printc64 SECTION code_driver PUBLIC __zx_printc64 EXTERN __zx_...
Assembler/AssemblyCode/CALL_IN_CALL_NOP.asm
KPU-RISC/KPU
8
120446
; Initialize the stack pointer MOV XL, 0xFF MOV XH, 0xFF MOV SP, X NOP NOP NOP NOP NOP NOP NOP NOP NOP NOP NOP NOP NOP NOP NOP NOP NOP NOP NOP NOP NOP NOP NOP NOP NOP NOP NOP NOP NOP NOP NOP NOP NOP NOP NOP NOP NOP NOP NOP NOP NOP NOP NOP NOP NOP NOP NOP NOP NOP NOP NOP NOP NOP NOP NOP NOP NOP NOP NOP NOP NOP NOP NOP ...
oeis/127/A127988.asm
neoneye/loda-programs
11
120448
; A127988: Sequence determining the parity of A025748. ; Submitted by <NAME> ; 0,8,32,40,128,136,160,168,512,520,544,552,640,648,672,680,2048,2056,2080,2088,2176,2184,2208,2216,2560,2568,2592,2600,2688,2696,2720,2728,8192,8200,8224,8232,8320,8328,8352,8360,8704,8712,8736 mov $2,8 lpb $0 mov $3,$0 div $0,2 mod $3...
Library/GrObj/GrObj/grobj.asm
steakknife/pcgeos
504
120449
<reponame>steakknife/pcgeos<filename>Library/GrObj/GrObj/grobj.asm COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) GeoWorks 1992 -- All Rights Reserved PROJECT: PC GEOS MODULE: FILE: object.asm AUTHOR: <NAME>, Nov 15, 1989 Routines: Name Description ...
programs/oeis/193/A193668.asm
neoneye/loda
22
120450
; A193668: a(n) = Sum_{i=0..n-1} (n+i)*a(n-1-i) for n>1, a(0)=1, a(1)=1. ; 1,1,5,24,134,866,6392,53198,493628,5057522,56741240,692118422,9122245508,129220379978,1958059133552,31607140330670,541515698082332,9814691158604258,187629572002767848,3773371262361852422,79636835475910932020,1759953161961076240442,40646139177547...
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_18.asm
ljhsiun2/medusa
9
120451
.global s_prepare_buffers s_prepare_buffers: push %r12 push %r13 push %r8 push %r9 push %rcx push %rdi push %rdx push %rsi lea addresses_WC_ht+0x150a9, %rdx clflush (%rdx) nop nop nop nop add %r12, %r12 movl $0x61626364, (%rdx) nop nop nop nop add $30813, %rsi lea addresses_A_ht+0x10ea9, %r9 xor %rsi, %rsi movw $0x6162...
Appl/GeoDraw/Document/documentManager.asm
steakknife/pcgeos
504
120452
<filename>Appl/GeoDraw/Document/documentManager.asm COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) GeoWorks 1992 -- All Rights Reserved PROJECT: PC GEOS MODULE: Document FILE: documentManager.asm AUTHOR: <NAME> REVISION HISTORY: Name Date Description ...
oeis/028/A028113.asm
neoneye/loda-programs
11
120453
<reponame>neoneye/loda-programs ; A028113: Expansion of 1/((1-4x)(1-5x)(1-6x)(1-11x)). ; Submitted by <NAME> ; 1,26,437,6082,76653,913218,10527349,119017634,1330185725,14766710530,163286454981,1801494203106,19849649018317,218551250986562,2405323875398933,26466271609592098,291175987346320029 mov $1,1 mov $2,$0 mov $3,$...
src/test/ref/cia-timer-cyclecount.asm
jbrandwood/kickc
2
120455
<gh_stars>1-10 // Counting cycles using a CIA timer // Commodore 64 PRG executable file .file [name="cia-timer-cyclecount.prg", type="prg", segments="Program"] .segmentdef Program [segments="Basic, Code, Data"] .segmentdef Basic [start=$0801] .segmentdef Code [start=$80d] .segmentdef Data [startAfter="Code"] .segment...
Encryption/cryptl30/crypt/r-win32.asm
dendisuhubdy/grokmachine
46
120456
<reponame>dendisuhubdy/grokmachine<gh_stars>10-100 ; Don't even think of reading this code ; It was automatically generated by rc4-586.pl ; Which is a perl program used to generate the x86 assember for ; any of elf, a.out, BSDI,Win32, or Solaris ; eric <<EMAIL>> ; TITLE rc4-586.asm .486 .model F...
external/source/shellcode/linux/ia32/stager_sock_bind.asm
trolldbois/metasploit-framework
30
120457
;; ; ; Name: stager_sock_bind ; Qualities: Can Have Nulls ; Version: $Revision: 1607 $ ; License: ; ; This file is part of the Metasploit Exploit Framework ; and is subject to the same licenses and copyrights as ; the rest of this package. ; ; Description: ; ; Implementati...
arch/c2000/c28x/picoRTOS_portasm.asm
jnaulet/picoRTOS
0
120458
<reponame>jnaulet/picoRTOS<gh_stars>0 .ref _picoRTOS_tick .ref _picoRTOS_switch_context .def _arch_INT14 .def _arch_RTOSINT .def _arch_start_first_task .def _arch_test_and_set SAVE_CONTEXT .macro ;; isr relevant registers are auto-saved ;; align stack asp ;; other relevant registers push DP:ST1 push ...
libsrc/_DEVELOPMENT/l/sccz80/5-z80/i32/l_long_cmp.asm
ahjelm/z88dk
640
120459
<reponame>ahjelm/z88dk<gh_stars>100-1000 ; ; ; Small C+ C Compiler ; ; Long Support Functions ; ; 26/2/99 djm ; ; I've realised that all the old long comparision functions were ; (to be polite) fubarred, so I'm endeavouring to rewrite ; the core so that we get some decent answers ou...
external/source/shellcode/linux/ia32/stager_sock_reverse_udp.asm
madhavarao-yejarla/VoIP
35
120460
<reponame>madhavarao-yejarla/VoIP ;; ; ; Name: stager_sock_reverse_udp ; Qualities: Can Have Nulls ; Platforms: Linux ; Authors: skape <mmiller [at] hick.org> ; Version: $Revision: 1449 $ ; License: ; ; This file is part of the Metasploit Exploit Framework ; and is subje...
software/profi/net-tools/src/pqdos/wget/ring.asm
andykarpov/karabas-pro
26
120461
<filename>software/profi/net-tools/src/pqdos/wget/ring.asm<gh_stars>10-100 ; Pushes A to ring buffer pushRing push af ld b, 32 ld hl, ring_buffer + 1 ld de, ring_buffer ringL ld a, (hl) ld (de), a inc hl inc de djnz ringL pop af ld hl, ring_buffer + 31 ld (hl), a ret...
programs/oeis/233/A233583.asm
neoneye/loda
22
120462
<filename>programs/oeis/233/A233583.asm ; A233583: Coefficients of the generalized continued fraction expansion e = a(1) +a(1)/(a(2) +a(2)/(a(3) +a(3)/(a(4) +a(4)/....))). ; 2,2,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,...
Working Disassembly/General/Sprites/Knuckles/Cutscene/Map - MHZ2 Press.asm
TeamASM-Blur/Sonic-3-Blue-Balls-Edition
5
120463
<filename>Working Disassembly/General/Sprites/Knuckles/Cutscene/Map - MHZ2 Press.asm Map_66AD0: dc.w word_66AD8-Map_66AD0 dc.w word_66AE6-Map_66AD0 dc.w word_66AF4-Map_66AD0 dc.w word_66B02-Map_66AD0 word_66AD8: dc.w 2 dc.b $EC, 9, 0, 0, $FF, $F8 dc.b $FC, $E, 0, 6, $FF, $F0 word_66AE6: dc.w ...
programs/oeis/040/A040790.asm
karttu/loda
0
120464
<reponame>karttu/loda ; A040790: Continued fraction for sqrt(819). ; 28,1,1,1,1,1,1,1,1,1,56,1,1,1,1,1,1,1,1,1,56,1,1,1,1,1,1,1,1,1,56,1,1,1,1,1,1,1,1,1,56,1,1,1,1,1,1,1,1,1,56,1,1,1,1,1,1,1,1,1,56,1,1,1,1,1,1,1,1,1,56,1,1,1,1,1,1,1,1,1,56,1,1,1,1,1,1,1,1,1 mov $3,2 mov $7,$0 lpb $3,1 mov $0,$7 sub $3,1 add $0,$...
boot.asm
psimonson/PRS-OS
0
120465
<filename>boot.asm ; ================================================================ ; FAT12 Boot Sector for Floppy Diskettes. ; ================================================================ ; Written by : <NAME> ; Date Written: July 5, 2019 ; ================================================================ [bits...
Transynther/x86/_processed/AVXALIGN/_ht_/i9-9900K_12_0xa0.log_21829_439.asm
ljhsiun2/medusa
9
120466
<filename>Transynther/x86/_processed/AVXALIGN/_ht_/i9-9900K_12_0xa0.log_21829_439.asm .global s_prepare_buffers s_prepare_buffers: push %r15 push %r8 push %r9 push %rax push %rcx push %rdi push %rsi lea addresses_D_ht+0x16821, %rsi lea addresses_WC_ht+0x452c, %rdi nop nop nop nop nop sub %r9, %r9 mov $98, %rcx rep movs...
libsrc/_DEVELOPMENT/arch/sms/vram/c/sdcc/sms_memcpy_vram_to_vram.asm
jpoikela/z88dk
640
120467
<reponame>jpoikela/z88dk ; void *sms_memcpy_vram_to_vram(void *dst, void *src, unsigned int n) SECTION code_clib SECTION code_arch PUBLIC _sms_memcpy_vram_to_vram EXTERN asm_sms_memcpy_vram_to_vram _sms_memcpy_vram_to_vram: pop af pop de pop hl pop bc push bc push hl push de push af ...
src/test/resources/data/generationtests/sjasm-enhancedjr-expected.asm
cpcitor/mdlz80optimizer
36
120468
__sjasm_page_0_start: ; Test case: label1: jr label1 jr label1 djnz label1 jp label2 jp label2 dec b jp nz, label2 loop: jp loop buffer: ds 1024, #ff label2: __sjasm_page_0_end:
ErrorHandler.asm
DevEd2/ScootTheBurbs
5
120471
<reponame>DevEd2/ScootTheBurbs ; ================================================================ ; Error handler ; TO USE: Include this file anywhere in the Home bank then add a ; call to ErrorHandler to RST_38 ; ================================================================ ErrorHandler: ; store stack pointer in...
src/Native/Runtime/amd64/MiscStubs.asm
ZZHGit/corert
0
120472
;; ;; Copyright (c) Microsoft. All rights reserved. ;; Licensed under the MIT license. See LICENSE file in the project root for full license information. ;; include AsmMacros.inc EXTERN RhpShutdownHelper : PROC EXTERN GetClasslibCCtorCheck : PROC EXTERN memcpy : PROC EXTERN me...
programs/oeis/040/A040425.asm
neoneye/loda
22
120473
<filename>programs/oeis/040/A040425.asm ; A040425: Continued fraction for sqrt(447). ; 21,7,42,7,42,7,42,7,42,7,42,7,42,7,42,7,42,7,42,7,42,7,42,7,42,7,42,7,42,7,42,7,42,7,42,7,42,7,42,7,42,7,42,7,42,7,42,7,42,7,42,7,42,7,42,7,42,7,42,7,42,7,42,7,42,7,42,7,42,7,42,7,42,7,42 sub $0,1 mod $0,2 mul $0,10 add $0,2 pow $0,...
oeis/015/A015025.asm
neoneye/loda-programs
11
120474
<gh_stars>10-100 ; A015025: q-factorial numbers for q=-10. ; Submitted by <NAME> ; 1,-9,-819,744471,6767985861,-615270826637649,-559337171058846967059,5084883322413411422459366631,462262120681663158624798004859942421,-420238291486760860506028808179511473194550689,-3820348104463302212917240152587016011603143670290413699...
programs/oeis/183/A183223.asm
neoneye/loda
22
120475
; A183223: Complement of the 11-gonal numbers. ; 2,3,4,5,6,7,8,9,10,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,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,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,96,97,98,...
libsrc/stdio/nascom/getk.asm
grancier/z180
0
120476
; ; Keyboard routines for the NASCOM1/2 ; By <NAME> - 23/05/2003 ; ; getk() Read key status ; ; ; $Id: getk.asm,v 1.4 2016/04/03 13:10:24 dom Exp $ ; SECTION code_clib PUBLIC getk EXTERN montest .getk call montest jr nz,nassys ; T monitor call 0c4dh jr gkret ; NASSYS monitor .nassys defw 62dfh .gkret ...
programs/oeis/024/A024083.asm
neoneye/loda
22
120478
<gh_stars>10-100 ; A024083: a(n) = 7^n - n^8. ; 1,6,-207,-6218,-63135,-373818,-1561967,-4941258,-11012415,-2693114,182475249,1762967862,13411305505,96073279686,676747283793,4744998619318,33228635602305,232623538229766,1628402577949873,11398878201810102,79792240697612001,558545826260424646,3909820993707114513,2736874726...
libsrc/fcntl/newbrain/readbyte.asm
grancier/z180
0
120479
; ; Grundy Newbrain Specific libraries ; ; <NAME> - 30/05/2007 ; ; ; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ; ; fcntl input function ; ; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ; ; int __LIB__ __FASTCALL__ readbyte(int handle); ; ; - - - - - - - - - - - - - - - - - - - - - ...
Transynther/x86/_processed/AVXALIGN/_st_/i3-7100_9_0x84_notsx.log_63_1915.asm
ljhsiun2/medusa
9
120481
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r12 push %r15 push %r8 push %rbp push %rcx push %rdi push %rdx push %rsi lea addresses_WC_ht+0x16899, %r12 nop nop nop nop add $22059, %r15 mov (%r12), %rbp nop nop sub $2377, %rdi lea addresses_A_ht+0xebf9, %rsi lea addresses_normal_ht+0xa541...
oeis/159/A159527.asm
neoneye/loda-programs
11
120482
<reponame>neoneye/loda-programs ; A159527: Numerator of Hermite(n, 13/16). ; Submitted by <NAME>(s4) ; 1,13,41,-2795,-52079,754013,43132729,-18356507,-38885559775,-486715213907,38468867080009,1123090745841077,-39563985152718671,-2239399192597236995,36722281790359787609,4490393016408925933957,-12131671824174755067839,-9...
oeis/211/A211631.asm
neoneye/loda-programs
11
120483
; A211631: Number of ordered triples (w,x,y) with all terms in {-n,...-1,1,...,n} and w^2>x^2+y^2. ; Submitted by <NAME> ; 0,0,8,40,104,208,384,624,952,1384,1920,2584,3368,4304,5416,6696,8160,9808,11680,13784,16120,18696,21552,24672,28064,31752,35768,40128,44808,49816,55200,60952,67112,73664,80624,88032,95848,104120 m...
Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xa0.log_9_1133.asm
ljhsiun2/medusa
9
120484
<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r10 push %r12 push %r13 push %r14 push %rax push %rbp push %rdx lea addresses_A_ht+0x10b96, %rax clflush (%rax) nop nop mfence mov $0x6162636465666768, %r14 movq %r14, (%rax) nop nop nop nop dec %r13 lea addresses_normal_ht+0x12e6e, %r10 nop nop nop cmp ...
libsrc/target/smc777/graphics/getmaxx.asm
Frodevan/z88dk
640
120485
INCLUDE "graphics/grafix.inc" MODULE smc777_getmaxx SECTION code_clib PUBLIC getmaxx PUBLIC _getmaxx EXTERN __smc777_mode EXTERN __console_w .getmaxx ._getmaxx ld a,(__smc777_mode) and @00001100 cp @00001000 ; 640 ld hl,639 ret z cp @00000100 ; 320 ld hl,319 re...
1st_year/IAC/Project.asm
J04N4/IST-LEIC
0
120486
<gh_stars>0 ; ********************************************************************************* ; * ; * Introducao a Arquitetura de Computadores ; * ; ********************************************************************************* ; *********************************************************************************...