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
libsrc/stdio/z1013/getk.asm
grancier/z180
0
203207
<gh_stars>0 ; ; Keyboard routines for the Robotron Z1013 ; By <NAME> - Aug. 2016 ; ; getk() Read key status ; ; ; $Id: getk.asm,v 1.1 2016/08/05 07:04:10 stefano Exp $ ; SECTION code_clib PUBLIC getk .getk rst $20 defb 1 ; 'INCH' function .gkret ld l,a ld h,0 ret
Transynther/x86/_processed/NC/_st_zr_sm_/i7-8650U_0xd2.log_1543_1757.asm
ljhsiun2/medusa
9
203208
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r12 push %r14 push %r8 push %rbp push %rcx push %rdi push %rsi lea addresses_UC_ht+0x252c, %rsi nop nop nop sub %rdi, %rdi movb (%rsi), %r12b nop nop nop nop nop xor %r8, %r8 lea addresses_D_ht+0x1612c, %r14 nop add %r11, %r11 movups (%r14), %xmm4 vpextrq $0,...
libtool/src/gmp-6.1.2/mpn/x86/dive_1.asm
kroggen/aergo
1,602
203209
<filename>libtool/src/gmp-6.1.2/mpn/x86/dive_1.asm dnl x86 mpn_divexact_1 -- mpn by limb exact division. dnl Copyright 2001, 2002, 2007 Free Software Foundation, Inc. dnl This file is part of the GNU MP Library. dnl dnl The GNU MP Library is free software; you can redistribute it and/or modify dnl it under the t...
src/util.asm
mdsteele/gbfxr
2
203210
<filename>src/util.asm INCLUDE "src/hardware.inc" INCLUDE "src/macros.inc" ;;;=========================================================================;;; SECTION "Utility-Functions", ROM0 ;;; Copies bytes. ;;; @param hl Destination start address. ;;; @param de Source start address. ;;; @param bc Num bytes to copy. ...
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca.log_6_1738.asm
ljhsiun2/medusa
9
203212
.global s_prepare_buffers s_prepare_buffers: ret .global s_faulty_load s_faulty_load: push %r10 push %r13 push %r14 push %rcx push %rdi push %rdx push %rsi // Store lea addresses_A+0x84ff, %r10 clflush (%r10) sub %r13, %r13 movl $0x51525354, (%r10) dec %r13 // REPMOV lea addresses_US+0x8237, %rsi mov $0x6ff, %rd...
books_and_notes/professional_courses/Assembly_language_and_programming/sources/汇编语言程序设计教程第四版/codes/5_16.asm
gxw1/review_the_national_post-graduate_entrance_examination
640
203214
<gh_stars>100-1000 DATA SEGMENT A DB 46 X DB 5 DUP (?) B DB 100 Y DB 3 DUP (?) DATA ENDS STACK SEGMENT STACK DW 100 DUP (?) STACK ENDS CODE SEGMENT ASSUME CS:CODE,SS:STACK,DS:DATA START: MOV AX,DATA MOV DS,AX MOV CX,8 ...
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_21829_167.asm
ljhsiun2/medusa
9
203215
<reponame>ljhsiun2/medusa<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r12 push %r8 push %rbx push %rcx push %rdi push %rsi lea addresses_WT_ht+0x7db0, %r8 nop nop nop cmp $16580, %r12 movl $0x61626364, (%r8) sub $39409, %r10 lea addresses_normal_ht+0x79b0, %rcx nop nop nop nop n...
oeis/107/A107242.asm
neoneye/loda-programs
11
203216
<filename>oeis/107/A107242.asm ; A107242: Sum of squares of tetranacci numbers (A001630). ; Submitted by <NAME> ; 0,0,1,5,14,50,194,723,2659,9884,36780,136636,507517,1885793,7006962,26034006,96728470,359395319,1335332919,4961420008,18434129192,68491926888,254481427113,945524491213,3513091674982,13052875206698 lpb $0 ...
src/kernel/padding.asm
dmfedorin/glucOS
0
203217
; pad out some sectors to prevent disk error ; this must be added after the kernel in the OS binary [bits 16] section .text PADDING_SECTOR_COUNT equ 32 times PADDING_SECTOR_COUNT * 512 db 0
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_732.asm
ljhsiun2/medusa
9
203218
<reponame>ljhsiun2/medusa<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: ret .global s_faulty_load s_faulty_load: push %r11 push %r12 push %rax push %rbx push %rcx push %rdi push %rdx // Store lea addresses_PSE+0x4997, %r11 nop nop xor $14520, %rbx mov $0x5152535455565758, %rdi movq %rdi, %xmm2 movups...
maps/Route219.asm
AtmaBuster/pokeplat-gen2
6
203219
<gh_stars>1-10 object_const_def ; object_event constants Route219_MapScripts: db 0 ; scene scripts db 0 ; callbacks Route219_BeachSignScript: jumptextsign .Text .Text: text "<SIGN|> ROUTE 219" line "<SIGND> SANDGEM BEACH" done Route219_AntidoteScript: itemball ANTIDOTE Route219_MapEvents: db 0, 0 ; filler...
PIC16-ASSEMBLY/34_timer0_introduction.asm
EnesMercan/PIC-MCU-Projects
1
203220
; program : ; date : OCT, 2020 ; written by : <NAME> ; scenerio : 2 leds on rb0 and rb1 will blink with 1 second time delay ; purpose : using timer0 ; ;---------------------------------------------------------------------- ; Note : ; Kritik aciklama : ; Goruldugu uzere programda 1 saniyede bir ledleri yak...
MPlayer-1.3.0/ffmpeg/libavcodec/x86/v210enc.asm
xu5343/ffmpegtoolkit_CentOS7
41
203222
;****************************************************************************** ;* V210 SIMD pack ;* Copyright (c) 2014 <NAME> <<EMAIL>> ;* ;* This file is part of FFmpeg. ;* ;* FFmpeg is free software; you can redistribute it and/or ;* modify it under the terms of the GNU Lesser General Public ;* License as published ...
programs/oeis/183/A183978.asm
jmorken/loda
1
203223
<filename>programs/oeis/183/A183978.asm ; A183978: 1/4 the number of (n+1) X 2 binary arrays with all 2 X 2 subblock sums the same. ; 4,6,9,15,25,45,81,153,289,561,1089,2145,4225,8385,16641,33153,66049,131841,263169,525825,1050625,2100225,4198401,8394753,16785409,33566721,67125249,134242305,268468225,536920065,10738073...
lib/stdlib.asm
Majikeyric/XC-BASIC
0
203224
LIST OFF KERNAL_PRINTCHR EQU $e716 KERNAL_GETIN EQU $ffe4 RESERVED_STACK_POINTER DC.B 0 FILE_ERROR_MSG DC.B 0 ; setup default mem layout for xc-basic runtime environment STDLIB_MEMSETUP SUBROUTINE lda #$36 sta $01 rts ; print null-terminated petscii string STDLIB_PRINT SUBROUTINE sta $6f ...
programs/oeis/166/A166450.asm
karttu/loda
0
203225
<filename>programs/oeis/166/A166450.asm ; A166450: a(n) = 3*a(n-2) for n > 2; a(1) = 1, a(2) = 6. ; 1,6,3,18,9,54,27,162,81,486,243,1458,729,4374,2187,13122,6561,39366,19683,118098,59049,354294,177147,1062882,531441,3188646,1594323,9565938,4782969,28697814,14348907,86093442,43046721,258280326,129140163,774840978,387420...
target/cos_117/disasm/iop_overlay1/SCRUB.asm
jrrk2/cray-sim
49
203227
<filename>target/cos_117/disasm/iop_overlay1/SCRUB.asm 0x0000 (0x000000) 0x2047- f:00020 d: 71 | A = OR[71] 0x0001 (0x000002) 0x8402- f:00102 d: 2 | P = P + 2 (0x0003), A = 0 0x0002 (0x000004) 0x7005- f:00070 d: 5 | P = P + 5 (0x0007) 0x0003 (0x000006) 0x1800-...
format.asm
johnw004/WifiRFS
0
203228
<filename>format.asm \ ROM Filing System for Electron Wifi Board \ (C) 2021 <NAME> \ copied from: \ Flash routine to reprogram the EEPROM. \ (c) 2020 <NAME> \ Version 1.0 14-08-2020 \ \ and modified \ \ Bank 0: &0000 - &3FFF mfa = 1 bank = 0 the first two banks are the "hidden" banks used by the filing s...
libsrc/_DEVELOPMENT/math/float/math48/c/sdcc_iy/cm48_sdcciyp_dslt.asm
jpoikela/z88dk
640
203229
; char __fslt (float left, float right) SECTION code_clib SECTION code_fp_math48 PUBLIC cm48_sdcciyp_dslt EXTERN cm48_sdcciyp_dread2, am48_dlt cm48_sdcciyp_dslt: ; (left < right) ; ; enter : sdcc_float right, sdcc_float left, ret ; ; exit : HL = 0 and carry reset if false ; HL = 1 and c...
projects/07/StackArithmetic/completed/StackTest/StackTest.asm
ITFS777/n2t
0
203230
@256 D=A @SP M=D @MAIN 0;JMP (PUSH_TRUE) @SP A=M M=0 M=M-1 @SP M=M+1 @LCL A=M 0;JMP (MAIN) @17 D=A @SP A=M M=D @SP M=M+1 @17 D=A @SP A=M M=D @SP M=M+1 @StackTest.eq0 D=A @LCL M=D @SP M=M-1 A=M D=M @SP M=M-1 A=M D=M-D @PUSH_TRUE D;JEQ @SP A=M M=0 @SP M=M+1 (StackTest.eq0...
transformy/tables/gen/0041.asm
mborik/regression
3
203231
<filename>transformy/tables/gen/0041.asm<gh_stars>1-10 xor a ld hl, basescradr + #01ec ld (hl), a inc hl ld (hl), a inc hl ld (hl), a inc hl ld (hl), a inc hl ld (hl), a inc hl ld (hl), a ld hl, basescradr + #150c ld (hl), a inc hl ld (hl), a inc hl ld (hl), a ld hl, basescradr +...
oeis/130/A130862.asm
neoneye/loda-programs
11
203232
<reponame>neoneye/loda-programs ; A130862: a(n) = (n-1)*(n+2)*(2*n+11)/2. ; 0,30,85,171,294,460,675,945,1276,1674,2145,2695,3330,4056,4879,5805,6840,7990,9261,10659,12190,13860,15675,17641,19764,22050,24505,27135,29946,32944,36135,39525,43120,46926,50949,55195,59670,64380,69331,74529,79980,85690,91665,97911,104434,1112...
tests/lua_examples/trivial/lua_coverage.asm
fengjixuchui/sjasmplus
220
203233
<filename>tests/lua_examples/trivial/lua_coverage.asm ; various error states, etc... (not a good fit elsewhere) ENDLUA LUA neverpass ENDLUA INCLUDELUA neverfile.lua INCLUDELUA lua_coverage.asm ; file exists, but errors out LUA pass3 % $ & ? ENDLUA LUA pass3 ; lua errors...
Transynther/x86/_processed/NC/_st_zr_sm_/i7-7700_9_0xca.log_21829_1011.asm
ljhsiun2/medusa
9
203234
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r15 push %r8 push %rbp push %rcx push %rdi push %rdx push %rsi lea addresses_normal_ht+0xb16e, %rbp nop xor %rsi, %rsi mov (%rbp), %r15d nop nop nop nop cmp $27135, %r11 lea addresses_WC_ht+0x1106e, %rdx clflush (%rdx) nop add %rsi, %rsi movl $0x61626364, (%r...
unittests/ASM/Primary/Primary_A7_word.asm
cobalt2727/FEX
628
203235
%ifdef CONFIG { "RegData": { "RAX": "0x1200", "RDI": "0xE000000A", "RSI": "0xE0000002" }, "MemoryRegions": { "0x100000000": "4096" } } %endif mov rdx, 0xe0000000 mov rax, 0x6162 mov [rdx + 8 * 0], rax mov rax, 0x4546 mov [rdx + 8 * 1], rax lea rdi, [rdx + 8 * 1] lea rsi, [rdx + 8 * 0] cld cm...
src/test/ref/unroll-screenfill-while.asm
jbrandwood/kickc
2
203237
// Fills the screen using an unrolled inner while()-loop // Commodore 64 PRG executable file .file [name="unroll-screenfill-while.prg", type="prg", segments="Program"] .segmentdef Program [segments="Basic, Code, Data"] .segmentdef Basic [start=$0801] .segmentdef Code [start=$80d] .segmentdef Data [startAfter="Code"] ...
Transynther/x86/_processed/NONE/_xt_sm_/i9-9900K_12_0xca.log_21829_1821.asm
ljhsiun2/medusa
9
203239
<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r10 push %r12 push %r15 push %rax push %rcx push %rdi push %rdx push %rsi lea addresses_WC_ht+0x1d05e, %r15 clflush (%r15) nop nop cmp $62182, %r10 mov (%r15), %edx nop nop nop nop nop add $18422, %r15 lea addresses_UC_ht+0x18366, %rdi clflush (%rdi) nop...
Tests/Test4/1.asm
5ayam5/COL216-A5
0
203240
addi $t0, $0, 10 addi $t2, $0, 1000 loop: sw $s0, ($t2) addi $t0, $t0, -1 bne $t0, $0, loop
programs/oeis/175/A175139.asm
neoneye/loda
22
203244
<reponame>neoneye/loda ; A175139: a(1)= 1. a(n) = smallest integer > a(n-1) such that the partial sums of A175140 are avoided. Or, the first difference of A131937. ; 1,3,4,6,7,8,9,11,12,13,14,15,17,18,19,20,21,22,24,25,26,27,28,29,30,31,33,34,35,36,37,38,39,40,41,43,44,45,46,47,48,49,50,51,52,54,55,56,57,58,59,60,61,62...
libsrc/_DEVELOPMENT/alloc/balloc/z80/asm_balloc_alloc.asm
meesokim/z88dk
0
203245
; =============================================================== ; Dec 2013 ; =============================================================== ; ; void *balloc_alloc(unsigned int queue) ; ; Allocate a block of memory from the front of the queue. ; ; =============================================================== SEC...
oeis/277/A277660.asm
neoneye/loda-programs
11
203246
<gh_stars>10-100 ; A277660: 2nd-order coefficients of the 1/N-expansion of traces of negative powers of complex Wishart matrices with parameter c=2. ; Submitted by <NAME>(w1) ; 0,0,2,30,310,2730,21980,167076,1220100,8650620,59958030,408172050,2738441706,18151701750,119100934680,774719545320,5001728701800,32081745977496...
target/analysis/Func004028BC.asm
katahiromz/DecodersTatami
3
203247
<filename>target/analysis/Func004028BC.asm<gh_stars>1-10 proc imp.msvcrt.dll!exit Label_004028BC attrs [[jumponly]] # call_from : 004014C0 Label_004028BC: 004028BC: FF 25 DC 61 40 00 : jmp dword [0x4061dc] end proc
programs/oeis/025/A025799.asm
karttu/loda
0
203248
<reponame>karttu/loda<filename>programs/oeis/025/A025799.asm ; A025799: Expansion of 1/((1-x^2)(1-x^3)(1-x^10)). ; 1,0,1,1,1,1,2,1,2,2,3,2,4,3,4,4,5,4,6,5,7,6,8,7,9,8,10,9,11,10,13,11,14,13,15,14,17,15,18,17,20,18,22,20,23,22,25,23,27,25,29,27,31,29,33,31,35,33,37,35,40,37,42,40,44,42,47,44,49,47,52,49,55,52,57,55,60,5...
slae32/assignment/4/decoder.nasm
rbctee/SlaeExam
0
203249
<reponame>rbctee/SlaeExam ; Author: <NAME> global _start section .text _start: ; clear some registers for later use xor ebx, ebx mul ebx mov ecx, eax jmp short CallShellcode Shellcode: ; get a reference to the encoded shellcode pop esi ; copy the address of the first encoded asse...
Transynther/x86/_processed/NONE/_xt_sm_/i7-8650U_0xd2_notsx.log_3455_901.asm
ljhsiun2/medusa
9
203250
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r12 push %r14 push %r8 push %rax push %rcx push %rdi push %rsi lea addresses_WC_ht+0x55be, %r14 nop nop nop and %rdi, %rdi movups (%r14), %xmm3 vpextrq $0, %xmm3, %rax nop nop nop nop xor $49983, %r11 lea addresses_A_ht+0x1881a, %rax nop nop nop add $9478, %r...
programs/oeis/157/A157826.asm
neoneye/loda
22
203251
<reponame>neoneye/loda<filename>programs/oeis/157/A157826.asm ; A157826: 103680000n^2 - 194428800n + 91152001. ; 403201,117014401,440985601,972316801,1711008001,2657059201,3810470401,5171241601,6739372801,8514864001,10497715201,12687926401,15085497601,17690428801,20502720001,23522371201,26749382401,30183753601,33825484...
lib/irq.asm
bitshifters/teletextr
8
203252
\ ****************************************************************** \ * Event Vector Routines \ ****************************************************************** \\ System vars .old_eventv SKIP 2 .start_eventv ; new event handler in X,Y { \\ Remove interrupt instructions lda #NOP_OP sta PSG_STROBE_SEI_...
LibSource/mpir/mpn/x86_64/core2/copyi.asm
ekzyis/CrypTool-2
12
203253
dnl mpn_copyi dnl Copyright 2009 <NAME> dnl This file is part of the MPIR Library. dnl The MPIR Library is free software; you can redistribute it and/or modify dnl it under the terms of the GNU Lesser General Public License as published dnl by the Free Software Foundation; either version 2.1 of the License, or...
oeis/329/A329965.asm
neoneye/loda-programs
11
203254
<filename>oeis/329/A329965.asm ; A329965: a(n) = ((1+n)*floor(1+n/2))*(n!/floor(1+n/2)!)^2. ; Submitted by <NAME> ; 1,2,6,72,240,7200,25200,1411200,5080320,457228800,1676505600,221298739200,821966745600,149597947699200,560992303872000,134638152929280000,508633022177280000,155641704786247680000,591438478187741184000,224...
programs/oeis/167/A167575.asm
neoneye/loda
22
203255
; A167575: The fifth row of the ED3 array A167572. ; 1473,8169,26529,66345,140865,266793,464289,756969,1171905,1739625,2494113,3472809,4716609,6269865,8180385,10499433,13281729,16585449,20472225,25007145,30258753,36299049,43203489,51050985,59923905,69908073,81092769,93570729,107438145,122794665,139743393,158390889,1788...
src/room_title/room_title.asm
tbsp/shock-lobster
7
203256
; ; Credits/title screen for Shock Lobster ; ; Copyright 2021 <NAME> ; ; This software is provided 'as-is', without any express or implied ; warranty. In no event will the authors be held liable for any damages ; arising from the use of this software. ; ; Permission is granted to anyone to use this software for any p...
programs/oeis/246/A246638.asm
karttu/loda
0
203257
<filename>programs/oeis/246/A246638.asm ; A246638: Sequence a(n) = 2 + 3*A001519(n+1) appearing in a certain four circle touching problem together with A246639. ; 5,8,17,41,104,269,701,1832,4793,12545,32840,85973,225077,589256,1542689,4038809,10573736,27682397,72473453,189737960,496740425,1300483313,3404709512,89136452...
Engine/GameModes/TilesetEditor.asm
DevEd2/Rebound
2
203259
<filename>Engine/GameModes/TilesetEditor.asm section "Tileset editor RAM",wram0 TileEdit_PaletteBank: db TileEdit_PalettePointer: dw section "Tileset editor routines",rom0 GM_TileEdit: xor a ld [TileEdit_PaletteBank],a TileEdit_MainMenu: ; call ClearScreen ldfar hl,Pal_DebugSc...
Small8ASM/Call.asm
henfredemars/python-personal-projects
0
203260
* Test program for calling subroutine OUT0 EQU $FFFE CALL BEGIN * Call subroutine CLRC * Clear carry flag BCCA LOOP * Enter infinite loop BEGIN: LDAA VALUE1 STAR D LDAA VALUE2 ORR D BEQA LABEL * Not taken NOP * No-op, not part of the standard LABEL: ORR D STAA OUT0 RET LOOP: ...
project/win32kstub/i386/6_0_6001_sp1_shadowssdt_sysenter.asm
rmusser01/windows-syscall-table
6
203261
; DO NOT MODIFY THIS FILE DIRECTLY! ; author: @TinySecEx ; shadowssdt asm stub for 6.0.6001-sp1-windows-vista i386 .686 .mmx .xmm .model flat,stdcall option casemap:none option prologue:none option epilogue:none .code ; ULONG __stdcall NtGdiAbortDoc( ULONG arg_01 ); _6_0_6001_sp1_windows_vista_NtGdiAbortDoc PROC...
libsrc/spectrum/tape/tape_save_block_callee.asm
meesokim/z88dk
0
203262
; ; Tape save routine ; ; djm 16/10/2001 ; ; int __CALLEE__ tape_save_block_callee(void *addr, size_t len, unsigned char type) PUBLIC tape_save_block_callee PUBLIC ASMDISP_TAPE_SAVE_BLOCK_CALLEE IF FORts2068 EXTERN call_extrom ELSE EXTERN call_rom3 ENDIF .tape_save_block_callee pop hl pop bc ld a,...
libsrc/_DEVELOPMENT/sound/bit/c/sdcc_ix/bit_play_tritone_di.asm
meesokim/z88dk
0
203263
; void *bit_play_tritone_di(void *song) SECTION code_sound_bit PUBLIC _bit_play_tritone_di EXTERN _bit_play_tritone_di_fastcall _bit_play_tritone_di: pop af pop hl push hl push af jp _bit_play_tritone_di_fastcall
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0.log_21829_541.asm
ljhsiun2/medusa
9
203264
<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r15 push %rax push %rbp push %rcx push %rdi push %rsi lea addresses_WT_ht+0x9872, %rax nop add %rsi, %rsi mov $0x6162636465666768, %r10 movq %r10, %xmm7 vmovups %ymm7, (%rax) nop xor $46103, %r11 lea addresses_D_ht+0x830e, %rsi lea ad...
text.asm
TheStormkeeper/c64
11
203265
; draw some text processor 6502 org $0801 ; sys2061 sysline: .byte $0b,$08,$01,$00,$9e,$32,$30,$36,$31,$00,$00,$00 org $080d ; sys2061 jsr $e544 ; clear screen ldx #$00 write: lda msg,x jsr $ffd2 inx cpx #54 bne write ldx #$00 setcol: lda #$07 sta $d800,x inx cpx #54 bn...
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_1610.asm
ljhsiun2/medusa
9
203266
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r14 push %r8 push %rbp push %rcx push %rdi push %rdx push %rsi lea addresses_WT_ht+0x1b771, %r8 add %rbp, %rbp mov (%r8), %dx nop nop nop nop sub %r14, %r14 lea addresses_WT_ht+0x136b9, %rsi lea addresses_WC_ht+0x5439, %rdi xor %r10, %r10 mov $109, %rcx rep m...
libsrc/_DEVELOPMENT/alloc/malloc/c/sccz80/heap_free_unlocked.asm
jpoikela/z88dk
640
203267
; void heap_free_unlocked(void *heap, void *p) SECTION code_clib SECTION code_alloc_malloc PUBLIC heap_free_unlocked EXTERN asm_heap_free_unlocked heap_free_unlocked: pop af pop hl pop de push de push hl push af jp asm_heap_free_unlocked
net/rras/cm/ccfg9x/i386/wizthk.asm
npocmaka/Windows-Server-2003
17
203268
<reponame>npocmaka/Windows-Server-2003 ; Copyright (c) 1998 Microsoft Corporation page ,132 ;Thunk Compiler Version 1.8 Dec 14 1994 14:53:05 ;File Compiled Fri Jun 21 14:07:10 1996 ;Command Line: ..\..\..\..\dev\tools\binr\thunk.exe -NC _TEXT ..\wizthk.thk TITLE $..\wizthk.asm .386 OPTION READONLY ...
libtool/src/gmp-6.1.2/mpn/arm/v7a/cora15/aors_n.asm
kroggen/aergo
1,602
203269
<reponame>kroggen/aergo dnl ARM mpn_add_n/mpn_sub_n optimised for A15. dnl Copyright 2013 Free Software Foundation, Inc. dnl This file is part of the GNU MP Library. dnl dnl The GNU MP Library is free software; you can redistribute it and/or modify dnl it under the terms of either: dnl dnl * the GNU Lesser Ge...
programs/oeis/184/A184115.asm
neoneye/loda
22
203270
<gh_stars>10-100 ; A184115: n + ceiling(n^2/25); complement of A184114. ; 2,3,4,5,6,8,9,11,13,14,16,18,20,22,24,27,29,31,34,36,39,42,45,48,50,54,57,60,63,66,70,73,77,81,84,88,92,96,100,104,109,113,117,122,126,131,136,141,146,150,156,161,166,171,176,182,187,193,199,204,210,216,222,228,234,241,247,253,260,266,273,280,287...
oeis/041/A041635.asm
neoneye/loda-programs
11
203271
<reponame>neoneye/loda-programs<gh_stars>10-100 ; A041635: Denominators of continued fraction convergents to sqrt(336). ; Submitted by <NAME> ; 1,3,109,330,11989,36297,1318681,3992340,145042921,439121103,15953402629,48299328990,1754729246269,5312487067797,193004263686961,584325278128680,21228714276319441,64270468107087...
external/source/shellcode/windows/x86/src/block/block_hidden_bind_tcp.asm
OsmanDere/metasploit-framework
26,932
203272
;-----------------------------------------------------------------------------; ; Original Shellcode: <NAME> (<EMAIL>) ; Modified version to add Hidden ACL support: <NAME> (<EMAIL>) ; Compatible: Windows 7, 2008, Vista, 2003, XP, 2000, NT4 ; Version: 1.0 (February 2014) ;-------------------------------------------...
oeis/173/A173949.asm
neoneye/loda-programs
11
203273
; A173949: a(n) = numerator of (Zeta(2, 1/4) - Zeta(2, n+1/4))/16, where Zeta is the Hurwitz Zeta function. ; Submitted by <NAME> ; 0,1,26,2131,362164,105007621,5156362654,129102916279,108696708796264,13163623138673569,18033329053484721586,30330904507928806086691,30344915637965488890716,1487479897654682071525709,417972...
ohce/str/echo.asm
Silva97/asm-tools
3
203274
<filename>ohce/str/echo.asm bits 16 ;;;;; ; Prints a ASCIIZ string in STDOUT ; Arguments: ; DS:SI Pointer to string. ; Return: ; Nothing. ;;;;; echo: mov ah, 0x02 mov dl, [si] cmp dl, 0 je .stop add si, 1 int 0x21 jmp echo .stop: ret
assignment-2/reverse-shell-template.nasm
securitychops/securitytube-slae32
6
203275
<filename>assignment-2/reverse-shell-template.nasm<gh_stars>1-10 ; Student ID : SLAE-1250 ; Student Name : Jonathan "Chops" Crosby ; Assignment 2 : Reverse Shell TCP (Linux/x86) Assembly ; File Name : reverse-shell-template.nasm global _start section .text _start: ; for all socket based calls we will need to us...
sway-core/tests/ir_to_asm/enum_in_storage_write.asm
FuelLabs/sway
75
203276
.program: ji i4 noop DATA_SECTION_OFFSET[0..32] DATA_SECTION_OFFSET[32..64] lw $ds $is 1 add $$ds $$ds $is lw $r1 $fp i73 ; load input function selector lw $r0 data_8 ; load fn selector for comparison eq $r0 $r1 $r0 ; function selector comparison jnzi $r0 i11 ...
oeis/054/A054332.asm
neoneye/loda-programs
11
203277
<gh_stars>10-100 ; A054332: One half of tenth unsigned column of Lanczos triangle A053125 (decreasing powers). ; 5,440,16016,366080,6223360,85995520,1018716160,10711072768,102385254400,905301196800,7501067059200,58822597017600,439993025691648,3158924287016960,21879051958353920,146801380881858560,957545370752122880,6089...
bootloader/boot3/boot3.asm
CRTL-C/legacy
2
203278
<gh_stars>1-10 ;; Basic I/O System (BIOS) only loads first 512 bytes of bootsector. Now we willwrite program fro larger than 512 bytes. section .boot bits 16 global boot boot: mov ax, 0x2401 int 0x15 mov ax, 0x3 int 0x10 mov [disk], dl mov ah, 0x2 ;read sectors mov al, 6 ...
oeis/108/A108856.asm
neoneye/loda-programs
11
203279
<reponame>neoneye/loda-programs ; A108856: Numbers n such that 10*n - 131 is prime. ; Submitted by <NAME> ; 15,16,19,21,22,24,27,28,31,33,36,37,40,48,49,51,52,54,55,57,58,61,63,64,70,73,75,79,84,85,87,90,94,96,97,99,105,106,114,115,117,118,120,124,126,136,138,139,141,142,145,153,154,156,157,159,162,163,168,169,171 mov...
kernel/arch/x86_64/init/efi/init.asm
killvxk/MiraiOS
0
203283
<gh_stars>0 BITS 64 global __init:function global initStackEnd:data global excStackStart:data global nxEnabled:data global efiFini:function extern KERNEL_START_ADDR extern TEXT_END_ADDR extern DATA_END_ADDR extern BSS_END_ADDR extern VMEM_OFFSET extern efiMain extern efiCall2 global hexprint2:function extern cu...
run/programs/fib_recursive.asm
thecodewarrior/KotlinToyCPU
0
203285
; index: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, ... ; value: 0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, ... mov 12, r0 call :fib halt fib: push r5, r6, lr cmp r0, 1 le? jmp :return mov r0, r5 sub r0, 2, r0 call :fib mov r0, r6 sub r5, 1, r0 call :fib add r6, r0, ...
ls.asm
GarrisonGE/xv6
0
203287
_ls: 文件格式 elf32-i386 Disassembly of section .text: 00000000 <main>: close(fd); } int main(int argc, char *argv[]) { 0: 55 push %ebp 1: 89 e5 mov %esp,%ebp 3: 57 push %edi 4: 56 push %esi 5: 53 ...
Assembly/LAB6/LAB6.asm
KHYehor/UniversityPractice
0
203289
.386 .model flat, stdcall option casemap: none COMMENT <com> Поключение необходимых библиотек: --------------------------------- <com> include /masm32/include/masm32.inc includelib /masm32/lib/masm32.lib include /masm32/include/user32.inc includelib /masm32/lib/user32.lib include /masm32/includ...
libsrc/stdio/ansi/bee/f_ansi_cls.asm
RC2014Z80/z88dk
8
203290
; ; ANSI Video handling for the MicroBEE ; ; CLS - Clear the screen ; ; ; <NAME> - 2016 ; ; ; $Id: f_ansi_cls.asm,v 1.2 2016-11-17 09:39:03 stefano Exp $ ; SECTION code_clib PUBLIC ansi_cls EXTERN text_cols .vdutab ; 80x25 - <NAME> ; defb $6b,80,$5b,$37,$1b,$05,$19,$1a,$48,$0a,$2a,$0a,$20,0,0,0 defb...
Transynther/x86/_processed/NC/_ht_zr_/i7-7700_9_0x48.log_21829_1419.asm
ljhsiun2/medusa
9
203291
<filename>Transynther/x86/_processed/NC/_ht_zr_/i7-7700_9_0x48.log_21829_1419.asm .global s_prepare_buffers s_prepare_buffers: push %r13 push %r15 push %r8 push %r9 push %rbx push %rcx push %rdi push %rsi lea addresses_WC_ht+0x90ce, %r15 add $59756, %rcx vmovups (%r15), %ymm5 vextracti128 $1, %ymm5, %xmm5 vpextrq $1, %...
libsrc/z88/freescr.asm
dex4er/deb-z88dk
1
203292
<filename>libsrc/z88/freescr.asm ; ; Small C+ Runtime Library ; ; Z88 Application functions ; ; *** Z88 SPECIFIC FUNCTION - probably no equiv for your machine! *** ; ; 11/4/99 ; ; Save User Screen ; ; int freescr(int handle) ; ; Returns 0 on failure, or 1 on success ...
travis/test/winalign.asm
johannkoenig/nasm
1,052
203293
section .pdata rdata align=2 dd 1 dd 2 dd 3 section .rdata align=16 dd 4 dd 5 dd 6 section ultra dd 10 dd 11 dd 12 section infra rdata dd 20 dd 21 dd 22 section omega rdata align=1 dd 90 dd 91 dd 92 section .xdata dd 7 dd 8 dd 9 section ultra align=8 dd 13 dd 14 dd 15 section infra r...
libsrc/_DEVELOPMENT/fcntl/z80/drivers/terminal/console_01/output/console_01_output_terminal_char/console_01_output_char_proc_move_left.asm
meesokim/z88dk
0
203295
<gh_stars>0 SECTION code_fcntl PUBLIC console_01_output_char_proc_move_left EXTERN console_01_output_char_proc_move_down_check_y console_01_output_char_proc_move_left: ; move left, wrap, snap to window ; ; enter : e = x coord ; d = y coord ; ; c = window.width ; b =...
programs/oeis/100/A100089.asm
neoneye/loda
22
203297
<filename>programs/oeis/100/A100089.asm ; A100089: a(n) = (3*n+1)!. ; 1,24,5040,3628800,6227020800,20922789888000,121645100408832000,1124000727777607680000,15511210043330985984000000,304888344611713860501504000000,8222838654177922817725562880000000 add $0,1 mul $0,3 sub $0,2 seq $0,142 ; Factorial numbers: n! = 1*2*3*...
oeis/228/A228701.asm
neoneye/loda-programs
11
203298
; A228701: a(n) = 2^(n-1)*(3^n-2^(n+1)+1). ; Submitted by <NAME>(s3) ; 0,0,4,48,400,2880,19264,123648,774400,4776960,29185024,177205248,1071616000,6463242240,38913654784,234018766848,1406260019200,8446149918720,50711258988544,304404992360448,1826979708928000,10964077274726400,65793259737186304,394794742786818048,236890...
uni/memcpy_win32_x64.asm
cdheuer/lea
0
203299
<gh_stars>0 page ,132 title memcpy - Copy source memory bytes to destination ;*** ;memcpy.asm - contains memcpy and memmove routines ; ; Copyright (c) Microsoft Corporation. All rights reserved. ; ;Purpose: ; memcpy() copies a source memory buffer to a destination buffer. ; memmov...
asm/fib.asm
anthonycherepkov/CPU
0
203300
<reponame>anthonycherepkov/CPU rd_rax push_rax push_rax pop_rbx label 1 push_rax push 1 je 2 push_rbx push 1 push_rax sub mul pop_rbx push 1 push_rax sub pop_rax jmp 1 label 2 shw_rbx hlt
oeis/098/A098659.asm
neoneye/loda-programs
11
203303
; A098659: Expansion of 1/sqrt((1-7*x)^2-24*x^2). ; Submitted by <NAME>(s4) ; 1,7,61,595,6145,65527,712909,7863667,87615745,983726695,11112210781,126142119187,1437751935361,16443380994775,188609259215725,2168833084841395,24994269200292865,288596644195946695,3337978523215692925,38666734085509918675,448523930340837682945...
Src/SacaraVm/vm_stack_read.asm
mrfearless/sacara
0
203304
header_VmStackRead vm_stack_read PROC push ebp mov ebp, esp ; pop the offset that we want to read push [ebp+arg0] call_vm_stack_pop_enc ; read the stack base mov ebx, [ebp+arg0] mov ebx, [ebx+vm_sp] mov ebx, [ebx+vm_stack_base] ; go to the offset and read the value lea ebx, [ebx+TYPE DWORD*eax] mov eax...
programs/oeis/047/A047853.asm
neoneye/loda
22
203305
; A047853: a(n) = T(5,n), array T given by A047848. ; 1,2,10,74,586,4682,37450,299594,2396746,19173962,153391690,1227133514,9817068106,78536544842,628292358730,5026338869834,40210710958666,321685687669322,2573485501354570,20587884010836554,164703072086692426,1317624576693539402,10540996613548315210,84327972908386521674...
arithmetic/pallindrome.asm
zaoad/assembly-
0
203306
segment .data fmt: db "%d",0 fmt2: dq "%d ",10,0 fmt3: dq "%d is not prime",10,0 segment .bss a: resq 1 b: resq 1 segment .text global main extern printf extern scanf main: push RBP mov rdi, fmt mov rsi, a mov rax ,0 call scanf mov rax,0 mov rbx,0 mov rcx,0 mov rdx,0 mov r8,0 mov r9,0 mov rcx,[a] mov rbx,10 while...
smsq/qpc/spp/ser.asm
olifink/smsqe
0
203307
<reponame>olifink/smsqe ; QPC SER device definition V2.10  1999 <NAME> ;  2000 <NAME> section spp xdef qpc_serdef xref iob_room xref gu_achpp include 'dev8_keys_serparprt' include 'dev8_smsq_qpc_keys' include 'dev8_mac_vecx' include 'dev8_mac_assert' ;+++ ; SER driver definition ; ;--- qpc_serdef vec...
src/intro.asm
IamRifki/break-invaders-out
0
203308
INCLUDE "defines.asm" ; TILE_OFFSET EQU _VRAM ; TILE_EMPTY EQU TILE_OFFSET+0 ; TILE_BRICK_L EQU TILE_OFFSET+8 ; TILE_BRICK_R EQU TILE_OFFSET+9 ; TILE_PADDLE_L EQU TILE_OFFSET+12 ; TILE_PADDLE_C EQU TILE_OFFSET+13 ; TILE_PADDLE_R EQU TILE_OFFSET+14 ; TILE_BALL EQU TILE_OFFSET+15 DEF CENTRE_OF_SCREEN_X EQU ...
src/lib/pred_inter_a.asm
sgblasi/hevcasm
9
203309
; The copyright in this software is being made available under the BSD ; License, included below. This software may be subject to other third party ; and contributor rights, including patent rights, and no such rights are ; granted under this license. ; ; ; Copyright(c) 2011 - 2014, Parabola Research Limited ; All ri...
oeis/090/A090296.asm
neoneye/loda-programs
11
203310
<filename>oeis/090/A090296.asm ; A090296: a(n) = K_4(n) = Sum_{k>=0} A090285(4,k)*2^k*binomial(n,k). a(n) = 2*(n^4+14*n^3+62*n^2+91*n+21)/3. ; 14,126,386,874,1686,2934,4746,7266,10654,15086,20754,27866,36646,47334,60186,75474,93486,114526,138914,166986,199094,235606,276906,323394,375486,433614,498226,569786,648774,7356...
Laburi/Lab8/bonus-rot13/rot-13.asm
DanBrezeanu/IOCLA
2
203311
<filename>Laburi/Lab8/bonus-rot13/rot-13.asm %include "io.inc" section .data string db "ana are mere", 0 section .text global CMAIN rot13: push ebp lea ebp, [esp] xor ebx, ebx mov ecx, [ebp + 8] rot13_on_a_char: cmp [ecx], byte 0 jz return cmp [ecx], byte ' ' je next_char ...
Transynther/x86/_processed/US/_st_sm_/i7-7700_9_0xca_notsx.log_21829_1448.asm
ljhsiun2/medusa
9
203312
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r12 push %r8 push %rbp push %rbx push %rcx push %rdi push %rsi lea addresses_WT_ht+0x1b4ec, %rbp nop cmp $38924, %r10 movups (%rbp), %xmm7 vpextrq $0, %xmm7, %r11 nop nop nop cmp $51212, %rdi lea addresses_normal_ht+0x11bf0, %r8 nop and $3507, %rbx ...
libsrc/input/zx81/in_Inkey.asm
meesokim/z88dk
0
203313
; uint in_Inkey(void) ; 02.2008 aralbrec ; Read current state of keyboard but only return ; keypress if a single key is pressed. PUBLIC in_Inkey EXTERN in_keytranstbl ; exit : carry set and HL = 0 for no keys registered ; else HL = ASCII character code ; uses : AF,BC,DE,HL .in_Inkey ld de,0 ld bc,$fef...
tests/lr35902/device_zx_spectrum_next.asm
fengjixuchui/sjasmplus
220
203314
; most of the devices don't actually make any major difference to LR35902 mode ; like ZX48 or ZX128, doesn't matter too much ; (especially if programmer knows what is he doing) ; ZX Spectrum Next device is kinda different, it does also init Z80N instructions, ; thus selecting ZX Spectrum Next devic...
libsrc/oz/ozserial/ozsetlcr.asm
grancier/z180
0
203315
<reponame>grancier/z180 ; ; Sharp OZ family functions ; ; ported from the OZ-7xx SDK by by <NAME> ; by <NAME> - Oct. 2003 ; ; Serial libraries ; serial control commands ; ; ------ ; $Id: ozsetlcr.asm,v 1.3 2016/06/27 21:25:36 dom Exp $ ; SECTION code_clib PUBLIC ozsetlcr PUBLIC _ozsetlcr ozsetlcr: _ozsetlc...
3.-MasmYTasm/Tasm.asm
MitchAguilar/Assembly
2
203317
<filename>3.-MasmYTasm/Tasm.asm ;turbo asm o tasm .model small; declaramos el modelo de memoria (64kb) .stack .data mensaje dB 'Hola, soy mitch','$';mensaje, termina con caracter .code inicio:;segmento del programa, el linker del enlazador mov ax, @data mov ds, ax lea dx, mensaje mov ah, 09h int 21h; misma nterruc...
iod/con2/atmono/mblock.asm
olifink/smsqe
0
203318
<filename>iod/con2/atmono/mblock.asm<gh_stars>0 * Move area (generalised PAN/SCROLL) V2.01  <NAME> ; <NAME> ; 2.02 added pt_cmbblk (wl) section con ; xref cn_maskl xref cn_maskr ; xdef cn_mblock xdef pt_mblock xdef pt_cmbblk ; ; d1 c size of section to move ; d2 c old origin in source area ; d3...
oeis/187/A187832.asm
neoneye/loda-programs
11
203319
<reponame>neoneye/loda-programs ; A187832: Integral from 1/2 to 1 of (1-x)/x dx. ; Submitted by <NAME> ; 1,9,3,1,4,7,1,8,0,5,5,9,9,4,5,3,0,9,4,1,7,2,3,2,1,2,1,4,5,8,1,7,6,5,6,8,0,7,5,5,0,0,1,3,4,3,6,0,2,5,5,2,5,4,1,2,0,6,8,0,0,0,9,4,9,3,3,9,3,6,2,1,9,6,9,6,9,4,7,1,5,6,0,5,8,6,3,3,2,6,9,9,6,4,1,8,6,8,7,5 add $0,1 mov $...
Transynther/x86/_processed/AVXALIGN/_st_un_sm_/i7-7700_9_0xca.log_21829_1309.asm
ljhsiun2/medusa
9
203320
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r13 push %rax push %rbp push %rbx push %rcx push %rdi push %rsi lea addresses_WT_ht+0x17523, %rax nop xor %rbp, %rbp mov $0x6162636465666768, %rdi movq %rdi, %xmm3 movups %xmm3, (%rax) nop nop nop nop nop xor $41630, %r11 lea addresses_WT_ht+0xcf3, %rbp nop n...
libsrc/_DEVELOPMENT/ctype/c/sdcc_iy/isprint.asm
jpoikela/z88dk
640
203321
<filename>libsrc/_DEVELOPMENT/ctype/c/sdcc_iy/isprint.asm ; int isprint(int c) SECTION code_clib SECTION code_ctype PUBLIC _isprint EXTERN _isprint_fastcall _isprint: pop af pop hl push hl push af jp _isprint_fastcall
vp8/common/arm/neon/loopfiltersimpleverticaledge_neon.asm
CM-Archive/android_external_libvpx
0
203322
<reponame>CM-Archive/android_external_libvpx ; ; Copyright (c) 2010 The WebM project authors. All Rights Reserved. ; ; Use of this source code is governed by a BSD-style license ; that can be found in the LICENSE file in the root of the source ; tree. An additional intellectual property rights grant can be found ; ...
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_508.asm
ljhsiun2/medusa
9
203325
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r12 push %r8 push %r9 push %rbp push %rcx push %rdi push %rsi lea addresses_UC_ht+0xb137, %rsi lea addresses_D_ht+0x1d1ef, %rdi nop nop nop nop xor %r9, %r9 mov $118, %rcx rep movsb cmp $57882, %r8 lea addresses_UC_ht+0x17b7, %rsi lea addresses_A_ht+0x7937, %...
oeis/241/A241718.asm
neoneye/loda-programs
11
203326
<filename>oeis/241/A241718.asm ; A241718: The number of P-positions in the game of Nim with up to 4 piles, allowing for piles of zero, such that the number of objects in the largest pile is n. ; Submitted by <NAME> ; 1,7,13,43,25,79,133,211,49,151,253,379,457,607,757,931,97,295,493,715,889,1135,1381,1651,1681,1975,2269...
src/sound/song016restored.asm
MusicTheorist/Mother2GbaTranslation
1
203327
<reponame>MusicTheorist/Mother2GbaTranslation song016restored_pri equ 0 song016restored_rev equ 0 song016restored_mvl equ 127 song016restored_key equ 0 song016restored_tbs equ 1 song016restored_exg equ 0 song016restored_cmp equ 1 .align 4 ;**************** Track 1 (Midi-Chn.1) ****************; @song016res...
programs/oeis/271/A271511.asm
jmorken/loda
1
203328
<reponame>jmorken/loda ; A271511: a(n) = (p+1)*(p+2)/2 where p is the n-th prime. ; 6,10,21,36,78,105,171,210,300,465,528,741,903,990,1176,1485,1830,1953,2346,2628,2775,3240,3570,4095,4851,5253,5460,5886,6105,6555,8256,8778,9591,9870,11325,11628,12561,13530,14196,15225,16290,16653,18528,18915,19701,20100,22578,25200,26...
MSDOS/Virus.MSDOS.Unknown.z10-c.asm
fengjixuchui/Family
3
203329
<filename>MSDOS/Virus.MSDOS.Unknown.z10-c.asm ; Abraxas.asm : [Abraxas-b] by Abraxas .model tiny ; Handy directive .code ; Virus code segment org 100h ; COM file starting IP id = 'DA' ; ID word f...