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
target/cos_117/disasm/iop_overlay1/ACQTRM.asm
jrrk2/cray-sim
49
127946
<reponame>jrrk2/cray-sim<gh_stars>10-100 0x0000 (0x000000) 0x1059- f:00010 d: 89 | A = 89 (0x0059) 0x0001 (0x000002) 0x2913- f:00024 d: 275 | OR[275] = A 0x0002 (0x000004) 0x2118- f:00020 d: 280 | A = OR[280] 0x0003 (0x000006) 0x1E00-0x0000 f:00017...
oeis/348/A348636.asm
neoneye/loda-programs
11
127949
<reponame>neoneye/loda-programs ; A348636: Greedy Cantor's Dust Partition. ; Submitted by <NAME> ; 1,3,8,22,24,65,70,72,194,208,210,215,580,582,623,628,630,644,1738,1740,1745,1867,1869,1883,1888,1890,1931,5212,5214,5219,5233,5235,5600,5605,5607,5648,5662,5664,5669,5791,5793,15635,15640,15642,15656,15697,15699 mov $2,1...
computer engeneering/LABORG/T3/B/Somador/soma_vet.asm
kehwhyn/PUC-RS
0
127952
# MIPS example: Manipulating arrays # Author: <NAME> # Function: This code adds the contents of two vectors # and stores the result in a third vector # .text # Add what follows to the text segment of the program .globl main # Declare the label main to be a global one main: la $t0,V1 # generate pointe...
data/phone/text/liz_callee.asm
Dev727/ancientplatinum
28
127953
UnknownText_0x1b5d9f: text "Hello, @" text_ram wStringBuffer3 text_start line "speaking." para "Oh, <PLAY_G>." line "Good morning." done UnknownText_0x1b5dcc: text "Hello, @" text_ram wStringBuffer3 text_start line "speaking." para "Oh, <PLAY_G>." line "How are you?" done UnknownText_0x1b5df8: text "...
programs/oeis/166/A166591.asm
neoneye/loda
22
127954
<filename>programs/oeis/166/A166591.asm<gh_stars>10-100 ; A166591: Totally multiplicative sequence with a(p) = p+3 for prime p. ; 1,5,6,25,8,30,10,125,36,40,14,150,16,50,48,625,20,180,22,200,60,70,26,750,64,80,216,250,32,240,34,3125,84,100,80,900,40,110,96,1000,44,300,46,350,288,130,50,3750,100,320,120,400,56,1080,112,...
programs/oeis/179/A179956.asm
neoneye/loda
22
127955
<gh_stars>10-100 ; A179956: a(n) is the smallest integer that contains a(n-1) but does not begin with a(n-1). ; 1,21,121,1121,11121,111121,1111121,11111121,111111121,1111111121,11111111121,111111111121,1111111111121,11111111111121,111111111111121,1111111111111121,11111111111111121,111111111111111121,1111111111111111121...
cs61/lab4/lab04_ex3.asm
bmoya217/ucr
0
127957
<reponame>bmoya217/ucr<filename>cs61/lab4/lab04_ex3.asm ;================================================= ; Name: <NAME> ; Username: <EMAIL> ; ; Lab: lab 1 ; Lab section: 021 ; TA: <NAME> ; ;================================================= .Orig x3000 ;Instructions AND R1,R1,#0 LD R1, POINTER LD R2, COUNTER LD R3...
books_and_notes/professional_courses/operating_system/sources/extra_books/Orange'S:自己动手写操作系统光盘源代码/chapter5/a/hello.asm
gxw1/review_the_national_post-graduate_entrance_examination
640
127958
<reponame>gxw1/review_the_national_post-graduate_entrance_examination<filename>books_and_notes/professional_courses/operating_system/sources/extra_books/Orange'S:自己动手写操作系统光盘源代码/chapter5/a/hello.asm ; 编译链接方法 ; (ld 的‘-s’选项意为“strip all”) ; ; $ nasm -f elf hello.asm -o hello.o ; $ ld -s hello.o -o hello ; $ ./hello ; Hello...
common/cfgproc.asm
DigitalMars/optlink
28
127959
TITLE CFGPROC - Copyright (c) SLR Systems 1994 INCLUDE MACROS INCLUDE IO_STRUC PUBLIC FIND_PROCESS_CFG EXTERNDEF OBJSTUFF:DWORD .DATA EXTERNDEF INBUF:BYTE,OUTBUF:BYTE EXTERNDEF CURN_FILE_LIST_GINDEX:DWORD,INPTR1:DWORD,CURN_COUNT:DWORD,ME_PTR:DWORD,CURN_INPTR:DWORD EXTERNDEF INDNAM:NFN_STRUCT ...
cmd/fdisk/_parse.asm
minblock/msdos
0
127960
<filename>cmd/fdisk/_parse.asm ;/* ; * Microsoft Confidential ; * Copyright (C) Microsoft Corporation 1983 - 1991 ; * All Rights Reserved. ; */ page 60,132 name _parse title C to PARSER interface ;-------------------------------...
programs/oeis/154/A154610.asm
neoneye/loda
22
127961
; A154610: Numbers n such that 13n + 5 is prime. ; 0,2,6,8,18,24,32,38,44,56,62,66,72,74,78,84,86,92,98,108,114,128,132,134,144,162,164,174,176,182,186,198,204,206,224,228,246,248,254,258,266,272,276,282,284,296,302,318,324,326,336,342,368,378,386,392,396,398,402,408,414,416,428,434,452,462,464,468,482,486,494,512,522,...
assets/StackArithmetic/StackTest/StackTest.asm
jamespolley/VM-Translator
1
127962
// push constant 17 @17 D=A @SP A=M M=D @SP M=M+1 // push constant 17 @17 D=A @SP A=M M=D @SP M=M+1 // eq @SP AM=M-1 D=M A=A-1 D=M-D @c0_if_eq D;JEQ D=0 @c0_else 0;JMP (c0_if_eq) D=-1 (c0_else) @SP A=M-1 M=D // push constant 17 @17 D=A @SP A=M M=D @SP M=M+1 // push constant 16 @16 D=A @SP A=M M=D @SP M=M+1 /...
kernal-c64/64tass/C64-var.asm
silverdr/assembly
23
127963
;****************************************************************************** ;****************************************************************************** ; ; The almost completely commented C64 ROM disassembly. V1.01 <NAME> 2012 ;****************************************************************************** ;***...
smsq/qxl/speed.asm
olifink/smsqe
0
127966
<filename>smsq/qxl/speed.asm<gh_stars>0 ; QXL Processor speed check  1995 <NAME> QJUMP section init xdef qxl_speed include 'dev8_smsq_qxl_keys' screen equ $20000 ;+++ ; determine processor speed ; ;--- qxl_speed lea qxs_code,a0 lea screen,a1 ; copy to screen for consistant timing moveq #(qxs_rts-qx...
programs/oeis/068/A068901.asm
neoneye/loda
22
127967
; A068901: Least number that when added to the n-th prime gives a multiple of n. ; 0,1,1,1,4,5,4,5,4,1,2,11,11,13,13,11,9,11,9,9,11,9,9,7,3,3,5,5,7,7,28,29,28,31,26,29,28,27,28,27,26,29,24,27,28,31,24,17,18,21,22,21,24,19,18,17,16,19,18,19,22,17,8,9,12,13,4,3,67,1,2,1,71,71,71,73,73,71,73,71,67,71,67,71,71,73,73,71,73,...
lib/jinue/getcontext.asm
phaubertin/jinue
2
127968
<gh_stars>1-10 ; Copyright (C) 2019 <NAME>. ; All rights reserved. ; ; Redistribution and use in source and binary forms, with or without ; modification, are permitted provided that the following conditions ; are met: ; ; 1. Redistributions of source code must retain the above copyright ; notice, this list of condi...
oeis/041/A041310.asm
neoneye/loda-programs
11
127969
<filename>oeis/041/A041310.asm ; A041310: Numerators of continued fraction convergents to sqrt(168). ; Submitted by <NAME> ; 12,13,324,337,8412,8749,218388,227137,5669676,5896813,147193188,153090001,3821353212,3974443213,99207990324,103182433537,2575586395212,2678768828749,66866038285188,69544807113937,1735941409019676...
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_1518.asm
ljhsiun2/medusa
9
127971
.global s_prepare_buffers s_prepare_buffers: push %r12 push %r15 push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_UC_ht+0x13e51, %rbx sub $64133, %rcx mov (%rbx), %r15d nop nop nop nop add $23927, %r15 lea addresses_normal_ht+0xea7a, %rsi lea addresses_WT_ht+0xaf31, %rdi nop xor %rdx, %rdx mov $95, %rcx ...
libsrc/graphics/g800/locate.asm
jpoikela/z88dk
640
127972
section code_clib public sety public setx public getpat sety: ; set y position ; in: l = y position push af ld a,0x40; set startline to 0 call out40 ld a,l sra a sra a sra a ; a=y/8 and 0x0f or 0xb0 call out40 pop af r...
data/pokemon/base_stats/marill.asm
Karkino/KarkCrystal16
0
127973
db 0 ; species ID placeholder db 70, 40, 60, 35, 55, 60 ; hp atk def spd sat sdf db WATER, FAIRY ; type db 190 ; catch rate db 58 ; base exp db NO_ITEM, NO_ITEM ; items db GENDER_F50 ; gender ratio db 100 ; unknown 1 db 20 ; step cycles to hatch db 5 ; unknown 2 INCBIN "gfx/pokemon/marill/fro...
oeis/035/A035603.asm
neoneye/loda-programs
11
127974
; A035603: Number of points of L1 norm 9 in cubic lattice Z^n. ; Submitted by <NAME> ; 0,2,36,326,1992,9290,35436,115598,332688,864146,2060980,4573910,9545560,18892250,35704060,64797470,113461024,192441122,317222212,509663334,800061160,1229718378,1854105484,2746713774,4003707568,5749494450,8143343572,11387193846,157348...
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0xca.log_21829_1865.asm
ljhsiun2/medusa
9
127975
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r13 push %r8 push %rax push %rcx push %rdi push %rsi lea addresses_normal_ht+0x1aadd, %rax nop xor $2381, %r13 mov (%rax), %r8d nop nop nop nop nop add %r11, %r11 lea addresses_UC_ht+0x122c9, %rax nop nop nop sub $11917, %r13 movl $0x61626364, (%rax...
engine/events/fish.asm
Dev727/ancientplatinum
2
127976
Fish: ; Using a fishing rod. ; Fish for monsters with rod e in encounter group d. ; Return monster e at level d. push af push bc push hl ld b, e call GetFishGroupIndex ld hl, FishGroups rept FISHGROUP_DATA_LENGTH add hl, de endr call .Fish pop hl pop bc pop af ret .Fish: ; Fish for monsters with rod b ...
Transynther/x86/_processed/AVXALIGN/_zr_/i7-8650U_0xd2_notsx.log_1642_1716.asm
ljhsiun2/medusa
9
127977
<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r10 push %r12 push %rbx push %rcx push %rdi push %rsi lea addresses_D_ht+0x1e5f7, %rsi lea addresses_A_ht+0x54d3, %rdi clflush (%rsi) nop and %rbx, %rbx mov $110, %rcx rep movsb nop nop nop nop nop cmp %r12, %r12 lea addresses_normal_ht+0x3d57, %rsi lea ...
programs/oeis/130/A130312.asm
jmorken/loda
1
127979
; A130312: Each Fibonacci number F(n) appears F(n) times. ; 1,1,2,2,3,3,3,5,5,5,5,5,8,8,8,8,8,8,8,8,13,13,13,13,13,13,13,13,13,13,13,13,13,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34 lpb $0 sub $0,1 trn $0,$2 add $1,1 mov $3,$1 mov $1,$2 ad...
kernel/userspace.asm
Moldytzu/mOS
0
127980
<reponame>Moldytzu/mOS<filename>kernel/userspace.asm<gh_stars>0 bits 64 global sysretInit, userspaceJump extern SyscallHandlerEntry sysretInit: mov rax, SyscallHandlerEntry ; syscall handler entry mov rdx, rax shr rdx, 0x20 mov rcx, 0xC0000082 ; LSTAR wrmsr mov rcx, 0xc0000080 ; IA32_EFER rdmsr or eax, 1 ; se...
maps/CianwoodLugiaSpeechHouse.asm
Dev727/ancientplatinum
28
127981
<filename>maps/CianwoodLugiaSpeechHouse.asm object_const_def ; object_event constants const CIANWOODLUGIASPEECHHOUSE_TEACHER const CIANWOODLUGIASPEECHHOUSE_LASS const CIANWOODLUGIASPEECHHOUSE_TWIN CianwoodLugiaSpeechHouse_MapScripts: db 0 ; scene scripts db 0 ; callbacks CianwoodLugiaSpeechHouseTeacherScript: ...
oeis/142/A142138.asm
neoneye/loda-programs
11
127982
<gh_stars>10-100 ; A142138: Primes congruent to 29 mod 37. ; Submitted by <NAME> ; 29,103,251,547,769,991,1213,1361,1583,1657,1879,2027,2693,2767,3137,3359,3433,3581,3803,3877,4099,4691,4987,5209,5431,5653,5801,6689,6763,6911,7207,7577,7873,8243,8317,8539,8761,9649,9871,10093,10463,11351,12239,12757,12979,13127,14533,1...
home/decompress.asm
Dev727/ancientplatinum
28
127983
FarDecompress:: ; Decompress graphics data from a:hl to de. ld [wLZBank], a ldh a, [hROMBank] push af ld a, [wLZBank] rst Bankswitch call Decompress pop af rst Bankswitch ret Decompress:: ; Pokemon Crystal uses an lz variant for compression. ; This is mainly (but not necessarily) used for graphics. ; This...
oeis/318/A318827.asm
neoneye/loda-programs
11
127985
<filename>oeis/318/A318827.asm ; A318827: a(n) = n - gcd(n - 1, phi(n)). ; Submitted by <NAME>(w4) ; 0,1,1,3,1,5,1,7,7,9,1,11,1,13,13,15,1,17,1,19,17,21,1,23,21,25,25,25,1,29,1,31,29,33,33,35,1,37,37,39,1,41,1,43,41,45,1,47,43,49,49,49,1,53,53,55,53,57,1,59,1,61,61,63,49,61,1,67,65,67,1,71,1,73,73,73,73,77,1,79,79,81,1...
Transynther/x86/_processed/AVXALIGN/_st_/i9-9900K_12_0xca_notsx.log_21829_1402.asm
ljhsiun2/medusa
9
127986
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r8 push %rax push %rbp push %rbx push %rcx push %rdi push %rsi lea addresses_A_ht+0x164ee, %rbx nop nop sub $30516, %rax mov $0x6162636465666768, %r8 movq %r8, %xmm2 and $0xffffffffffffffc0, %rbx vmovaps %ymm2, (%rbx) nop nop nop and %rbp, %rbp lea addresses_...
oeis/337/A337393.asm
neoneye/loda-programs
11
127992
; A337393: Expansion of sqrt((1-5*x+sqrt(1-6*x+25*x^2)) / (2 * (1-6*x+25*x^2))). ; Submitted by <NAME> ; 1,1,-5,-41,-125,131,3301,15625,16115,-254525,-1813055,-4617755,14903725,192390589,767919595,-28588201,-18144634861,-105011253485,-184605603311,1406589226405,12610893954745,40402054036345,-63847551719825,-13404325043...
libsrc/_DEVELOPMENT/stdio/c/sdcc_ix/ftrylockfile.asm
jpoikela/z88dk
640
127994
; int ftrylockfile (FILE *stream) SECTION code_clib SECTION code_stdio PUBLIC _ftrylockfile EXTERN _ftrylockfile_fastcall _ftrylockfile: pop af pop hl push hl push af jp _ftrylockfile_fastcall
src/asm/acc.asm
ivanvig/MIPS
1
127995
<reponame>ivanvig/MIPS # Fibonacci Casero papa # Mira como estan esos comentarios SLL $0, $0, 0 SLL $0, $0, 0 ADDI $t3, $t3, 1 SLL $0, $0, 0 SLL $0, $0, 0 J 0 SLL $0, $0, 0 # ORI $t0, $0, 10 # podes comentar aca si te pinta tambien # #OR $t1, $0, $0 # ORI $t2, $0, 1 # OR $t4, ...
programs/oeis/032/A032916.asm
neoneye/loda
22
127996
<reponame>neoneye/loda<filename>programs/oeis/032/A032916.asm ; A032916: Numbers whose set of base 9 digits is {1,3}. ; 1,3,10,12,28,30,91,93,109,111,253,255,271,273,820,822,838,840,982,984,1000,1002,2278,2280,2296,2298,2440,2442,2458,2460,7381,7383,7399,7401,7543,7545,7561,7563,8839,8841,8857,8859,9001,9003,9019,9021,...
Transynther/x86/_processed/NC/_zr_/i7-7700_9_0x48.log_21829_967.asm
ljhsiun2/medusa
9
127997
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r13 push %r14 push %r9 push %rcx push %rdi push %rsi lea addresses_normal_ht+0x2a9c, %r9 dec %rcx mov (%r9), %r13 nop nop nop nop nop xor $9708, %r9 lea addresses_UC_ht+0x12e9c, %rsi lea addresses_A_ht+0xd6fc, %rdi nop nop nop dec %r11 mov $102, %rcx rep movs...
Template_project/SUBROUTINES.a51
kissa96/Ultimate-8051-ASM-template-project
0
127998
/* MIT License Copyright (c) 2021 <NAME> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribu...
oeis/076/A076111.asm
neoneye/loda-programs
11
128000
<reponame>neoneye/loda-programs ; A076111: Product of terms in n-th row of A076110. ; 1,2,15,280,9945,576576,49579075,5925744000,939536222625,190787784140800,48279601331512551,14894665739501184000,5502449072258318805625,2397950328737212204032000,1217256305777823207230494875,711975497511453268455460274176,47533591396785...
main/basic/source/runtime/wnt.asm
Grosskopf/openoffice
679
128001
;************************************************************** ; ; Licensed to the Apache Software Foundation (ASF) under one ; or more contributor license agreements. See the NOTICE file ; distributed with this work for additional information ; regarding copyright ownership. The ASF licenses this file ; to y...
Transynther/x86/_processed/AVXALIGN/_st_/i9-9900K_12_0xa0.log_21829_34.asm
ljhsiun2/medusa
9
128002
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r13 push %r15 push %rax push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_WC_ht+0x9223, %rsi nop nop nop nop xor $5002, %r13 movw $0x6162, (%rsi) nop nop inc %rcx lea addresses_A_ht+0x12c23, %rdx nop nop and %r15, %r15 and $0xfff...
programs/oeis/285/A285779.asm
neoneye/loda
22
128003
<reponame>neoneye/loda<gh_stars>10-100 ; A285779: Parity index: number of integers z with 1 <= z <= n for which A010060(z) = A010060(n), negated if A010060(n) = 1. ; 0,-1,-2,1,-3,2,3,-4,-5,4,5,-6,6,-7,-8,7,-9,8,9,-10,10,-11,-12,11,12,-13,-14,13,-15,14,15,-16,-17,16,17,-18,18,-19,-20,19,20,-21,-22,21,-23,22,23,-24,24,-2...
oeis/085/A085273.asm
neoneye/loda-programs
11
128004
<filename>oeis/085/A085273.asm ; A085273: Difference between n-th composite number and its largest prime divisor. ; Submitted by <NAME>(s2) ; 2,3,6,6,5,9,7,10,14,15,15,14,11,21,20,13,24,21,25,30,22,17,28,33,19,26,35,35,33,40,23,45,42,45,34,39,51,44,49,38,29,55,31,56,62,52,55,51,46,63,69,37,70,57,66,65,75,78,41,77,68,43...
oeis/133/A133585.asm
neoneye/loda-programs
11
128006
<gh_stars>10-100 ; A133585: Expansion of x - x^2*(2*x+1)*(x^2-2) / ( (x^2-x-1)*(x^2+x-1) ). ; Submitted by <NAME>(s4) ; 1,2,4,5,10,13,26,34,68,89,178,233,466,610,1220,1597,3194,4181,8362,10946,21892,28657,57314,75025,150050,196418,392836,514229,1028458,1346269,2692538,3524578,7049156,9227465,18454930,24157817 sub $1,$...
data/mapObjects/lavendertown.asm
adhi-thirumala/EvoYellow
16
128007
LavenderTownObject: db $2c ; border block db $6 ; warps db $5, $3, $0, LAVENDER_POKECENTER db $5, $e, $0, POKEMONTOWER_1 db $9, $7, $0, LAVENDER_HOUSE_1 db $d, $f, $0, LAVENDER_MART db $d, $3, $0, LAVENDER_HOUSE_2 db $d, $7, $0, NAME_RATERS_HOUSE db $6 ; signs db $9, $b, $4 ; LavenderTownText4 db $3, $9, $...
libsrc/_DEVELOPMENT/stdlib/c/sdcc_iy/bsearch.asm
jpoikela/z88dk
640
128009
; void *bsearch(const void *key, const void *base, ; size_t nmemb, size_t size, ; int (*compar)(const void *, const void *)) SECTION code_clib SECTION code_stdlib PUBLIC _bsearch EXTERN l0_bsearch_callee _bsearch: pop af exx pop bc exx pop bc pop hl pop de pop i...
Micro/Tests/nor/nor.asm
JavierOramas/CP_AC
0
128010
<filename>Micro/Tests/nor/nor.asm<gh_stars>0 addi r3 r0 -1 addi r1 r0 65 nor r4 r3 r1 addi r4 r0 65 tty r4 halt #prints A
programs/oeis/113/A113744.asm
karttu/loda
0
128011
<gh_stars>0 ; A113744: Generalized Mancala solitaire (A002491); to get n-th term, start with n and successively round up to next 7 multiples of n-1, n-2, ..., 1, for n>=1. ; 1,8,22,42,70,102,142,192,240,298,360,438,510,612,708,780,898,1002,1122,1254,1392,1542,1662,1834,1992,2118,2302,2494,2662,2862,3054,3274,3502,3648,...
oeis/269/A269548.asm
neoneye/loda-programs
11
128012
<filename>oeis/269/A269548.asm ; A269548: Expansion of (-7*x^2 + 134*x + 1)/(x^3 - 99*x^2 + 99*x - 1). ; Submitted by <NAME> ; -1,-233,-22961,-2250073,-220484321,-21605213513,-2117090440081,-207453257914553,-20328302185186241,-1991966160890337193,-195192355465067858801,-19126858869415759825433,-187423697684727939503376...
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_380.asm
ljhsiun2/medusa
9
128013
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r12 push %r15 push %r9 push %rcx push %rdi push %rdx push %rsi lea addresses_WC_ht+0x9ea3, %r11 nop nop nop cmp %r15, %r15 movb (%r11), %dl nop cmp $37182, %r9 lea addresses_UC_ht+0x193ef, %rsi lea addresses_UC_ht+0x774d, %rdi nop nop nop nop nop and %r12, %r...
ASCI/Ficha3/1-b.asm
MiguelNdeCarvalho/university
2
128016
<reponame>MiguelNdeCarvalho/university<gh_stars>1-10 #if (x < 0) #y = -x; #else #y = x; # $t0= x # $t1= y #Do it in assembly #addi $t0, $zero, 4 #addi $t1, $zero, 4 addi $t3, $zero, 1 slt $t2 , $t0, $zero beq $t2,$zero, ELSE nop sub $t1, $zero, $t0 j END nop ELSE: add $t1, $t0, $zero END:
programs/oeis/278/A278145.asm
neoneye/loda
22
128017
; A278145: Denominator of partial sums of the m=1 member of an m-family of series considered by Hardy with value 4/Pi (see A088538). ; 1,8,64,1024,16384,131072,1048576,33554432,1073741824,8589934592,68719476736,1099511627776,17592186044416,140737488355328,1125899906842624,72057594037927936,4611686018427387904,368934881...
Tests/AlignFill/Errors/Errors.asm
Thar0/armips
283
128018
.gba .create "output.bin",0 ; Invalid align .align 3 .aligna 3 ; But fill works fine .fill 3, 0x11 .fill 3 .close
Driver/Printer/DotMatrix/Citoh9/citoh9DriverInfo.asm
steakknife/pcgeos
504
128019
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) Berkeley Softworks 1990 -- All Rights Reserved PROJECT: PC GEOS MODULE: citoh 9-pin printer driver FILE: citoh9DriverInfo.asm AUTHOR: <NAME>, 27 Feb 1990 REVISION HISTORY: Name Date Description ---- --...
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca.log_21829_1103.asm
ljhsiun2/medusa
9
128020
.global s_prepare_buffers s_prepare_buffers: push %r9 push %rax push %rdx push %rsi lea addresses_UC_ht+0x5e46, %rsi cmp %r9, %r9 movb $0x61, (%rsi) and $63640, %rdx pop %rsi pop %rdx pop %rax pop %r9 ret .global s_faulty_load s_faulty_load: push %r10 push %r15 push %r9 push %rax push %rbx push %rcx push %rdx // ...
cmd/fdisk/reboot.asm
minblock/msdos
0
128021
<gh_stars>0 ;/* ; * Microsoft Confidential ; * Copyright (C) Microsoft Corporation 1983 - 1991 ; * All Rights Reserved. ; */ ; ======================================================== COMMENT # REBOOT.ASM JH - 12/01/89 END COMMENT # ;----------------...
kernel/usb/uhci.asm
leonardoruilova/xos
1
128022
<filename>kernel/usb/uhci.asm ;; xOS32 ;; Copyright (C) 2016-2017 by <NAME>. use32 ; Registers UHCI_REGISTER_COMMAND = 0x0000 ; u16 UHCI_REGISTER_STATUS = 0x0002 ; u16 UHCI_REGISTER_IRQ = 0x0004 ; u16 UHCI_REGISTER_FRAME_NUMBER = 0x0006 ; u16 UHCI_REGISTER_FRAME_BASE = 0x0008 ; u32 UHCI_REGISTER_START_OF_FRAME = ...
programs/oeis/212/A212685.asm
karttu/loda
1
128023
<reponame>karttu/loda ; A212685: Number of (w,x,y,z) with all terms in {1,...,n} and |w-x|=w+|y-z|. ; 0,0,2,7,18,36,64,103,156,224,310,415,542,692,868,1071,1304,1568,1866,2199,2570,2980,3432,3927,4468,5056,5694,6383,7126,7924,8780,9695,10672,11712,12818,13991,15234,16548,17936,19399,20940,22560 mul $0,2 mov $2,$0 mul ...
game-projects/Zedda/Objects/TitleScreen/Nindendo/Nindendo.asm
wide-dot/thomson-to8-game-engine
11
128024
; --------------------------------------------------------------------------- ; Object - Nindendo ; ; input REG : [u] pointer to Object Status Table (OST) ; --------- ; ; Animated full screen Background ; ; --------------------------------------------------------------------------- INCLUDE "./Engine/Macros.asm...
hard/hsine.asm
devxpy/masm32-programs
0
128025
<filename>hard/hsine.asm print macro msg lea dx, msg mov ah, 09h int 21h endm .model small .stack 64h .data pa equ 0c60h cwr equ 0c63h cw equ 82h table db 96H,0ABH,0C0H,0D2H,0E2H,0EEH,0F8H,0FEH,0FFH db 0FEH,0F8H,0EEH,0E2H,0D2H,0C0H,0ABH,96H msg db "Press any key to exit", 10, 13, ...
clear.asm
HareeshwarKarthikeyan/Top-Command-in-Xv6-Operating-System
1
128026
_clear: file format elf32-i386 Disassembly of section .text: 00000000 <clear>: #include "types.h" #include "user.h" void clear(int x) { 0: 55 push %ebp 1: 89 e5 mov %esp,%ebp 3: 83 ec 18 sub $0x18,%esp printf(1, "\033[2J\033[1;1H\n"); 6: c...
libsrc/_DEVELOPMENT/arch/sms/vdp/z80/asm_sms_vdp_set_read_address.asm
jpoikela/z88dk
640
128027
; void sms_vdp_set_read_address(unsigned int addr) SECTION code_clib SECTION code_arch PUBLIC asm_sms_vdp_set_read_address EXTERN asm_sms_vram_read_hl defc asm_sms_vdp_set_read_address = asm_sms_vram_read_hl ; enter : hl = unsigned int addr ; uses : af
oeis/233/A233832.asm
neoneye/loda-programs
11
128028
<filename>oeis/233/A233832.asm ; A233832: a(n) = 2*binomial(7*n+2,n)/(7*n+2). ; Submitted by <NAME> ; 1,2,15,154,1827,23562,320866,4540200,66096459,983592304,14894775896,228784720710,3555866673450,55819631671902,883738853546472,14094715154157680,226245021605612955,3652242142988400570,59254515909624764575,96567819702752...
programs/oeis/122/A122652.asm
neoneye/loda
22
128029
<filename>programs/oeis/122/A122652.asm ; A122652: a(0) = 0, a(1) = 4; for n > 1, a(n) = 10*a(n-1) - a(n-2). ; 0,4,40,396,3920,38804,384120,3802396,37639840,372596004,3688320200,36510605996,361417739760,3577666791604,35415250176280,350574834971196,3470333099535680,34352756160385604,340057228504320360,336621952888281799...
Library/Spool/Process/processFile.asm
steakknife/pcgeos
504
128030
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) GeoWorks 1990 -- All Rights Reserved PROJECT: PC GEOS MODULE: Print Spooler FILE: processFile.asm AUTHOR: <NAME>, April 29, 1991 ROUTINES: Name Description ---- ----------- InitFilePort do init for ...
oeis/247/A247594.asm
neoneye/loda-programs
11
128032
; A247594: a(n) = a(n-1) + a(n-2) + 3*a(n-3) with a(0) = 1, a(1) = 2, a(2) = 5. ; Submitted by <NAME> ; 1,2,5,10,21,46,97,206,441,938,1997,4258,9069,19318,41161,87686,186801,397970,847829,1806202,3847941,8197630,17464177,37205630,79262697,168860858,359740445,766389394,1632712413,3478323142,7410203737,15786664118,336318...
Transynther/x86/_processed/NC/_zr_/i7-7700_9_0x48_notsx.log_21829_1860.asm
ljhsiun2/medusa
9
128033
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r12 push %r8 push %r9 push %rcx push %rdi push %rdx push %rsi lea addresses_UC_ht+0x7e58, %r10 nop nop add %r9, %r9 movb $0x61, (%r10) and $25052, %rdx lea addresses_UC_ht+0x7158, %rsi lea addresses_WC_ht+0xc248, %rdi nop nop nop nop xor %r8, %r8 mov $60, %rc...
parse/librtn.asm
DigitalMars/optlink
28
128034
TITLE LIBRTN - Copyright (c) SLR Systems 1994 INCLUDE MACROS INCLUDE IO_STRUC INCLUDE EXES PUBLIC LIBSTUFF,RET_TRUE,RET_FALSE,LIB_ROUTINE_FINAL,LIB_ROUTINE_FINAL_COMENT .DATA EXTERNDEF EXETYPE_FLAG:BYTE .CODE FILEPARSE_TEXT EXTERNDEF _get_filename:proc,HANDLE_LIBS:PROC,HANDLE_LOD:PROC,GTNXTU:PR...
libsrc/_DEVELOPMENT/z180/c/sccz80/z180_otimr.asm
jpoikela/z88dk
640
128035
<reponame>jpoikela/z88dk<gh_stars>100-1000 ; void *z180_otimr(void *src, uint8_t port, uint8_t num) SECTION code_clib SECTION code_z180 PUBLIC z180_otimr EXTERN asm_z180_otimr z180_otimr: pop af pop de pop bc pop hl push hl push bc push de push af ld b,e jp asm_z180_otimr
libsrc/_DEVELOPMENT/math/float/math48/c/sdcc_iy/cm48_sdcciy_fmod.asm
meesokim/z88dk
0
128036
; float fmod(float x, float y) SECTION code_fp_math48 PUBLIC cm48_sdcciy_fmod EXTERN cm48_sdcciyp_dread2, l0_cm48_sdcciy_fmod_callee cm48_sdcciy_fmod: call cm48_sdcciyp_dread2 ; AC'= y ; AC = x jp l0_cm48_sdcciy_fmod_callee
zombie.asm
dnaef/cs153
0
128037
<filename>zombie.asm<gh_stars>0 _zombie: file format elf32-i386 Disassembly of section .text: 00000000 <main>: #include "stat.h" #include "user.h" int main(void) { 0: 55 push %ebp 1: 89 e5 mov %esp,%ebp 3: 83 e4 f0 and $0xfffffff0,%esp 6: 83 e...
oeis/084/A084169.asm
neoneye/loda-programs
11
128040
; A084169: A Pell Jacobsthal product. ; Submitted by <NAME> ; 0,1,2,15,60,319,1470,7267,34680,168435,810898,3921103,18918900,91381991,441150502,2130258075,10285325040,49663079099,239791814010,1157823924167,5590452446700,26993130847215,130334271942158 mov $1,2 pow $1,$0 seq $0,215928 ; a(n) = 2*a(n-1) + a(n-2) for n > ...
oeis/155/A155127.asm
neoneye/loda-programs
11
128041
<reponame>neoneye/loda-programs<gh_stars>10-100 ; A155127: a(n) = 6*a(n-1) + 6*a(n-2), n>2, a(0)=1, a(1)=5, a(2)=35. ; Submitted by <NAME>(s2) ; 1,5,35,240,1650,11340,77940,535680,3681720,25304400,173916720,1195326720,8215460640,56464724160,388081108800,2667274997760,18332136639360,125996469822720,865971638772480,59518...
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0.log_21829_1240.asm
ljhsiun2/medusa
9
128042
.global s_prepare_buffers s_prepare_buffers: push %r14 push %r15 push %r9 push %rcx push %rdi push %rsi lea addresses_D_ht+0x1df79, %r9 nop cmp %rsi, %rsi movb (%r9), %cl nop nop add %rcx, %rcx lea addresses_UC_ht+0xc661, %rsi lea addresses_normal_ht+0x1b2d1, %rdi nop nop and $58628, %r9 mov $55, %rcx rep movsl inc %r1...
sem1/asc/Change_Char/modul.asm
itsbratu/bachelor
0
128043
<gh_stars>0 bits 32 segment code use32 public code global changechar changechar: xor eax , eax xor ebx , ebx xor ecx , ecx mov eax , [esp+12] ; in eax vom avea caracterul c mov ebx , [esp+8] ; in ebx vom avea operatia curenta mov edx , [esp+4] ; in edx vom avea un nr...
oeis/314/A314039.asm
neoneye/loda-programs
11
128044
; A314039: Coordination sequence Gal.5.299.4 where G.u.t.v denotes the coordination sequence for a vertex of type v in tiling number t in the Galebach list of u-uniform tilings. ; Submitted by <NAME>(s2) ; 1,5,11,15,21,25,31,35,41,46,51,57,61,67,71,77,81,87,92,97,103,107,113,117,123,127,133,138,143,149,153,159,163,169,...
kernel/arch/i386/boot/boot.asm
qookei/quack
16
128045
<filename>kernel/arch/i386/boot/boot.asm global _loader extern arch_entry MODULEALIGN equ 1<<0 MEMINFO equ 1<<1 VIDEO equ 1<<2 FLAGS equ MODULEALIGN | MEMINFO | VIDEO MAGIC equ 0x1BADB002 CHECKSUM equ -(MAGIC + FLAGS) section .multiboot dd MAGIC dd FLAGS dd CHECKSUM ; keep it all 0 since this is not A...
gbasm/background.asm
rukai/HeartacheGB
2
128046
<filename>gbasm/background.asm DrawBackground: ; set both tile maps to an empty tile ld hl, 0x9800 ld de, 0x0800 repeatTile: ld [hl], TorielL0 inc hl dec de ld a, d and d jr nz, repeatTile ld a, e and e jr nz, repeatTile ; draw toriel ld hl, BackgroundL0 ld [hl], TorielL0 ld hl, BackgroundL0+1 ld [...
data/pokemon/base_stats/hoenn/medicham.asm
Dev727/ancientplatinum
0
128048
db 0 ; 308 DEX NO db 60, 60, 75, 80, 60, 75 ; hp atk def spd sat sdf db FIGHTING, PSYCHIC ; type db 90 ; catch rate db 153 ; base exp db NO_ITEM, NO_ITEM ; items db GENDER_F50 ; gender ratio db 100 ; unknown 1 db 20 ; step cycles to hatch db 5 ; unknown 2 INCBIN "gfx/pokemon/hoenn/medicham/fro...
programs/oeis/144/A144217.asm
neoneye/loda
22
128049
; A144217: Weight array of A144216: a rectangular array by antidiagonals. ; 0,1,1,2,0,2,3,0,0,3,4,0,0,0,4,5,0,0,0,0,5,6,0,0,0,0,0,6,7,0,0,0,0,0,0,7,8,0,0,0,0,0,0,0,8,9,0,0,0,0,0,0,0,0,9,10,0,0,0,0,0,0,0,0,0,10,11,0,0,0,0,0,0,0,0,0,0,11,12,0,0,0,0,0,0,0,0,0,0,0,12,13,0,0,0,0,0,0,0,0 lpb $0 mov $1,$0 add $2,1 sub ...
lib/test/sources/jump_2.asm
MircoT/js-pdp8
12
128050
<gh_stars>10-100 ORG 100 BSA X LDA X ADD Y STA X BUN X I X, ISZ X INC BUN X I Y, DEC 8 HLT END
programs/oeis/109/A109398.asm
neoneye/loda
22
128051
<reponame>neoneye/loda<gh_stars>10-100 ; A109398: a(n) = (1/n!)*Sum_{k=0..n} (n+k)!. ; 1,3,16,145,1926,33649,726328,18636561,553680370,18684924841,705833193924,29502690532393,1351724235304366,67359683340291105,3627011494019437936,209846445862386234529,12982402818188717219658 mov $2,$0 mov $3,15 lpb $0 sub $0,1 add...
oeis/134/A134492.asm
neoneye/loda-programs
11
128052
<filename>oeis/134/A134492.asm ; A134492: a(n) = Fibonacci(6*n). ; 0,8,144,2584,46368,832040,14930352,267914296,4807526976,86267571272,1548008755920,27777890035288,498454011879264,8944394323791464,160500643816367088,2880067194370816120,51680708854858323072,927372692193078999176,16641027750620563662096,29861112681897706...
cwiczenia5/10liczb.asm
adamczykpiotr/AGH_WIMiIP_Architektury_Komputerow
1
128053
extern scanf extern printf section .data tablica TIMES 20 dd 0 napis db "Podaj liczbę: ",0 format db "%d",0 temp dd 0 licznik dd 10 napis2 db "Wprowadzone liczby to:",0 format2 db " %d,",0 endl db 10,0 section .text global main main: mov ebx, 0 _petla: xor rax, rax mov rdi, napis call printf xor rax...
programs/oeis/292/A292018.asm
karttu/loda
1
128054
<reponame>karttu/loda<gh_stars>1-10 ; A292018: Wiener index for the n-Andrasfai graph. ; 1,15,44,88,147,221,310,414,533,667,816,980,1159,1353,1562,1786,2025,2279,2548,2832,3131,3445,3774,4118,4477,4851,5240,5644,6063,6497,6946,7410,7889,8383,8892,9416,9955,10509,11078,11662,12261,12875,13504,14148,14807,15481 mov $1,1...
SOURCE ASM FILES/FPSHack_TEST_SlowHookShotReel.asm
Meowmaritus/Wind-Waker-60FPS-Hack
14
128056
#To be inserted at 800f23f8 ################################# ##FPSHack_TEST_SlowHookShotReel## ################################# lis r17, 0x817F lfs f17, 0x0004 (r17) #Load FloatSlowdown fdivs f1,f0,f1 #Vanilla fmuls f1, f1, f17
oeis/175/A175967.asm
neoneye/loda-programs
11
128057
<reponame>neoneye/loda-programs ; A175967: Lexicographically earliest sequence with first differences as increasing sequence of nonprimes A018252. ; 1,2,6,12,20,29,39,51,65,80,96,114,134,155,177,201,226,252,279,307,337,369,402,436,471,507,545,584,624,666,710,755,801,849,898,948,999,1051,1105,1160,1216,1273,1331,1391,14...
arch/z80/src/ez80/ez80f91_handlers.asm
19cb0475536a9e7d/nuttx
0
128059
<filename>arch/z80/src/ez80/ez80f91_handlers.asm ;************************************************************************** ; arch/z80/src/ez80/ez80f91_handlers.asm ; ; Licensed to the Apache Software Foundation (ASF) under one or more ; contributor license agreements. See the NOTICE file distributed with ; this work...
base/crts/crtw32/string/i386/strnset.asm
npocmaka/Windows-Server-2003
17
128060
page ,132 title strnset - set first n characters to one char. ;*** ;strnset.asm - set first n characters to single character ; ; Copyright (c) 1985-2001, Microsoft Corporation. All rights reserved. ; ;Purpose: ; defines _strnset() - sets at most the first n characters of a string ; to a given character. ; ...
programs/oeis/191/A191276.asm
karttu/loda
0
128061
<filename>programs/oeis/191/A191276.asm ; A191276: Numbers that are congruent to {0, 1, 4, 5, 7, 9, 11} mod 12. ; 0,1,4,5,7,8,11,12,13,16,17,19,20,23,24,25,28,29,31,32,35,36,37,40,41,43,44,47,48,49,52,53,55,56,59,60,61,64,65,67,68,71,72,73,76,77,79,80,83,84,85,88,89,91,92,95,96,97,100,101,103,104,107,108,109,112,113,11...
Transynther/x86/_processed/AVXALIGN/_st_sm_/i9-9900K_12_0xa0.log_21829_1434.asm
ljhsiun2/medusa
9
128062
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r12 push %rcx push %rdi push %rdx push %rsi lea addresses_UC_ht+0x11c4a, %rsi lea addresses_D_ht+0x180a, %rdi and $46402, %rdx mov $85, %rcx rep movsq nop nop nop nop nop xor $11039, %r12 lea addresses_normal_ht+0x107ac, %r10 nop nop nop inc %r11 mo...
data/pokemon/base_stats/staravia.asm
AtmaBuster/pokeplat-gen2
6
128063
<filename>data/pokemon/base_stats/staravia.asm db 0 ; species ID placeholder db 55, 75, 50, 80, 40, 40 ; hp atk def spd sat sdf db NORMAL, FLYING ; type db 120 ; catch rate db 119 ; base exp db NO_ITEM, NO_ITEM ; items db GENDER_F50 ; gender ratio db 15 ; step cycles to hatch INCBIN "gfx/pokemo...
oeis/190/A190727.asm
neoneye/loda-programs
11
128064
<filename>oeis/190/A190727.asm ; A190727: Product of (digits of n each incremented by 1) - 2. ; 0,1,2,3,4,5,6,7,8,0,2,4,6,8,10,12,14,16,18,1,4,7,10,13,16,19,22,25,28,2,6,10,14,18,22,26,30,34,38,3,8,13,18,23,28,33,38,43,48,4,10,16,22,28,34,40,46,52,58,5,12,19,26,33,40,47,54,61,68,6,14,22,30,38,46,54,62 add $0,1 seq $0,...
src/kernel/apm.asm
thomtl/Alpha-OS
1
128065
[bits 16] init_apm: ; Check for APM xor ax, ax mov ah, 0x53 mov al, 0x00 xor bx, bx int 0x15 jc APM_error ; Connect to REAL MODE interface mov ah, 0x53 mov al, 0x01 xor bx, bx int 0x15 jc APM_error ; Enable Power managment for all devices mov ah, 0x53 m...
libsrc/target/pc88/graphics/clsgraph.asm
ahjelm/z88dk
640
128066
SECTION code_clib PUBLIC cleargraphics PUBLIC _cleargraphics EXTERN __pc88_clear_hires EXTERN __pc88_clear_text EXTERN __pc88_gfxmode EXTERN generic_console_cls cleargraphics: _cleargraphics: ld a,(__pc88_gfxmode) and a jp z,__pc88_clear_hires jp __pc88_clear_text
dino/lcs/enemy/8.asm
zengfr/arcade_game_romhacking_sourcecode_top_secret_data
6
128067
<filename>dino/lcs/enemy/8.asm<gh_stars>1-10 copyright zengfr site:http://github.com/zengfr/romhack 00042A move.l D1, (A0)+ 00042C dbra D0, $42a 00103E move.w ($8,A6), D3 001042 addi.l #$4000, D1 [enemy+ 8] 0016FA move.w ($8,A6), D0 0016FE move.w ($c,A6), D1 [123p+ 8, enemy+ 8, item+ 8] 001744 move....
oeis/041/A041827.asm
neoneye/loda-programs
11
128069
<filename>oeis/041/A041827.asm ; A041827: Denominators of continued fraction convergents to sqrt(434). ; Submitted by <NAME> ; 1,1,5,6,245,251,1249,1500,61249,62749,312245,374994,15312005,15686999,78060001,93747000,3827940001,3921687001,19514688005,23436375006,956969688245,980406063251,4878593941249,5859000004500,23923...
cmd/graftabl/grtabpar.asm
minblock/msdos
0
128070
;/* ; * Microsoft Confidential ; * Copyright (C) Microsoft Corporation 1981 - 1991 ; * All Rights Reserved. ; */ PAGE 90,132 ;A2 TITLE GRTABPAR.SAL - LOOK AT COMMAND LINE PARMS ; ;****************** START OF SPECIFICATIONS **************************...
programs/oeis/051/A051877.asm
neoneye/loda
22
128072
; A051877: Partial sums of A051740. ; 1,12,57,182,462,1008,1974,3564,6039,9724,15015,22386,32396,45696,63036,85272,113373,148428,191653,244398,308154,384560,475410,582660,708435,855036,1024947,1220842,1445592,1702272,1994168,2324784,2697849,3117324,3587409,4112550,4697446,5347056,6066606,6861596,7737807,8701308,9758463...
prog.asm
byteManiak/C64-Roguelike
1
128073
processor 6502 org $0810 ; POINTER TABLE BEGIN screen_mem_current equ $2 color_mem_current equ $4 player_position equ $6 map_pointer equ $8 ; POINTER TABLE END ; DECLARATIONS BEGIN ; DECLARATIONS END ; PROGRAM BEGIN init: lda #0 sta $D020 sta $D021 ; set background and border to black lda #3 sta $DD00 ...
P6/data_P6_2/cal_R_test47.asm
alxzzhou/BUAA_CO_2020
1
128074
lui $1,51898 ori $1,$1,33367 lui $2,22319 ori $2,$2,24710 lui $3,20465 ori $3,$3,36590 lui $4,6840 ori $4,$4,61004 lui $5,56009 ori $5,$5,4570 lui $6,18961 ori $6,$6,12456 mthi $1 mtlo $2 sec0: nop nop nop nor $3,$6,$2 sec1: nop nop sltu $2,$3,$4 nor $6,$6,$2 sec2: nop nop addiu $2,$4,-17294 nor $4,$6,$2 se...