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
tests/testthat/asm/hello1.asm
jonocarroll/r64
5
201969
<gh_stars>1-10 *=$0801 .byte $0c, $08, $0a, $00, $9e, $20 .byte $32, $30, $38, $30, $00, $00 .byte $00 *=$0820 lda #$93 jsr $ffd2 lda #$0e ; Switch to lowercase/upperase character mode jsr $ffd2 ldy #$00 loop1 lda message1,y jsr $ffd2 iny cpy #$fa bne loop1 wait jmp wait me...
Source/ZCPR/bdloc.asm
davidknoll/RomWBW
194
201970
<reponame>davidknoll/RomWBW<filename>Source/ZCPR/bdloc.asm * PROGRAM NAME: BDOS Locator * AUTHOR: <NAME> * VERSION: 1.0 * DATE: 3 July 81 * PREVIOUS VERSIONS: -None- VERS EQU 10 ; VERSION NUMBER CPM$BASE EQU 0 ; BASE ADDRESS OF CP/M SYSTEM * * BDOS Locator simply functions to print out the base p...
Transynther/x86/_processed/AVXALIGN/_st_sm_/i7-7700_9_0xca.log_103_1797.asm
ljhsiun2/medusa
9
201971
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r12 push %r9 push %rbp push %rcx push %rdi push %rdx push %rsi lea addresses_D_ht+0x6503, %rsi lea addresses_WT_ht+0x14c53, %rdi clflush (%rsi) clflush (%rdi) and $21099, %rdx mov $59, %rcx rep movsb nop nop nop nop xor %r9, %r9 lea addresses_UC_ht+0x1ee3, %r...
programs/oeis/089/A089620.asm
neoneye/loda
22
201972
<filename>programs/oeis/089/A089620.asm ; A089620: n^3 + n-th prime. ; 3,11,32,71,136,229,360,531,752,1029,1362,1765,2238,2787,3422,4149,4972,5893,6926,8071,9334,10727,12250,13913,15722,17677,19786,22059,24498,27113,29918,32899,36074,39443,43024,46807,50810,55035,59486,64173 mov $1,$0 add $0,1 pow $0,3 seq $1,40 ; The...
Verilog/P5 - 副本 (2)/test/test_1.asm
JJLeo/BUAA-CO-2020
9
201973
<reponame>JJLeo/BUAA-CO-2020 subu $28 $28 $28 nop nop nop nop subu $29 $29 $29 nop nop nop nop ori $0, $0, 0 nop nop nop nop ori $1, $1, 1 nop nop nop nop ori $2, $2, 2 nop nop nop nop ori $3, $3, 3 nop nop nop nop ori $26, $26, 26 nop nop nop nop ori $27, $27, 27 nop nop nop nop ori $28, $28, 28 nop nop nop nop ori $2...
programs/oeis/008/A008796.asm
neoneye/loda
22
201975
; A008796: Molien series for 3-dimensional group [2,3]+ = 223; also for group H_{1,2} of order 384. ; 1,0,2,1,4,2,7,4,10,7,14,10,19,14,24,19,30,24,37,30,44,37,52,44,61,52,70,61,80,70,91,80,102,91,114,102,127,114,140,127,154,140,169,154,184,169,200,184,217,200,234,217,252,234,271,252,290,271,310,290,331,310,352,331,374,...
oeis/173/A173393.asm
neoneye/loda-programs
11
201976
<reponame>neoneye/loda-programs ; A173393: 10n+12^n. ; Submitted by <NAME>(s2.) ; 22,164,1758,20776,248882,2986044,35831878,429981776,5159780442,61917364324,743008370798,8916100448376,106993205379202,1283918464549004,15407021574586518,184884258895036576 mov $1,12 pow $1,$0 add $1,$0 mul $1,6 sub $1,$0 mov $0,$1 add $0...
src/shaders/h264/ildb/save_Top_UV_8x2.asm
tizenorg/platform.upstream.libva-intel-driver
0
201978
<gh_stars>0 /* * 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: save_Top_UV_8x2.asm // // Sa...
lib/target/zx81/classic/zx81_altint_core.asm
ahjelm/z88dk
640
201979
<reponame>ahjelm/z88dk ; ---------------------------------------------------------------------------------------- ; Modified display handler to preserve IY ; Note: a swap between IX and IY happens "on the fly" during assembly ! ; ------------------------------------------------------------------------------------...
oeis/076/A076128.asm
neoneye/loda-programs
11
201980
; A076128: Difference between the product of numbers up to n and the sum of numbers up to n. ; 0,-1,0,14,105,699,5012,40284,362835,3628745,39916734,479001522,6227020709,87178291095,1307674367880,20922789887864,355687428095847,6402373705727829,121645100408831810,2432902008176639790 add $0,1 lpb $0 lpb $0 cmp $3,0...
IntelFspPkg/Library/BaseFspSwitchStackLib/Ia32/Stack.asm
CEOALT1/RefindPlusUDK
2,757
201981
<filename>IntelFspPkg/Library/BaseFspSwitchStackLib/Ia32/Stack.asm ;------------------------------------------------------------------------------ ; ; Copyright (c) 2014 - 2015, Intel Corporation. All rights reserved.<BR> ; This program and the accompanying materials ; are licensed and made available under the term...
sources/ippcp/asm_intel64/pcpp256r1funcs_montas.asm
ymarkovitch/ipp-crypto
0
201982
<gh_stars>0 ;=============================================================================== ; Copyright 2015-2019 Intel Corporation ; All Rights Reserved. ; ; If this software was obtained under the Intel Simplified Software License, ; the following terms apply: ; ; The source code, information and material ("M...
oeis/131/A131093.asm
neoneye/loda-programs
11
201983
<gh_stars>10-100 ; A131093: a(1)=1, a(n) = a(n-1) + sum of odd numbers which are among the first (n-1) terms of the sequence. ; Submitted by <NAME> ; 1,2,3,7,18,29,69,178,287,683,1762,2841,6761,17442,28123,66927,172658,278389,662509,1709138,2755767,6558163,16918722,27279281,64919121,167478082,270037043,642633047,165786...
constants/scene_constants.asm
AtmaBuster/pokeoctober
1
201984
<gh_stars>1-10 ; See data/maps/scenes.asm for which maps have scene variables. ; Each scene_script and coord_event is associated with a current scene ID. ; Scene variables default to 0. SCENE_DEFAULT EQU 0 ; Often a map will have a one-time default event for scene 0, and switch to a ; do-nothing scene 1 when the even...
test/autogen/gen_mc6800.asm
tgtakaoka/libasm
15
201985
<reponame>tgtakaoka/libasm ;;; AUTO GENERATED FILE ;;; generated by: gen_mc6800 -u -C 6800 -o gen_mc6800.asm -l gen_mc6800.lst CPU 6800 ORG $0100 NOP TAP TPA INX DEX CLV SEV CLC SEC CLI SEI SBA CBA TAB TBA DA...
Transynther/x86/_processed/AVXALIGN/_ht_zr_/i9-9900K_12_0xca_notsx.log_21829_800.asm
ljhsiun2/medusa
9
201986
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r12 push %r15 push %rax push %rbx push %rcx push %rdi push %rsi lea addresses_WC_ht+0xc59f, %r15 inc %r10 mov (%r15), %r12d add $36712, %rax lea addresses_A_ht+0x119f, %rsi lea addresses_WT_ht+0x167af, %rdi nop nop nop nop nop sub $13552, %rbx mov $124, %rcx ...
example/RISCV_Test/Programs/BubbleSort_c/main.asm
toebs88/SCAM
3
201987
main.out: file format elf32-littleriscv Disassembly of section .text: 00000000 <_start>: 0: 00010137 lui sp,0x10 4: 108000ef jal ra,10c <main> 00000008 <_end>: 8: 00100073 ebreak 0000000c <_Z10bubbleSortPii>: c: fd010113 addi sp,sp,-48 # ffd0 <__global_point...
asm/scriptcode/baron/baron1redo.asm
Dimedime-d/kptranslation
3
201988
<filename>asm/scriptcode/baron/baron1redo.asm .byte 0x02,0x00,0x09,0x00 .word 0x08095838 .byte 0x09,0x00,0x0F,0x00 .byte 0x02,0x00,0x00,0x00 .byte 0x00,0x01,0x00,0x00 .byte 0x00,0x1E,0x00,0x03 .byte 0x09,0x00,0x00,0x00 .byte 0x02,0x00,0x00,0x00 .byte 0x14,0x9F,0x0A,0x00 .byte 0xE4,0x38,0x00,0x00 .byte 0x09,0x00,0x01,0x...
oeis/097/A097820.asm
neoneye/loda-programs
11
201989
<filename>oeis/097/A097820.asm ; A097820: Expansion of e.g.f. exp(2*x)/(1-4*x). ; Submitted by <NAME>(s4) ; 1,6,52,632,10128,202592,4862272,136143744,4356600064,156837602816,6273504113664,276034181003264,13249640688160768,688981315784368128,38582953683924631552,2314977221035477925888,148158542146270587322368,1007478086...
user/usertests.asm
siyuanhu98/6.S081-xv
0
201990
user/_usertests: 文件格式 elf64-littleriscv Disassembly of section .text: 0000000000000000 <bsstest>: void bsstest(char *s) { int i; for(i = 0; i < sizeof(uninit); i++){ 0: 00007797 auipc a5,0x7 4: b2878793 addi a5,a5,-1240 # 6b28 <uninit> 8: 00009697 auipc a3...
Library/Text/TextLine/textlineManager.asm
steakknife/pcgeos
504
201993
<filename>Library/Text/TextLine/textlineManager.asm COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) GeoWorks 1991 -- All Rights Reserved PROJECT: PC GEOS MODULE: FILE: textlineManager.asm AUTHOR: <NAME>, Nov 19, 1991 REVISION HISTORY: Name Date Descript...
programs/oeis/183/A183625.asm
jmorken/loda
1
201994
<filename>programs/oeis/183/A183625.asm ; A183625: Number of (n+1) X 3 0..2 arrays with every 2 X 2 subblock summing to 4. ; 45,87,189,447,1125,2967,8109,22767,65205,189447,556029,1643487,4881285,14545527,43439949,129926607,388993365,1165407207,3493075869,10472936127,31406225445,94193510487,282530199789,847489936047,25...
Library/Net/netUtils.asm
steakknife/pcgeos
504
201995
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) GeoWorks 1992 -- All Rights Reserved PROJECT: PC GEOS MODULE: FILE: netUtils.asm AUTHOR: <NAME> ROUTINES: Name Description ---- ----------- * NetCallDriver Calls appropriate network driver * GetDomainFromD...
oeis/168/A168669.asm
neoneye/loda-programs
11
201996
<gh_stars>10-100 ; A168669: Numbers n such that sqrt(36*n+49) is prime. ; Submitted by <NAME> ; 0,2,22,50,60,102,172,190,260,282,520,632,830,1012,1380,1430,1612,1920,2130,2192,2720,2790,3042,3382,3460,3740,4202,4922,5352,5450,5800,5902,6372,8310,8992,9570,10032,10642,11412,12062,12580,12730,13262,13962,14680,18722,1955...
programs/oeis/184/A184523.asm
jmorken/loda
1
201997
; A184523: Upper s-Wythoff sequence, where s=5n. Complement of A184522. ; 6,12,18,24,30,37,43,49,55,61,68,74,80,86,92,99,105,111,117,123,130,136,142,148,154,161,167,173,179,185,191,198,204,210,216,222,229,235,241,247,253,260,266,272,278,284,291,297,303,309,315,322,328,334,340 mov $2,4 mov $5,$0 add $0,6 lpb $0 sub ...
oeis/191/A191448.asm
neoneye/loda-programs
11
201998
<reponame>neoneye/loda-programs<gh_stars>10-100 ; A191448: Dispersion of the odd integers greater than 1, by antidiagonals. ; Submitted by <NAME> ; 1,3,2,7,5,4,15,11,9,6,31,23,19,13,8,63,47,39,27,17,10,127,95,79,55,35,21,12,255,191,159,111,71,43,25,14,511,383,319,223,143,87,51,29,16,1023,767,639,447,287,175,103,59,33,1...
uti/pack.asm
olifink/smsqe
0
201999
<reponame>olifink/smsqe ; Pack and Unpack files 1992 <NAME> include dev8_keys_qdos_io section utility xdef ut_pack xdef ut_unpack xref ut_alchp xref ut_rechp xref gu_iow qtif.id equ 'QTIF' ;+++ ; Pack a file into another o...
Sem-4/COA LAB Programs/Lab2ObjFull.asm
rituraj-iter/ASSIGNMENTS
10
202000
org 100h mov ax,0000h mov ds,ax mov ax,[3000h] mov bx,[3002h] add ax,bx mov [3004h],ax mov ax,[3000h] sub ax,bx mov [3006h],ax mov ax,[3000h] mov bx,[3002h] mul bx mov [3008h],ax mov [300ah],dx mov ax,[3000h] mov bx,[3002h] div bx mov [300ch],ax mov [330eh],dx hlt
oeis/192/A192940.asm
neoneye/loda-programs
11
202001
; A192940: Coefficient of x in the reduction by x^2->x+1 of the polynomial p(n,x)=(x+2)(x+4)...(x+2n). ; Submitted by <NAME> ; 0,1,7,58,583,6959,96510,1527125,27170285,537109100,11682187715,277285358845,7132907069640,197684330603485,5872470327374035,186153757195641730,6272161769194950475,223842624694659656675,843522600...
data/pokemon/cries.asm
opiter09/ASM-Machina
1
202002
<reponame>opiter09/ASM-Machina<gh_stars>1-10 mon_cry: MACRO db (\1 - CRY_SFX_START) / 3 db \2, \3 ENDM CryData:: table_width 3, CryData ; base cry, pitch, length mon_cry SFX_CRY_11, $00, $80 ; Rhydon mon_cry SFX_CRY_03, $00, $80 ; Kangaskhan mon_cry SFX_CRY_00, $00, $80 ; Nidoran♂ mon_cry SFX_CRY_19, $CC, $01 ...
init.asm
trinadh724/xv-6-Modified-
0
202003
_init: file format elf32-i386 Disassembly of section .text: 00000000 <main>: char *argv[] = { "sh", 0 }; int main(void) { 0: 8d 4c 24 04 lea 0x4(%esp),%ecx 4: 83 e4 f0 and $0xfffffff0,%esp 7: ff 71 fc pushl -0x4(%ecx) a: 55 push %ebp ...
lib/target/cpm/classic/cpm_crt0.asm
jpoikela/z88dk
0
202004
<reponame>jpoikela/z88dk<filename>lib/target/cpm/classic/cpm_crt0.asm ; ; Startup for CP/M ; ; <NAME> - Apr. 2000 ; Apr. 2001: Added MS-DOS protection ; ; <NAME> - Jan. 2001: Added argc/argv support ; - Jan. 2001: Added in malloc routines ; - Jan. 2001: File support added ; ; ...
libsrc/_DEVELOPMENT/stdio/c/sdcc_ix/ftell_unlocked_fastcall.asm
meesokim/z88dk
0
202005
<reponame>meesokim/z88dk<filename>libsrc/_DEVELOPMENT/stdio/c/sdcc_ix/ftell_unlocked_fastcall.asm<gh_stars>0 ; unsigned long ftell_unlocked_fastcall(FILE *stream) SECTION code_stdio PUBLIC _ftell_unlocked_fastcall EXTERN asm_ftell_unlocked _ftell_unlocked_fastcall: push hl ex (sp),ix call asm_ftell_u...
cards/bn5/ItemCards/136-F006 Arashi's Success Fee.asm
RockmanEXEZone/MMBN-Mod-Card-Kit
10
202008
<filename>cards/bn5/ItemCards/136-F006 Arashi's Success Fee.asm<gh_stars>1-10 .include "defaults_item.asm" table_file_jp equ "exe5-utf8.tbl" table_file_en equ "bn5-utf8.tbl" game_code_len equ 3 game_code equ 0x4252424A // BRBJ game_code_2 equ 0x42524245 // BRBE game_code_3 equ 0x42524250 // BRBP card_type equ ...
interpreter.asm
DMArens/BootFuck
0
202011
; This is my bootable brainfuck interpreter! org 0x4000 SCREENWIDTH = 80 SCREENHEIGHT = 25 CODEBUF = 500h TAPEBUF = 7e00h draw_title: ; scroll screen down mov ax, 0700h mov bh, 07h mov cx, 0000h mov dx, 184fh int 10h ; print welcome; centered mov ah, 02h mov bx, 0000h mov dx, (SCREENWIDTH - 20) / 2 int 10h...
assets/P6Judge - From Github/test.asm
OliverDu8-24/BUAA-CO-2021
1
202012
ori $28, $0, 0 ori $29, $0, 0 add $17, $0, $2 mflo $2 nor $2, $6, $2 ori $2, $17, 44400 ori $17, $0, 0 lbu $2, 0($17) and $6, $2, $2 mfhi $2 ori $17, $0, 0 lb $17, 2($17) ori $17, $0, 0 lw $17, 12($17) ori $17, $0, 0 sh $17, 12($17) lui $17, 44829 addiu $2, $2, 24374 lui $2, 52555 add $2, $0, $6 slt $17, $17, $6 bltz $...
src/intel/tools/tests/gen5/add.asm
SoftReaper/Mesa-Renoir-deb
0
202013
<gh_stars>0 add(8) g2<1>UW g1.4<2,4,0>UW 0x10101010V { align1 }; add(8) g8<1>F g2<8,8,1>UW -g1<0,1,0>F { align1 }; add(16) g10<1>UW g1.4<2,4,0>UW 0x10101010V { align1 }; add(8) g8<1>F g10.8<8,8,1>UW -g1<0,1,0>F { align1 sechalf...
exampl01/filtinpt/filtinpt.asm
AlexRogalskiy/Masm
0
202014
<filename>exampl01/filtinpt/filtinpt.asm ; ######################################################################### .386 .model flat, stdcall option casemap :none ; case sensitive ; ######################################################################### include \masm32\include\windows.in...
libsrc/_DEVELOPMENT/arch/zx/display/c/sccz80/zx_saddr2aaddr.asm
Frodevan/z88dk
640
202015
; void *zx_saddr2aaddr(void *saddr) SECTION code_clib SECTION code_arch PUBLIC zx_saddr2aaddr EXTERN asm_zx_saddr2aaddr defc zx_saddr2aaddr = asm_zx_saddr2aaddr ; SDCC bridge for Classic IF __CLASSIC PUBLIC _zx_saddr2aaddr defc _zx_saddr2aaddr = zx_saddr2aaddr ENDIF
pwnlib/shellcraft/templates/aarch64/mov.asm
mtdcr/pwntools
7
202016
<% from pwnlib import shellcraft as SC from pwnlib import constants from pwnlib.context import context as ctx # Ugly hack, mako will not let it be called context from pwnlib.log import getLogger from pwnlib.util.lists import group from pwnlib.util.packing import p16, u16, pack, unpack from pwnlib.util.fid...
OSSOURCE/mospdr.asm
mooseman/smallOS
3
202017
; MMURTL Operating System Source Code ; Written by <NAME> ; ; This code is released to the public domain. ; "Share and enjoy....." ;) ; ;This is MMURTL's page directory and initial page table. ;The page directory has one entry in it which is the linear address ;of it's only page table. The page ...
SLAE_assignments/assignment4/decoder.nasm
RomainLanglois/SLAE_x86
0
202020
<gh_stars>0 ;A simple NOT and XOR decoder using the JUMP-CALL-POP method global _start ;JUMP PART _start: xor ecx, ecx ;Initialize ecx to NULL mov cl, shellcodeLen ;Initialize cl to the shellcode length jmp stage1 ;Jump to the CALL part (stage1) ;POP PAR...
Transynther/x86/_processed/US/_un_/i9-9900K_12_0xa0.log_1_690.asm
ljhsiun2/medusa
9
202021
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r12 push %r13 push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_A_ht+0x1510b, %rsi lea addresses_A_ht+0xd6af, %rdi nop nop nop sub %rbx, %rbx mov $84, %rcx rep movsq nop nop nop nop add %r12, %r12 lea addresses_D_ht+0x28b, %r12 clflush (%r12) ad...
Library/Text/TextPen/textpenManager.asm
steakknife/pcgeos
504
202022
<gh_stars>100-1000 COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) GeoWorks 1992 -- All Rights Reserved PROJECT: Text MODULE: TextPen FILE: penManager.asm AUTHOR: <NAME>, Feb 14, 1992 REVISION HISTORY: Name Date Description ---- ---- ----------- atw...
ASMFiles/increment.asm
Undeadtaker/Assembly
0
202023
.model small .data .code main proc mov dl, 3 inc dl ; the increment command increments the value inside the register by 1, it cannot increment more than by 1 ;dec dl would decrement the vaule of dl register by 1 add dl, 48 neg dl ; what we do where is we create a ne...
libsrc/spectrum/display/zx_saddr2cx.asm
meesokim/z88dk
0
202024
; uint __FASTCALL__ zx_saddr2cx(void *pixeladdr) ; aralbrec 06.2007 PUBLIC zx_saddr2cx .zx_saddr2cx ld a,l and $1f ld l,a ld h,0 ret
data/utilities/encrypted_payload/AdjustStack.asm
loathsomeguy/metasploit-framework
47
202025
/* * This code is provided under the 3-clause BSD license below. * *********************************************************** * * Copyright (c) 2013, <NAME> * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following condi...
Levels/DEZ/Misc Object Data/Map - Final Boss Master Emerald.asm
NatsumiFox/AMPS-Sonic-3-Knuckles
5
202026
Map_187B34: dc.w word_187B38-Map_187B34 dc.w word_187B58-Map_187B34 word_187B38: dc.w 5 dc.b $E8, $E, 0, 0, $FF, $E0 dc.b $E8, $E, 8, 0, 0, 0 dc.b 0, 4, 0, $C, $FF, $E0 dc.b 0, $E, 0, $E, $FF, $F0 dc.b 0, 4, 0, $1A, 0, $10 word_187B58: dc.w 2 dc.b $E8, $F, 0, $1C, ...
coverage/PENDING_SUBMIT/amdvlk/0615-COVERAGE-constant-folding-1108/work/variant/1_spirv_asm/shader.frag.asm
asuonpaa/ShaderTests
0
202028
<filename>coverage/PENDING_SUBMIT/amdvlk/0615-COVERAGE-constant-folding-1108/work/variant/1_spirv_asm/shader.frag.asm ; SPIR-V ; Version: 1.0 ; Generator: Khronos Glslang Reference Front End; 10 ; Bound: 81 ; Schema: 0 OpCapability Shader %1 = OpExtInstImport "GLSL.std.450" OpMem...
Transynther/x86/_processed/US/_zr_/i7-8650U_0xd2_notsx.log_15_27.asm
ljhsiun2/medusa
9
202030
.global s_prepare_buffers s_prepare_buffers: push %r13 push %rbp push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_UC_ht+0x1e494, %rsi lea addresses_normal_ht+0xb5ec, %rdi nop nop cmp %rbp, %rbp mov $77, %rcx rep movsb xor $39357, %rbp lea addresses_UC_ht+0x1632c, %rsi lea addresses_A_ht+0x19034, %rdi nop...
programs/oeis/047/A047436.asm
karttu/loda
1
202031
<reponame>karttu/loda ; A047436: Numbers that are congruent to {5, 6} mod 8. ; 5,6,13,14,21,22,29,30,37,38,45,46,53,54,61,62,69,70,77,78,85,86,93,94,101,102,109,110,117,118,125,126,133,134,141,142,149,150,157,158,165,166,173,174,181,182,189,190 mov $1,$0 div $0,2 mul $0,6 add $1,$0 add $1,5
Universe/Planet/PlanetRotationMatrixVars.asm
TinfoilAsteroid/EliteNext
9
202032
<filename>Universe/Planet/PlanetRotationMatrixVars.asm<gh_stars>1-10 ;-Rotation Matrix of Ship---------------------------------------------------------------------------------------------------------- ; Rotation data is stored as lohi, but only 15 bits with 16th bit being a sign bit. Note this is NOT 2'c compliment PB...
pin-2.11/source/tools/ToolUnitTests/test_lea_rip_ia32e.asm
swchoi1994/Project
3
202033
.code VerifyLeaRip PROC push rbx ;cannot write rbx, [rip] in masm DB 48h, 8Dh, 1Dh, 00h, 00h, 00h, 00h call VerifyLeaLab1 VerifyLeaLab1: pop rdx xor rax,rax add rbx, 5 cmp rdx, rbx je VerifyLeaLabNextTest pop rbx ret VerifyLeaLabNextTest: ;cannot write rbx, [rip...
sorting-algorithms/main.asm
informramiz/Assembly-Language-Programs
0
202034
<filename>sorting-algorithms/main.asm<gh_stars>0 .MODEL SMALL .STACK 100H .DATA STRING DB 80 DUP ( 0 ) FIRST_OPTION DB 0AH,0DH,'1. BUBBLE SORT $' SECOND_OPTION DB 0AH,0DH,'2. SELECTION SORT $' OPTION_INPUT DB 0AH,0DH,'ENTER OPTION NUMBER : $' INVALID_OPTION DB 0AH,0DH,'INVALID OPTION ',0AH,0DH,'$' ...
src/lib/barden_move.asm
hallorant/bitmit
6
202036
ifndef INCLUDE_BARDEN_MOVE INCLUDE_BARDEN_MOVE equ 1 ; _ _ ;| | | | ;| |__ __ _ _ __ __| | ___ _ __ _ __ ___ _____ _____ ;| '_ \ / _` | '__/ _` |/ _ \ '_ \ | '_ ` _ \ / _ \ \ / / _ \ ;| |_) | (_| | | | (_| | __/ | | | | | | | | | (_) \ V / __/ ;|_.__/ \__,_|_| \__,_|\___...
Transynther/x86/_processed/NC/_zr_/i7-8650U_0xd2_notsx.log_296_719.asm
ljhsiun2/medusa
9
202037
.global s_prepare_buffers s_prepare_buffers: ret .global s_faulty_load s_faulty_load: push %r12 push %r9 push %rbp push %rcx push %rdi push %rdx push %rsi // Store lea addresses_WC+0x198a, %rsi nop nop nop nop nop add $38748, %rdi movb $0x51, (%rsi) nop nop nop nop cmp %r12, %r12 // Faulty Load mov $0x3efcda0000...
programs/oeis/275/A275855.asm
jmorken/loda
1
202038
; A275855: Platinum mean sequence: fixed point of the morphism 0 -> 0001, 1 -> 001. ; 0,0,0,1,0,0,0,1,0,0,0,1,0,0,1,0,0,0,1,0,0,0,1,0,0,0,1,0,0,1,0,0,0,1,0,0,0,1,0,0,0,1,0,0,1,0,0,0,1,0,0,0,1,0,0,1,0,0,0,1,0,0,0,1,0,0,0,1,0,0,1,0,0,0,1,0,0,0,1,0,0,0,1,0,0,1,0,0,0,1,0,0,0,1,0,0,0,1,0,0,1,0,0,0,1,0,0,0,1,0,0,1 mov $4,2 ...
programs/oeis/036/A036545.asm
karttu/loda
1
202039
<reponame>karttu/loda ; A036545: a(n) = T(4,n), array T given by A048471. ; 1,17,65,209,641,1937,5825,17489,52481,157457,472385,1417169,4251521,12754577,38263745,114791249,344373761,1033121297,3099363905,9298091729,27894275201,83682825617,251048476865,753145430609,2259436291841,6778308875537,20334926626625,610047798798...
data/maps/objects/CopycatsHouse2F.asm
opiter09/ASM-Machina
1
202040
CopycatsHouse2F_Object: db $a ; border block def_warps warp 7, 1, 2, COPYCATS_HOUSE_1F def_signs sign 3, 5, 6 ; CopycatsHouse2FText6 sign 0, 1, 7 ; CopycatsHouse2FText7 def_objects object SPRITE_BRUNETTE_GIRL, 4, 3, WALK, ANY_DIR, 1 ; person object SPRITE_BIRD, 4, 6, WALK, LEFT_RIGHT, 2 ; person obje...
Driver/Printer/Fax/Group3/group3Manager.asm
steakknife/pcgeos
504
202041
<gh_stars>100-1000 COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) Geoworks 1994. All rights reserved. GEOWORKS CONFIDENTIAL PROJECT: Pasta MODULE: Fax FILE: group3Manager.asm AUTHOR: <NAME>, Mar 10, 1993 ROUTINES: Name Description ---- ---------...
dependencies/sources/mpg123-1.25.11/ports/MSVC++/2015/win32/libmpg123/x64/Release_x86_Dll/dct64_x86_64_float.asm
Helios-vmg/napalm
0
202042
...
third_party/boringssl/win-x86_64/crypto/rc4/rc4-x86_64.asm
domenic/mojo
5
202043
<reponame>domenic/mojo<gh_stars>1-10 default rel %define XMMWORD %define YMMWORD %define ZMMWORD section .text code align=64 EXTERN OPENSSL_ia32cap_P global asm_RC4 ALIGN 16 asm_RC4: mov QWORD[8+rsp],rdi ;WIN64 prologue mov QWORD[16+rsp],rsi mov rax,rsp $L$SEH_begin_asm_RC4: mov rdi,rcx mov rsi,rdx mov rdx,r8 ...
oeis/100/A100703.asm
neoneye/loda-programs
11
202044
<reponame>neoneye/loda-programs ; A100703: (T(n-1) + T(n-2)) + T(n-1)*T(n-2) where T(0)=3, T(1)=5 and n >= 2. ; Submitted by <NAME> ; 3,5,23,143,3455,497663,1719926783,855945643032575,1472163837099830446915583,1260092222195718836233500990239234064383,1855062200927301576619335433612526767115692635401046316868960255 mov...
src/PJ/poco/poekit/pdracc/ccache.asm
AnimatorPro/Animator-Pro
119
202046
;***************************************************************************** ;* CCACHE.ASM - Cached color fitting, dithering, and histogramming code. ;***************************************************************************** POE_USAGE = 1 ; 0 for use on the host side, 1 for use in POE modules. include st...
jnz0/jnz0.asm
abhishekmishra/learn_asm
0
202047
<reponame>abhishekmishra/learn_asm<gh_stars>0 section .data section .text global _start _start: nop ;Put your experiments between the two nops... ;Set the EAX to 5 ;Decrement till the result of the operation is 0 mov eax, 5 DoMore: dec eax jnz DoMore ;Put your experiments between the two nops... nop section .b...
programs/oeis/056/A056172.asm
karttu/loda
0
202049
; A056172: Number of non-unitary prime divisors of n!. ; 0,0,0,1,1,2,2,2,2,3,3,3,3,4,4,4,4,4,4,4,4,5,5,5,5,6,6,6,6,6,6,6,6,7,7,7,7,8,8,8,8,8,8,8,8,9,9,9,9,9,9,9,9,9,9,9,9,10,10,10,10,11,11,11,11,11,11,11,11,11,11,11,11,12,12,12,12,12,12,12,12,13,13,13,13,14,14,14,14,14,14,14,14,15,15,15,15,15,15,15,15,15,15,15,15,16,16...
mc-sema/validator/x86_64/tests/FPREM.asm
randolphwong/mcsema
2
202051
BITS 64 ;TEST_FILE_META_BEGIN ;TEST_TYPE=TEST_F ;TEST_IGNOREFLAGS= ;TEST_FILE_META_END ;TEST_BEGIN_RECORDING lea rdi, [rsp-0xc] mov word [rdi], 0x2 FILD word [rdi] mov word [rdi], 0x5 FILD word [rdi] ; get remainder of 5/2 FPREM mov edi, 0 ;TEST_END_RECORDING
Source/Nums2.asm
AAKMakes/ASM-projects
0
202052
<filename>Source/Nums2.asm<gh_stars>0 ;First ASM Mystack segment stack DB 64 dup('12345678') Mystack endS MyData segment num1 DB "Num1>$" num2 DB "Num2>$" multiplied DB " times $" equals DB " equals $" dividemsg DB " divided by $" remainder DB " with remainder $" MyData endS MyCode segment Assume CS:My...
oeis/059/A059425.asm
neoneye/loda-programs
11
202053
<reponame>neoneye/loda-programs ; A059425: Primes of form n^2 + 19n + 17. ; Submitted by <NAME>(w1) ; 17,37,59,83,109,137,167,199,233,269,307,347,389,433,479,577,683,739,797,857,919,983,1049,1117,1187,1259,1409,1487,1567,1733,1907,1997,2089,2377,2477,2579,2683,2789,2897,3119,3467,3709,3833,4217,4349,4483 mov $1,19 mov...
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_21829_1788.asm
ljhsiun2/medusa
9
202054
<filename>Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_21829_1788.asm<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r10 push %r9 push %rax push %rbp push %rbx push %rcx push %rdi push %rsi lea addresses_D_ht+0x10f1e, %rax cmp %r10, %r10 movw $0x6162, (%rax) nop xor $10737, %r9 lea add...
oeis/028/A028104.asm
neoneye/loda-programs
11
202055
<reponame>neoneye/loda-programs ; A028104: Expansion of 1/((1-3x)(1-8x)(1-11x)(1-12x)). ; Submitted by <NAME> ; 1,34,747,13496,218309,3291918,47316319,657096292,8894300217,118046931002,1542749735891,19914792822288,254507220618925,3225793030038886,40605323440744263,508174054158717884,6328550911409177633,7848129869308473...
fiat-amd64/73.49_ratio15506_seed3258432306148663_square_p521.asm
dderjoel/fiat-crypto
491
202056
SECTION .text GLOBAL square_p521 square_p521: sub rsp, 0x108 ; last 0x30 (6) for Caller - save regs mov [ rsp + 0xd8 ], rbx; saving to stack mov [ rsp + 0xe0 ], rbp; saving to stack mov [ rsp + 0xe8 ], r12; saving to stack mov [ rsp + 0xf0 ], r13; saving to stack mov [ rsp + 0xf8 ], r14; saving to stack mov [ rsp + 0...
load_level_srt.asm
CupOfJoeCode/NesGame
0
202057
LoadBackground_SRT: LDA $2002 ; read PPU status to reset the high/low latch LDA #$20 STA $2006 ; write the high byte of $2000 address LDA #$00 STA $2006 ; write the low byte of $2000 address TAX ; start out at 0 JMP StartLoadNameTable_S...
oeis/167/A167431.asm
neoneye/loda-programs
11
202058
; A167431: Riordan array (1-4x+4x^2, x(1-2x)). ; Submitted by <NAME> ; 1,-4,1,4,-6,1,0,12,-8,1,0,-8,24,-10,1,0,0,-32,40,-12,1,0,0,16,-80,60,-14,1,0,0,0,80,-160,84,-16,1,0,0,0,-32,240,-280,112,-18,1,0,0,0,0,-192,560,-448,144,-20,1,0,0,0,0,64,-672,1120,-672,180,-22,1 lpb $0 add $1,1 sub $0,$1 mov $2,$1 sub $2,$0...
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_330.asm
ljhsiun2/medusa
9
202059
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r13 push %r9 push %rbp push %rbx push %rcx push %rdi push %rsi lea addresses_WC_ht+0x8e45, %r9 and %rbp, %rbp mov (%r9), %esi nop nop nop nop nop cmp $14192, %rcx lea addresses_normal_ht+0x1435c, %rbx nop nop nop cmp %r11, %r11 mov $0x6162636465666768, %r9 mo...
programs/oeis/085/A085990.asm
neoneye/loda
22
202060
<reponame>neoneye/loda<gh_stars>10-100 ; A085990: Number of topological types of polygons with 2n different sides. ; 0,3,60,2520,181440,19958400,3113510400,653837184000,177843714048000,60822550204416000,25545471085854720000,12926008369442488320000,7755605021665492992000000,5444434725209176080384000000,44208809968698509...
sorting-algorithms/gnum.asm
informramiz/Assembly-Language-Programs
0
202061
<filename>sorting-algorithms/gnum.asm GNUM_SORT PROC ;use variable value as size and sort the stringsss PUSH SI PUSH DX MOV SI,1H GNUM: CMP SI,bx JNL RETURN3 MOV AL,STRING[SI-1] CMP STRING[SI],AL JL ELSE2 INC SI JMP NEXT4 ELSE2: XCHG AL,STRING[SI] MOV S...
programs/oeis/182/A182027.asm
karttu/loda
0
202062
<filename>programs/oeis/182/A182027.asm ; A182027: a(n) = number of n-lettered words in the alphabet {1, 2} with as many occurrences of the substring (consecutive subword) [1, 1] as of [2, 2]. ; 1,2,2,2,4,6,12,20,40,70,140,252,504,924,1848,3432,6864,12870,25740,48620,97240,184756,369512,705432,1410864,2704156,5408312,1...
src/pv_kernel/syscall.asm
PaddleFlow/NoirPvCuda
0
202063
; Paravirtualized System Call Handler .code PvSystemCall64 proc ; Entrance of System Call. ; Swap GS Base, then switch to kernel stack swapgs xchg rsp,qword ptr gs: [28h] ; pushaq ; popaq PvSystemReturn64: ; Exit of System Call. xchg rsp,qword ptr gs: [28h] swapgs sysret PvSystemCall64 endp end
programs/oeis/228/A228949.asm
jmorken/loda
1
202064
<filename>programs/oeis/228/A228949.asm ; A228949: Coins left when packing boomerangs into n X n coins. ; 4,3,7,13,6,13,22,9,19,31,12,25,40,15,31,49,18,37,58,21,43,67,24,49,76,27,55,85,30,61,94,33,67,103,36,73,112,39,79,121,42,85,130,45,91,139,48,97,148,51,103,157,54,109,166,57 mov $1,3 mov $2,$0 lpb $2 lpb $0 m...
unittests/ASM/PrimaryGroup/3_F7_02_3.asm
cobalt2727/FEX
628
202065
%ifdef CONFIG { "RegData": { "RAX": "0x48ae0fda4d2fa480", "RBX": "0x2b5774313a974886", "RCX": "0x304a56211f6de894" } } %endif lea r15, [rel .data] ; Unaligned words lock not word [r15 + 0] lock not word [r15 + 1] lock not word [r15 + 2] lock not word [r15 + 3] lock not word [r15 + 4] lock not wo...
libsrc/_DEVELOPMENT/l/sdcc/__modschar.asm
meesokim/z88dk
0
202066
SECTION code_l_sdcc PUBLIC __modschar EXTERN __divschar_0 __modschar: ; signed 8-bit mod ; ; enter : divisor (byte), dividend (byte), ret ; ; exit : hl = remainder ; de = quotient ; note: the fast integer math library has a fast 8x8 divide but it ; is unknown at this time wh...
Examples/interprocess-communication/pipedemo1.asm
agguro/linux-nasm
6
202067
<reponame>agguro/linux-nasm<filename>Examples/interprocess-communication/pipedemo1.asm<gh_stars>1-10 ;name: pipedemo1.asm ; ;build: nasm -felf64 -o pipedemo1.o pipedemo1.asm ; ld -melf_x86_64 -o pipedemo1 pipedemo1.o ; ;description: The program creates a pipe, writes three message in it, ; ...
rm.asm
desynilaaa/FPA5
0
202068
_rm: file format elf32-i386 Disassembly of section .text: 00000000 <main>: } close(fd); return 1; } 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: 55 ...
samples/vsx_mem.c.power9_gcc-7.asm
seiko2plus/vsx_mem_test
0
202069
<filename>samples/vsx_mem.c.power9_gcc-7.asm<gh_stars>0 /test/samples/vsx_mem.c.power9_gcc-7.o: file format elf64-powerpcle Disassembly of section .text: 0000000000000000 <INTRIN_schar>: 0: 00 00 26 2c cmpdi r6,0 4: 20 00 82 4d beqlr 8: 00 00 20 39 li r9,0 c: 00 00 00 60 nop 10: 19 4...
second-year/semester-4/CO/experiment-4/sixteenbit.asm
vipulchodankar/gec-computer-engineering
1
202070
<reponame>vipulchodankar/gec-computer-engineering<filename>second-year/semester-4/CO/experiment-4/sixteenbit.asm ;TASM program to add 2 16-bit numbers .model Small .data ;s1 dw 13, 10, "Enter 1st no", '$' ;s2 dw 13, 10, "Enter 2nd no", '$' s1 dw 0111h s2 dw 0234h s3 db 13, 10, "Answer", '$' num dw ? .code mov ax, @dat...
oeis/221/A221414.asm
neoneye/loda-programs
11
202071
; A221414: Number of nX3 arrays of occupancy after each element stays put or moves to some horizontal or antidiagonal neighbor, with every occupancy equal to zero or two ; Submitted by <NAME>(s1) ; 0,10,0,150,0,2250,0,33750,0,506250,0,7593750,0,113906250,0,1708593750,0,25628906250,0,384433593750,0,5766503906250,0,86497...
test/filters-cases/bug-1285b.asm
OfekShilon/compiler-explorer
4,668
202072
.text .intel_syntax noprefix .file "example.cpp" .file 1 "/opt/compiler-explorer/libs/abseil/absl/types" "optional.h" .file 2 "/opt/compiler-explorer/libs/abseil/absl/types/internal" "optional.h" .file 3 "/opt/compiler-explorer/libs/abseil/absl/base/internal" "ide...
ports/Renesas/78K0R/IAR/os_cpu_a.asm
SijWoo/micrium-os-base
1
202073
<reponame>SijWoo/micrium-os-base ;******************************************************************************************************** ; uC/OS-III ; The Real-Time Kernel ; ; Copyright 2009-2020 Silicon Laboratorie...
iod/con2/ptr/ckey.asm
olifink/smsqe
0
202074
; Cursor key control  1988 <NAME> QJUMP ; v .1.01 get channel ID (default to 0), do not presume main sbasic channel 0 (wl) section proc xdef ckeyon xdef ckeyoff xref ut_chan0 include 'dev8_keys_qdos_io' include 'dev8_keys_con' null dc.b $00 setff dc.b $ff ;+++ ; This routine sets the cursor key c...
print-digit.asm
BaseMax/FirstAssemblyNASM
7
202075
section .bss digitSpace resb 100 digitSpacePos resb 8 section .data text db "Hello, World!",10,0 section .text global _start _start: mov rax, 256 call _printRAX ; sys_exit with 0 return code mov rax, 60 mov rdi, 0 syscall _printRAX: mov rcx, digitSpace mov rbx, ...
CSE341-BRACU-Microprocessors/Assignment-1(Lab-2)/task9.asm
AIM3r4j/BRACU
0
202076
;General Registers: mov ax, ax mov ax, bx mov es, ax mov ds, bx mov si, ax mov di, bx ;Segment Register: mov ax, cs mov bx, ds mov si, cs mov di, ds ;Memory Location: mov ax, di mov bx, si mov es, di mov ds, si
libsrc/_DEVELOPMENT/sound/bit/z80/asm_bit_fx/_bitfx_7.asm
teknoplop/z88dk
0
202077
SECTION smc_clib SECTION smc_sound_bit PUBLIC _bitfx_7 INCLUDE "clib_target_cfg.asm" EXTERN asm_bit_beep_raw _bitfx_7: ; sound for warp ld hl,1600 ld (warps + 1),hl ld hl,-800 ld (warps1 + 1),hl ld hl,-100 ld (warps2 + 1),hl ld b,20 warpcall1: push bc call warps pop...
oeis/083/A083595.asm
neoneye/loda-programs
11
202078
; A083595: a(n) = (7*2^n - 4(-1)^n)/3. ; 1,6,8,20,36,76,148,300,596,1196,2388,4780,9556,19116,38228,76460,152916,305836,611668,1223340,2446676,4893356,9786708,19573420,39146836,78293676,156587348,313174700,626349396,1252698796,2505397588,5010795180,10021590356,20043180716,40086361428,80172722860,160345445716,3206908914...
programs/oeis/159/A159912.asm
jmorken/loda
1
202079
; A159912: Partial sums of A159913(k) = 2^bitcount(2k+1)-1 = A038573(2k+1), bitcount=A000120. ; 0,1,4,7,14,17,24,31,46,49,56,63,78,85,100,115,146,149,156,163,178,185,200,215,246,253,268,283,314,329,360,391,454,457,464,471,486,493,508,523,554,561,576,591,622,637,668,699,762,769,784,799,830,845,876,907 mov $3,$0 mov $5,...
GBRoms/GB2Twitter/GeneralSubroutines.asm
Pegmode/GB2Twitter
4
202080
<filename>GBRoms/GB2Twitter/GeneralSubroutines.asm<gh_stars>1-10 ;@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ ;GENERAL SUBROUTINES ;@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@...
libsrc/games/aquarius/bit_open.asm
jpoikela/z88dk
640
202081
; $Id: bit_open.asm $ ; ; Aquarius 1 bit sound functions ; ; void bit_open(); ; ; <NAME> - 2017 ; INCLUDE "games/games.inc" SECTION code_clib PUBLIC bit_open PUBLIC _bit_open EXTERN __snd_tick .bit_open ._bit_open xor a ld (__snd_tick),a ret
oeis/119/A119352.asm
neoneye/loda-programs
11
202082
<filename>oeis/119/A119352.asm ; A119352: Smallest base b > 1 such that n in base b uses no digit b-1. ; Submitted by <NAME> ; 2,3,4,3,3,4,4,5,4,3,3,5,3,3,6,5,4,4,4,6,4,4,4,7,4,4,4,3,3,7,3,3,4,4,4,5,3,3,4,3,3,4,4,5,6,6,6,9,6,6,5,5,5,5,6,5,5,5,5,7,5,5,5,5,4,4,4,5,4,4,4,7,4,4,4,5,5,5,5,6,4,3,3,5,3,3,4,5,4,4,3,3,5,3,3,9,4...
cpm2/RomWBW/Source/HBIOS/cfg_rc.asm
grancier/z180
0
202083
<reponame>grancier/z180<gh_stars>0 ; ;================================================================================================== ; ROMWBW 2.X CONFIGURATION DEFAULTS FOR RC2014 ;================================================================================================== ; ; BUILD CONFIGURATION OPTIO...
x86_64/inc/test.asm
karng87/nasm_game
0
202084
<reponame>karng87/nasm_game ;; rbx, r12 ~ r15 %include "x64_io.inc" section .data a: dq 3 b: dq 4 section .bss h: resq 1 section .text global main main: finit fld qword [a] fmul qword [a] fld qword [b] fmul qword [b] fadd fsqrt fst qword[h] fwait call exit