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
Sources/They say its your Birthday.asm
billhhh/hcs12-dragon12
0
208600
;Author: <NAME> ;Date: 11/05/2016 ;MY BIRTHDAY IS OCT 23 ABSENTRY Entry ; for absolute assembly: mark this as application entry point ; Include derivative-specific definitions INCLUDE 'mc9s12dp256.inc' ;CPU used by Dragon12+ board ;----------------------USE $1000-$2FFF for Scratch Pa...
dino/lcs/123p/F6.asm
zengfr/arcade_game_romhacking_sourcecode_top_secret_data
6
208602
copyright zengfr site:http://github.com/zengfr/romhack 00042A move.l D1, (A0)+ 00042C dbra D0, $42a 004D94 move.l D1, (A1)+ 004D96 dbra D0, $4d94 010796 move.w #$78, ($f6,A3) [123p+ 6C] 01079C move.b (A4)+, D0 [123p+ F6] 010F1C move.w #$78, ($f6,A3) 010F22 move.b (A4)+, D0 [123p+ F6] 0116DE mo...
globals.asm
codebur/_a2-chemi-gs-1993
1
208603
keep GLOBALS **************************************************************** * ChemiGS * **************************************************************** * A Drawing Program for Chemical Structures * * (c) 1992-93 by <NAME> * * Buendtenweg 6 * * 5105 AUENSTEIN (SWITZER...
programs/oeis/097/A097788.asm
jmorken/loda
1
208604
; A097788: a(n)=4a(n-1)+C(n+3,3),n>0, a(0)=1. ; 1,8,42,188,787,3204,12900,51720,207045,828400,3313886,13255908,53024087,212096908,848388312,3393554064,13574217225,54296870040,217187481490,868749927500,3474999711771,13899998849108,55599995398732,222399981597528,889599926393037,3558399705575424 lpb $0 mov $2,$0 cal ...
Working Disassembly/Levels/MGZ/Misc Object Data/Map - Swinging Platform.asm
TeamASM-Blur/Sonic-3-Blue-Balls-Edition
5
208606
<reponame>TeamASM-Blur/Sonic-3-Blue-Balls-Edition Map_233318: dc.w Frame_23331E-Map_233318 ; ... dc.w Frame_233326-Map_233318 dc.w Frame_23332E-Map_233318 Frame_23331E: dc.w 1 dc.b $F8, 5, 0,$98,$FF,$F8 Frame_233326: dc.w 1 dc.b $F8, 5, 0,$9C,$FF,$F8 Frame_23332E: dc.w 2 dc.b $F4, $A, 0,$8F,$FF,$E8 dc....
Transynther/x86/_processed/NONE/_ht_zr_/i9-9900K_12_0xca.log_21829_1740.asm
ljhsiun2/medusa
9
208607
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r12 push %r13 push %r15 push %r8 push %r9 push %rdx lea addresses_normal_ht+0x191c6, %rdx nop nop nop nop nop sub %r13, %r13 mov (%rdx), %r15w nop nop inc %r9 lea addresses_D_ht+0x18a86, %rdx xor %r12, %r12 movb (%rdx), %r8b cmp %r8, %r8 lea addresses_UC_ht+0...
simpleCPU/programs/and_test.asm
pisgah-fogel/Flynn
0
208608
<gh_stars>0 NOP LD 00000111 ; A MOV r1 r0 LD 00001000 ; B AND ; r0 = r1 and r0 = 0x00 LD 11111111 ; A MOV r1 r0 LD 11111111 ; B AND ; r0 = r1 and r0 = 0xff LD 10101010 ; A MOV r1 r0 LD 10011100 ; B AND ; r0 = r1 and r0 = 0x88 NOP NOP NOP
oeis/218/A218059.asm
neoneye/loda-programs
11
208609
<reponame>neoneye/loda-programs ; A218059: Number of n X 3 arrays of the minimum value of corresponding elements and their horizontal or antidiagonal neighbors in a random 0..1 n X 3 array. ; Submitted by <NAME>(s4) ; 4,18,74,308,1282,5338,22228,92562,385450,1605108,6684066,27834106,115908116,482670130,2009958090,83699...
oeis/063/A063978.asm
neoneye/loda-programs
11
208610
; A063978: Sum_{i for which n - i*(i-1)/2 >= 0} binomial (n - i*(i-1)/2, i). ; 1,2,3,5,8,12,18,27,40,58,83,118,167,235,328,454,624,853,1161,1574,2125,2856,3821,5090,6754,8931,11773,15474,20280,26502,34533,44870,58142,75145,96885,124630,159973,204909,261930,334143,425417,540566,685576,867885,1096726,1383545,1742509,2191...
programs/oeis/308/A308474.asm
jmorken/loda
1
208611
<gh_stars>1-10 ; A308474: a(n) = Sum_{k=1..n^2, gcd(n,k) = 1} k. ; 1,4,27,64,250,216,1029,1024,2187,2000,6655,3456,13182,8232,13500,16384,39304,17496,61731,32000,55566,53240,133837,55296,156250,105456,177147,131712,341446,108000,446865,262144,359370,314432,514500,279936,911754,493848,711828,512000 mov $2,3 mul $2,$0 s...
oeis/125/A125046.asm
neoneye/loda-programs
11
208612
<filename>oeis/125/A125046.asm ; A125046: Partial sums of A003095. ; Submitted by <NAME> ; 0,1,3,8,34,711,459041,210066847942,44127887746116242835744,1947270476915296449559747573381595046695626949,3791862310265926082868235028027893277370233154194659061677030600277515827791936222020978975,1437821978001524628181871087955...
programs/oeis/313/A313704.asm
jmorken/loda
1
208614
<filename>programs/oeis/313/A313704.asm<gh_stars>1-10 ; A313704: Coordination sequence Gal.6.323.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. ; 1,5,10,15,19,25,29,35,39,44,49,54,59,64,69,73,79,83,89,93,98,103,108,113,118,123,127,1...
programs/oeis/080/A080039.asm
jmorken/loda
1
208615
<filename>programs/oeis/080/A080039.asm ; A080039: a(n) = floor((1+sqrt(2))^n). ; 1,2,5,14,33,82,197,478,1153,2786,6725,16238,39201,94642,228485,551614,1331713,3215042,7761797,18738638,45239073,109216786,263672645,636562078,1536796801,3710155682,8957108165,21624372014,52205852193,126036076402,304278004997,734592086398,...
project1.asm
RomaPopov/Christmas_tree
0
208616
.INCLUDEPATH "/usr/share/avra" .NOLIST ; Disable listfile generation. .include "tn13def.inc" ; Используем HAL Микроконтроллера. .include "macro.inc" ; Библиотека базовых Макроопределений. ;.include "macroapp.inc" ; Прикладные Макроопределения, используемые при реализации логики приложения. .LIST ; Reenabl...
AssemblyExamples/02_greeting/greeting.asm
jude-arokiam-uoit/csci-2050-assembly-examples
1
208617
extern printf extern scanf global main section .text main: ; print the prompt mov rdi, prompt ; argument #1 (format string/message) mov rax, 0 call printf ; call printf ; input the user's name sub rsp, 8 ; 16b-align the stack mov rdi, inputFormat ; argument #1 (format...
data/baseStats/seel.asm
etdv-thevoid/pokemon-rgb-enhanced
1
208618
<filename>data/baseStats/seel.asm db SEEL ; pokedex id db 65 ; base hp db 45 ; base attack db 55 ; base defense db 45 ; base speed db 70 ; base special db WATER ; species type 1 db WATER ; species type 2 db 190 ; catch rate db 100 ; base exp yield INCBIN "pic/gsmon/seel.pic",0,1 ; 66, sprite dimensions dw SeelPicFront ...
gfx/pokemon/onix/anim.asm
Dev727/ancientplatinum
28
208619
setrepeat 2 frame 1, 12 frame 2, 12 frame 3, 12 dorepeat 1 frame 4, 12 frame 5, 12 frame 6, 12 endanim
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_31_1673.asm
ljhsiun2/medusa
9
208620
<reponame>ljhsiun2/medusa<filename>Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_31_1673.asm .global s_prepare_buffers s_prepare_buffers: push %r10 push %r12 push %r15 push %r8 push %rax push %rcx push %rdi push %rsi lea addresses_D_ht+0x1a2fd, %r10 nop nop nop cmp %rcx, %rcx mov $0x6162636465666768, ...
coverage/IN_CTS/0541-COVERAGE-value-types-h-377/work/variant/1_spirv_asm/shader.frag.asm
asuonpaa/ShaderTests
0
208621
; SPIR-V ; Version: 1.0 ; Generator: Khronos Glslang Reference Front End; 10 ; Bound: 140 ; Schema: 0 OpCapability Shader %1 = OpExtInstImport "GLSL.std.450" OpMemoryModel Logical GLSL450 OpEntryPoint Fragment %4 "main" %121 OpExecutionMode %4 Origin...
SCI Slave/Sources/main.asm
Mammothskier/EELE465
0
208622
;******************************************************************* ;* This stationery serves as the framework for a user application. * ;* For a more comprehensive program that demonstrates the more * ;* advanced functionality of this processor, please see the * ;* demonstration applications, located in th...
Laboratorio/Relatorio_08/Resposta Rel_08/prog21.asm
0Augusto/hello-world
1
208623
<reponame>0Augusto/hello-world # Variaveis associadas aos registradores: # endBase -> $16 # i -> $17 .text .globl main main: addi $8, $0, 0x1001 # t0 = 0x00001001 sll $16, $8, 0x10 # t0 = 0x10010000 addi $8, $0, 0x62 # t0 = 98 addi $17, $0, 0x32 # i = 50 pares: sll $9, $17, 0x2 # t1 = i * 4 add ...
ASM/src/audio.asm
Edos512/OoT-RandomizerNoER
344
208624
<filename>ASM/src/audio.asm @fanfare_audioseq_size equ 0x1000 @fanfare_audiobank_size equ 0x4800 @fanfare_unk_size equ 0 @bgm_audioseq_size equ 0x7000 @bgm_audiobank_size equ 0x4800 @bgm_unk_size equ 0 AUDIO_THREAD_MEM_SIZE equ \ (0x37F00 - 0x6670 + @fanfare_audioseq_size + @fanfare_audiobank_size + @bgm_audioseq_size...
27_SEQ.asm
aleattene/lc2-exams
0
208625
; ************ DESCRIZIONE SOTTOPROGRAMMA ************ Il seguente sottoprogramma denominato SEQ riceve nel registro R0 il numero intero N e restituisce sempre in R0 l’ennesimo termine S(N) della sequenza definita nel seguente modo: S(N) = S(N-1) – 2 x S(N-2) con S1 = 1 e S2 = 1. Si ipotizza inoltre che S(N) = 0 ...
windows-x64/printhex.asm
mazoti/adler32
0
208628
<filename>windows-x64/printhex.asm ; void printhex(int stdout_stderr, int number); global printhex extern GetStdHandle extern WriteFile section .data hex_table db '0123456789abcdef' section .text printhex: mov rsi,rcx mov rbx,rsp mov rax,rdx divide: mov rdx,rax and rdx,15 ; pu...
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48_notsx.log_1_881.asm
ljhsiun2/medusa
9
208629
<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r10 push %r13 push %r9 push %rax push %rcx push %rdi push %rdx push %rsi lea addresses_normal_ht+0x744a, %rcx nop nop nop nop dec %rdx movl $0x61626364, (%rcx) nop nop nop nop dec %r13 lea addresses_UC_ht+0x1669a, %rdi nop nop nop nop cmp $4996, %r10 mov...
liboled/c/sdcc_iy/font/oled_font8_set_font.asm
juzzas/oled_demos
1
208630
; Copyright 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, distribute, sublic...
If else programming exercises and solutions in C/17- C program to find all roots of a quadratic equation/project.asm
MahmoudFawzy01/C-solutions-Code4win-
0
208631
.file "project.c" .def __main; .scl 2; .type 32; .endef .section .rdata,"dr" .align 8 .LC0: .ascii "\12Enter values of a, b, c of quadratic equation (aX^2 + bX + c): \0" .LC1: .ascii "%f%f%f\0" .align 8 .LC5: .ascii "Two distinct and real roots exists: %.2f and %.2f\0" .align 8 .LC6: .ascii "Two equal and rea...
Transynther/x86/_processed/AVXALIGN/_ht_zr_/i3-7100_9_0xca_notsx.log_21829_356.asm
ljhsiun2/medusa
9
208634
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r15 push %r8 push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_UC_ht+0x3d7a, %rdx nop nop nop nop cmp $9258, %r11 mov $0x6162636465666768, %rbx movq %rbx, %xmm4 vmovups %ymm4, (%rdx) nop and %rsi, %rsi lea addresses_A_ht+0x8706, %rsi lea address...
Transynther/x86/_processed/AVXALIGN/_ht_zr_/i7-7700_9_0xca.log_21829_505.asm
ljhsiun2/medusa
9
208635
<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r13 push %r9 push %rax push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_A_ht+0xa0e, %r13 nop nop and %r10, %r10 mov $0x6162636465666768, %r9 movq %r9, %xmm0 movups %xmm0, (%r13) nop sub $12421, %r11 lea addresses_WC_ht+...
Transynther/x86/_processed/AVXALIGN/_st_/i7-7700_9_0x48.log_3_2651.asm
ljhsiun2/medusa
9
208636
<filename>Transynther/x86/_processed/AVXALIGN/_st_/i7-7700_9_0x48.log_3_2651.asm .global s_prepare_buffers s_prepare_buffers: push %r13 push %r14 push %rax push %rdx push %rsi lea addresses_WC_ht+0x12bae, %rdx nop nop nop nop and %r13, %r13 movups (%rdx), %xmm1 vpextrq $0, %xmm1, %rsi nop nop nop nop add %rax, %rax lea...
oeis/055/A055115.asm
neoneye/loda-programs
11
208637
; A055115: Base-5 complement of n (write n in base 5, then replace each digit with its base-5 negative). ; Submitted by <NAME> ; 0,4,3,2,1,20,24,23,22,21,15,19,18,17,16,10,14,13,12,11,5,9,8,7,6,100,104,103,102,101,120,124,123,122,121,115,119,118,117,116,110,114,113,112,111,105,109,108,107,106,75,79,78,77,76,95,99,98,97...
engine/overworld/load_map_part.asm
Trap-Master/spacworld97-thingy
0
208638
<reponame>Trap-Master/spacworld97-thingy _LoadMapPart:: ld hl, wSurroundingTiles decoord 0, 0 call .copy ld hl, wSurroundingAttributes decoord 0, 0, wAttrMap .copy: ld a, [wMetatileStandingY] and a jr z, .top_row ld bc, SURROUNDING_WIDTH * 2 add hl, bc .top_row ld a, [wMetatileStandingX] and a jr z, .left...
session_11/hello_world_asm/helloworld.asm
DigiOhhh/LabArchitettura2-2017-2018
1
208641
<gh_stars>1-10 .data hello: .asciiz "\nHello, World!\n" .text .globl __start __start: li $v0, 4004 # codice syscall write li $a0, 1 # standard output la $a1, hello # base address stringa li $a2, 15 # lunghezza stringa in bytes syscall li $v0, 4001 # exit syscall
libsrc/_DEVELOPMENT/stdio/c/sdcc_ix/vsnprintf.asm
jpoikela/z88dk
640
208645
; int vsnprintf(char *s, size_t n, const char *format, void *arg) SECTION code_clib SECTION code_stdio PUBLIC _vsnprintf EXTERN l0_vsnprintf_callee _vsnprintf: pop af exx pop de pop bc exx pop de pop bc push bc push de push bc push de push af jp l0_vsnprintf_callee
compiler/ti-cgt-arm_18.12.4.LTS/lib/src/div0.asm
JosiahCraw/TI-Arm-Docker
0
208646
;****************************************************************************** ;* DIV0.ASM * ;* Copyright (c) 2017@%%%% Texas Instruments Incorporated * ;****************************************************************************** ...
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_196.asm
ljhsiun2/medusa
9
208647
<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r10 push %r14 push %r8 push %r9 push %rcx push %rdi push %rdx push %rsi lea addresses_A_ht+0xae6f, %rdx nop nop nop nop cmp $24727, %r14 mov (%rdx), %r9d nop nop nop add $39358, %rsi lea addresses_A_ht+0x1cce7, %r10 nop nop add %rcx, %rcx mov $0x61626364...
code/file/load-skooter.asm
abekermsx/skooted
3
208648
load_skooter: call open_file ret nz ld a,(RAMAD1) ld h,$40 call ENASLT call load_block ld hl,$8000 ld de,$4000 ld b,d ld c,e ldir call load_block call close_file xor a ret...
Transynther/x86/_processed/NC/_zr_/i7-7700_9_0xca_notsx.log_21829_1035.asm
ljhsiun2/medusa
9
208649
.global s_prepare_buffers s_prepare_buffers: push %r12 push %r13 push %r8 push %rbp push %rbx push %rcx push %rdi push %rsi lea addresses_WT_ht+0x9f22, %rsi lea addresses_A_ht+0x4f46, %rdi nop nop nop nop nop xor %r8, %r8 mov $7, %rcx rep movsw nop nop nop add %r12, %r12 lea addresses_normal_ht+0x1d7a2, %rcx nop nop no...
python_src/other/export/screen_4_4.asm
fjpena/sword-of-ianna-msx2
43
208651
<reponame>fjpena/sword-of-ianna-msx2 org $0000 ; Object types OBJECT_NONE EQU 0 OBJECT_SWITCH EQU 1 OBJECT_DOOR EQU 2 OBJECT_DOOR_DESTROY EQU 3 OBJECT_FLOOR_DESTROY EQU 4 OBJECT_WALL_DESTROY EQU 5 OBJECT_BOX_LEFT EQU 6 OBJECT_BOX_RIGHT EQU 7 OBJECT_JAR EQU 8 OBJECT_TELEPORTER EQU 9 ; Pickable object types OBJECT_KE...
scripts/SafariZoneWest.asm
AmateurPanda92/pokemon-rby-dx
9
208652
SafariZoneWest_Script: jp EnableAutoTextBoxDrawing SafariZoneWest_TextPointers: dw PickUpItemText dw PickUpItemText dw PickUpItemText dw PickUpItemText dw SafariZoneWestText5 dw SafariZoneWestText6 dw SafariZoneWestText7 dw SafariZoneWestText8 SafariZoneWestText5: TX_FAR _SafariZoneWestText5 db "@" Safari...
programs/oeis/125/A125299.asm
karttu/loda
0
208653
; A125299: Numbers starting with a consonant. ; 2,3,4,5,6,7,9,10,12,13,14,15,16,17,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42 mov $2,$0 trn $0,4 mul $0,4 lpb $0,1 add $0,6 div $0,2 add $1,1 lpe div $1,2 add $1,2 add $1,$2
programs/oeis/214/A214736.asm
neoneye/loda
22
208654
<filename>programs/oeis/214/A214736.asm ; A214736: Least m>0 such that n-m divides n+1+m. ; 1,2,1,4,5,2,7,8,3,10,7,4,13,14,5,10,17,6,19,20,7,22,17,8,25,16,9,28,29,10,19,32,11,34,35,12,27,38,13,40,25,14,43,32,15,28,47,16,49,50,17,52,53,18,55,34,19,42,49,20,37,62,21,64,47,22,67,68,23,58,43,24,73,74,25,46,77,26,57,80,27,8...
Transynther/x86/_processed/AVXALIGN/_st_/i9-9900K_12_0xca.log_21829_822.asm
ljhsiun2/medusa
9
208655
<reponame>ljhsiun2/medusa<filename>Transynther/x86/_processed/AVXALIGN/_st_/i9-9900K_12_0xca.log_21829_822.asm .global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r12 push %r13 push %r14 push %r9 push %rcx push %rdi push %rsi lea addresses_WC_ht+0x18b1d, %r11 nop nop nop nop nop inc %r10 mov $0x61626...
programs/oeis/128/A128496.asm
neoneye/loda
22
208656
; A128496: Row sums of unsigned triangle |A128495|=|S(2;n,m)| (sums of squares of Chebyshev's S-polynomials). ; 1,2,4,9,20,50,125,324,840,2195,5736,15012,39289,102854,269260,704925,1845500,4831574,12649205,33116040,86698896,226980647,594243024,1555748424,4073002225,10663258250,27916772500,73087059249,191344405220 mov ...
Transynther/x86/_processed/US/_st_4k_sm_/i9-9900K_12_0xca.log_21829_1532.asm
ljhsiun2/medusa
9
208657
<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r12 push %r15 push %rax push %rbp push %rbx push %rcx push %rdi push %rsi lea addresses_UC_ht+0xc130, %rsi lea addresses_WT_ht+0x17bd8, %rdi nop nop nop dec %r15 mov $13, %rcx rep movsw nop xor $22626, %rdi lea addresses_WT_ht+0x13d8, %rsi nop nop nop no...
programs/oeis/071/A071148.asm
neoneye/loda
22
208658
<reponame>neoneye/loda ; A071148: Partial sums of sequence of odd primes (A065091); a(n) = sum of the first n odd primes. ; 3,8,15,26,39,56,75,98,127,158,195,236,279,326,379,438,499,566,637,710,789,872,961,1058,1159,1262,1369,1478,1591,1718,1849,1986,2125,2274,2425,2582,2745,2912,3085,3264,3445,3636,3829,4026,4225,4436...
programs/oeis/006/A006859.asm
karttu/loda
0
208659
<filename>programs/oeis/006/A006859.asm<gh_stars>0 ; A006859: From paths in the plane. ; 1,30,330,2145,10010,37128,116280,319770,793155,1808950,3848130,7719075,14725620,26898080,47303520,80454132,132835365,213578430,335304970,515175045,776173134,1148670600,1672307000,2398236750,3391791975,4735616886,6533333730,89138052...
Transynther/x86/_processed/AVXALIGN/_st_sm_/i7-7700_9_0xca.log_21829_615.asm
ljhsiun2/medusa
9
208661
<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r10 push %r14 push %r8 push %r9 push %rax push %rcx push %rdi push %rsi lea addresses_WT_ht+0x158ea, %r14 nop nop nop nop nop sub %rcx, %rcx mov $0x6162636465666768, %r9 movq %r9, (%r14) nop nop add $20225, %rax lea addresses_UC_ht+0xedb9, %r10 clflush (...
programs/oeis/061/A061205.asm
jmorken/loda
1
208662
<filename>programs/oeis/061/A061205.asm ; A061205: a(n) = n times R(n) where R(n) (A004086) is the digit reversal of n. ; 0,1,4,9,16,25,36,49,64,81,10,121,252,403,574,765,976,1207,1458,1729,40,252,484,736,1008,1300,1612,1944,2296,2668,90,403,736,1089,1462,1855,2268,2701,3154,3627,160,574,1008,1462,1936,2430,2944,3478,4...
Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xa0_notsx.log_20_1731.asm
ljhsiun2/medusa
9
208663
<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r10 push %r12 push %r13 push %r8 push %rax push %rcx push %rdi push %rdx push %rsi lea addresses_WC_ht+0x6f1c, %r10 nop nop add %r13, %r13 movups (%r10), %xmm5 vpextrq $1, %xmm5, %rcx nop nop mfence lea addresses_D_ht+0x148b, %r10 nop xor $29050, %rdx vm...
programs/oeis/191/A191790.asm
neoneye/loda
22
208667
<filename>programs/oeis/191/A191790.asm ; A191790: Number of base pyramids in all length n left factors of Dyck paths. ; 0,0,1,1,4,5,14,20,49,76,175,286,637,1078,2353,4081,8788,15521,33098,59279,125476,227239,478192,873885,1830270,3370029,7030570,13027729,27088870,50469889,104647630,195892564,405187825,761615284,157199...
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_65.asm
ljhsiun2/medusa
9
208668
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r13 push %r14 push %rax push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_UC_ht+0x177cc, %rsi lea addresses_WT_ht+0x1ab5c, %rdi nop and $52075, %r13 mov $112, %rcx rep movsl nop add $56881, %r14 lea addresses_WT_ht+0x1ebdc, %rbx ...
Transynther/x86/_processed/AVXALIGN/_st_sm_/i7-7700_9_0x48.log_21829_1676.asm
ljhsiun2/medusa
9
208669
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r12 push %r15 push %r9 push %rcx push %rdi push %rdx push %rsi lea addresses_A_ht+0x1d66e, %rsi nop nop xor %r9, %r9 mov (%rsi), %edx nop nop nop nop nop and $26031, %r15 lea addresses_A_ht+0x1256e, %rsi lea addresses_A_ht+0xae6e, %rdi clflush (%rdi) nop and ...
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca.log_21829_1550.asm
ljhsiun2/medusa
9
208670
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r12 push %r9 push %rbp push %rcx push %rdi push %rdx push %rsi lea addresses_WT_ht+0x286e, %rbp dec %r12 mov (%rbp), %cx nop nop nop add %r11, %r11 lea addresses_D_ht+0x1642e, %rsi lea addresses_D_ht+0x130ae, %rdi nop nop nop nop nop add %rdx, %rdx mov $101, ...
libsrc/_DEVELOPMENT/string/c/sccz80/strncpy.asm
Frodevan/z88dk
640
208671
<reponame>Frodevan/z88dk ; char *strncpy(char * restrict s1, const char * restrict s2, size_t n) SECTION code_clib SECTION code_string PUBLIC strncpy EXTERN asm_strncpy strncpy: IF __CPU_GBZ80__ | __CPU_INTEL__ ld hl,sp+2 ld c,(hl) inc hl ld b,(hl) inc hl ld e,(hl) inc hl ld d,(hl) inc h...
asm/macros_obsolete.asm
b00lduck/cbmpet-asm
0
208673
// Draw one line of VVRAM to VRAM // ZP1: VVRAM even line address // ZP2: VVRAM odd line address // ZP3: VRAM line address // Affects: AC,YR,Z,C .macro DrawVVramLine() { // index of the graphics table value (0-15) lda #0 sta ZP4 // offset counter lda #0 sta ZP4+1 loop: // ...
oeis/286/A286911.asm
neoneye/loda-programs
11
208674
; A286911: Number of edge covers in the ladder graph P_2 x P_n. ; Submitted by <NAME> ; 1,7,43,277,1777,11407,73219,469981,3016729,19363879,124293499,797819173,5121067777,32871277183,210995228083,1354343064493,8693301516841,55800847838359,358176305451691,2299073773191541,14757369859827601,94725087867636847,608024489238...
src/util/sprite/cofe.asm
olifink/qspread
0
208675
<reponame>olifink/qspread * Sprite cofe * * Mode 4 * +|------------------+ * - w w w - * | w w w | * | w w w | * | w w w | * | | * | wwwwwwwwww | * | wwaaaaaaaaaaww | * | w wwaaaaaaww w | * | w wwwwww www | * | w w w | * | w w w w | * | w w...
libsrc/rex/syscall1.asm
andydansby/z88dk-mk2
1
208676
; ; System Call for REX6000 ; ; $Id: syscall1.asm,v 1.5 2002/04/17 21:30:25 dom Exp $ ; XLIB syscall1 .syscall1 pop bc pop de ;parameter pop hl ;call number push hl push de push bc ld ($c000),hl ld ($c002),de rst $10 ld hl,($c00e) ret
sys/hal/x86/hal_ustub.asm
DarkAutomata/DarkOs
2
208677
; Copyright (c) 2016, <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: ; ; * Redistributions of source code must retain the above copyright notice, this ; list of conditions and t...
programs/oeis/098/A098207.asm
neoneye/loda
22
208679
<filename>programs/oeis/098/A098207.asm ; A098207: a(n) is the square of near-repdigit number A033175(n). ; 1,961,109561,11095561,1110955561,111109555561,11111095555561,1111110955555561,111111109555555561,11111111095555555561,1111111110955555555561,111111111109555555555561 seq $0,33175 ; n 3's followed by 1. add $1,$0...
oeis/219/A219390.asm
neoneye/loda-programs
11
208680
; A219390: Numbers k such that 14*k+1 is a square. ; 0,12,16,52,60,120,132,216,232,340,360,492,516,672,700,880,912,1116,1152,1380,1420,1672,1716,1992,2040,2340,2392,2716,2772,3120,3180,3552,3616,4012,4080,4500,4572,5016,5092,5560,5640,6132,6216,6732,6820,7360,7452,8016,8112,8700,8800,9412,9516,10152,10260,10920,11032,1...
samples/sum_of_even_integers/1_with_loop.asm
fchauvel/rasp-machine
2
208681
<reponame>fchauvel/rasp-machine ;; Sum all the even number until the given limit segment: data limit 1 0 sum 1 0 remainder 1 0 each_integer 1 0 segment: code read limit loop: load -1 add each_integer ...
programs/oeis/245/A245555.asm
jmorken/loda
1
208682
<reponame>jmorken/loda ; A245555: Trajectory of 1 under the morphism 1 -> 12, 2 -> 23, 3 -> 31. ; 1,2,2,3,2,3,3,1,2,3,3,1,3,1,1,2,2,3,3,1,3,1,1,2,3,1,1,2,1,2,2,3,2,3,3,1,3,1,1,2,3,1,1,2,1,2,2,3,3,1,1,2,1,2,2,3,1,2,2,3,2,3,3,1,2,3,3,1,3,1,1,2,3,1,1,2,1,2,2,3,3,1,1,2,1,2,2,3,1,2,2,3,2,3,3,1,3,1,1,2,1,2,2,3,1,2,2,3,2,3,3,...
libsrc/_DEVELOPMENT/arch/zx/esxdos/z80/asm_esxdos_f_write.asm
jpoikela/z88dk
640
208683
<reponame>jpoikela/z88dk ; int esxdos_f_write(uchar handle, void *src, size_t nbyte) INCLUDE "config_private.inc" SECTION code_clib SECTION code_esxdos PUBLIC asm_esxdos_f_write EXTERN __esxdos_error_zc asm_esxdos_f_write: ; F_WRITE: ; Write BC bytes from HL off file handle A. On return BC=number of bytes a...
oeis/059/A059859.asm
neoneye/loda-programs
11
208684
; A059859: Sum of squares of first n quarter-squares (A002620). ; 0,0,1,5,21,57,138,282,538,938,1563,2463,3759,5523,7924,11060,15156,20340,26901,35001,45001,57101,71742,89166,109902,134238,162799,195923,234339,278439,329064,386664,452200,526184,609705,703341,808317,925281,1055602,1200002,1360002,1536402,1730883,1944327...
boot/05_function.asm
musgravejw/OS
8
208685
; ; A boot sector that prints a string using our function. ; [org 0x7c00] ; Tell the assembler where this code will be loaded mov bx, HELLO_MSG call print_string mov bx, GOODBYE_MSG call print_string jmp $ %include "print_string.asm" ; Data HELLO_MSG: db 'Hello, World!', 0 ; <-- The zero on the end tells our...
asm/real/gdt.asm
CtrlTab-Network/CtrlTabOS
0
208686
<filename>asm/real/gdt.asm<gh_stars>0 ; GDT gdt_start: gdt_null: ; the mandatory null descriptor dd 0x0 ; ’dd ’ means define double word ( i.e. 4 bytes ) dd 0x0 gdt_code: ; the code segment descriptor ; base =0x0 , limit =0xfffff , ; 1st flags : ( present )1 ( privilege )0...
programs/oeis/257/A257587.asm
neoneye/loda
22
208687
<filename>programs/oeis/257/A257587.asm ; A257587: If n = abcd... in decimal, a(n) = a^2-b^2+c^2-d^2+... ; 0,1,4,9,16,25,36,49,64,81,1,0,-3,-8,-15,-24,-35,-48,-63,-80,4,3,0,-5,-12,-21,-32,-45,-60,-77,9,8,5,0,-7,-16,-27,-40,-55,-72,16,15,12,7,0,-9,-20,-33,-48,-65,25,24,21,16,9,0,-11,-24,-39,-56,36,35,32 lpb $0 mov $2...
Src/Ant8/Tests/Ant8/basic/10_ld_r0.asm
geoffthorpe/ant-architecture
0
208688
<filename>Src/Ant8/Tests/Ant8/basic/10_ld_r0.asm # $Id: 10_ld_r0.asm,v 1.2 2001/03/22 00:39:03 ellard Exp $ # # Copyright 1999-2000 by the President and Fellows of Harvard College. # See LICENSE.txt for license information. # #@ Tests basic ld1 functionality for r0 # OK lc r2, $a ld1 r0, r2, 0 hlt _data_: a: ....
oeis/315/A315342.asm
neoneye/loda-programs
11
208690
<reponame>neoneye/loda-programs<gh_stars>10-100 ; A315342: Coordination sequence Gal.5.303.3 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> ; 1,6,10,16,22,28,34,38,44,50,54,60,66,72,78,82,88,94,98,104,110,116,122...
tests/lua_examples/trivial/lua_parse_line.asm
fengjixuchui/sjasmplus
220
208691
org 0x1234 ; eol comment belong to ORG lua allpass ; machine code needs to be emitted in *every* pass (and the same one) sj.parse_line("allpass_1: rrca") -- try without EOL comment first sj.parse_line("allpass_2: rra ; with eol comment") -- *with* sj.parse_line("all...
engine/events/play_slow_cry.asm
Dev727/ancientplatinum
28
208692
PlaySlowCry: ld a, [wScriptVar] call LoadCry jr c, .done ld hl, wCryPitch ld a, [hli] ld h, [hl] ld l, a ld bc, -$140 add hl, bc ld a, l ld [wCryPitch], a ld a, h ld [wCryPitch + 1], a ld hl, wCryLength ld a, [hli] ld h, [hl] ld l, a ld bc, $60 add hl, bc ld a, l ld [wCryLength], a ld a, h ld [w...
solutions/19-countdown/triple fork - speed.asm
Ernesto-Alvarez/HRM-Puzzles
0
208693
<gh_stars>0 -- HUMAN RESOURCE MACHINE PROGRAM -- JUMP d a: b: c: OUTBOX d: INBOX JUMPZ c COPYTO 0 JUMPN f e: OUTBOX BUMPDN 0 JUMPZ b JUMP e f: g: OUTBOX BUMPUP 0 JUMPZ a JUMP g
programs/oeis/135/A135491.asm
karttu/loda
0
208694
<reponame>karttu/loda ; A135491: Number of ways to toss a coin n times and not get a run of four. ; 1,2,4,8,14,26,48,88,162,298,548,1008,1854,3410,6272,11536,21218,39026,71780,132024,242830,446634,821488,1510952,2779074,5111514,9401540,17292128,31805182,58498850,107596160,197900192,363995202,669491554,1231386948,226487...
oeis/079/A079971.asm
neoneye/loda-programs
11
208695
<filename>oeis/079/A079971.asm<gh_stars>10-100 ; A079971: Number of compositions (ordered partitions) of n into parts 1, 2, and 5. ; Submitted by <NAME> ; 1,1,2,3,5,9,15,26,44,75,128,218,372,634,1081,1843,3142,5357,9133,15571,26547,45260,77164,131557,224292,382396,651948,1111508,1895013,3230813,5508222,9390983,16010713...
programs/oeis/123/A123575.asm
neoneye/loda
22
208696
; A123575: The Kruskal-Macaulay function L_3(n). ; 0,0,0,0,1,1,1,2,2,3,5,5,5,6,6,7,9,9,10,12,15,15,15,16,16,17,19,19,20,22,25,25,26,28,31,35,35,35,36,36,37,39,39,40,42,45,45,46,48,51,55,55,56,58,61,65,70,70,70,71,71,72,74,74,75,77,80,80,81,83,86,90,90,91,93 lpb $0 sub $0,1 mov $2,$0 max $2,0 seq $2,56558 ; Thi...
programs/oeis/004/A004054.asm
karttu/loda
0
208697
<filename>programs/oeis/004/A004054.asm ; A004054: Expansion of (1-x)/((1+x)*(1-2*x)*(1-3*x)). ; 1,3,11,35,111,343,1051,3195,9671,29183,87891,264355,794431,2386023,7163531,21501515,64526391,193622863,580955971,1743042675,5229477551,15689131703,47068793211,141209175835,423633119911,1270910544543,3812754003251,1143830674...
programs/oeis/026/A026352.asm
neoneye/loda
22
208699
; A026352: a(n) = floor(n*tau)+n+1. ; 1,3,6,8,11,14,16,19,21,24,27,29,32,35,37,40,42,45,48,50,53,55,58,61,63,66,69,71,74,76,79,82,84,87,90,92,95,97,100,103,105,108,110,113,116,118,121,124,126,129,131,134,137,139,142,144 mov $1,$0 seq $0,66096 ; Duplicate values in A060143. add $1,12 add $0,$1 sub $0,11
Transynther/x86/_processed/AVXALIGN/_st_/i7-7700_9_0xca.log_21829_360.asm
ljhsiun2/medusa
9
208700
.global s_prepare_buffers s_prepare_buffers: push %r8 push %r9 push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_WC_ht+0x1d9bf, %rsi lea addresses_A_ht+0x960f, %rdi nop and %r9, %r9 mov $127, %rcx rep movsq nop nop nop nop nop xor $64996, %rdx lea addresses_WT_ht+0xb0a7, %rsi lea addresses_UC_ht+0x7056, %...
oeis/142/A142566.asm
neoneye/loda-programs
11
208701
<reponame>neoneye/loda-programs ; A142566: Primes congruent to 36 mod 53. ; Submitted by <NAME> ; 89,619,937,1361,1997,2633,3163,5813,6131,6343,6449,6661,7297,7933,8039,8887,9311,9629,10159,10477,11113,12491,12703,12809,13127,13339,13763,14081,14293,14717,14929,15671,16519,16943,17579,17791,18427,19381,19699,20123,2044...
arch/x86/crti.asm
pi-pi3/funky-kernel
0
208702
bits 32 section .init global _init:function _init: push ebp, mov ebp, esp section .fini global _fini:function _fini: push ebp, mov ebp, esp
hugi23.asm
rejment/size-coding
0
208705
<gh_stars>0 ;;; ;; Recursive backtracking knights tour ;; ; aug 28 - 93 first attempt ; aug 28 - 79 still just goofing ; aug 28 - 77 oh how I suck at asm IO ; aug 28 - 72 carry for backtrack-flag ; aug 28 - 70 cx for depth counter ; aug 28 - 69 redundant ret removed ; aug 28 - 68 updated movetable for sma...
oeis/265/A265102.asm
neoneye/loda-programs
11
208706
<filename>oeis/265/A265102.asm<gh_stars>10-100 ; A265102: a(n) = binomial(8*n + 6, 4*n + 1)/(8*n + 6). ; Submitted by <NAME>(s3) ; 1,143,22610,3991995,757398510,150946230006,31170212479588,6611198199648595,1431806849011462742,315319074704135127010,70398290295706497441660,15897587681946817926283230,362489890118599829492...
CPU/cpu_test/test_storage/test1_NoHazard.asm
SilenceX12138/MIPS-Microsystems
55
208707
<reponame>SilenceX12138/MIPS-Microsystems<filename>CPU/cpu_test/test_storage/test1_NoHazard.asm<gh_stars>10-100 ori $1,$0,0x1234 ori $2,$0,0xfffe lui $3,0xffff lui $4,0x1919 lui $5,0x1287 addu $6,$1,$2 subu $7,$2,$1 addu $8,$2,$3 subu $9,$4,$5 sw $6,0($0) sw $7,4($0) sw $8,8($0) sw $9,12($0) lw $10,0($0) lw $11,4($0) l...
PseudoInstructions.asm
WilsenHernandez/MIPS-Tutorial
0
208709
<gh_stars>0 .data msg: .asciiz "Hi" .text main: addi $s0, $zero, -10 bgtz $s0, sayhi # End main li $v0, 10 syscall sayhi: li $v0, 4 la $a0, msg syscall
programs/oeis/161/A161569.asm
jmorken/loda
1
208710
<reponame>jmorken/loda ; A161569: Sum of first n nonprimes minus their indices. ; 0,2,5,9,13,17,22,28,34,40,47,55,63,71,80,89,98,107,116,126,137,148,159,170,181,193,205,217,230,244,258,272,287,302,317,332,347,363,379,395,411,427,444,462,480,498,516,534,553,572,591,611,632 mov $3,$0 mov $6,$0 lpb $3 mov $0,$6 sub $...
programs/oeis/110/A110803.asm
karttu/loda
1
208711
<filename>programs/oeis/110/A110803.asm ; A110803: n times the number of digits in the decimal expansion of n. ; 1,2,3,4,5,6,7,8,9,20,22,24,26,28,30,32,34,36,38,40,42,44,46,48,50,52,54,56,58,60,62,64,66,68,70,72,74,76,78,80,82,84,86,88,90,92,94,96,98,100,102,104,106,108,110,112,114,116,118,120,122,124,126,128,130,132,1...
original version (1984)/asm/map16-init.asm
fa8ntomas/bclk-samples
0
208712
; Map 16 init ; got an extra life here ldx CurrentPlayer lda MaxExtraLives1,X bne @+ jsr L27D6 @ rts
scripts/celadonmart5.asm
etdv-thevoid/pokemon-rgb-enhanced
1
208713
CeladonMart5Script: jp EnableAutoTextBoxDrawing CeladonMart5TextPointers: dw CeladonMart5Text1 dw CeladonMart5Text2 dw CeladonMart5Clerk1Text dw CeladonMart5Clerk2Text dw CeladonMart5Text5 CeladonMart5Text1: TX_FAR _CeladonMart5Text1 db "@" CeladonMart5Text2: TX_FAR _CeladonMart5Text2 db "@" CeladonMart5T...
mkdir.asm
sloanetj/Xv6-Container-Support
0
208714
<filename>mkdir.asm _mkdir: file format elf32-i386 Disassembly of section .text: 00000000 <main>: #include "stat.h" #include "user.h" int main(int argc, char *argv[]) { 0: 8d 4c 24 04 lea 0x4(%esp),%ecx 4: 83 e4 f0 and $0xfffffff0,%esp 7: ff 71 fc pushl -0x4(...
Lab_Task/Lab_2/ASSESSMENT02.asm
Saeed019/CSE331L_Section_7_Summer_2020_NSU
0
208715
; You may customize this and other start-up templates; ; The location of this template is c:\emu8086\inc\0_com_template.txt org 100h K EQU 1 K1 EQU 2 MOV AX,K ADD AX,K1 ADD AX,K1 ADD AX,K ret
assembler/tests/t_29k/t_29k.asm
paulscottrobson/RCA-Cosmac-VIP-III
1
208716
<reponame>paulscottrobson/RCA-Cosmac-VIP-III<gh_stars>1-10 cpu AM29240 emulated class,convert,sqrt supmode on page 0 relaxed on include reg29k add r128,r129,r130 add r129,r130,131 ...
src/state-level-complete.asm
santiontanon/triton
41
208717
<filename>src/state-level-complete.asm ;----------------------------------------------- ; return: ; - z: clear ; - nz: there is still a power pellet or enemy any_enemy_or_power_pellet: ld hl,enemies ld de,ENEMY_STRUCT_SIZE ld b,MAX_ENEMIES any_enemy_or_power_pellet_enemies_loop: ld a,(hl) or a jr nz,any_enemy_or_...
programs/oeis/341/A341250.asm
karttu/loda
1
208718
<filename>programs/oeis/341/A341250.asm<gh_stars>1-10 ; A341250: a(n) = 5*a(n-1) - 4*a(n-3) for n >= 4, where a(1) = 1, a(2) = 3, a(3) = 13. ; 1,3,13,61,293,1413,6821,32933,159013,767781,3707173,17899813,86427941,417311013,2014955813,9729067301,46976092453,226820639013,1095186925861,5288030259493,25532868741413,1232835...
libsrc/target/vz/graphics/pixladdr.asm
Frodevan/z88dk
640
208719
<filename>libsrc/target/vz/graphics/pixladdr.asm<gh_stars>100-1000 ; ;----------- GFX paging ------------- SECTION code_clib PUBLIC pixeladdress EXTERN pixeladdress_MODE1 ; Entry h = x ; l = y ; Exit: de = address ; hl = undisturbed ; a = pixel number ; Uses: a, bc, de, hl defc pixeladdress = pix...
sanity.asm
Nehoray-Marziano/XV6-Scheduling-Policies
0
208720
<gh_stars>0 _sanity: file format elf32-i386 Disassembly of section .text: 00000000 <main>: return fib(num-1)+fib(num-2); } int main(int argc, char *argv[]) { 0: 8d 4c 24 04 lea 0x4(%esp),%ecx 4: 83 e4 f0 and $0xfffffff0,%esp 7: ff 71 fc pushl -0x4(%ecx) ...
libsrc/gfx/portable/w_commondrawr.asm
Frodevan/z88dk
640
208722
SECTION code_graphics PUBLIC commondrawr EXTERN _linedraw EXTERN __gfx_coords ; Common line drawing entry point ; ;void *(int dx, int dy) __smallc ;Note ints are actually uint8_t ;Entry: hl = drawr function commondrawr: push hl ;Function pointer ld hl,__gfx_coords+2 ld c,(hl) inc hl ld b,(hl) ld hl,sp...
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_2_887.asm
ljhsiun2/medusa
9
208725
<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r11 push %r12 push %r13 push %r9 push %rax push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_A_ht+0x78c6, %r11 nop nop nop add $8560, %rdx mov $0x6162636465666768, %r13 movq %r13, (%r11) nop nop xor $22474, %rax lea addresses_WT_ht+0x2a86, ...
data/pokemon/dex_entries/exeggutor.asm
Dev727/ancientplatinum
28
208727
<reponame>Dev727/ancientplatinum db "COCONUT@" ; species name dw 607, 2650 ; height, weight db "Living in a good" next "environment makes" next "it grow lots of" page "heads. A head that" next "drops off becomes" next "an EXEGGCUTE.@"