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
src/trigger_actions_extended.asm
E1Elite/ts-patches
33
199568
<reponame>E1Elite/ts-patches %include "macros/patch.inc" %include "macros/datatypes.inc" %include "TiberianSun.inc" cextern UsedSpawnsArray sstring str_Hard, "Difficulty: Hard" sstring str_Medium, "Difficulty: Medium" sstring str_Easy, "Difficulty: Easy" ; 0x40 = first parameter, 0x24 = second parameter, 0x28, third...
sh.asm
spencer-hann/xv6-pdx
1
199570
<reponame>spencer-hann/xv6-pdx _sh: file format elf32-i386 Disassembly of section .text: 00000000 <runcmd>: struct cmd *parsecmd(char*); // Execute cmd. Never returns. void runcmd(struct cmd *cmd) { 0: 55 push %ebp 1: 89 e5 mov %esp,%ebp 3: 83 ec 28...
Appl/Preferences/Setup/setupScreenClass.asm
steakknife/pcgeos
504
199571
COMMENT @----------------------------------------------------------------------- Copyright (c) GeoWorks 1989 -- All Rights Reserved PROJECT: PC/GEOS MODULE: FILE: AUTHOR: Doug, 8/90 ROUTINES: Name Description ---- ----------- REVISION HISTORY: Name Date Description ---- ---- ------...
Lab2/Ans/lab2e.asm
siwasilp/Micro
0
199573
<reponame>siwasilp/Micro ORG 0000H MOV R1,#30H MOV R2,#50H MOV DPTR,#9000H LOOP: MOV A,@R1 JNZ HER MOV A,#0FFH HER: MOVX @DPTR,A INC R1 INC DPTR DJNZ R2,LOOP JMP $ END
Library/Trans/Graphics/Vector/EPS/Export/exportText.asm
steakknife/pcgeos
504
199575
<reponame>steakknife/pcgeos COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) GeoWorks 1991 -- All Rights Reserved PROJECT: PC GEOS MODULE: PostScript Translation Library FILE: exportText.asm AUTHOR: <NAME>, 21 March 1991 ROUTINES: Name Description ----...
libsrc/target/cpm/time/time.asm
ahjelm/z88dk
640
199576
<filename>libsrc/target/cpm/time/time.asm ; ; time_t time(time_t *) ; ; Return number of seconds since epoch ; ; Our epoch is the UNIX epoch of 00:00:00 1/1/1970 ; CP/M epoch is 1/1/1978 ; ; CPM+ and MPM have BDOS function #105 to get time/date, it looks this function ; sometimes shortcuts to the hardware d...
libsrc/_DEVELOPMENT/stdlib/c/sdcc_iy/_strtou_.asm
meesokim/z88dk
0
199577
<reponame>meesokim/z88dk ; unsigned int _strtou_(const char *nptr, char **endptr, int base) SECTION code_stdlib PUBLIC __strtou_ EXTERN asm__strtou __strtou_: pop af pop hl pop de pop bc push bc push de push hl push af jp asm__strtou
Projetos/F-Assembly/src/nasm/div.nasm
arthurolga/Z01-Ingenheiros
0
199578
; Arquivo: Div.nasm ; Curso: Elementos de Sistemas ; Criado por: <NAME> ; Data: 27/03/2017 ; Divide R0 por R1 e armazena o resultado em R2. ; (R0, R1, R2 refer to RAM[0], RAM[1], and RAM[2], respectively.) ; divisao para numeros inteiros positivos leaw $0, %A movw (%A), %D leaw $1, %A WHILE: ...
Sources/DP_Marquis_Lights.asm
billhhh/hcs12_relocatable_asm
0
199580
<reponame>billhhh/hcs12_relocatable_asm ABSENTRY Entry ; for absolute assembly: mark this as application entry point ; Include derivative-specific definitions INCLUDE 'mc9s12dp256.inc' ;CPU used by Dragon12+ board LCD_DATA EQU PORTK LCD_CTRL EQU PORTK RS EQU mPORTK_BIT0 EN EQU mPORT...
src/util/oli/qdos/sms2.asm
olifink/qspread
0
199581
<gh_stars>0 ; check for SMS2 include win1_keys_qdos_sms include win1_mac_oli section utility xdef ut_sms2 ;+++ ; check for sms2 ; ; errors: ok, or sms2 only ;--- ut_sms2 subr a0-a3/d1-d3 moveq #sms.info,d0 trap #do.sms2 andi.l #$ff00ffff,d2 ...
nand2tetris/04/mult.asm
SleimiKhalil/HtDP
1
199582
// This file is part of www.nand2tetris.org // and the book "The Elements of Computing Systems" // by <NAME> Schocken, MIT Press. // File name: projects/04/Mult.asm // Multiplies R0 and R1 and stores the result in R2. // (R0, R1, R2 refer to RAM[0], RAM[1], and RAM[2], respectively.) // Put your code here. ...
dos/DosDevConfig.asm
prokushev/FamilyAPI
1
199583
<reponame>prokushev/FamilyAPI<gh_stars>1-10 ;/*! ; @file ; ; @ingroup fapi ; ; @brief DosDevConfig DOS wrapper ; ; (c) osFree Project 2018, <http://www.osFree.org> ; for licence see licence.txt in root directory, or project website ; ; This is Family API implementation for DOS, used with BIND tools ; to l...
wc.asm
vishal-prabhu/xv6-lottery-scheduling
0
199584
_wc: file format elf32-i386 Disassembly of section .text: 00000000 <wc>: char buf[512]; void wc(int fd, char *name) { 0: 55 push %ebp 1: 89 e5 mov %esp,%ebp 3: 83 ec 48 sub $0x48,%esp int i, n; int l, w, c, inword; l = w = c = 0; 6: c7...
sound/sfx.asm
hansbonini/-SMD-Phantasy-Star-3
1
199585
<reponame>hansbonini/-SMD-Phantasy-Star-3<filename>sound/sfx.asm cpu Z80 listing off ; ==================================================== SFXPtrTableZ80: dw zloc_105C dw zloc_108F dw zloc_10BB dw zloc_10EA dw zloc_1112 dw zloc_115E dw zloc_118F dw zloc_11B7 dw zloc_11E1 dw zloc_1231 dw zl...
Practicas/Practica4/rutinas_asm.asm
KPsychO/FC
1
199586
.EQU N, 128*128 .EQU PENE, 256 .global RGB2GrayMatrix // .global rgb2gray // .equ COEF1, 3483 // .equ COEF2, 11718 // .equ COEF3, 1183 .text //rgb2gray: // ldr r3, =COEF1 // mul r0, r3, r0 // ldr r3, =COEF2 // mla r0, r3, r1, r0 // ldr r3, =COEF3 // mla r0, r3, r2, r0 // mov r0, r0, lsr #14 // m...
Library/Pref/HPrefCN/prefDriveList.asm
steakknife/pcgeos
504
199587
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) GeoWorks 1992 -- All Rights Reserved PROJECT: PC GEOS MODULE: FILE: prefDriveList.asm AUTHOR: <NAME> ROUTINES: Name Description ---- ----------- REVISION HISTORY: Name Date Description ---- ---- ----...
Driver/Video/Dumb/DumbCom/dumbcomUtils.asm
steakknife/pcgeos
504
199588
COMMENT @----------------------------------------------------------------------- Copyright (c) GeoWorks 1988 -- All Rights Reserved PROJECT: PC GEOS MODULE: Dumb Raster video drivers FILE: dumbcomUtils.asm ROUTINES: Name Description ---- ----------- REVISION HISTORY: Name Date Description ...
patb/PATB-MTM.asm
davidknoll/80c188-bios
2
199589
;from: "jdm" <<EMAIL>> ;*************************************************************** ;* ;* ;* tiny basic for intel 8086 ;* ;* ;* version: 1.1 ;* ;* by ;* ;* <NAME> ;* based ;* on ;* li-chen wa...
programs/oeis/147/A147666.asm
jmorken/loda
1
199590
; A147666: List of triples (0, 6n+1, 6n+5) for n = 0, 1, 2, ... ; 0,1,5,0,7,11,0,13,17,0,19,23,0,25,29,0,31,35,0,37,41,0,43,47,0,49,53,0,55,59,0,61,65,0,67,71,0,73,77,0,79,83,0,85,89,0,91,95,0,97,101,0,103,107,0,109,113,0,115,119,0,121,125,0,127,131,0,133,137,0,139,143,0,145 mul $0,2 mov $3,$0 lpb $0 sub $0,1 add ...
savefile/maps/1927_NorthernEdge.asm
stranck/fools2018-1
35
199591
SECTION "Map_1927", ROM0[$B800] Map_1927_Header: hdr_tileset 0 hdr_dimensions 4, 5 hdr_pointers_a Map_1927_Blocks, Map_1927_TextPointers hdr_pointers_b Map_1927_Script, Map_1927_Objects hdr_pointers_c Map_1927_InitScript, Map_1927_RAMScript hdr_palette $06 ...
rando/src/asm/expand-save-state.asm
konkers/neutopia
1
199592
<reponame>konkers/neutopia<gh_stars>1-10 arch pce.cpu macro seek(variable offset) { origin (offset - $0) base offset } // bypass second an third rng pulls for salt seek($d979); cla nop nop seek($d9bb); cla nop nop // patch checksum calc and verify to operate on whole 24 bytes // these ...
Microprocessor/fahrenheit.asm
Nmane1612/Nihar-Mane
3
199593
<filename>Microprocessor/fahrenheit.asm<gh_stars>1-10 ; centigrade (celsius) to fahrenheit calculation and vice-versa. ; it may not be accurate, because of integer division. ; this program prints out the result in binary code. ; to see result in hexadecimal or decimal form click vars. name "celsi" org 100h ...
libsrc/rs232/cpc/booster/rs232_init.asm
andydansby/z88dk-mk2
1
199594
; ; z88dk RS232 Function ; ; Amstrad CPC (CPC Booster+) version ; ; unsigned char rs232_init() ; ; $Id: rs232_init.asm,v 1.1 2008/07/18 07:51:16 stefano Exp $ XLIB rs232_init rs232_init: ;check if CPC Booster+ is connected ld bc, $FF00 ;Testbytes / Reset ...
opcodes.asm
armisss4/disasm
0
199595
.Unknown db 'NEATPAZINTA',0 .Mov db 'mov',0 .OneByte db 'push ES',0,'pop ES',0,'push CS',0,'pop CS',0,'push SS',0,'pop SS',0,'push DS',0,'pop DS',0,'inc AX',0,'inc CX',0,'inc DX',0,'inc BX',0,'inc SP',0,'inc BP',0,'inc SI',0,'inc DI',0,'dec AX',0,'dec CX',0,'dec DX',0,'dec BX',0,'...
programs/oeis/257/A257531.asm
neoneye/loda
22
199596
<reponame>neoneye/loda<filename>programs/oeis/257/A257531.asm ; A257531: If 2^(n-1) mod n = 1, then 1 else 0. ; 0,0,1,0,1,0,1,0,0,0,1,0,1,0,0,0,1,0,1,0,0,0,1,0,0,0,0,0,1,0,1,0,0,0,0,0,1,0,0,0,1,0,1,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,1,0,1,0,0,0,0,0,1,0,0,0,1,0,1,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0 seq $0,...
oeis/029/A029644.asm
neoneye/loda-programs
11
199597
<gh_stars>10-100 ; A029644: Numbers to the left of the central numbers of the (1,2)-Pascal triangle A029635. ; Submitted by <NAME> ; 1,1,1,4,1,5,1,6,14,1,7,20,1,8,27,50,1,9,35,77,1,10,44,112,182,1,11,54,156,294,1,12,65,210,450,672,1,13,77,275,660,1122,1,14,90,352,935,1782,2508,1,15,104,442,1287,2717,4290,1,16,119,546,1...
thirdparty/ffmpeg/libavcodec/x86/hevc_add_res.asm
yashrajsingh1998/ApraPipes1
30
199598
; ***************************************************************************** ; * Provide SIMD optimizations for add_residual functions for HEVC decoding ; * Copyright (c) 2014 <NAME> ; * ; * This file is part of FFmpeg. ; * ; * FFmpeg is free software; you can redistribute it and/or ; * modify it under the terms of ...
programs/oeis/105/A105073.asm
neoneye/loda
22
199599
<filename>programs/oeis/105/A105073.asm ; A105073: Define a(1)=0, a(2)=2 then a(n) = 3*a(n-1) - a(n-2), a(n+1) = 3*a(n)-a(n-1) and a(n+2) = 3*a(n+1) - a(n) + 2. ; 0,2,6,16,44,116,304,798,2090,5472,14328,37512,98208,257114,673134,1762288,4613732,12078908,31622992,82790070,216747218,567451584,1485607536,3889371024,101825...
Library/Ruler/rulerContent.asm
steakknife/pcgeos
504
199600
<gh_stars>100-1000 COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) GeoWorks 1991 -- All Rights Reserved PROJECT: PC GEOS MODULE: Ruler Library FILE: RulerContent.def AUTHOR: <NAME> REVISION HISTORY: Name Date Description ---- ---- ----------- jon 10 OCT 91 ...
BootloaderCorePkg/Stage1A/Ia32/SecEntry.nasm
smnarayanan/slimbootloader
299
199601
;------------------------------------------------------------------------------ ; ; Copyright (c) 2016 - 2017, Intel Corporation. All rights reserved.<BR> ; SPDX-License-Identifier: BSD-2-Clause-Patent ; ; ; Module Name: ; ; SecEntry.nasm ; ; Abstract: ; ; This is the code that goes from real-mode to prot...
savebackregion.asm
Repmov/GPUHeatMonitor
0
199602
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; SaveBackRegion proc ODC:DWORD,TopX:DWORD,TopY:DWORD,BWidth:DWORD,BHeight:DWORD LOCAL dcMem:DWORD LOCAL BMMem2:DWORD LOCAL BMemOld:DWORD ;saves a region from the specified DC into a bitmap ; and returns the handle for the bitmap invok...
programs/oeis/145/A145729.asm
neoneye/loda
22
199603
; A145729: Partial sums of A052379. ; 0,8,80,664,5344,42792,342384,2739128,21913088,175304776,1402438288,11219506392,89756051232,718048409960,5744387279792,45955098238456,367640785907776,2941126287262344,23529010298098896,188232082384791320,1505856659078330720,12046853272626645928,96374826181013167600,77099860944810534...
programs/oeis/052/A052244.asm
neoneye/loda
22
199604
<filename>programs/oeis/052/A052244.asm ; A052244: Partial sums of A014827. ; 1,8,46,240,1215,6096,30508,152576,762925,3814680,19073466,95367408,476837131,2384185760,11920928920,59604644736,298023223833,1490116119336 lpb $0 mov $2,$0 sub $0,1 seq $2,14827 ; a(1)=1, a(n) = 5*a(n-1) + n. add $1,$2 lpe add $1,1 m...
src/LKS/MC_Clear.asm
Kannagi/LKS
6
199605
<reponame>Kannagi/LKS .MACRO LKS_Clear_RAM /* ldy #$0000 sty 0 ldx #$0000 -: sty 0,x inx inx sty 0,x inx inx cpx #$2000 bne - */ rep #$20 lda #0 ldx #$00 -: sta $7E0000,x inx inx sta $7E0000,x inx inx cpx #$8000 bne - sep #$20 .ENDM .MACRO LKS_Clear_VRAM ...
aesni/src/aes192/encrypt8_2.asm
kazcw/block-ciphers
0
199606
<reponame>kazcw/block-ciphers<filename>aesni/src/aes192/encrypt8_2.asm aesenc xmm0, xmm11 aesenc xmm1, xmm11 aesenc xmm2, xmm11 aesenc xmm3, xmm11 aesenc xmm4, xmm11 aesenc xmm5, xmm11 aesenc xmm6, xmm11 aesenc xmm7, xmm11 aesenc xmm0, xmm12 aesenc xmm1, xmm12 aesenc xmm2, xmm12 aesenc xmm3, xmm12 aesenc xmm4, xmm12 a...
playground/Test.asm
marcelocaetano/XSharp
0
199608
<gh_stars>0 ; namespace DebugStub ; .v1 = 1 Mov DWORD [DebugStub_v1], 0x1 ; .v1 = AL Mov BYTE [DebugStub_v1], AL ; .v1 = EAX Mov DWORD [DebugStub_v1], EAX ; .v1 = #const Mov [DebugStub_v1], DebugStub_Const_const
asm-x86/lab031.asm
4L05761/scaling-garbanzo
0
199609
<reponame>4L05761/scaling-garbanzo<gh_stars>0 SECTION .data msgStart: DB 'Enter massage: ', 5 startLen: EQU $-msgStart msgEnd: DB 'Your messaage is: ' endLen: EQU $-msgEnd SECTION .bss ; Секция не инициированных данных buf1: RESB 80 ; Буфер размером 80 байт SECTION .text ; Код программы GLOBAL _start ; Нач...
library/src/main/cpp/libx264/common/x86/dct-64.asm
amsterdatech/yasea_rmtp
4,985
199610
;***************************************************************************** ;* dct-64.asm: x86_64 transform and zigzag ;***************************************************************************** ;* Copyright (C) 2003-2017 x264 project ;* ;* Authors: <NAME> <<EMAIL>> ;* <NAME> <<EMAIL>> ;* <NAME>...
programs/oeis/174/A174642.asm
karttu/loda
0
199612
; A174642: Number of ways to place 4 nonattacking amazons (superqueens) on a 4 X n board. ; 0,0,0,0,0,0,0,12,60,180,432,900,1692,2940,4800,7452,11100,15972,22320,30420,40572,53100,68352,86700,108540,134292,164400,199332,239580,285660,338112,397500,464412,539460,623280,716532,819900,934092,1059840,1197900,1349052,151410...
12.asm
LeslieYon/8086asm
0
199613
DSEG SEGMENT;数据段 TIP DB 'Please input the number of ring times:$' DSEG ENDS CSEG SEGMENT;代码段 ASSUME CS:CSEG,DS:DSEG START: MOV AX,DSEG MOV DS,AX LEA DX,TIP;提示信息 MOV AH,9H INT 21H XOR AX,AX;获取输入 MOV AH,01H INT 21H SUB AL,30H XOR CX,CX MOV CL,AL MLOOP: MOV DL,07H;循环响铃 MO...
Transynther/x86/_processed/NC/_zr_/i7-8650U_0xd2_notsx.log_3799_618.asm
ljhsiun2/medusa
9
199614
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r14 push %r8 push %r9 push %rax push %rcx push %rdi push %rdx push %rsi lea addresses_normal_ht+0x93d5, %rax nop add $4708, %r9 movb (%rax), %dl nop nop nop nop and %r8, %r8 lea addresses_UC_ht+0xc9e3, %r14 xor $36832, %r10 movw $0x6162, (%r14) nop nop xor $3...
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_2762.asm
ljhsiun2/medusa
9
199615
<filename>Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_2762.asm .global s_prepare_buffers s_prepare_buffers: push %r11 push %r12 push %r13 push %r14 push %rax push %rcx push %rsi lea addresses_normal_ht+0x21e6, %r13 nop nop add $26402, %r11 mov (%r13), %r14d nop cmp $19381, %rax lea addresses_D_h...
programs/oeis/056/A056991.asm
karttu/loda
0
199618
<filename>programs/oeis/056/A056991.asm ; A056991: Numbers with digital root 1, 4, 7 or 9. ; 1,4,7,9,10,13,16,18,19,22,25,27,28,31,34,36,37,40,43,45,46,49,52,54,55,58,61,63,64,67,70,72,73,76,79,81,82,85,88,90,91,94,97,99,100,103,106,108,109,112,115,117,118,121,124,126,127,130,133,135,136,139,142,144,145,148,151,153,154...
programs/oeis/026/A026472.asm
karttu/loda
0
199619
<filename>programs/oeis/026/A026472.asm ; A026472: {3, 7} together with the numbers congruent to {1, 2} mod 12. ; 1,2,3,7,13,14,25,26,37,38,49,50,61,62,73,74,85,86,97,98,109,110,121,122,133,134,145,146,157,158,169,170,181,182,193,194,205,206,217,218,229,230,241,242,253,254,265,266,277,278,289,290,301,302,313,314,325,32...
programs/oeis/221/A221150.asm
karttu/loda
0
199620
; A221150: The generalized Fibonacci word f^[3]. ; 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,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,1,0,0,0,1,0,0,0,1,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,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,1,0,0,0,1,0,0,1,0,0...
assignment6/poly-3/OriginDownload.nasm
allan9595/SLAE-Assignments
0
199621
<reponame>allan9595/SLAE-Assignments<gh_stars>0 global _start section .text _start: ;fork xor eax,eax mov al,0x2 int 0x80 xor ebx,ebx cmp eax,ebx jz child ;wait(NULL) xor eax,eax mov al,0x7 int 0x80 ;chmod x xor ecx,ecx xor eax, eax push eax ...
game1/game_over.asm
w84death/arm-assembly
3
199622
<reponame>w84death/arm-assembly<gh_stars>1-10 @ --------------------------------------------------- @ @ Raspberry Pi Assembly GAME#1 by KJ/P1X @ @ http://p1x.in | http://krzysztofjankowski.com @ https://github.com/w84death/arm-assembly @ @ --------------------------------------------------- .arm .include "globals...
exampl07/shuflarr/unique_riched/confrm.asm
AlexRogalskiy/Masm
0
199625
; ######################################################################### Confirmation proc hEditor:DWORD invoke SendMessage,hEditor,WM_GETTEXTLENGTH,0,0 cmp eax, 0 jne @F return 0 @@: invoke SendMessage,hEditor,EM_GETMODIFY,0,0 cmp eax, 0 ; zero = unmodified jne @F ...
programs/oeis/054/A054116.asm
karttu/loda
1
199626
; A054116: T(n,n-1), array T as in A054115. ; 1,2,8,32,152,872,5912,46232,409112,4037912,43954712,522956312,6749977112,93928268312,1401602636312,22324392524312,378011820620312,6780385526348312 mov $2,$0 mov $0,0 add $2,1 lpb $2,1 mov $1,$0 add $3,1 mov $0,$2 lpb $0,1 add $3,$1 sub $0,1 lpe mov $1,$...
Data/Fonts.asm
vcte/eclectic
1
199627
<reponame>vcte/eclectic<filename>Data/Fonts.asm ; =============================================================== ; Font sprite data ; =============================================================== Fonttable: ;superscript number to sprite location, 4 relative .incbmp "../Sprites/Font/0.png", width = 8, height = 4 ....
programs/oeis/286/A286904.asm
karttu/loda
0
199628
; A286904: Positions of 0 in A286903; complement of A286905. ; 3,4,7,8,12,13,16,17,21,22,25,26,29,30,34,35,38,39,43,44,47,48,51,52,56,57,60,61,65,66,69,70,74,75,78,79,82,83,87,88,91,92,96,97,100,101,104,105,109,110,113,114,118,119,122,123,127,128,131,132,135,136,140,141,144,145,149,150,153,154,157,158,162,163,166,167,1...
release/src/router/gmp/source/mpn/x86/pentium/mode1o.asm
zhoutao0712/rtn11pb1
12
199629
dnl Intel Pentium mpn_modexact_1_odd -- exact division style remainder. dnl Copyright 2000, 2001, 2002 Free Software Foundation, Inc. dnl 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 dnl modify it under the terms of the GNU Lesser General...
Driver/Video/VGAlike/VGA8/vga8Under.asm
steakknife/pcgeos
504
199630
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) GeoWorks 1992 -- All Rights Reserved PROJECT: PC GEOS MODULE: Video Driver FILE: vga8Under.asm AUTHOR: <NAME>, Oct 8, 1992 ROUTINES: Name Description ---- ----------- REVISION HISTORY: Name D...
programs/oeis/048/A048332.asm
neoneye/loda
22
199631
<gh_stars>10-100 ; A048332: a(n) in base 7 is a repdigit. ; 0,1,2,3,4,5,6,8,16,24,32,40,48,57,114,171,228,285,342,400,800,1200,1600,2000,2400,2801,5602,8403,11204,14005,16806,19608,39216,58824,78432,98040,117648,137257,274514,411771,549028,686285,823542,960800,1921600,2882400,3843200,4804000,5764800,6725601,13451202,20...
oeis/128/A128493.asm
neoneye/loda-programs
11
199632
; A128493: Denominators of partial sums for a series for (Pi^4)/96. ; Submitted by <NAME> ; 1,81,50625,121550625,9845600625,144149438750625,4117052120156600625,4117052120156600625,343860310127599440800625,44812219476138886724578250625,44812219476138886724578250625 seq $0,25547 ; Least common multiple of {1,3,5,...,2n-...
text/BluesHouse.asm
opiter09/ASM-Machina
1
199633
<filename>text/BluesHouse.asm _DaisyInitialText:: text "Hi <PLAYER>!" line "<RIVAL> is out at" cont "Grandpa's lab." done _DaisyOfferMapText:: text "Grandpa asked you" line "to run an errand?" cont "Here, this will" cont "help you!" prompt _GotMapText:: text "<PLAYER> got a" line "@" text_ram wcf4b text ...
Sim/tests/04_test_add.asm
ericsims/16B
0
199634
<gh_stars>0 #include "../CPU.asm" #bank rom ; a register imm adds load a, #0x05 add a, #0x06 assert a, #0x0B load a, #0x00 add a, #0x00 assert a, #0x00 load a, #0xFA add a, #0xAB assert a, #0xA5 ; b register imm adds load b, #0x05 add b, #0x06 assert b, #0x0B load b, #0x00 add b, #0x00 assert b, #0x00 load b, #0...
pwnlib/shellcraft/templates/amd64/linux/setsockopt.asm
IMULMUL/python3-pwntools
325
199635
<reponame>IMULMUL/python3-pwntools <% from pwnlib.shellcraft.amd64.linux import syscall from pwnlib.shellcraft.amd64 import push %> <%page args="sockfd, level, optname, optval, optlen"/> <%docstring> Invokes the syscall setsockopt. See 'man 2 setsockopt' for more information. Arguments: sockfd(int): sockf...
bvs/BvsScrollUp.asm
prokushev/FamilyAPI
1
199637
;/*! ; @file ; ; @brief BvsScrollUp DOS wrapper ; ; (c) osFree Project 2008-2022, <http://www.osFree.org> ; for licence see licence.txt in root directory, or project website ; ; This is Family API implementation for DOS, used with BIND tools ; to link required API ; ; @author <NAME> (<EMAIL>) ; ;---------...
src/asm/chromakey.asm
DNS-OARC/pplib
1
199638
;############################################################################### ;# This file is part of "Patrick's Programming Library", Version 7 (PPL7). ;# Web: http://www.pfp.de/ppl/ ;# ;# $Author$ ;# $Revision$ ;# $Date$ ;# $Id$ ;# ;############################################################################### ;#...
oeis/058/A058307.asm
neoneye/loda-programs
11
199639
; A058307: a(n) = (n+1)*a(n-1) + a(n-2), with a(0)=0, a(1)=1. ; Submitted by <NAME> ; 0,1,3,13,68,421,3015,24541,223884,2263381,25121075,303716281,3973432728,55931774473,842950049823,13543132571641,231076203767720,4172914800390601,79516457411189139,1594502063024173381,33564059780918830140,740003817243238436461,17053651...
thirdparty/lzo/2.03/asm/i386/src_masm/lzo1y_f2.asm
rozhuk-im/opentoonz
3,710
199640
<gh_stars>1000+ ; lzo1y_f2.asm -- lzo1y_decompress_asm_fast_safe ; ; This file is part of the LZO real-time data compression library. ; ; Copyright (C) 2008 <NAME> ; Copyright (C) 2007 <NAME> ; Copyright (C) 2006 <NAME> ; Copyright (C) 2005 <NAME> ; Copyright (C) 2004 <NAME> ; Copyright (C) 2003 <NAME> ; Copyr...
Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xca.log_21829_1310.asm
ljhsiun2/medusa
9
199641
<filename>Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xca.log_21829_1310.asm .global s_prepare_buffers s_prepare_buffers: push %r8 push %rbp push %rcx push %rdi push %rsi lea addresses_D_ht+0x572a, %rsi lea addresses_UC_ht+0x187a6, %rdi nop nop nop dec %r8 mov $127, %rcx rep movsb xor $30079, %r8 lea addresses_WT...
libsrc/interrupts/common/tick_count_isr.asm
jpoikela/z88dk
38
199642
<reponame>jpoikela/z88dk ; Simple tick timer, designed to be called from the interrupt SECTION code_clib PUBLIC tick_count_isr PUBLIC _tick_count_isr PUBLIC tick_count PUBLIC _tick_count ; Increments a tick on each call ; Uses: hl, a tick_count_isr: _tick_count_isr: ld hl, (tick_count) inc hl ld (...
programs/oeis/289/A289615.asm
neoneye/loda
22
199643
; A289615: A246604 (Catalan(n)-n) with initial terms 1,0,0,2 changed to 1,1,1,3. ; 1,1,1,3,10,37,126,422,1422,4853,16786,58775,208000,742887,2674426,9694830,35357654,129644773,477638682,1767263171,6564120400,24466266999,91482563618,343059613627,1289904147300,4861946401427,18367353072126,69533550915977,263747951750332,1...
oeis/193/A193068.asm
neoneye/loda-programs
11
199645
<reponame>neoneye/loda-programs ; A193068: Generating primitive Pythagorean triangles by using (n, n+1) gives perimeters for each n. This sequence list the sum of these perimeters for each n triangles. ; 12,42,98,188,320,502,742,1048,1428,1890,2442,3092,3848,4718,5710,6832,8092,9498,11058,12780,14672,16742,18998,21448...
bootloader/stage2/arch/i686/stage2.asm
lfkeitel/KiteOS-kernel
0
199646
%ifndef disk_sect_start %define disk_sect_start 3 %endif %ifndef kern_sect_num %define kern_sect_num 50 %endif %include "arch/i686/bios_interrupts.asm" MEM_MAP_START equ 0x800 KERNEL_OFFSET equ 0x1000 ; The same one we used when linking the kernel STACK_BASE equ 0x9000 [org 0x7c00] mov [BOOT_DRIVE], dl ; Remembe...
programs/oeis/102/A102871.asm
neoneye/loda
22
199648
<reponame>neoneye/loda ; A102871: a(n) = a(n-3) - 5*a(n-2) + 5*a(n-1), a(0) = 1, a(1) = 3, a(2) = 10. ; 1,3,10,36,133,495,1846,6888,25705,95931,358018,1336140,4986541,18610023,69453550,259204176,967363153,3610248435,13473630586,50284273908,187663465045,700369586271,2613814880038,9754889933880,36405744855481,13586808948...
programs/oeis/285/A285902.asm
neoneye/loda
22
199649
<gh_stars>10-100 ; A285902: Total number of partitions of all positive integers <= n into an even number of consecutive parts. ; 0,0,1,1,2,2,3,3,4,5,6,6,7,8,9,9,10,11,12,12,14,15,16,16,17,18,20,20,21,22,23,23,25,26,27,28,29,30,32,32,33,34,35,36,38,39,40,40,41,42,44,45,46,47,49,49,51,52,53,54,55,56,58,58,60,61,62,63,65,...
Transynther/x86/_processed/US/_zr_/i3-7100_9_0xca_notsx.log_21829_1191.asm
ljhsiun2/medusa
9
199650
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r13 push %r14 push %r8 push %rax push %rbp push %rcx push %rdi push %rdx push %rsi lea addresses_WC_ht+0x1700, %rbp nop nop nop nop nop cmp %rdx, %rdx mov (%rbp), %ax nop nop nop nop sub $52957, %r14 lea addresses_normal_ht+0xfc44, %r8 nop nop nop xor $63797,...
programs/oeis/266/A266252.asm
neoneye/loda
22
199652
; A266252: Total number of OFF (white) cells after n iterations of the "Rule 9" elementary cellular automaton starting with a single ON (black) cell. ; 0,3,6,11,16,22,31,37,50,56,73,79,100,106,131,137,166,172,205,211,248,254,295,301,346,352,401,407,460,466,523,529,590,596,661,667,736,742,815,821,898,904,985,991,1076,10...
Code/CustomControl/RAResEd/Src/Bak/IncludeEdit(1).asm
CherryDT/FbEditMOD
11
199653
;IncludeEdit.dlg IDD_DLGINCLUDE equ 1000 IDC_GRDINC equ 1001 IDC_BTNINCADD equ 1002 IDC_BTNINCDEL equ 1003 .const IIncGrdSize dd 370 .data? IncGrdSize dd 1 dup(?) .code ExportInclude proc uses esi edi,hMem:DWORD mov fResourceh,FALSE invoke xGlobalAlloc,GMEM_FIXED or GMEM_ZEROINIT,6...
UNRELATED/background_sprites.asm
JSpuri/EmuParadise
0
199654
palette: ; shades of grey orange/red/yellow? .db $0F,$20,$10,$2D, $0F,$26,$15,$37, $0F,$30,$21,$0F, $0F,$2D,$17,$0F ;;background palette ; heart (red) .db $0F,$20,$10,$10, $0F,$37,$15,$37, $0F,$15,$27,$37, $0F,$02,$38,$3C ;;sprite palette ; first color is for tr...
oeis/123/A123051.asm
neoneye/loda-programs
11
199655
<gh_stars>10-100 ; A123051: a(2*n-1) = (4*n-3)^(4*n-2) and a(2*n) = (4*n)^(4*n-1), n=1,2,... ; Submitted by <NAME> ; 1,64,15625,2097152,3486784401,743008370688,3937376385699289,1152921504606846976,14063084452067724991009,5242880000000000000000000,122694327386105632949003612841,55572324035428505185378394701824,222044604...
kernel/src/isrs.asm
bordode/radium
10
199656
global idt_init_asm global idt_load extern interrupts_register_isr extern idtr extern panic extern sched_switch %macro register_isr 1 push isr_%1 push %1 call interrupts_register_isr add esp, 8 %endmacro %macro ack_irq 0 push ax mov al, 0x20 out 0xa0, al out 0x20, al pop ax %endmac...
programs/oeis/022/A022349.asm
karttu/loda
0
199657
<reponame>karttu/loda<filename>programs/oeis/022/A022349.asm ; A022349: Fibonacci sequence beginning 0, 15. ; 0,15,15,30,45,75,120,195,315,510,825,1335,2160,3495,5655,9150,14805,23955,38760,62715,101475,164190,265665,429855,695520,1125375,1820895,2946270,4767165,7713435,12480600,20194035,32674635,52868670,85543305,1384...
oeis/165/A165853.asm
neoneye/loda-programs
11
199660
<filename>oeis/165/A165853.asm ; A165853: Totally multiplicative sequence with a(p) = 32. ; Submitted by <NAME> ; 1,32,32,1024,32,1024,32,32768,1024,1024,32,32768,32,1024,1024,1048576,32,32768,32,32768,1024,1024,32,1048576,1024,1024,32768,32768,32,32768,32,33554432,1024,1024,1024,1048576,32,1024,1024,1048576,32,32768,3...
programs/oeis/176/A176592.asm
karttu/loda
0
199661
<reponame>karttu/loda ; A176592: List of pairs n,11*n ; 1,11,2,22,3,33,4,44,5,55,6,66,7,77,8,88,9,99,10,110,11,121,12,132,13,143,14,154,15,165,16,176,17,187,18,198,19,209,20,220,21,231,22,242,23,253,24,264,25,275,26,286,27,297,28,308,29,319,30,330,31,341,32,352 mov $1,1 lpb $0,1 sub $0,2 add $1,1 lpe lpb $0,1 su...
oeis/041/A041263.asm
neoneye/loda-programs
11
199662
<filename>oeis/041/A041263.asm ; A041263: Denominators of continued fraction convergents to sqrt(143). ; Submitted by <NAME> ; 1,1,23,24,551,575,13201,13776,316273,330049,7577351,7907400,181540151,189447551,4349386273,4538833824,104203730401,108742564225,2496540143351,2605282707576,59812759710023,62418042417599,1433009...
oeis/208/A208278.asm
neoneye/loda-programs
11
199663
; A208278: Row sums of Pascal's triangle mod 10 (A008975). ; Submitted by <NAME>(s2) ; 1,2,4,8,16,12,24,28,46,52,14,28,36,72,34,68,46,72,84,108,26,52,54,108,106,32,44,68,76,92,84,128,46,92,84,48,56,92,124,148,56,112,124,168,196,112,144,208,216,252,34,68,56,112,94,148,76,132,144,228,96,192,184,268,206,72,144,188,296,292...
Working Disassembly/General/Sprites/Sonic/Sonic pattern load cues.asm
TeamASM-Blur/Sonic-3-Blue-Balls-Edition
5
199664
<gh_stars>1-10 PLC_148182: dc.w word_14856E-PLC_148182 dc.w word_148570-PLC_148182 dc.w word_148578-PLC_148182 dc.w word_148580-PLC_148182 dc.w word_148588-PLC_148182 dc.w word_14858E-PLC_148182 dc.w word_148596-PLC_148182 dc.w word_14859E-PLC_148182 dc.w word_1485A6-PLC_148182 dc.w word_1485AC-...
externals/mpir-3.0.0/mpn/x86_64w/nehalem/copyi.asm
JaminChan/eos_win
12
199665
<reponame>JaminChan/eos_win ; PROLOGUE(mpn_copyi) ; mpn_copyi ; Copyright 2009 <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...
instruction-register-8-bit/examples/factorial.asm
michaelkamprath/eater-sap-1-improvements
15
199668
; Factorial Sequence Display ; ; Calculates and displays the factorial values for N from 1 to 5, ; which is the maximum factorial that can be calculated in 8-bit math. OUTPUT = $7800 ; The display register is found at address $7800 MAX_N = 5 ; The maximum N value factorial will be calculated for...
Transynther/x86/_processed/NONE/_zr_/i7-8650U_0xd2.log_7341_1803.asm
ljhsiun2/medusa
9
199669
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r10 push %r9 push %rbp push %rcx push %rdi push %rsi lea addresses_WT_ht+0x1a1ec, %rsi lea addresses_WC_ht+0x1df94, %rdi nop nop nop xor $53593, %r10 mov $107, %rcx rep movsl cmp $53753, %rsi lea addresses_WC_ht+0x1e394, %rsi lea addresses_A_h...
Appl/Games/Uki/ukiMouse.asm
steakknife/pcgeos
504
199670
<reponame>steakknife/pcgeos COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) GeoWorks 1992 -- All Rights Reserved PROJECT: PC GEOS MODULE: Uki FILE: ukiMouse.asm AUTHOR: <NAME>, Nov 26, 1992 ROUTINES: Name Description ---- ----------- REVISION ...
openabeWrapper/gmp/gmp-6.2.1/mpn/popcount.asm
StefanoBerlato/kotlin-multiplatform-openabe
8
199671
<reponame>StefanoBerlato/kotlin-multiplatform-openabe dnl AMD64 mpn_popcount -- population count. dnl Copyright 2017 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...
DoByMySelf/program.asm
a1393323447/x86-Assambely
3
199672
; 抛开示例代码自己写 section head align=16 vstart=0 Size dd ProgramEnd ; 4B 0x00 SegmentAddr: CodeSeg dd section.code.start ; 4B 0x04 DataSeg dd section.data.start ; 4B 0x08 StackSeg dd section.stack.start ; 4B 0x0c SegmentNum: SegNum db (SegmentNum-SegmentAddr)/4 Entry dw CodeStart ; 偏移地址 2B dd sect...
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca.log_21829_973.asm
ljhsiun2/medusa
9
199673
<reponame>ljhsiun2/medusa<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r11 push %r15 push %r9 push %rbx push %rcx push %rdi push %rsi lea addresses_WC_ht+0xa296, %rsi lea addresses_UC_ht+0x1d90e, %rdi and %r15, %r15 mov $81, %rcx rep movsq xor %rbx, %rbx lea addresses_WT_ht+0x1acba, %rsi lea address...
libtool/src/gmp-6.1.2/mpn/arm/aors_n.asm
kroggen/aergo
1,602
199675
<reponame>kroggen/aergo dnl ARM mpn_add_n and mpn_sub_n dnl Contributed to the GNU project by <NAME>. dnl Copyright 1997, 2000, 2001, 2012 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 ...
target/cos_117/disasm/iop_overlay1/CLINIT.asm
jrrk2/cray-sim
49
199676
0x0000 (0x000000) 0x2118- f:00020 d: 280 | A = OR[280] 0x0001 (0x000002) 0x8402- f:00102 d: 2 | P = P + 2 (0x0003), A = 0 0x0002 (0x000004) 0x700E- f:00070 d: 14 | P = P + 14 (0x0010) 0x0003 (0x000006) 0x744E- f:00072 d: 78 | R = P + 78 (0x0051) ...
Appl/Icon/Viewer/viewerMain.asm
steakknife/pcgeos
504
199677
<reponame>steakknife/pcgeos<filename>Appl/Icon/Viewer/viewerMain.asm COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% (c) Copyright GeoWorks 1994. All Rights Reserved. GEOWORKS CONFIDENTIAL PROJECT: Icon editor MODULE: Viewer FILE: viewerMain.asm AUTHOR: <NAME>, Jun 17, 1...
Game of Life/C64GameOfLife/CellOffsetData.asm
detlefgrohs/C64
0
199678
CELLOFFSETS ; sc0, sc1, sc2, sc3, sc4, sc5, sc6, sc7, sc8, ec0, ec1, ec2, ec3, ec4, ec5, ec6, ec7, ec8 !WORD $1f3f,$1e07,$1e0f,$0138,$0000,$0008,$0139,$0001,$0009,$1f37,$1f3f,$1e07,$0130,$0138,$0000,$0131,$0139,$0001 !WORD $0138,$0000,$0008,$0139,$0001,$0009,$013a,$0002,$000a,$0130,$0138,$0000,$0...
oeis/169/A169720.asm
neoneye/loda-programs
11
199679
<filename>oeis/169/A169720.asm ; A169720: a(n) = (3*2^(n-1)-1)*(3*2^n-1). ; 1,10,55,253,1081,4465,18145,73153,293761,1177345,4713985,18865153,75479041,301953025,1207885825,4831690753,19327057921,77308821505,309236465665,1236948221953,4947797606401,19791199862785,79164818325505,316659311050753,1266637319700481,506654942...
firmware/kernal/blockdevice.asm
QuorumComp/hc800
2
199680
<reponame>QuorumComp/hc800 INCLUDE "lowlevel/rc800.i" INCLUDE "stdlib/stream.i" INCLUDE "stdlib/string.i" INCLUDE "stdlib/syscall.i" INCLUDE "blockdevice.i" INCLUDE "mbr.i" INCLUDE "sddevice.i" INCLUDE "uart_commands.i" INCLUDE "uart_commands_disabled.i" MAX_PARTITIONS = 3 ; -- Get block device i...
libsrc/stdio/sc3000/puts_cons.asm
grancier/z180
0
199681
; ; SEGA SC-3000 C Library ; ; Print string to the screen ; ; $Id: puts_cons.asm,v 1.3 2016/05/15 20:15:46 dom Exp $ ; SECTION code_clib PUBLIC puts_cons_native ; Enter in with hl holding the address of string to print .puts_cons_native pop bc pop hl push hl push bc jp $4A6F
oeis/132/A132592.asm
neoneye/loda-programs
11
199682
<filename>oeis/132/A132592.asm ; A132592: X-values of solutions to the equation X*(X + 1) - 8*Y^2 = 0. ; 0,8,288,9800,332928,11309768,384199200,13051463048,443365544448,15061377048200,511643454094368,17380816062160328,590436102659356800,20057446674355970888,681362750825443653408,23146276081390728245000,7862920240164593...
wosdb/newRunPPC.asm
Sakura-IT/SonnetAmiga
35
199683
<filename>wosdb/newRunPPC.asm mc68040 section newRunPPC,code xref _oldRunPPC xdef _newRunPPC _newRunPPC: ; a0 = PPCArgs ; a6 = PowerPCBase move.l a0,-(sp) or.b #4,11(a0) ; PP_Flags |= PPF_THROW jsr ([_oldRunPPC.l]) move.l (sp)+,a0 and.b #$fb,11(a0) rts
libsrc/_DEVELOPMENT/math/float/am9511/lam32/c/sccz80/asin_fastcall.asm
ahjelm/z88dk
640
199684
<gh_stars>100-1000 SECTION code_fp_am9511 PUBLIC asin_fastcall EXTERN asm_am9511_asinf_fastcall defc asin_fastcall = asm_am9511_asinf_fastcall ; SDCC bridge for Classic IF __CLASSIC PUBLIC _asin_fastcall defc _asin_fastcall = asm_am9511_asinf_fastcall ENDIF
user/libc/crt/crt0.asm
thomtl/Rhino-OS
3
199686
[bits 32] section .data pid: db 0 argc: dd 0 argv: dd 0 section .text extern main global _start _start: mov eax, 2 xor ebx, ebx xor ecx, ecx xor edx, edx int 0x80 mov eax, 15 mov ebx, 15 xor ecx, ecx xor edx, edx int 0x80 mov eax, 3 xor ebx, ebx xor ecx, ecx ...
src/generation/mips/text.asm
harry1911/CoolCompiler
0
199687
<reponame>harry1911/CoolCompiler<filename>src/generation/mips/text.asm<gh_stars>0 .text # Some methods for _dispatch_abort: la $a0 _dispatch_msg_ li $v0 4 syscall li $v0 10 syscall _case_abort: la $a0 _cabort_msg_ li $v0 4 syscall li $v0 10 syscall _case_abort2: la $a0 _cabort_msg2_ ...