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
libs/CharCodes.asm
jaredwhitney/OrcaHLL
0
54100
[bits 32] dd Char.$FILE_END - Char.$FILE_START db "OrcaHLL Class", 0 db "Char", 0 Char.$FILE_START : Char.$global.NUL : db 0x00 Char.$global.NEWLINE : db 0x0A Char.$FILE_END :
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_1511.asm
ljhsiun2/medusa
9
54101
<filename>Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_1511.asm .global s_prepare_buffers s_prepare_buffers: push %r13 push %r14 push %r8 push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_normal_ht+0x17a0d, %rsi lea addresses_UC_ht+0x1bedd, %rdi clflush (%rsi) sub %rdx, %rdx mov $86...
src/dos32a/text/kernel/init.asm
amindlost/dos32a
5
54103
<filename>src/dos32a/text/kernel/init.asm<gh_stars>1-10 ; ; Copyright (C) 1996-2006 by <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 ...
data/pokemon/dex_entries.asm
AtmaBuster/pokeplat-gen2
6
54105
INCLUDE "constants.asm" SECTION "Pokedex Entries 001-064", ROMX BulbasaurPokedexEntry:: INCLUDE "data/pokemon/dex_entries/bulbasaur.asm" IvysaurPokedexEntry:: INCLUDE "data/pokemon/dex_entries/ivysaur.asm" VenusaurPokedexEntry:: INCLUDE "data/pokemon/dex_entries/venusaur.asm" CharmanderPokedexEntry:: INCLUDE "...
src/functions.asm
AndreLaranjeira/AssemblyTranslator
0
54106
section .data OverflowMessage: db "Você multiplicou dois números grandes demais", 0ah, 0 section .bss AuxiliaryString: resb 101 ; Reserves a 100 chars string section .text ; Auxiliary procedures used for file translation. ; stdout = 1 ; stdin = 0 ; read = 3 ; write = 4 ; Function to read an integer (Label id: RI). ; ...
programs/oeis/145/A145445.asm
neoneye/loda
22
54108
<gh_stars>10-100 ; A145445: a(n) = the smallest square > n-th prime. ; 4,4,9,9,16,16,25,25,25,36,36,49,49,49,49,64,64,64,81,81,81,81,100,100,100,121,121,121,121,121,144,144,144,144,169,169,169,169,169,196,196,196,196,196,225,225,225,225,256,256,256,256,256,256,289,289,289,289,289,289,289,324,324,324,324,324,361,361,361...
Transynther/x86/_processed/US/_zr_/i9-9900K_12_0xca.log_21829_104.asm
ljhsiun2/medusa
9
54109
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r12 push %r13 push %r8 push %rax push %rcx push %rdi push %rsi lea addresses_WC_ht+0xdd09, %rsi lea addresses_WC_ht+0x11fb9, %rdi nop nop nop nop sub $62336, %r12 mov $72, %rcx rep movsl nop nop nop nop cmp $8902, %r13 lea addresses_WT_ht+0x18d09, %rcx nop no...
Testing-File/Test_Ex6.asm
srsarangi/riscv-emulator
0
54110
<reponame>srsarangi/riscv-emulator @ RISC-V assembly code to find factorial of 5 .main: addi x7, x0, 5 addi x5, x0, 1 addi x6, x0, 1 loop: mul x5, x6, x5 addi x6, x6, 1 bge x7, x6, loop .print x5 end
Transynther/x86/_processed/NONE/_xt_sm_/i7-7700_9_0x48.log_21829_857.asm
ljhsiun2/medusa
9
54111
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r12 push %r13 push %r8 push %r9 push %rbx push %rcx push %rdi push %rsi lea addresses_A_ht+0x16434, %rdi nop nop nop nop nop cmp $5197, %r10 mov (%rdi), %r9 nop nop nop nop nop dec %r9 lea addresses_UC_ht+0x13534, %rbx nop nop xor $62611, %r12 mov $0x61626364...
_anim/Special Stage Entry (Unused).asm
kodishmediacenter/msu-md-sonic
9
54112
; --------------------------------------------------------------------------- ; Animation script - special stage entry effect from beta ; --------------------------------------------------------------------------- Ani_Vanish: dc.w @vanish-Ani_Vanish @vanish: dc.b 5, 0, 1, 0, 1, 0, 7, 1, 7, 2, 7, 3, 7, 4, 7, 5, 7, 6, 7,...
programs/oeis/160/A160664.asm
jmorken/loda
1
54113
<gh_stars>1-10 ; A160664: a(n) = a(n-1) + A000203(n), a(0)=1. ; 1,2,5,9,16,22,34,42,57,70,88,100,128,142,166,190,221,239,278,298,340,372,408,432,492,523,565,605,661,691,763,795,858,906,960,1008,1099,1137,1197,1253,1343,1385,1481,1525,1609,1687,1759,1807,1931,1988,2081,2153,2251,2305,2425,2497,2617,2697,2787,2847,3015,3...
oeis/255/A255308.asm
neoneye/loda-programs
11
54115
<reponame>neoneye/loda-programs<filename>oeis/255/A255308.asm ; A255308: Number of times log_2 can be applied to n until the result is not a power of 2. Here log_2 means the base-2 logarithm. ; Submitted by <NAME> ; 0,1,2,0,3,0,0,0,1,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,...
programs/oeis/081/A081404.asm
neoneye/loda
22
54116
; A081404: a(n) = A008475(prime(n)-1). ; 0,2,4,5,7,7,16,11,13,11,10,13,13,12,25,17,31,12,16,14,17,18,43,19,35,29,22,55,31,23,18,20,25,28,41,30,20,83,85,47,91,18,26,67,53,22,17,42,115,26,37,26,24,127,256,133,71,34,30,20,52,77,28,38,24,83,21,26,175,36,43,181,66,38,36,193,101,24,41,28,32,19,50,43,78,32,71,30,32,23,235,241...
Miscellaneous/Text Edit CE/src/routines/other.asm
CiaranGruber/Ti-84-Calculator
1
54118
InsertMem: push de push hl ld hl,plotSScreen-1 bit smallInput,(iy+txtFlgs) jr z,+_ ld hl,tmpStr+30 _: ld (change),hl or a,a sbc hl,de jr z, +_ push hl pop bc add hl,de dec hl pop de push de add hl,de ex de,hl change: = $+1 ld hl,plotSScreen-1 dec hl lddr _: pop bc pop de ret DelMem: push de p...
ffight/lcs/container/17.asm
zengfr/arcade_game_romhacking_sourcecode_top_secret_data
6
54119
<reponame>zengfr/arcade_game_romhacking_sourcecode_top_secret_data copyright zengfr site:http://github.com/zengfr/romhack 007110 move.b #$6, ($17,A3) [1p+17] 007116 rts [container+17] 00714A move.b #$6, ($17,A3) [1p+17] 007150 ori.b #$1, ($68,A1) [container+17] copyright zengfr site:http://github.com/zengfr/ro...
programs/oeis/074/A074615.asm
karttu/loda
1
54120
; A074615: a(n) = 5^n + 6^n. ; 2,11,61,341,1921,10901,62281,358061,2070241,12030821,70231801,411625181,2420922961,14281397141,84467679721,500702562701,2973697798081,17689598897861,105374653934041,628433226338621 mov $2,5 pow $2,$0 add $2,4 mov $1,$2 add $1,2 mov $3,6 pow $3,$0 add $1,$3 sub $1,6
MIPS/MIPS_ASM/06_switch_case.asm
mriosrivas/HW-course-material-
1
54121
<reponame>mriosrivas/HW-course-material-<gh_stars>1-10 # Example of switch/case statement #switch(amount) { # case 20: fee = 2; break; # case 50: fee = 3; break; # case 100: fee = 5; break; # default: fee = 0; # } .data amount: .word 50 fee: .word 10 .text .globl main main: # $s0 = amount, $s1...
programs/oeis/135/A135072.asm
neoneye/loda
22
54122
<gh_stars>10-100 ; A135072: Minimal values of m associated with A135061. ; 1,3,4,6,9,13,15,19,23,28,36,37,44,50,52,57,63,73,78,87,90,96,104,109,115,123,133,139,147,157,162,169,178,189,195,202,212,224,230,251,248,260,278,284,294,310,309,316,325,337,351,371,376,385,399,401,419,427,437,451,469,472,480,490,503,519,540,545,...
oeis/005/A005700.asm
neoneye/loda-programs
11
54123
<gh_stars>10-100 ; A005700: a(n) = C(n)*C(n+2)-C(n+1)^2 where C() are the Catalan numbers A000108. ; Submitted by <NAME> ; 1,1,3,14,84,594,4719,40898,379236,3711916,37975756,403127256,4415203280,49671036900,571947380775,6721316278650,80419959684900,977737404590100,12058761323277900,150656212896017400,190434216933384840...
dist/stressfs.asm
Mishal-Alajmi/XV6
0
54125
<gh_stars>0 _stressfs: file format elf32-i386 Disassembly of section .text: 00000000 <main>: #include "fs.h" #include "fcntl.h" int main(int argc, char *argv[]) { 0: 8d 4c 24 04 lea 0x4(%esp),%ecx 4: 83 e4 f0 and $0xfffffff0,%esp int fd, i; char path[] = "stressfs0"; 7...
Micro/Tests/sw-lw/sw-lw.asm
JavierOramas/CP_AC
0
54126
addi r1 r0 65 sw r1 80(r0) addi r2 r0 80 lw r2 0(r2) tty r2 halt # Prints "A"
oeis/174/A174504.asm
neoneye/loda-programs
11
54127
; A174504: Continued fraction expansion for exp( Sum_{n>=1} 1/(n*A002203(n)) ), where A002203(n) = (1+sqrt(2))^n + (1-sqrt(2))^n. ; Submitted by <NAME>(w1) ; 1,1,5,1,13,33,1,81,197,1,477,1153,1,2785,6725,1,16237,39201,1,94641,228485,1,551613,1331713,1,3215041,7761797,1,18738637,45239073,1,109216785,263672645,1,63656207...
Src/Ant32/fibonacci.asm
geoffthorpe/ant-architecture
0
54128
# factorial.asm # # A program to recursively compute fibonacci numbers. main: # To compute fibonacci(5), push the 5 on the stack and then # use "call" to invoke the fibonacci function. In this # program, since we're not using any registers other than g1 # (outside of the factorial function), we don't need to # p...
Microcontroller_Lab/Lab_3/LAB_3/Excersice_3.asm
MuhammadAlBarham/pic16f778_projects
0
54129
#include <P16F84A.inc> movlw 5 ; Assign the value 5 to 0x33 register movwf 0x33 movlw 8 ; Assign the value 5 to 0x11 register movwf 0x11 ; I use a new register to save the value of 0x0E movf 0x33,0 movwf 0x0C movf 0x11,0 movwf 0x33 movf 0x0c,0 movwf 0x11 nop nop nop end
sh.asm
howardpx2016/xv6
0
54131
<filename>sh.asm _sh: file format elf32-i386 Disassembly of section .text: 00000000 <main>: return 0; } int main(void) { 0: 55 push %ebp 1: 89 e5 mov %esp,%ebp 3: 83 e4 f0 and $0xfffffff0,%esp 6: 83 ec 10 sub ...
programs/oeis/128/A128139.asm
karttu/loda
1
54132
; A128139: Triangle read by rows: matrix product A004736 * A128132. ; 1,1,2,1,3,3,1,4,5,4,1,5,7,7,5,1,6,9,10,9,6,1,7,11,13,13,11,7,1,8,13,16,17,16,13,8,1,9,15,19,21,21,19,15,9,1,10,17,22,25,26,25,22,17,10 mov $1,$0 cal $1,335262 ; Triangle of triangular numbers, read by rows, constructed like this: Given a sequence t,...
programs/oeis/035/A035936.asm
karttu/loda
0
54133
; A035936: Number of squares in (n^3, (n+1)^3 ]. ; 1,1,3,3,3,3,4,4,5,4,5,5,5,6,6,6,6,6,6,7,7,7,7,7,8,7,8,8,8,8,8,9,8,9,9,9,9,9,9,9,10,10,9,10,10,10,11,10,11,10,11,10,11,11,11,12,11,11,12,11,12,12,12,12,12,12,12,12,13,12,13,12,13,13,13,13,13,13,14,13,14,13,14 mov $8,$0 mov $10,2 lpb $10,1 sub $10,1 add $0,$10 sub...
bugs/PENDING_SUBMIT/0433-BAD-IMAGE-Pixel5-29b7a44e-no-opt-test/unreduced_result/reference/1_spirv_asm/shader.frag.asm
asuonpaa/ShaderTests
0
54134
<reponame>asuonpaa/ShaderTests<filename>bugs/PENDING_SUBMIT/0433-BAD-IMAGE-Pixel5-29b7a44e-no-opt-test/unreduced_result/reference/1_spirv_asm/shader.frag.asm<gh_stars>0 ; SPIR-V ; Version: 1.0 ; Generator: Khronos Glslang Reference Front End; 10 ; Bound: 166 ; Schema: 0 OpCapability Shader %1 =...
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_837.asm
ljhsiun2/medusa
9
54135
.global s_prepare_buffers s_prepare_buffers: push %r12 push %r14 push %r9 push %rax push %rbx push %rcx push %rdi push %rsi lea addresses_normal_ht+0xcc7a, %rdi cmp %rcx, %rcx mov (%rdi), %r14w nop dec %r12 lea addresses_A_ht+0x181a2, %rsi lea addresses_WT_ht+0x16d55, %rdi clflush (%rdi) nop nop nop nop and %r9, %r9 mo...
Assignment2/a2.asm
NavneelSinghal/COL216
0
54136
.globl main .text main: #registers li $t0, 0 #player number in 0 indexing li $t1, 0 #row number in 0 indexing li $t2, 0 #column number in zero indexing loop: #taking input li $v0, 4 la $a0, player #print player - see .data syscall li $v0, 1 #print number of player move $a0, $t0 syscall li $v0,...
libtool/src/gmp-6.1.2/mpn/sparc64/ultrasparct3/mul_1.asm
kroggen/aergo
1,602
54139
dnl SPARC v9 mpn_mul_1 for T3/T4/T5. dnl Contributed to the GNU project by <NAME> and <NAME>. 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 d...
programs/oeis/069/A069125.asm
karttu/loda
1
54140
<reponame>karttu/loda ; A069125: a(n) = (11*n^2 - 11*n + 2)/2. ; 1,12,34,67,111,166,232,309,397,496,606,727,859,1002,1156,1321,1497,1684,1882,2091,2311,2542,2784,3037,3301,3576,3862,4159,4467,4786,5116,5457,5809,6172,6546,6931,7327,7734,8152,8581,9021,9472,9934,10407,10891,11386,11892,12409,12937,13476,14026,14587,1515...
math-add.asm
cotarr/calc-pi-x86-64-asm
0
54141
<reponame>cotarr/calc-pi-x86-64-asm ;------------------------------------------------------------- ; ; SINGLE THREAD FLOATING POINT MULTI-PRECISION CALCULATOR ; ; Arithmetic functions: Addition ; File: math-add.asm ; Module: math.asm, math.0 ; Exec: calc-pi ; ; Created: 10/23/2014 ; Last edit: 06/07/2015 ; ...
MOS/coprocessor.asm
chipsi007/ESP8266-6502duino
1
54145
; My emulated machine uses opcode $02 as a coprocessor instruction to ; call out to the emulator. The byte following the opcode holds an ; operation code for the coprocessor. The coprocessor may modify A and, ; if it does so, it will set N and Z appropriately. COP = $02 ; Opcode COP_DEBUG = $00 ; Enable/disable em...
Transynther/x86/_processed/AVXALIGN/_st_sm_/i7-8650U_0xd2_notsx.log_2542_347.asm
ljhsiun2/medusa
9
54146
<filename>Transynther/x86/_processed/AVXALIGN/_st_sm_/i7-8650U_0xd2_notsx.log_2542_347.asm .global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r12 push %r14 push %r8 push %r9 push %rdi lea addresses_A_ht+0x1759a, %r9 nop nop nop nop nop cmp %r12, %r12 mov $0x6162636465666768, %r8 movq %r8, (%r9) nop ...
Transynther/x86/_processed/AVXALIGN/_st_sm_/i9-9900K_12_0xca.log_21829_767.asm
ljhsiun2/medusa
9
54147
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r12 push %r15 push %rbx push %rcx push %rdi push %rsi lea addresses_D_ht+0x1518b, %rsi lea addresses_normal_ht+0xf88b, %rdi nop nop nop xor %r12, %r12 mov $106, %rcx rep movsq nop sub %r15, %r15 lea addresses_UC_ht+0x1958b, %rsi lea addresses_A_ht+0...
oeis/210/A210241.asm
neoneye/loda-programs
11
54148
<reponame>neoneye/loda-programs ; A210241: Partial sums of A073093. ; 1,3,5,8,10,13,15,19,22,25,27,31,33,36,39,44,46,50,52,56,59,62,64,69,72,75,79,83,85,89,91,97,100,103,106,111,113,116,119,124,126,130,132,136,140,143,145,151,154,158,161,165,167,172,175,180,183,186,188,193,195,198,202,209,212,216,218,222,225,229,231,23...
programs/oeis/101/A101810.asm
neoneye/loda
22
54149
; A101810: Number of compositions (ordered partitions) of the n-th prime into n nonnegative integers. ; 1,4,21,120,1365,8568,100947,657800,7888725,163011640,1121099408,22595200368,266783135710,1889912732400,22512762077400,443643407165376,8550047575185300,62724534168736440,1206459883091241450 mov $1,$0 seq $1,6005 ; Th...
Transynther/x86/_processed/NC/_zr_/i7-7700_9_0xca_notsx.log_21829_1508.asm
ljhsiun2/medusa
9
54151
<filename>Transynther/x86/_processed/NC/_zr_/i7-7700_9_0xca_notsx.log_21829_1508.asm<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r14 push %r9 push %rcx lea addresses_A_ht+0x3c8d, %r9 nop nop dec %r14 vmovups (%r9), %ymm0 vextracti128 $1, %ymm0, %xmm0 vpextrq $1, %xmm0, %rcx nop nop nop and %r9, %r9...
libsrc/target/gb/graphics/textpixl.asm
Frodevan/z88dk
640
54152
; ; .. X. .X XX ; .. .. .. .. ; ; .. X. .X XX ; X. X. X. X. ; ; .. X. .X XX ; .X .X .X .X ; ; .. X. .X XX ; XX XX XX XX SECTION rodata_driver PUBLIC textpixl .textpixl defb 0x00, 0x05, 0x06, 0x07 defb 0x08, 0x09, 0x0...
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_67.asm
ljhsiun2/medusa
9
54153
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r12 push %r9 push %rcx push %rdi push %rdx push %rsi lea addresses_A_ht+0x2e64, %rsi lea addresses_WT_ht+0x10484, %rdi nop add $7995, %r9 mov $62, %rcx rep movsb nop nop nop nop nop cmp %r12, %r12 lea addresses_WT_ht+0x464, %r10 clflush (%r10) nop nop nop nop...
libsrc/stdio/x1/generic_console.asm
jpoikela/z88dk
0
54154
; ; SECTION code_clib PUBLIC generic_console_cls PUBLIC generic_console_vpeek PUBLIC generic_console_scrollup PUBLIC generic_console_printc PUBLIC generic_console_ioctl PUBLIC generic_console_set_ink PUBLIC generic_console_set_paper ...
init.asm
TusharGupta01/XV6
0
54155
<gh_stars>0 _init: file format elf32-i386 Disassembly of section .text: 00000000 <main>: char *argv[] = { "sh", 0 }; int main(void) { 0: 55 push %ebp 1: 89 e5 mov %esp,%ebp 3: 83 e4 f0 and $0xfffffff0,%esp 6: 83 ec 20 sub $0x2...
shovel/tests/benchmarks.asm
AndrewAPrice/Turkey
1
54156
<reponame>AndrewAPrice/Turkey Function f0 -closures 1 PushNull PushString "Test" Require StoreClosure 0 PushFunction f1 Store 0 Grab 0 CallFunctionNoReturn 0 Function f1 -closures 1 PushNull PushFunction f2 StoreClosure 0 PushString "Recursive Fibonacci" PushString "begin" LoadClosure 1 LoadElement CallFunctionNoReturn...
oeis/292/A292252.asm
neoneye/loda-programs
11
54157
; A292252: Number of trailing 2-digits in ternary representation of A048673(n). ; Submitted by <NAME> ; 0,1,0,1,0,2,0,1,0,1,0,1,0,2,0,1,0,1,0,1,0,1,0,1,0,3,0,1,0,3,0,1,0,1,0,1,0,2,0,1,0,1,0,1,0,2,0,1,0,1,0,1,0,3,0,1,0,1,0,1,0,1,0,1,0,2,0,1,0,2,0,1,0,2,0,1,0,1,0,1,0,1,0,1,0,2,0,1,0,1,0,1,0,4,0,1,0,1,0,1 seq $0,253885 ;...
Transynther/x86/_processed/US/_zr_/i7-7700_9_0xca.log_3_1508.asm
ljhsiun2/medusa
9
54158
<filename>Transynther/x86/_processed/US/_zr_/i7-7700_9_0xca.log_3_1508.asm .global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r12 push %r13 push %r15 push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_D_ht+0x4c70, %r12 nop nop nop and %r15, %r15 movb $0x61, (%r12) nop nop nop nop dec %r...
oeis/019/A019827.asm
neoneye/loda-programs
11
54159
<reponame>neoneye/loda-programs<gh_stars>10-100 ; A019827: Decimal expansion of sin(Pi/10) (angle of 18 degrees). ; Submitted by <NAME> ; 3,0,9,0,1,6,9,9,4,3,7,4,9,4,7,4,2,4,1,0,2,2,9,3,4,1,7,1,8,2,8,1,9,0,5,8,8,6,0,1,5,4,5,8,9,9,0,2,8,8,1,4,3,1,0,6,7,7,2,4,3,1,1,3,5,2,6,3,0,2,3,1,4,0,9,4,5,1,2,2,4,8,5,3,6,0,3,6,0,2,0,...
oeis/118/A118113.asm
neoneye/loda-programs
11
54161
<reponame>neoneye/loda-programs ; A118113: Even Fibbinary numbers + 1; also 2*Fibbinary(n) + 1. ; Submitted by <NAME> ; 1,3,5,9,11,17,19,21,33,35,37,41,43,65,67,69,73,75,81,83,85,129,131,133,137,139,145,147,149,161,163,165,169,171,257,259,261,265,267,273,275,277,289,291,293,297,299,321,323,325,329,331,337,339,341,513,5...
PRG/levels/SkyGiPl.asm
narfman0/smb3_pp1
0
54162
W508L: .include "PRG/levels/Sky/5-8" ; 5-8 W504_EndL: .include "PRG/levels/Sky/5-4End" ; 5-4 Exit W307_CoinHeavL: .include "PRG/levels/Sky/W307Coin" ; 3-7 Coin Heaven W401L: .include "PRG/levels/Giant/4-1" ; 4-1 Unused9L: .include "PRG/levels/Sky/Unused9" ; "Unused level 9" Unused14L: .include "PRG/levels/Sky/Un...
programs/oeis/226/A226954.asm
neoneye/loda
22
54163
<filename>programs/oeis/226/A226954.asm<gh_stars>10-100 ; A226954: Numbers n such that there are seven distinct triples (k, k+n, k+2n) of squares. ; 12671122464000,50684489856000,114040102176000,202737959424000,316778061600000,456160408704000,620885000736000,810951837696000,1026360919584000,1267112246400000,15332058181...
LAB02/TASK03.asm
PrabalChowdhury/CSE-341-MICROPROCESSOR
0
54164
<gh_stars>0 .MODEL SMALL .STACK 100H .DATA ; DEFINE YOUR VARIABLES HERE X db 8 Y db 3 Z db 6 .CODE MAIN PROC MOV AX, @DATA MOV DS, AX ; YOUR CODE STARTS HERE MOV AL, X MOV BL, Y MOV DL, Z MUL BL DI...
oeis/129/A129722.asm
neoneye/loda-programs
11
54166
; A129722: Number of 0's in even position in all Fibonacci binary words of length n. A Fibonacci binary word is a binary word having no 00 subword. ; Submitted by <NAME> ; 0,0,1,1,5,6,19,25,65,90,210,300,654,954,1985,2939,5911,8850,17345,26195,50305,76500,144516,221016,411900,632916,1166209,1799125,3283145,5082270,9197...
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0xca.log_239_1486.asm
ljhsiun2/medusa
9
54167
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r12 push %r13 push %r15 push %rax push %rdi lea addresses_A_ht+0x58, %rax nop inc %r11 movw $0x6162, (%rax) xor $34581, %r15 lea addresses_WC_ht+0x43df, %r13 nop nop nop xor $60116, %r12 movl $0x61626364, (%r13) nop nop nop...
src/macro.asm
haramako/castle
2
54169
;;; 先頭で宣言したいアセンブラのマクロなど .macro load mem, v lda v sta mem .endmacro .macro loadw mem,v lda #.LOBYTE(v) sta mem+0 lda #.HIBYTE(v) sta mem+1 .endmacro ;;; mmc3_cbank select ;;; select: 0-5 ;;; x : 2KB bank number ;;; use 11cycle .macro mmc3_cbank bank lda #bank sta _mmc3_BANK_SELECT stx _mmc3_BANK_D...
kernel/shutdown/shutdown.asm
Keep-Konect/KonectOS-1
3
54170
<reponame>Keep-Konect/KonectOS-1 global turnToOff turnToOff: mov ax, 0x1000 mov ax, ss mov sp, 0xf000 mov ax, 0x5307 mov bx, 0x0001 mov cx, 0x0003 int 0x15 ret ;if interrupt doesnt work
Calculadora - Operacion de Multiplicacion con Nueve Digitos y Punto Decimal (Hecho en emu8086) - Version 5.2.2.asm
Jon2G/ASMCalculator
0
54171
<filename>Calculadora - Operacion de Multiplicacion con Nueve Digitos y Punto Decimal (Hecho en emu8086) - Version 5.2.2.asm .model small .stack .data num_1 db 0,0,0,0,0,0,0,0,0 decimal_1 db 0,0,0,0,0,0,0,0,0 num_2 db 0,0,0,0,0,0,0,0,0 decimal_2 db 0,0,0,0,0,0,0,...
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_305.asm
ljhsiun2/medusa
9
54172
.global s_prepare_buffers s_prepare_buffers: push %r14 push %r8 push %rcx push %rdi push %rsi lea addresses_A_ht+0x5251, %rsi lea addresses_UC_ht+0x1a731, %rdi clflush (%rsi) nop nop nop nop nop sub %r14, %r14 mov $93, %rcx rep movsq cmp $21866, %r8 lea addresses_normal_ht+0x958b, %r8 nop nop sub $4817, %r14 mov (%r8),...
mc-sema/validator/x86/tests/OR32mr.asm
randolphwong/mcsema
2
54173
BITS 32 ;TEST_FILE_META_BEGIN ;TEST_TYPE=TEST_F ;TEST_IGNOREFLAGS=FLAG_AF ;TEST_FILE_META_END ; OR32mr ;TEST_BEGIN_RECORDING lea edi, [esp-0x4] mov DWORD [edi], 0x1234abcd mov eax, 0x5678fedc or [edi], eax mov edx, [edi] mov edi, 0x0 ;TEST_END_RECORDING
audio/sfx/turn_on_pc_3.asm
opiter09/ASM-Machina
1
54174
<reponame>opiter09/ASM-Machina SFX_Turn_On_PC_3_Ch5: duty_cycle 2 square_note 15, 15, 2, 1984 square_note 15, 0, 0, 0 square_note 15, 0, 0, 0 square_note 3, 8, 1, 1920 square_note 3, 8, 1, 1792 square_note 3, 8, 1, 1856 square_note 3, 8, 1, 1792 square_note 3, 8, 1, 1920 square_note 3, 8, 1, 1792 square_note...
programs/oeis/008/A008356.asm
neoneye/loda
22
54175
; A008356: Crystal ball sequence for D_5 lattice. ; 1,41,411,2051,6981,18733,42783,86983,161993,281713,463715,729675,1105805,1623285,2318695,3234447,4419217,5928377,7824427,10177427,13065429,16574909,20801199,25848919,31832409,38876161,47115251,56695771,67775261,80523141,95121143,111763743,130658593,152026953,176104123...
src/test/ref/inline-word.asm
jbrandwood/kickc
2
54176
<filename>src/test/ref/inline-word.asm // Commodore 64 PRG executable file .file [name="inline-word.prg", type="prg", segments="Program"] .segmentdef Program [segments="Basic, Code, Data"] .segmentdef Basic [start=$0801] .segmentdef Code [start=$80d] .segmentdef Data [startAfter="Code"] .segment Basic :BasicUpstart(m...
libsrc/_DEVELOPMENT/target/rc2014/device/8255/8080/8255_write_byte.asm
UnivEngineer/z88dk
4
54177
<gh_stars>1-10 IF __CPU_INTEL__ INCLUDE "_DEVELOPMENT/target/rc2014/config_rc2014-8085_private.inc" ELIF __CPU_Z80__ INCLUDE "config_private.inc" ENDIF SECTION code_driver PUBLIC ide_write_byte ;Do a write bus cycle to the drive, via the 8255 ;input A = ide register address ;input E = lsb to write to ID...
Transynther/x86/_processed/US/_ht_zr_un_/i3-7100_9_0x84_notsx.log_21829_698.asm
ljhsiun2/medusa
9
54178
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r12 push %r15 push %r8 push %rbp push %rcx push %rdi push %rdx push %rsi lea addresses_A_ht+0x1363e, %rdi nop xor $28699, %r10 movw $0x6162, (%rdi) nop sub $54772, %r15 lea addresses_A_ht+0xb7a, %r10 nop nop nop xor $35095, %rdx movb $0x61, (%r10) nop nop nop...
Unix Family/Linux.Cyneox/Linux.Cyneox.asm
fengjixuchui/Family
3
54179
<reponame>fengjixuchui/Family ;******************************************* ;************* www,cyneox.tk *************** ;******************************************* ; ; ; hello good ppl.here i'm again with my new creation... this virus didn't ; worked on my computer (->Segmentation fault) , i don't know why.but...
Patches/Multiplayer_Hack/ASM/extra_stages.asm
abitalive/SuperSmashBros
4
54180
<filename>Patches/Multiplayer_Hack/ASM/extra_stages.asm // Extra versus and training stages constant ExtraStagesFlag(0x80500000) // Extra stages flag location // Training stage selected (background) origin 0x1145E0 base 0x8018DDC0 jal ExtraStagesTraining0 // Training stage selected (background) origin 0x11463C base ...
programs/oeis/007/A007910.asm
karttu/loda
1
54181
; A007910: Expansion of 1/((1-2*x)*(1+x^2)). ; 1,2,3,6,13,26,51,102,205,410,819,1638,3277,6554,13107,26214,52429,104858,209715,419430,838861,1677722,3355443,6710886,13421773,26843546,53687091,107374182,214748365,429496730,858993459,1717986918,3435973837,6871947674,13743895347,27487790694,54975581389,109951162778,219902...
Codes/Chapter10/P11/P10-11.asm
ar-ekt/Dandamudi-Assembly-Solutions
8
54182
<filename>Codes/Chapter10/P11/P10-11.asm global _start extern ExitProcess %INCLUDE "lib.h" %macro geti 0 fgets buffer, 15 a2i 15, buffer %endmacro %macro puti 1 i2a DWORD %1, buffer puts buffer %endmacro section .data MAX_STRING_SIZE EQU 100 NULL EQU 0 proc_ptr_table dd str_ncpy_call...
oeis/171/A171749.asm
neoneye/loda-programs
11
54183
<reponame>neoneye/loda-programs ; A171749: Odd primes of the form (1+n)*(2+2*n)+n*(3+2*n) = 4*n^2+7*n+2. ; Submitted by <NAME>(w3) ; 13,59,137,389,563,769,1277,1579,1913,2677,5147,5737,6359,7013,7699,9949,12487,13397,15313,16319,18427,20663,23027,26813,32309,36767,38317,41513,43159,51869,61379,63377,65407,73847,78259,8...
programs/oeis/231/A231668.asm
karttu/loda
0
54185
<filename>programs/oeis/231/A231668.asm ; A231668: a(n) = Sum_{i=0..n} digsum_5(i), where digsum_5(i) = A053824(i). ; 0,1,3,6,10,11,13,16,20,25,27,30,34,39,45,48,52,57,63,70,74,79,85,92,100,101,103,106,110,115,117,120,124,129,135,138,142,147,153,160,164,169,175,182,190,195,201,208,216,225,227,230,234,239,245,248,252,25...
Project-Einstein/src/E-Assembly/src/pow.nasm
FelixLuciano/Elements-of-Computing-Systems
0
54186
<filename>Project-Einstein/src/E-Assembly/src/pow.nasm ; Arquivo: Pow.nasm ; Curso: Elementos de Sistemas ; Criado por: <NAME> ; Data: 27/03/2017 ; Eleva ao quadrado o valor da RAM[1] e armazena o resultado na RAM[0]. ; Só funciona com números positivos leaw $1, %A movw (%A), %D leaw $2, %A movw %D, (%A) leaw $0, %A ...
L1/TPs/0204-ASM/tp2/calculette2.asm
Tehcam/Studies
0
54187
; Initialisation In ; (0) Store Mem[0] ; (1) In ; (2) Store Mem[1] ; (3) In ; (4) Store Mem[2] ; (5) ; Vérifier si b=0 ET (c=4 OU c=5) Load Mem[1] ; (6) CMP 0 ; (7) JZ 10 ; si b=0 alors on continue les vérifications (8) JMP 15 ; sinon on passe au cas parmi (9) Load Mem[2] ; (10) CMP 4 ; (11) JZ 41 ; => erreur (12) C...
src/win32/user32.asm
amindlost/wdosx
7
54188
; ############################################################################ ; ## WDOSX DOS Extender Copyright (c) 1996, 1999, <NAME> ## ; ## ## ; ## Released under the terms of the WDOSX license agreement. ## ; ###########...
src/public/resources/output/sources/PTxPlay.asm
akanyuk/zapilyator
4
54189
;Universal PT2 and PT3 player for ZX Spectrum and MSX ;(c)2004-2007 S.V.Bulba <<EMAIL>> ;http://bulba.untergrund.net (http://bulba.at.kz) ;(c)2014 modded for speed by introspec (15% faster) ;Conditional assembly ;2) Current position counter at (START+11) CurPosCounter=1 ;4) Allow loop checking and disabling LoopChecke...
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0xca.log_21829_852.asm
ljhsiun2/medusa
9
54190
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r11 push %r14 push %r15 push %rax push %rbp push %rcx push %rdi push %rdx push %rsi lea addresses_A_ht+0x19248, %r14 nop nop cmp %rdx, %rdx movb (%r14), %cl nop add $53127, %r15 lea addresses_normal_ht+0x10c48, %r11 inc %rbp movb $0x61, (%r11)...
data/pokemon/base_stats/nyanya.asm
TastySnax12/pokecrystal16-493-plus
2
54191
<filename>data/pokemon/base_stats/nyanya.asm db 0 ; species ID placeholder db 35, 40, 30, 85, 35, 35 ; hp atk def spd sat sdf db NORMAL, NORMAL ; type db 255 ; catch rate db 40 ; base exp db NO_ITEM, NO_ITEM ; items db GENDER_F50 ; gender ratio db 100 ; unknown 1 db 20 ; step cycles to hatch d...
src/gfx/bos_gfx.asm
beckadamtheinventor/BOSshell5
2
54192
<filename>src/gfx/bos_gfx.asm ; convpng v7.3 _bos_gfx_pal_size equ 512 _bos_gfx_pal: dw 00000h ; 00 :: rgb(0,0,0) dw 00081h ; 01 :: rgb(0,32,8) dw 00102h ; 02 :: rgb(0,65,16) dw 00183h ; 03 :: rgb(0,97,24) dw 00204h ; 04 :: rgb(0,130,33) dw 00285h ; 05 :: rgb(0,162,41) dw 00306h ; 06 :: rgb(0,195,49) dw 00387h ...
oeis/007/A007478.asm
neoneye/loda-programs
11
54193
; A007478: Dimension of primitive Vassiliev knot invariants of order n. ; Submitted by <NAME> ; 1,1,1,1,2,3,5,8,12,18,27,39,55 mov $2,$0 add $2,5 mov $1,$2 bin $1,5 div $1,113 mov $0,$1 add $0,1
ErrorDebugger/Debugger.asm
NatsumiFox/AMPS-Sonic-3-Knuckles
5
54194
; =============================================================== ; --------------------------------------------------------------- ; Error handling and debugging modules ; 2016-2017, Vladikcomper ; --------------------------------------------------------------- ; Debugging macros definitions file ; ------------------...
libsrc/target/rx78/stdio/generic_console.asm
ahjelm/z88dk
640
54195
; ; Display has 2 screens - VRAM planes 0,1,2 and 3,4,5 ; ; Screen 0 takes palette 0-7, screen 1 palette 8-15 ; ; If both screens are not set, then background colour palette[16] is taken ; ; We'll use through z88dk. screen 0 for ink, screen 1 for paper ; ; SECTION code_clib PUBLIC generic_console_cls PU...
Assembly/Project/Mappers/Mapper2.asm
Myself086/Project-Nested
338
54196
<filename>Assembly/Project/Mappers/Mapper2.asm .pushaddr .addr =MapperTable+2*2 .data16 _Mapper2__Main .pulladdr .mx 0x00 Mapper2__Main: // Load current bank address ldx #_Mapper2__Main/0x10000 stx $.DP_ZeroBank // Apply bit mask and #0x8000 IOPort_Compare 0x8000, bne, Mapper2__8000 IOPort_CompareE...
code/translator/fatorial.asm
abdullah-zaiter/Hypothetical-Machine-IA32-Translator
4
54198
<reponame>abdullah-zaiter/Hypothetical-Machine-IA32-Translator SECTION TEXT LOAD N FAT: SUB ONE STORE AUX STOP SECTION DATA AUX: SPACE N: SPACE ONE: CONST 1
main/mplayer/mpmenu.asm
zlatkok/swospp
12
54199
<reponame>zlatkok/swospp ; Contains multiplayer menu, and all menus derived from it [list -] %include "swos.inc" %include "swsmenu.inc" %include "mplayer.inc" [list +] extern GetPreviousMenu, ReturnToMenu, SetMenuToReturnToAfterTheGame extern GetSkipFrames, SetSkipFrames extern GetNumSubstitutes, SetNumSubstitutes, G...
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_2604.asm
ljhsiun2/medusa
9
54200
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r14 push %r15 push %rbp push %rdx push %rsi lea addresses_A_ht+0xe74f, %rsi nop nop nop nop nop sub $32317, %r14 vmovups (%rsi), %ymm4 vextracti128 $1, %ymm4, %xmm4 vpextrq $0, %xmm4, %r11 nop nop nop nop sub $56177, %r10 lea addresses_A_ht+0x7e2e, ...
smsq/java/copyscr.asm
olifink/smsqe
0
54201
* Copy screen from $20000 to actual screen. * v.1.02 Copyright (c) <NAME> 2016-2017 * * 1.01 revamped for jva_qlscremu * 1.00 initial version section misc include 'dev8_keys_java' include 'DEV8_keys_err' include 'DEV8_keys_qlv' include 'dev8_mac_proc2' include 'dev8_keys_qdos_sms' include 'dev8_keys_sbasi...
oeis/271/A271936.asm
neoneye/loda-programs
11
54202
; A271936: Commutative powers: numbers of the form a^b = b^a. ; 1,4,16,27,256,3125,46656,823543,16777216,387420489,10000000000,285311670611,8916100448256,302875106592253,11112006825558016,437893890380859375,18446744073709551616,827240261886336764177,39346408075296537575424,1978419655660313589123979,10485760000000000000...
examples/demo/demo_if.asm
sfauvel/demo-assembler
0
54203
; ----------------------------------------------------------------------------- ; Show how to retrieve parameters. ; Parameters can be found in rdi, rsi, and rdx ; Return value is in rax ; ----------------------------------------------------------------------------- ; Define methods exported global if...
Transynther/x86/_processed/NC/_zr_/i7-7700_9_0x48.log_21829_2741.asm
ljhsiun2/medusa
9
54204
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r12 push %r13 push %rbx push %rcx push %rdi push %rsi lea addresses_normal_ht+0x40f3, %r11 clflush (%r11) nop nop nop nop nop add %r10, %r10 movb (%r11), %r13b nop nop xor %r10, %r10 lea addresses_UC_ht+0x5b73, %rsi lea addresses_D_ht+0x138f3, %rdi ...
src/programs/helloWorld.asm
oddek/8-bit-Computer
8
54205
<filename>src/programs/helloWorld.asm<gh_stars>1-10 ; set cursor stuff: ldi xr #0E ; Display on, cursor on, blink off : 00001110 stw xr #FE ; store to port B ldi xr #0 ; clear RS/RW/E bits stw xr #FF ; store to port A ldw xr enable ; enable write to lcd stw xr #FF ; store to port A ldi xr #0 ; clear...
libsrc/_DEVELOPMENT/arch/zx/esxdos/c/sdcc_iy/esxdos_f_unlink_fastcall.asm
jpoikela/z88dk
640
54206
; int esxdos_f_unlink(void *filename) INCLUDE "config_private.inc" SECTION code_clib SECTION code_esxdos PUBLIC _esxdos_f_unlink_fastcall EXTERN asm_esxdos_f_unlink _esxdos_f_unlink_fastcall: ld a,__ESXDOS_DRIVE_CURRENT push iy call asm_esxdos_f_unlink pop iy ret
Transynther/x86/_processed/US/_zr_/i3-7100_9_0xca_notsx.log_158_1200.asm
ljhsiun2/medusa
9
54207
.global s_prepare_buffers s_prepare_buffers: push %r12 push %r13 push %r14 push %r15 push %rbp push %rbx push %rcx push %rdi push %rsi lea addresses_A_ht+0x87db, %r12 mfence movw $0x6162, (%r12) nop nop nop add $10735, %r14 lea addresses_normal_ht+0x631b, %r13 nop nop nop nop add $49591, %r15 mov (%r13), %rbp nop xor $...
Chapter_4/Program 4.4/x86_64/Program_4.4_NASM.asm
chen150182055/Assembly
272
54208
; Program 4.4 ; Array - NASM (64-bit) ; Copyright (c) 2020 Hall & Slonka SECTION .data array: DQ 1, 2, 3, 4 SECTION .text global _main _main: ; Load using byte offsets lea rsi, [array] mov rax, [rsi] mov rbx, [rsi + 8] ; Save using indices mov rdx, 2 mov QWORD [array+rdx*8], 10 mov rdx, 3 mov QWORD [...
src/sm/items.asm
SmolBig/alttp_sm_combo_randomizer_rom
0
54209
<reponame>SmolBig/alttp_sm_combo_randomizer_rom<filename>src/sm/items.asm<gh_stars>0 ; Add ALTTP items to SM ; ; Extra message box code lifted from MessageBoxV4 by Kejardon, JAM !IBranchItem = #$887C !ISetItem = #$8899 !ILoadSpecialGraphics = #$8764 !ISetGoto = #$8A24 !ISetPreInstructionCode = #$86C1 !IDrawCustom1 = #...
_incObj/Sonic JumpDirection.asm
derpguy125/SnorcRomHack-Master
0
54211
; --------------------------------------------------------------------------- ; Subroutine to change Sonic's direction while jumping ; --------------------------------------------------------------------------- ; ||||||||||||||| S U B R O U T I N E ||||||||||||||||||||||||||||||||||||||| Sonic_JumpDirection: move....
c6ers/msd200a/is386.asm
minblock/msdos
0
54212
<reponame>minblock/msdos<gh_stars>0 dosseg .model large public is386 public _GetSuperXmsInfo .code ; ; Identify the current CPU being executed. ; Return with EAX=1 for i486 CPU or EAX=0 for 386 CPU. ; Leave ESP, EBP, EBX, ESI, and EDI unchanged. ; is...
oeis/220/A220673.asm
neoneye/loda-programs
11
54213
<reponame>neoneye/loda-programs<filename>oeis/220/A220673.asm ; A220673: Coefficients of formal series in powers of (tan(x))^2 for tan(5*x)/tan(x). ; Submitted by <NAME> ; 5,40,376,3560,33720,319400,3025400,28657000,271443000,2571145000,24354235000,230686625000,2185095075000,20697517625000,196049700875000,1857009420625...
srcAmiga/rsi/lowlevel.asm
privatosan/RayStorm
2
54214
;*************** ;* MODUL: lowlevel routines ;* NAME: lowlevel.asm ;* DESCRIPTION: In this module are all the functions which are written ;* in assembler to speed up the program; set '#define LOWLEVEL' to use ;* this routines ;* AUTHORS: <NAME>, <NAME> ;* HISTORY: ;* DATE NAME COM...
programs/oeis/091/A091577.asm
neoneye/loda
22
54216
; A091577: Poincaré series [or Poincare series] of the preprojective algebra of a Dynkin diagram of type E_6. ; 6,10,14,18,20,20,20,18,14,10,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 sub $0,2 mov $2,9 trn $2,$0 mov ...
oeis/118/A118192.asm
neoneye/loda-programs
11
54218
<gh_stars>10-100 ; A118192: Antidiagonal sums of triangle A118190: a(n) = Sum_{k=0..floor(n/2)} 5^(k*(n-2*k)) for n>=0. ; Submitted by <NAME>(s4) ; 1,1,2,6,27,151,1252,18876,421877,11797501,489062502,36867190626,4119892578127,576049853531251,119400024902343752,45003894807128984376,25145828723919677734377,17579646409034...
programs/oeis/084/A084633.asm
jmorken/loda
1
54220
; A084633: Inverse binomial transform of repeated odd numbers. ; 1,0,2,-4,8,-16,32,-64,128,-256,512,-1024,2048,-4096,8192,-16384,32768,-65536,131072,-262144,524288,-1048576,2097152,-4194304,8388608,-16777216,33554432,-67108864,134217728,-268435456,536870912,-1073741824,2147483648,-4294967296 mov $2,$0 mov $3,$0 lpb $0...
oeis/022/A022534.asm
neoneye/loda-programs
11
54222
<filename>oeis/022/A022534.asm ; A022534: Nexus numbers (n+1)^18 - n^18. ; 1,262143,387158345,68332056247,3745977788889,97745259402791,1526853641242033,16385984911571535,132080236787517137,849905364703000879,4559917313492231481,21063415967393012423,85832073671072149225,314423447258679349527,1051013025824763647969,32444...