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/NC/_zr_/i9-9900K_12_0xca_notsx.log_17_66.asm
ljhsiun2/medusa
9
207976
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r14 push %rbx push %rcx lea addresses_A_ht+0x183bd, %rbx nop nop nop sub %r11, %r11 mov (%rbx), %rcx nop nop nop nop and $52363, %r14 pop %rcx pop %rbx pop %r14 pop %r11 ret .global s_faulty_load s_faulty_load: push %r10 push %r12 push %r13 push %r8 push...
gifjs.asm
wopot/jsgifkeylogger
34
207977
<reponame>wopot/jsgifkeylogger ; a hand-made GIF containing valid JavaScript code ; abusing header to start a JavaScript comment ; inspired by <NAME> Deadly Pixels presentation ; <NAME>, BSD Licence 2013 WIDTH equ 10799 ; equivalent to 2f2a, which is '/*' in ASCII, thus starting an opening comment HEIGTH equ 10 ; j...
Transynther/x86/_processed/AVXALIGN/_st_/i3-7100_9_0x84_notsx.log_21829_2252.asm
ljhsiun2/medusa
9
207978
<filename>Transynther/x86/_processed/AVXALIGN/_st_/i3-7100_9_0x84_notsx.log_21829_2252.asm .global s_prepare_buffers s_prepare_buffers: push %r15 push %r9 push %rdi push %rsi lea addresses_A_ht+0x85bc, %rsi nop add $47918, %rdi mov $0x6162636465666768, %r9 movq %r9, %xmm2 movups %xmm2, (%rsi) dec %r15 pop %rsi pop %rdi...
boot/boot.asm
ByRussX/CrindalOS
3
207979
<reponame>ByRussX/CrindalOS [org 0x7c00] [bits 16] init: xor ax, ax mov ds, ax mov es, ax mov ss, ax mov ax, 0x9000 mov sp, ax mov bp, ax mov [DRIVE], dl call clear_screen jmp start_16 [bits 16] start_16: ; mov bx, RM_MSG ; call print_string_rm ; mov bx, NL ; call print_string_rm mov bx, K...
EndingScene/_code/GlobalCode/int16.asm
kosmonautdnb/TheLandsOfZador
0
207980
;-------------------------------------------------------- ; load zero absolute word *dest ;-------------------------------------------------------- MAC ldza_w lda #$00 sta {1} sta {1}+1 ENDM ;-------------------------------------------------------- ;--------------------------------------------------...
ASM/Collatz.asm
onurpolattimur/Microkernel-Operating-System-with-i8080
2
207981
; 8080 assembler code .hexfile Collatz.hex .binfile Collatz.com ; try "hex" for downloading in hex format .download bin .objcopy gobjcopy .postbuild echo "OK!" ;.nodump ; OS call list PRINT_B equ 4 PRINT_MEM equ 3 READ_B equ 7 READ_MEM equ 2 PRINT_STR equ 1 READ_STR equ 8 PROCESS_EXIT equ 9 SET_QUA...
PRG/levels/Sky/W5HBC.asm
narfman0/smb3_pp1
0
207985
<reponame>narfman0/smb3_pp1<gh_stars>0 ; Original address was $B98B ; World 5 Hammer Bro battle Sky A .word $0000 ; Alternate level layout .word $0000 ; Alternate object layout .byte LEVEL1_SIZE_01 | LEVEL1_YSTART_180 .byte LEVEL2_BGPAL_00 | LEVEL2_OBJPAL_08 | LEVEL2_XSTART_18 .byte LEVEL3_TILESET_00 | LEVEL3_VSCR...
src/player/channel.asm
BlockoS/up-17
3
207986
;;--------------------------------------------------------------------- ; name : msx_balance_update ; desc : Update channel balance. ; in : ; X Channel index. ; out : ;;--------------------------------------------------------------------- msx_balance_update: ; [todo] stx psg_ch l...
linux/linux-readstr.asm
zhyhang/asm-misc
0
207987
<reponame>zhyhang/asm-misc<filename>linux/linux-readstr.asm ;----------------------------------------------- ; NASM Linux64 linking example ; Compile(include debug info) >> nasm -F dwarf -g -f elf64 this.asm ; Use nasm 2.15+ ; Dynamic Link >> ld this.o /data/clouds/OneDrive/code/assembly/baselibs-2020/cpu2.0/cpu2/cpu2....
externals/mpir-3.0.0/mpn/x86_64w/skylake/copyi.asm
JaminChan/eos_win
12
207988
; Copyright 2016 <NAME> and <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 ; your o...
programs/oeis/081/A081835.asm
karttu/loda
0
207989
; A081835: a(1)=1, a(n) = a(n-1) + 5 if n is already in the sequence, a(n) = a(n-1) + 4 otherwise. ; 1,5,9,13,18,22,26,30,35,39,43,47,52,56,60,64,68,73,77,81,85,90,94,98,102,107,111,115,119,124,128,132,136,140,145,149,153,157,162,166,170,174,179,183,187,191,196,200,204,208,212,217,221,225,229,234,238,242,246,251,255,25...
oeis/021/A021824.asm
neoneye/loda-programs
11
207990
; A021824: Expansion of 1/((1-x)(1-4x)(1-6x)(1-9x)). ; Submitted by <NAME> ; 1,20,267,3010,31073,304920,2901319,27075950,249555405,2281579300,20749095731,188036746170,1700122392697,15347941075760,138412864844703,1247405586235270,11236794818538149,101192043527859900,911093824342807435,8202037381141552850,738314956686271...
src/sgb.asm
tbsp/gb-starter-kit
22
207991
INCLUDE "defines.asm" SECTION "SGB routines", ROM0 ; Sends SGB packets to the SGB, assuming we're running on one. ; @param hl Pointer to the packet data to be sent (can send any number of packets btw) ; @return hl Points to the end of the packet data ; @return de Zero ; @return bc Zero ; @return a Zero SendPackets::...
exercises/alpha.asm
amirshnll/assembly-exercises
4
207992
include io.h cr equ 10 lf equ 13 .model small .stack 200h .data newline db cr,lf,0 string db 40 dup(?) prompt1 db cr,lf,'enter the string : ',0 prompt2 db cr,lf,'enter the status : ',0 status db ? .code alpha proc whiles: mov cl,Byte ptr[bx] cmp cl,0 je endwhiles cmp ...
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_1109.asm
ljhsiun2/medusa
9
207994
<reponame>ljhsiun2/medusa<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r11 push %r12 push %rax push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_WC_ht+0x19c4f, %rbx nop nop nop nop nop dec %r12 movups (%rbx), %xmm7 vpextrq $1, %xmm7, %rdx nop xor %rax, %rax lea addresses_WC_ht+0xa04f, ...
ffight/lcs/enemy/5C.asm
zengfr/arcade_game_romhacking_sourcecode_top_secret_data
6
207995
<filename>ffight/lcs/enemy/5C.asm<gh_stars>1-10 copyright zengfr site:http://github.com/zengfr/romhack 002F8C add.l D0, ($5c,A6) [boss+1A, enemy+1A] 002F90 addi.l #$60, ($5c,A6) [boss+5C, boss+5E, enemy+5C, enemy+5E] 002F98 rts [boss+5C, boss+5E, enemy+5C, enemy+5E] 0039FA movem.l D0-D3, -(A6) 0039FE movem.l D...
programs/oeis/169/A169591.asm
neoneye/loda
22
207996
; A169591: Triangle T(n,k) with column n = A059841 if n even and column n = A000007 if n odd. ; 1,0,1,1,0,1,0,0,0,1,1,0,1,0,1,0,0,0,0,0,1,1,0,1,0,1,0,1,0,0,0,0,0,0,0,1,1,0,1,0,1,0,1,0,1,0,0,0,0,0,0,0,0,0,1,1,0,1,0,1,0,1,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0,0,0,0,0,0,0,0 lpb $0 sub $0,1 add...
oeis/004/A004660.asm
neoneye/loda-programs
11
207997
; A004660: Powers of 3 written in base 6. ; 1,3,13,43,213,1043,3213,14043,50213,231043,1133213,3444043,15220213,54101043,250303213,1231314043,4134350213,20451531043,102235433213,311155144043,1333553520213,4445545401043,22225525003213,111125423014043,333425113050213,1445123343231043,5223414514133213,24115052350444043,12...
tests/misc/includehob/inchob.asm
cizo2000/sjasmplus
220
207998
<reponame>cizo2000/sjasmplus<filename>tests/misc/includehob/inchob.asm ;; the included inchob/inchob.$c is fake file (doesn't have correct checksums/etc) ; its payload is actually ASCII text, readable by text editor OUTPUT "inchob.bin" ; create copy of original 256B data by using 3 parts INCHOB "in...
Driver/Video/VGAlike/VGA8/vga8StringTab.asm
steakknife/pcgeos
504
207999
<gh_stars>100-1000 COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) GeoWorks 1990 -- All Rights Reserved PROJECT: PC GEOS MODULE: VGA8 Video Driver FILE: vga8StringTab.asm AUTHOR: <NAME>, 8/1/90 REVISION HISTORY: Name Date Description ---- ---- -------...
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_3079.asm
ljhsiun2/medusa
9
208000
.global s_prepare_buffers s_prepare_buffers: push %r12 push %r13 push %r15 push %r8 push %rcx push %rdi push %rdx push %rsi lea addresses_normal_ht+0x1569, %rsi lea addresses_A_ht+0x11a29, %rdi clflush (%rsi) nop nop nop nop and %r13, %r13 mov $36, %rcx rep movsl mfence lea addresses_UC_ht+0x3c49, %r15 add $11237, %r13...
target/analysis/Func00401790.asm
katahiromz/DecodersTatami
3
208005
proc Func00401790@16 Label_00401790 attrs [[stdcall]] # call_from : 00402950 Label_00401790: 00401790: 83 EC 2C : sub esp, 0x2c 00401793: FF 15 4C 61 40 00 : call comctl32.dll!InitCommonControls 00401799: 8B 44 24 30 : mov eax, [esp+0x30] 004017...
ee/button/base.asm
olifink/smsqe
0
208006
<filename>ee/button/base.asm ; Copied from QPAC II base V1.00  1988 <NAME> QJUMP section base ; xdef qp_thing xdef ini_error ; xref bp_thing ; xref bs_thing ; xref btp_thing ; xref ch_thing ; xref ex_thing ; xref fl_thing ; xref hk_thing ; xref jb_thing ; xref pk_thing ; xref rj_thing ;...
src/kernel/gdt.asm
metiu07/osdev
10
208007
<reponame>metiu07/osdev section .text global FlushGDT FlushGDT: mov eax, [esp + 4] lgdt [eax] mov ax, 0x10 mov ds, ax mov es, ax mov fs, ax mov gs, ax mov ss, ax jmp 0x08:flush flush: ret
p1/start.asm
vincenttsang/OS-ExpTestCase
0
208008
<reponame>vincenttsang/OS-ExpTestCase<filename>p1/start.asm ; This is the kernel's entry point. We could either call main here, ; or we can use this to setup the stack or other nice stuff, like ; perhaps setting up the GDT and segments. Please note that interrupts ; are disabled at this point: More on interrupts later!...
oeis/133/A133934.asm
neoneye/loda-programs
11
208009
; A133934: A007318 * (a diagonalized version of A124625). ; Submitted by <NAME> ; 1,1,2,1,4,1,1,6,3,4,1,8,6,16,1,1,10,10,40,5,6,1,12,15,80,15,36,1,1,14,21,140,35,126,7,8,1,16,28,224,70,336,28,64,1,1,18,36,336,126,756,84,288,9,10 lpb $0 add $1,1 sub $0,$1 lpe bin $1,$0 mov $2,$0 mod $2,2 mul $2,$1 mul $2,$0 add $2,...
oeis/338/A338731.asm
neoneye/loda-programs
11
208010
<gh_stars>10-100 ; A338731: Generating function Sum_{n >= 0} a(n)*x^n = Sum_{k>=1} x^(k*(3*k+1)/2)/(1-x^k). ; Submitted by <NAME> ; 0,0,1,1,1,1,1,2,1,2,1,2,1,2,1,3,1,2,2,2,1,3,1,2,2,2,2,3,1,2,3,2,1,3,2,2,2,2,2,3,2,2,3,2,1,4,2,2,2,2,3,3,1,2,3,3,1,4,2,2,3,2,2,4,1,3,3,2,1,4,3,2,2,2,2,5,1,3,3,2,2,4,2,2,3,3,2,4,1,2,4,3,1,4,...
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_180_1081.asm
ljhsiun2/medusa
9
208012
.global s_prepare_buffers s_prepare_buffers: ret .global s_faulty_load s_faulty_load: push %r11 push %r8 push %rbp push %rbx push %rcx // Faulty Load lea addresses_UC+0x1791f, %rbx clflush (%rbx) sub %r8, %r8 vmovups (%rbx), %ymm2 vextracti128 $1, %ymm2, %xmm2 vpextrq $0, %xmm2, %r11 lea oracles, %r8 and $0xff, %...
Transynther/x86/_processed/US/_zr_/i9-9900K_12_0xa0_notsx.log_21829_967.asm
ljhsiun2/medusa
9
208013
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r12 push %r14 push %rax push %rcx push %rdi push %rsi lea addresses_UC_ht+0x8718, %rsi lea addresses_A_ht+0x3a70, %rdi nop xor %r10, %r10 mov $68, %rcx rep movsw nop nop nop xor $10152, %rax lea addresses_D_ht+0x1cc20, %r11 nop nop nop nop nop add %...
programs/oeis/002/A002999.asm
neoneye/loda
22
208016
; A002999: Expansion of (1+x*exp(x))^2. ; 1,2,6,18,56,170,492,1358,3600,9234,23060,56342,135192,319514,745500,1720350,3932192,8912930,20054052,44826662,99614760,220201002,484442156,1061158958,2315255856,5033164850,10905190452,23555211318,50734301240,108984795194,233538846780,499289948222,1065151889472,2267742732354,481...
Assembler/AssemblyCode/SCANF_PRINTF.asm
KPU-RISC/KPU
8
208017
<filename>Assembler/AssemblyCode/SCANF_PRINTF.asm ; ================================================================== ; The input file must contain 2 input entries. ; The input entries are finally stored in the registers "F" and "G" ; ================================================================== ; Initialize the...
round_st.asm
jorgicor/altair
0
208018
; ---------------------------------------------------------------------------- ; Altair, CIDLESA's 1981 arcade game remade for the ZX Spectrum and ; Amstrad CPC. ; ---------------------------------------------------------------------------- ; ----------------------------------------------------------------------------...
tests/expressions/operators.asm
fkorotkov/sjasmplus
0
208019
; simple tests of each operator DW +0x1234, -0x1234 DW ~0x1234 DW !0x1234, not 0x1234 DW low 0x1234, high 0x1234 DW 0x123 + 0x4560, 0x123 - 0x4560 DW 0x12 * 0x34, 0x3456 / 0x12 DW 0x3456 % 0x12, 0x3456 mod 0x12 DW 0x1234 << 3, 0x1234 shl 3 DW -17768 >> 3, -17768 shr 3 ...
min.asm
laerreal/flyshooter
0
208020
<filename>min.asm ; push arg1 ; push arg2 min: push bp mov bp,sp mov ax,[bp+4] cmp ax,[bp+6] jbe min_end mov ax,[bp+6] min_end: mov sp,bp pop bp retn 4
oeis/323/A323166.asm
neoneye/loda-programs
11
208023
<reponame>neoneye/loda-programs<gh_stars>10-100 ; A323166: Greatest common divisor of Product (1+(p_i^e_i)) and n, when n = Product (p_i^e_i); a(n) = gcd(A034448(n), n). ; Submitted by <NAME> ; 1,1,1,1,1,6,1,1,1,2,1,4,1,2,3,1,1,6,1,10,1,2,1,12,1,2,1,4,1,6,1,1,3,2,1,2,1,2,1,2,1,6,1,4,15,2,1,4,1,2,3,2,1,6,1,8,1,2,1,60,1,...
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2.log_21829_1029.asm
ljhsiun2/medusa
9
208024
<reponame>ljhsiun2/medusa<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r13 push %r14 push %r9 push %rcx lea addresses_UC_ht+0x18c89, %rcx cmp %r14, %r14 mov $0x6162636465666768, %r9 movq %r9, (%rcx) nop nop nop nop nop dec %r13 pop %rcx pop %r9 pop %r14 pop %r13 ret .global s_faulty_load s_faul...
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0xca.log_21829_1862.asm
ljhsiun2/medusa
9
208025
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r12 push %r13 push %r14 push %rax push %rcx push %rdi push %rsi lea addresses_WT_ht+0x9a15, %r14 nop nop add $57057, %rax mov (%r14), %r11w nop nop nop cmp %rax, %rax lea addresses_D_ht+0x16810, %rsi lea addresses_A_ht+0x978f, %rdi nop xor $51851, %r13 mov $8...
another.asm
TralahM/explore_asm
2
208026
<filename>another.asm<gh_stars>1-10 section .text global _start _start: mov edx, len mov ecx,msg mov ebx, 1 mov eax,4 int 0x80 mov ebx,0 mov eax,1 int 0x80 section .data msg db "Some Message",0xa len equ $ - msg
test/cases/cl64-sum.asm
bowlofstew/gcc-explorer
0
208027
; Listing generated by Microsoft (R) Optimizing Compiler Version 19.00.23918.0 INCLUDELIB LIBCMT INCLUDELIB OLDNAMES PUBLIC ?testFunction@@YAHPEAHH@Z ; COMDAT pdata pdata SEGMENT $pdata$?testFunction@@YAHPEAHH@Z DD imagerel $LN22 DD imagerel $LN22+225 DD imagerel $unwind$?testFunct...
oeis/036/A036911.asm
neoneye/loda-programs
11
208028
; A036911: (C(4*n,2*n)+(-1)^n*C(2*n,n)^2)/2. ; Submitted by <NAME> ; 1,1,53,262,8885,60626,1778966,14168988,383358645,3355615450,85990654178,803232328548,19780031677718,193873026294052,4629016098160220,47101568276955512,1096960888092571317,11503661742608944170,262435310495071434602 mov $3,$0 gcd $0,2 mul $3,2 add $0,$...
ee/button/english.asm
olifink/smsqe
0
208029
<reponame>olifink/smsqe<filename>ee/button/english.asm ; English text for buttons V0.02  1989 <NAME> QJUMP section language include 'dev8_mac_config02' include 'dev8_ee_button_data' xdef bt_english xdef bt_xorg xdef bt_yorg xdef bt_xsiz xdef bt_ysiz xdef bt_rows xref.l bt_vers bt_english mkcfhead ...
coverage/IN_CTS/0452-COVERAGE-nir-range-analysis-917/work/variant/1_spirv_asm/shader.frag.asm
asuonpaa/ShaderTests
0
208030
; SPIR-V ; Version: 1.0 ; Generator: Khronos Glslang Reference Front End; 10 ; Bound: 71 ; Schema: 0 OpCapability Shader %1 = OpExtInstImport "GLSL.std.450" OpMemoryModel Logical GLSL450 OpEntryPoint Fragment %4 "main" %47 OpExecutionMode %4 OriginUp...
programs/oeis/118/A118414.asm
neoneye/loda
22
208031
; A118414: a(n) = (2*n - 1) * (2^n - 1). ; 1,9,35,105,279,693,1651,3825,8687,19437,42987,94185,204775,442341,950243,2031585,4325343,9175005,19398619,40894425,85983191,180355029,377487315,788529105,1644167119,3422552013,7113539531,14763950025,30601641927,63350767557,130996502467,270582939585,558345748415,1151051235261,2...
dos/misc2.asm
minblock/msdos
0
208032
TITLE MISC2 - Miscellanious routines for MS-DOS NAME MISC2 ; ; Microsoft Confidential ; Copyright (C) Microsoft Corporation 1991 ; All Rights Reserved. ; ;** MISC2.ASM - Miscellaneous useful routines ; ; StrCpy ; StrCmp ; StrLen ; DStrLen ; Idle ; TableDispatch ; FastInit ; DOS 4.0 ; FastRet ; DOS 4.0 ; NL...
smsq/home/basic.asm
olifink/smsqe
0
208033
<gh_stars>0 ; SBasic support routines for Home Thing (c) <NAME> 2005 ; ; 0.00 prerelease (wl) ; 2005-11-09 0.01 rewritten to make job-ID optional (MK) ; added HOME_VER$ section exten xdef home_set xdef home_cset xdef home_dir$ xdef home_file$ xdef home_curr$ xdef home_ver$ xdef home_def xref gu_shome...
2020/kurdyukov1/prog.x86_64.asm
lifthrasiir/winner
287
208034
; -*- tab-width: 8 -*- ; MD5 checksum utility for x86_64 Linux, assembly version ; To build: nasm -f bin -O9 prog.x86_64.asm -o prog %define @pie 0 BITS 64 %if @pie ORG 0 %else ORG 0x400000 %endif %define @sys_read 0 %define @sys_write 1 %define @sys_exit 60 section .text _code_seg: _elf: db 0x7f,'ELF',2,1,1,0 ; ...
programs/oeis/339/A339267.asm
karttu/loda
1
208035
<filename>programs/oeis/339/A339267.asm ; A339267: Level of the Calkin-Wilf tree in which the n-th convergent of the continued fraction for e appears. ; 2,3,5,6,7,11,12,13,19,20,21,29,30,31,41,42,43,55,56,57,71,72,73,89,90,91,109,110,111,131,132,133,155,156,157,181,182,183,209,210,211,239,240,241,271,272,273,305,306,30...
hooks/closehandlehook.asm
kun1z/ksmod
1
208037
<reponame>kun1z/ksmod ; Copyright © 2005 - 2021 by <NAME>. All rights reserved. CloseHandleHook proto :dword .data? CloseHandleOrig dd ? .code ; ########################################################################## CloseHandleHook proc hObject:dword .if hObject != 0 .if DidWeCreat...
klc3-manual/examples/zjui_ece220_fa20/mp1/assertions_.asm
liuzikai/klc3
0
208038
<gh_stars>0 ; KLC3: ISSUE DEFINE ERROR ERR_REGISTER_CHANGED "register(s) changed after calling your subroutine" ; KLC3: ISSUE DEFINE ERROR ERR_NOT_RETURN "your subroutine doesn't return to the autogenerated entry code" "You should not use HALT in your subroutine." ; KLC3: ISSUE SET_HINT WARN_HALT_IN_SUBROUTINE "Your su...
src/test/ref/zeropage-sinus.asm
jbrandwood/kickc
2
208039
// Attempt to store and use a sine on zeropage // $00/$11 is carefully chosen to be $ff - which plays well with the processor port // Commodore 64 PRG executable file .file [name="zeropage-sinus.prg", type="prg", segments="Program"] .segmentdef Program [segments="Basic, Code, Data"] .segmentdef Basic [start=$0801] .s...
libsrc/zx81/scrolldowntxt.asm
andydansby/z88dk-mk2
1
208040
; ; ZX81 libraries - Stefano ; ;---------------------------------------------------------------- ; ; $Id: scrolldowntxt.asm,v 1.3 2012/01/09 16:02:36 stefano Exp $ ; ;---------------------------------------------------------------- ; Text scrolldown. ;---------------------------------------------------------------- ...
testuniv.asm
agusalex/AssemblyC
1
208042
<gh_stars>1-10 .global main .text main: # write(1, message, 13) mov $1, %eax # system call 1 is write mov $1, %rdi # file handle 1 is stdout mov $message, %rsi # address of string to output mov $13, %rdx ...
Transynther/x86/_processed/NONE/_zr_xt_/i7-7700_9_0x48.log_21829_2442.asm
ljhsiun2/medusa
9
208043
<filename>Transynther/x86/_processed/NONE/_zr_xt_/i7-7700_9_0x48.log_21829_2442.asm .global s_prepare_buffers s_prepare_buffers: push %r10 push %r14 push %r15 push %r8 push %rax push %rbp push %rcx push %rdi push %rsi lea addresses_D_ht+0x748d, %r14 nop and $18162, %rcx vmovups (%r14), %ymm5 vextracti128 $1, %ymm5, %xm...
programs/oeis/128/A128473.asm
karttu/loda
1
208045
; A128473: Numbers of the form 30*k+23 or numbers that cannot be part of a twin prime pair. ; 23,53,83,113,143,173,203,233,263,293,323,353,383,413,443,473,503,533,563,593,623,653,683,713,743,773,803,833,863,893,923,953,983,1013,1043,1073,1103,1133,1163,1193,1223,1253,1283,1313,1343,1373,1403,1433,1463,1493,1523,1553,15...
data/pokemon/base_stats/surskit.asm
AtmaBuster/pokeplat-gen2
6
208046
db 0 ; species ID placeholder db 40, 30, 32, 65, 50, 52 ; hp atk def spd sat sdf db BUG, WATER ; type db 200 ; catch rate db 63 ; base exp db NO_ITEM, NO_ITEM ; items db GENDER_F50 ; gender ratio db 15 ; step cycles to hatch INCBIN "gfx/pokemon/surskit/front.dimensions" db GROWTH_MEDIUM_FAST ;...
programs/oeis/130/A130748.asm
karttu/loda
1
208047
<reponame>karttu/loda ; A130748: Place n points on each of the three sides of a triangle, 3n points in all; a(n) = number of nondegenerate triangles that can be constructed using these points (plus the 3 original vertices) as vertices. ; 17,72,190,395,711,1162,1772,2565,3565,4796,6282,8047,10115,12510,15256,18377,21897...
PRG/levels/Hills/6-6Under.asm
narfman0/smb3_pp1
0
208048
; Original address was $ACDC ; 6-6 underground .word W606L ; Alternate level layout .word W606O ; Alternate object layout .byte LEVEL1_SIZE_12 | LEVEL1_YSTART_040 .byte LEVEL2_BGPAL_07 | LEVEL2_OBJPAL_09 | LEVEL2_XSTART_18 .byte LEVEL3_TILESET_12 | LEVEL3_VSCROLL_FREE | LEVEL3_PIPENOTEXIT .byte LEVEL4_BGBANK_INDE...
oeis/183/A183264.asm
neoneye/loda-programs
11
208049
; A183264: Number of singly defective permutations of 1..n with exactly 1 maximum. ; 0,2,15,64,220,672,1904,5120,13248,33280,81664,196608,465920,1089536,2519040,5767168,13090816,29491200,65994752,146800640,324796416,715128832,1567621120,3422552064,7444889600,16139681792,34879832064,75161927680,161531035648,346281738240...
data/maps/objects/Museum1F.asm
opiter09/ASM-Machina
1
208050
<reponame>opiter09/ASM-Machina Museum1F_Object: db $a ; border block def_warps warp 10, 7, 0, LAST_MAP warp 11, 7, 0, LAST_MAP warp 16, 7, 1, LAST_MAP warp 17, 7, 1, LAST_MAP warp 7, 7, 0, MUSEUM_2F def_signs def_objects object SPRITE_SCIENTIST, 12, 4, STAY, LEFT, 1 ; person object SPRITE_GAMBLER, 1...
oeis/131/A131750.asm
neoneye/loda-programs
11
208052
; A131750: Numbers that are both centered triangular and centered square. ; 1,85,16381,3177721,616461385,119590330861,23199907725541,4500662508423985,873105326726527441,169377932722437899461,32858445842826225967885,6374369115575565399870121,1236594749975816861348835481,239893007126192895536274213085,4653800678773144591...
MSDOS/Virus.MSDOS.Unknown.405.asm
fengjixuchui/Family
3
208053
;405 virus ;disassembled 10th March 1991 by <NAME>. ; start: xchg si,ax ;96 }marker bytes ? add [bx+si],al ;00 00 } sahf ;9e } add [bx+si],al ;00 00 } nop ;90 } mov ax,0000h ;clear ax mov byte es:[drive],al ;default d...
Source/Levels/L0809.asm
AbePralle/FGB
0
208054
; L0809.asm grenade vs goblin charge ; Generated 11.01.2000 by mlevel ; Modified 11.01.2000 by <NAME> INCLUDE "Source/Defs.inc" INCLUDE "Source/Levels.inc" ;--------------------------------------------------------------------- SECTION "Level0809Section",ROMX ;---------------------------------------------------------...
programs/oeis/036/A036828.asm
neoneye/loda
22
208055
; A036828: A036827/2. ; 0,1,17,125,637,2637,9549,31501,97037,283661,795661,2158605,5697549,14696461,37175309,92471309,226689037,548667405,1313079309,3111125005,7305429005,17016291341,39346765837,90378862605,206342979597,468486979597,1058239676429,2379143446541,5325491011597,11872363347981,26367877971981,58355720650765,...
wc.asm
TRamirez97/CSE460-HW02
0
208056
_wc: file format elf32-i386 Disassembly of section .text: 00000000 <main>: printf(1, "%d %d %d %s\n", l, w, c, name); } int main(int argc, char *argv[]) { 0: 8d 4c 24 04 lea 0x4(%esp),%ecx 4: 83 e4 f0 and $0xfffffff0,%esp 7: ff 71 fc pushl -0x4(%ecx) a: ...
sbsext/ed/insdel.asm
olifink/smsqe
0
208057
<gh_stars>0 * ED - Inserting and deleting characters  1985 <NAME> QJUMP * section ed * xdef ed_insch xdef ed_delch xdef ed_setps * xref ed_right xref ed_scrup xref ed_scrdx * include dev8_sbsext_ed_keys include dev8_sbsext_ed_data * * d1 c s character to be inserted * * find character position * ed_fcpos ...
sk/sfx/CE.asm
Cancer52/flamedriver
9
208059
<reponame>Cancer52/flamedriver<filename>sk/sfx/CE.asm Sound_CE_Header: smpsHeaderStartSong 3 smpsHeaderVoice Sound_CE_Voices smpsHeaderTempoSFX $01 smpsHeaderChanSFX $01 smpsHeaderSFXChannel cPSG3, Sound_CE_CF_PSG3, $E1, $05 ; PSG3 Data Sound_CE_CF_PSG3: smpsPSGform $E7 smpsModSet $0F, ...
programs/oeis/052/A052949.asm
karttu/loda
1
208061
<filename>programs/oeis/052/A052949.asm<gh_stars>1-10 ; A052949: Expansion of (2-4*x+x^3)/((1-x)*(1-2*x-x^2+x^3)). ; 2,2,4,7,15,32,71,158,354,794,1783,4005,8998,20217,45426,102070,229348,515339,1157955,2601900,5846415,13136774,29518062,66326482,149034251,334876921,752461610,1690765889,3799116466,8536537210,19181424996,...
src/harvester_truce.asm
mvdhout1992/ts-patches
33
208062
<filename>src/harvester_truce.asm %include "TiberianSun.inc" %include "macros/patch.inc" ;;; Harvester truce makes harvesters Immune during Multiplayer games. @PATCH 0x005DD580 _set_specialclass_bitfield_for_harvtruce: mov eax, [SpecialClass__Special] or eax, edx cmp byte [Harveste...
Assignment 6/Addr3Bytes.asm
wstern1234/COMSC-260
0
208063
<reponame>wstern1234/COMSC-260 ; Addr3Bytes.asm - returns an address that was 3 bytes higher in memory than the return address currently on the stack INCLUDE Irvine32.inc .code main PROC mov eax, 4 call AddrUp3 invoke ExitProcess, 0 main ENDP AddrUp3 PROC pop eax add eax, 0Ch push eax ret ...
programs/oeis/173/A173318.asm
neoneye/loda
22
208064
<filename>programs/oeis/173/A173318.asm ; A173318: Partial sums of A005811. ; 0,1,3,4,6,9,11,12,14,17,21,24,26,29,31,32,34,37,41,44,48,53,57,60,62,65,69,72,74,77,79,80,82,85,89,92,96,101,105,108,112,117,123,128,132,137,141,144,146,149,153,156,160,165,169,172,174,177,181,184,186,189,191,192,194,197,201,204,208,213,217,2...
Variables/CopyRotMattoXX15.asm
ped7g/EliteNext
9
208065
CopyRotMatNoseVtoXX15: ldCopyByte UBnkrotmatNosevX+1 ,XX15VecX ldCopyByte UBnkrotmatNosevY+1, XX15VecY ldCopyByte UBnkrotmatNosevZ+1 ,XX15VecZ ret CopyRotMatRoofVtoXX15: ldCopyByte UBnkrotmatRoofvX+1 ,XX15VecX ldCopyByte UBnkrotmatRoofvY+1, XX15VecY ldCopyB...
Transynther/x86/_processed/AVXALIGN/_st_/i7-7700_9_0x48.log_21829_2044.asm
ljhsiun2/medusa
9
208066
<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r11 push %r12 push %r13 push %r15 push %r8 push %rcx push %rdi push %rsi lea addresses_WC_ht+0x20e9, %rsi lea addresses_WT_ht+0x18c8b, %rdi add %r8, %r8 mov $110, %rcx rep movsw nop nop nop nop nop add %r11, %r11 lea addresses_WC_ht+0x1e1c9, %r15 clflush...
Project 8/Test Files/ProgramFlow/BasicLoop/BasicLoop.asm
zephyrclaire/CompArch
0
208067
<reponame>zephyrclaire/CompArch @0 D=A @SP A=M M=D @SP M=M+1 @LCL D=M @0 D=D+A @pop_address M=D @SP M=M-1 A=M D=M @pop_address A=M M=D (LOOP_START) @ARG D=M @0 A=D+A D=M @SP A=M M=D @SP M=M+1 @LCL D=M @0 A=D+A D=M @SP A=M M=D @SP M=M+1 @SP M=M-1 A=M D=M @SP M=M-1 A=M A=M ...
mc-sema/validator/x86_64/tests/UCOMISDrm.asm
randolphwong/mcsema
2
208068
BITS 64 ;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, 2 cvtsi2sd xmm0, ecx mov ecx, 0 cvtsi2sd xmm1, ecx ;TEST_BEGIN_RECORDING lea rcx, [rsp-8] movsd [rcx], xmm1 ucomiss xmm0, [rcx] mov ecx, 0 ;TEST_END_RECORDING cvtsi2sd xmm0, ecx cv...
libsrc/_DEVELOPMENT/string/c/sccz80/strerror.asm
Frodevan/z88dk
640
208071
<reponame>Frodevan/z88dk ; char *strerror(int errnum) SECTION code_clib SECTION code_string PUBLIC strerror EXTERN asm_strerror defc strerror = asm_strerror IF __CLASSIC && __CPU_GBZ80__ PUBLIC _strerror _strerror: ld hl,sp+2 ld a,(hl+) ld h,(hl) ld l,a call asm_strerror ld d,h ld e,l ...
oeis/006/A006165.asm
neoneye/loda-programs
11
208072
<reponame>neoneye/loda-programs ; A006165: a(1) = a(2) = 1; thereafter a(2n+1) = a(n+1) + a(n), a(2n) = 2a(n). ; Submitted by <NAME>(s4) ; 1,1,2,2,3,4,4,4,5,6,7,8,8,8,8,8,9,10,11,12,13,14,15,16,16,16,16,16,16,16,16,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,33,34,...
Transynther/x86/_processed/US/_zr_/i7-8650U_0xd2.log_16192_1248.asm
ljhsiun2/medusa
9
208073
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r12 push %r14 push %r15 push %rbp push %rbx push %rcx push %rdi push %rsi lea addresses_UC_ht+0xb25b, %rbx nop nop xor %r12, %r12 movups (%rbx), %xmm5 vpextrq $0, %xmm5, %rcx nop nop and %r15, %r15 lea addresses_WT_ht+0x60a8, %rsi lea addresse...
Transynther/x86/_processed/US/_zr_/i7-7700_9_0xca_notsx.log_7_869.asm
ljhsiun2/medusa
9
208074
.global s_prepare_buffers s_prepare_buffers: push %r13 push %r15 push %r9 push %rbx push %rcx push %rdi push %rsi lea addresses_WC_ht+0x944a, %rcx sub %r15, %r15 movups (%rcx), %xmm5 vpextrq $0, %xmm5, %r9 nop nop nop nop add $22881, %rbx lea addresses_D_ht+0x13b6c, %rsi lea addresses_D_ht+0x1a872, %rdi clflush (%rsi) ...
src/kernel/x86/idt_handler.asm
theif519/MoltarOS
7
208075
<reponame>theif519/MoltarOS<gh_stars>1-10 ; idt_handler.asm ; This macro is used to generate an interrupt service request which do not produce errors. %macro isr_generate_noerr 1 ; Definite preprocessed global label global interrupt_service_request_%1 interrupt_service_request_%1: ; Disable interrupts ...
chapter13/13.3.asm
bgst009/AssemblyLanguage
0
208077
<reponame>bgst009/AssemblyLanguage assume cs:code,ss:stack,ds:data data segment db 'coversation!',0 data ends stack segment db 128 dup(0) stack ends code segment start: mov ax,stack mov ss,ax mov sp,128 call transfer call test_application mov ax,4c00h int 21h ;=================...
src/test/ref/problem-negate-const.asm
jbrandwood/kickc
2
208078
// Illustrates problem with negating a constant negative number // KickAsm requires parenthesis for double negation to work // Commodore 64 PRG executable file .file [name="problem-negate-const.prg", type="prg", segments="Program"] .segmentdef Program [segments="Basic, Code, Data"] .segmentdef Basic [start=$0801] .se...
Kernel/asm/interrupts.asm
mdedeu/PURE-OS
0
208079
<reponame>mdedeu/PURE-OS<filename>Kernel/asm/interrupts.asm GLOBAL _cli GLOBAL _sti GLOBAL picMasterMask GLOBAL picSlaveMask GLOBAL haltcpu GLOBAL _hlt GLOBAL _irq00Handler GLOBAL _irq01Handler GLOBAL _irq02Handler GLOBAL _irq03Handler GLOBAL _irq04Handler GLOBAL _irq05Handler GLOBAL _systemCallsHandler GLOBAL _excep...
oeis/135/A135653.asm
neoneye/loda-programs
11
208082
<reponame>neoneye/loda-programs ; A135653: Divisors of 496 (the 3rd perfect number), written in base 2. ; Submitted by <NAME> ; 1,10,100,1000,10000,11111,111110,1111100,11111000,111110000 seq $0,18487 ; Divisors of 496. seq $0,7088 ; The binary numbers (or binary words, or binary vectors, or binary expansion of n): nu...
linuxnasm_be/01-integer/integerArithmetic.asm
karng87/nasm_game
0
208084
<filename>linuxnasm_be/01-integer/integerArithmetic.asm bits 64 global IntAdd global IntMul global IntDiv ;; rdi, rsi, rdx, rcx, r8 , r9 section .text ;; extern "C" long int IAdd(long int a, long int b, long int c, long int d, long int e, long int f); IntAdd: add rdi, rsi add rcx, rdx mov rax, r8 ...
oeis/314/A314736.asm
neoneye/loda-programs
11
208085
<filename>oeis/314/A314736.asm ; A314736: Coordination sequence Gal.5.115.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. ; Submitted by <NAME> ; 1,5,9,13,18,24,29,33,37,42,47,51,55,60,66,71,75,79,84,89,93,97,102,108,113,117,121,126,...
libsrc/stdio/spectrum/getk_rom.asm
jpoikela/z88dk
38
208086
<gh_stars>10-100 ; ; Devilishly simple Spectrum Routines ; ; getk() Read key status ; ; ; ; $Id: getk_rom.asm $ ; SECTION code_clib PUBLIC getk PUBLIC _getk EXTERN in_Inkey .getk ._getk call in_Inkey ld a,l IF STANDARDESCAPECHARS cp 13 jr nz,not_return ld l,10 .not_return ENDIF ret
oeis/108/A108448.asm
neoneye/loda-programs
11
208088
; A108448: Number of peaks of the form ud in all paths from (0,0) to (3n,0) that stay in the first quadrant (but may touch the horizontal axis), consisting of steps u=(2,1), U=(1,2), or d=(1,-1). ; Submitted by <NAME> ; 1,7,61,575,5641,56695,579125,5984767,62390545,654862247,6911195501,73265596607,779594526361,83216838...
memory.asm
shepheb/basilisc
0
208089
<reponame>shepheb/basilisc<filename>memory.asm<gh_stars>0 ; Memory handling functions. ; Memory design: ; There is a large memory region of two-word cells, from mem to mem_top. ; There's a "used" subregion and a "virgin" subregion. ; The "used" subregion starts empty, and all cells are "virgin". ; When a cell is req...
libsrc/fcntl/nc100/_lseek.asm
meesokim/z88dk
0
208090
; ; lseek a file on the Amstrad NC100 (max 64k files so can dump high ; bits) ; ; Supporting helpers ; PUBLIC nc_lseek ; can't call it fseek as the OS does .nc_lseek pop hl pop de pop bc push bc push de push hl call 0xB8B4 jr c, lseek_ok ld bc, 0xffff lseek_ok: ld h, b ld l, c ret
runtime/utility2.asm
paulscottrobson/amoral
3
208091
; ******************************************************************************************* ; ******************************************************************************************* ; ; File: utility2.asm ; Date: 16th November 2020 ; Purpose: More Utility routines for ...
moves.asm
encukou/ti83-dex
1
208093
DEFINE P3MOVE, SPACE=ROM SEGMENT P3MOVE extern _Green extern _DrawPkName extern _Red extern _Select extern _Move public Move extern _LoadPic extern _LPicBank1 extern _DrawMoveName public DrawMoveName extern _DrawMoveName_AlignRight public DrawMoveName_AlignRight extern _MoveList exter...
src/ship_bullet.asm
howprice/specnext-invaders
17
208094
<reponame>howprice/specnext-invaders SHIP_BULLET_WIDTH EQU 1 SHIP_BULLET_HEIGHT EQU 4 SHIP_BULLET_SPEED EQU 4 SHIP_BULLET_Y_MIN EQU 32 + PLAY_AREA_START_Y ; 32 pixel sprite screen border + UI size in ULA shipBulletActive DB $00 shipBulletHitboxPatternSpace Hitb...
bin/JWASM/Samples/Win64_3e.asm
Abd-Beltaji/ASMEMU
3
208095
;--- A simple Windows GUI program that creates an empty window; ;--- Similar to Win64_3, but unlike that variant this version ;--- uses hll directives, so it cannot be assembled ;--- with Masm64. Also, OPTION FRAME:AUTO is used. ;--- ;--- assemble: ;--- JWasm -win64 Win64_3e.asm ;--- link: ;--- MS Link: link Win6...
NumberComparisonFloat.asm
patkub/mips
0
208096
<reponame>patkub/mips # Number Comparison Floating-Point - <NAME> - 11/9/2015 # Read up to 10 single percision floating-point numbers and ouput the floats greater than or equal to the last one entered. .data # items stored in data segment .align 0 # no...
Transynther/x86/_processed/NONE/_xt_sm_/i9-9900K_12_0xa0.log_21829_578.asm
ljhsiun2/medusa
9
208098
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r13 push %r8 push %rbx push %rcx push %rdi push %rsi lea addresses_normal_ht+0x10887, %r8 nop nop cmp %rcx, %rcx mov (%r8), %r13 nop nop nop add %rdi, %rdi lea addresses_normal_ht+0xdb87, %r10 nop nop nop nop nop and $53367, %rsi mov $0x616263646566...
libsrc/z80_crt0s/clib_target_cfg.asm
grancier/z180
0
208100
<reponame>grancier/z180 IF !_CLIB_TARGET_CFG_ASM_ defc _CLIB_TARGET_CFG_ASM_ = 1 ; ENABLES SOME NEW C LIB CODE TO BE COMPILED INTO CLASSIC ;-------------------------------------------------------------- ;-- ARCHITECTURE CONSTANTS ------------------------------------ ;--------------------------------------------------...
scripts/BrunosRoom.asm
opiter09/ASM-Machina
1
208101
BrunosRoom_Script: call BrunoShowOrHideExitBlock call EnableAutoTextBoxDrawing ld hl, BrunosRoomTrainerHeaders ld de, BrunosRoom_ScriptPointers ld a, [wBrunosRoomCurScript] call ExecuteCurMapScriptInTable ld [wBrunosRoomCurScript], a ret BrunoShowOrHideExitBlock: ; Blocks or clears the exit to the next room. ...
oeis/028/A028184.asm
neoneye/loda-programs
11
208102
<reponame>neoneye/loda-programs ; A028184: Expansion of 1/((1-5x)(1-7x)(1-9x)(1-10x)). ; Submitted by <NAME> ; 1,31,608,9650,135471,1756461,21553078,254114080,2907590741,32510311691,356977004748,3863433611310,41325142341211,437804739243721,4601385756887618,48040443020269340,498759633052498881,5153605455623560551,530358...
read_num.asm
gek169/Simple_ISA
12
208103
#!/usr/bin/sisa16_asm -run //use a separately compiled libc. //..include"libc_pre.hasm" //..(2): //..dinclude"libc_pre.bin" //use the normal libc. ..include"libc.hasm" ..(5): length_of_input_string: bytes %/0%; ..main(3): lrx0 %/what% proc_krenel halt; what: la '\n'; interrupt; lrx0 %0xc%,%0%; proc_gets l...
programs/oeis/300/A300270.asm
neoneye/loda
22
208104
; A300270: a(n) = Sum_{1 <= i <= j <= n} mu(i*j)*floor((n/i)/j)). ; 1,1,1,1,1,2,2,2,2,3,3,4,4,5,6,6,6,7,7,8,9,10,10,11,11,12,12,13,13,13,13,13,14,15,16,17,17,18,19,20,20,20,20,21,22,23,23,24,24,25,26,27,27,28,29,30,31,32,32,32,32,33,34,34,35,35,35,36,37,37,37,38,38,39,40,41,42,42,42,43,43,44,44,44,45,46,47,48,48,48 mo...