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
oeis/122/A122737.asm
neoneye/loda-programs
11
57753
<reponame>neoneye/loda-programs<gh_stars>10-100 ; A122737: Expansion of 1 - 3*x - sqrt(1 - 6*x + 5*x^2). ; Submitted by <NAME> ; 0,2,6,20,72,274,1086,4438,18570,79174,342738,1502472,6656436,29756910,134061570,608072340,2774495160,12726088630,58646299650,271401086380,1260750482760,5876782098790,27479558368170,1288615941...
code/seagullbird/t13.asm
KongoHuster/assembly-exercise
1
57754
TITLE seagullbird_t13 .MODEL SMALL .DATA MESSAGE DB 'PLEASE INPUT A NUMBER TO RING: $' .CODE MAIN PROC FAR ASSUME CS:_TEXT, DS:_DATA PUSH DS XOR AX, AX PUSH AX MOV AX, @DATA MOV DS, AX PRINT: MOV AH, 09 LEA DX, MESSAGE INT 21H MOV AH, 01H INT 21H CMP AL, 30H JL PRINT CMP AL, 39H JG PRINT SUB AL, ...
data/wildPokemon/route18.asm
etdv-thevoid/pokemon-rgb-enhanced
9
57755
Route18Mons: db $19 db 20,SPEAROW db 22,SPEAROW db 25,RATICATE db 24,DODUO db 25,FEAROW db 26,DODUO db 28,DODUO db 29,RATICATE db 27,FEAROW db 29,FEAROW db $00
assembler/asm_example/all_general_test.asm
dpolad/dlx
1
57756
l1: add r9,r20,r10 addi r1,r2,#-5 and r9,r3,r10 andi r20,r9,#8 lw r19, 63(r8) nop ori r5, r3, #342 sge r1,r2,r10 sgei r9,r20,#6 sle r13,r2,r4 slei r1,r3,#-4 sll r1,r2,r3 slli r4,r1,#5 sne r1,r2,r3 snei r3,r5,#4 srl r5,r7,r8 srli r7,r5,#2 sub r6,r12,r15 subi r7,r9,#-30 xor r6,r12,r15 xori r6,r12,#1 addu r5,r3,r4 addui ...
hello-bochs/boot.asm
heropoo/learning-x86-assembler
0
57757
<filename>hello-bochs/boot.asm org 0x7c00 jmp entry db 0x90 entry: mov ax,0 mov ss,ax mov sp,0x7c00 mov ds,ax mov es,ax mov si,msg putloop: mov al,[si] add si,1 cmp al,0 je fin mov ah,0x0e mov bx,15 int 0x10 jmp putloop fin: hlt jmp fin msg: db...
data/pokemon/base_stats/luxray.asm
AtmaBuster/pokeplat-gen2
6
57760
db 0 ; species ID placeholder db 80, 120, 79, 70, 95, 79 ; hp atk def spd sat sdf db ELECTRIC, ELECTRIC ; type db 45 ; catch rate db 235 ; base exp db NO_ITEM, NO_ITEM ; items db GENDER_F50 ; gender ratio db 20 ; step cycles to hatch INCBIN "gfx/pokemon/luxray/front.dimensions" db GROWTH_MEDIUM...
code/catchme.asm
jakiki6/my-bytecode
2
57761
_start: 0x30 dei x stw ; init x 0x30 dei y stw ; init y 1 fc stw main: ; limit x and y x ldw 0x24 dei mod x stw y ldw 0x25 dei mod y stw 0x30 dei 0x21 deo ; red 0x30 dei 0x22 deo ; green 0x30 dei 0x23 deo ; blue x ldw 0x24 deo ; write x y ldw 0x25 deo ; write y 0x00 0x20 deo ; draw fc ldw 1 sub fc s...
telemetry-firmware-atmega8.asm
SchoolSpaceTelescope/telemetry-firmware-atmega8
0
57762
.include "m8def.inc" .def temp = R16 .def temp1 = R17 .def temp2 = R18 .def ch = R19 ; channel_type and channel_num reg .def ch_num = R20 .def temp3 = R21 .equ VERSION = 5 .equ BAUD = 9600 .equ FREQ = 14745600 .equ UBRR_CONST = FREQ / (16 * BAUD) - 1 .dseg .cseg .org 0 .macro UART_Tx usart_loop: sbis UCSRA, UDRE...
Transynther/x86/_processed/AVXALIGN/_zr_/i9-9900K_12_0xa0.log_21829_1585.asm
ljhsiun2/medusa
9
57765
<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r10 push %r12 push %r9 push %rcx push %rdi push %rdx push %rsi lea addresses_UC_ht+0xfcc9, %r12 nop inc %rdx movups (%r12), %xmm2 vpextrq $1, %xmm2, %r9 sub $42349, %rsi lea addresses_UC_ht+0x1c905, %rsi lea addresses_UC_ht+0x5085, %rdi nop add %r9, %r9 ...
Transynther/x86/_processed/NONE/_zr_/i7-8650U_0xd2.log_21829_1225.asm
ljhsiun2/medusa
9
57766
<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r12 push %r14 push %r15 push %rax push %rbp push %rcx push %rdi push %rsi lea addresses_normal_ht+0xa0c3, %rsi lea addresses_UC_ht+0x1bd13, %rdi nop nop add $42032, %r15 mov $36, %rcx rep movsw nop lfence lea addresses_WC_ht+0x1df13, %rsi lea addresses_D...
oeis/249/A249564.asm
neoneye/loda-programs
11
57767
<reponame>neoneye/loda-programs ; A249564: E.g.f.: Sum_{n>=0} exp(x*n*(n+1)/2). ; Submitted by <NAME> ; 1,1,10,244,11378,867395,98204132,15475158552,3239399341956,869652788703285,291315412833808702,119114020598815073524,58386684085633233147478,33797341113242898165287495,22810507257314647778044971848,1775512283624314158...
4-8086/computer_with_terminate.asm
etzinis/micro_lab_ntua
0
57768
<filename>4-8086/computer_with_terminate.asm include 'lib4i.inc' data segment num1 DW 0 num2 DW 0 NEWLINE DB 0AH,0DH,'$' data ends code_seg segment assume cs:code, ds:data, es:data main proc far start: mov ax,data mov ds,ax mov es,ax ...
oeis/125/A125102.asm
neoneye/loda-programs
11
57769
<filename>oeis/125/A125102.asm ; A125102: Triangle read by rows: T(n,k)=(k+1)binomial(n,k) + [3-(-1)^k]binomial(n,k+1)/2 (0<=k<=n). ; Submitted by <NAME> ; 1,2,2,3,6,3,4,12,10,4,5,20,22,18,5,6,30,40,50,26,6,7,42,65,110,81,38,7,8,56,98,210,196,140,50,8,9,72,140,364,406,392,204,66,9,10,90,192,588,756,924,624,306,82,10,11...
oeis/160/A160294.asm
neoneye/loda-programs
11
57771
<filename>oeis/160/A160294.asm ; A160294: Numerator of Hermite(n, 13/30). ; Submitted by <NAME> ; 1,13,-281,-15353,179761,29972293,-14822441,-81117882833,-1007841787679,278922434958973,7707750894566599,-1154950195686012713,-53167719472022830319,5545550703568171856053,383123318057719791494839,-29956366297729125403700993...
programs/oeis/129/A129009.asm
neoneye/loda
22
57772
<reponame>neoneye/loda ; A129009: (n^3+n^2)*9^n. ; 18,972,26244,524880,8857350,133923132,1874923848,24794911296,313810596090,3835462841100,45565298552268,528708092292432,6014054549826414,67257769817585340,741208075540736400,8064343861883212032,86754699201665491938,923982574888326588876,9753149401599002882580,1021243898...
programs/oeis/277/A277385.asm
karttu/loda
1
57773
; A277385: Records in A277384. ; 15,33,65,105,153,209,273,345,425,513,609,713,825,945,1073,1209,1353,1505,1665,1833,2009,2193,2385,2585,2793,3009,3233,3465,3705,3953,4209,4473,4745,5025,5313,5609,5913,6225,6545,6873,7209,7553,7905,8265,8633,9009,9393,9785,10185,10593,11009,11433,11865,12305,12753,13209,13673,14145,1462...
oeis/319/A319997.asm
neoneye/loda-programs
11
57774
<filename>oeis/319/A319997.asm ; A319997: a(n) = Sum_{d|n, d is odd} mu(n/d)*d, where mu(n) is Moebius function A008683. ; Submitted by <NAME> ; 1,-1,2,0,4,-2,6,0,6,-4,10,0,12,-6,8,0,16,-6,18,0,12,-10,22,0,20,-12,18,0,28,-8,30,0,20,-16,24,0,36,-18,24,0,40,-12,42,0,24,-22,46,0,42,-20,32,0,52,-18,40,0,36,-28,58,0,60,-30,...
oeis/342/A342636.asm
neoneye/loda-programs
11
57775
<reponame>neoneye/loda-programs<gh_stars>10-100 ; A342636: a(0) = 0, a(1) = 1; a(2*n) = a(n), a(2*n+1) = 7*a(n) + a(n+1). ; Submitted by <NAME> ; 0,1,1,8,1,15,8,57,1,22,15,113,8,113,57,400,1,29,22,169,15,218,113,799,8,169,113,848,57,799,400,2801,1,36,29,225,22,323,169,1198,15,323,218,1639,113,1590,799,5601,8,225,169,12...
oeis/192/A192831.asm
neoneye/loda-programs
11
57776
; A192831: Molecular topological indices of the hypercube graphs. ; Submitted by <NAME>(s3) ; 4,48,360,2304,13600,76032,407680,2113536,10658304,52531200,254003200,1208549376,5672083456,26309885952,120803328000,549772591104,2482528976896,11132640165888,49615651471360,219902744985600,969770180542464,4257311052791808,1861...
lib-src/libflac/src/libFLAC/ia32/fixed_asm.nasm
bit-trade-one/SoundModuleAP
1
57777
; vim:filetype=nasm ts=8 ; libFLAC - Free Lossless Audio Codec library ; Copyright (C) 2001-2009 <NAME> ; Copyright (C) 2011-2013 Xiph.Org Foundation ; ; Redistribution and use in source and binary forms, with or without ; modification, are permitted provided that the following conditions ; are met: ...
mmlgb/driver/freq.asm
misterdanb/TheWindWizerd
0
57779
;-------------------------------------------------------- ; File Created by SDCC : FreeWare ANSI-C Compiler ; Version 2.3.1 Wed Sep 12 19:33:30 2018 ;-------------------------------------------------------- .module lcc53840 ;-------------------------------------------------------- ; Public variables in this module ...
programs/oeis/138/A138357.asm
neoneye/loda
22
57780
<reponame>neoneye/loda<filename>programs/oeis/138/A138357.asm ; A138357: Floor of sum of the first n^2 square roots. ; 0,1,6,19,44,85,146,231,345,490,671,892,1157,1470,1836,2257,2738,3283,3896,4581,5343,6184,7109,8122,9227,10428,11730,13135,14648,16273,18014,19875,21861,23974,26219,28600,31121,33786,36600,39565,42686,4...
work/_ff3-DSfy.asm
ypyp-pprn-mnmn/ff3_hack
4
57781
;; _ff3-DSfy.asm ;; ;; creates a patch with newly implemented features. ;; ;;================================================================================================= ;; feature flag declarations. flags roughly follow the naming convention below: ;; - _OPTIMIZE_XXX: ;; if enabled, it will replace the or...
examples/nyan.asm
jblang/TMS9918A
86
57782
; Nyan Cat for RC2014 and SC126 with TMS9918 and YM2149 ; Hand-written assembly by <NAME> ; Nyan Cat images from Passan Kiskat by Dromedaar Vision: http://www.dromedaar.com/ ; Nyan Cat theme by Karbofos: https://zxart.ee/eng/authors/k/karbofos/tognyanftro/qid:136394/ ; PTx Player by S.V.Bulba <<EMAIL>> UseAY: ...
header/001/SNROM.asm
freem/nes_corelib
16
57784
; SNROM: (128,256KB)PRG-ROM + 8KB PRG-RAM + 8KB CHR-RAM/ROM ; http://bootgod.dyndns.org:7777/search.php?keywords=SNROM&kwtype=pcb ;------------------------------------------------------------------------------; ; number of 16K PRG banks ; Valid configurations: $08 (128K), $10 (256K) PRG_BANKS = $08 ; CHR RAM/ROM toggl...
dino/lcs/base/17.asm
zengfr/arcade_game_romhacking_sourcecode_top_secret_data
6
57785
copyright zengfr site:http://github.com/zengfr/romhack 0007AC move.b $800000.l, ($17,A5) [base+ 16] 0007B4 move.b $f1c001.l, ($18,A5) [base+ 17] 0007C0 not.b ($17,A5) [base+ 16] 0007C4 not.b ($18,A5) [base+ 17] 007052 move.b ($17,A5), D0 007056 move.b ($1c,A5), D1 [base+ 17] 00705C and.b ($17,A5), D0 ...
programs/oeis/308/A308305.asm
karttu/loda
0
57786
<reponame>karttu/loda ; A308305: a(n) = s(n,n) + s(n,n-1) + s(n,n-2), where s(n,k) are the unsigned Stirling numbers of the first kind (see A132393). ; 1,2,6,18,46,101,197,351,583,916,1376,1992,2796,3823,5111,6701,8637,10966,13738,17006,20826,25257,30361,36203,42851,50376,58852,68356,78968,90771,103851,118297,134201,15...
oeis/006/A006497.asm
neoneye/loda-programs
11
57787
<reponame>neoneye/loda-programs ; A006497: a(n) = 3*a(n-1) + a(n-2) with a(0) = 2, a(1) = 3. ; Submitted by <NAME>(s4) ; 2,3,11,36,119,393,1298,4287,14159,46764,154451,510117,1684802,5564523,18378371,60699636,200477279,662131473,2186871698,7222746567,23855111399,78788080764,260219353691,859446141837,2838557779202,93751...
asm/nasm/hello_world.asm
JohnnyGOX17/c-cpp-lib
0
57789
<filename>asm/nasm/hello_world.asm section .data msg db "hello, world!" section .text global _start _start: mov rax, 1 mov rdi, 1 mov rsi, msg mov rdx, 13 syscall mov rax, 60 mov rdi,0 syscall
oeis/330/A330560.asm
neoneye/loda-programs
11
57790
<reponame>neoneye/loda-programs ; A330560: a(n) = number of primes p <= prime(n) with Delta(p) == 2 mod 4, where Delta(p) = nextprime(p) - p. ; Submitted by <NAME>iga ; 0,1,2,2,3,3,4,4,5,6,7,7,8,8,9,10,11,12,12,13,14,14,15,15,15,16,16,17,17,18,18,19,20,21,22,23,24,24,25,26,27,28,29,29,30,30,30,30,31,31,32,33,34,35,36,3...
oeis/051/A051562.asm
neoneye/loda-programs
11
57791
; A051562: Second unsigned column of triangle A051380. ; Submitted by <NAME> ; 0,1,19,299,4578,71394,1153956,19471500,343976400,6366517200,123418922400,2503748556000,53091962697600,1175271048201600,27123099523027200,651708291206649600,16282170039031142400,422442356177495808000,11368203890657822208000,316943773428877410...
data/battle_tower/classes.asm
AtmaBuster/pokeplat-gen2-old
2
57792
<reponame>AtmaBuster/pokeplat-gen2-old<filename>data/battle_tower/classes.asm BattleTowerTrainers: ; The trainer class is not used in Crystal 1.0 due to a bug. ; Instead, the sixth character in the trainer's name is used. ; See BattleTowerText in engine/events/battle_tower/trainer_text.asm. db "HANSON@@@@", FISHER db...
oeis/142/A142288.asm
neoneye/loda-programs
11
57793
; A142288: Primes congruent to 39 mod 43. ; Submitted by <NAME>(w3) ; 211,383,641,727,1759,1931,2017,2447,2791,2963,3049,3221,3307,3823,4253,4339,4597,5113,5801,6317,6661,6833,7177,7349,7607,7951,8123,8209,8467,9241,9413,9929,10273,10531,10789,11047,11821,12251,12853,13627,13799,14057,14143,14401,14831,16981,17239,1749...
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_1629.asm
ljhsiun2/medusa
9
57795
<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r10 push %r8 push %rbp push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_A_ht+0x1c131, %rdx nop nop nop cmp $51623, %rsi movl $0x61626364, (%rdx) nop nop sub %rbx, %rbx lea addresses_WC_ht+0x1cad8, %r8 nop xor %rdx, %rdx movb (%r8), %cl nop...
libsrc/_DEVELOPMENT/input/ep/z80/in_key_translation_table.asm
jpoikela/z88dk
640
57796
; This table translates key presses into ascii codes. SECTION rodata_clib SECTION rodata_input PUBLIC in_key_translation_table in_key_translation_table: ;EP keyboard matrix: ; b7 b6 b5 b4 b3 b2 b1 b0 ;Row 80H 40H 20H 10H 08H 04H 02H 01H ; 0 L.SH. Z ...
work_ram_tests.asm
jwestfall69/ddragon-diag
0
57797
<filename>work_ram_tests.asm include "ddragon.inc" include "ddragon_diag.inc" include "error_codes.inc" include "macros.inc" ; Work ram can't use the normal mem_tester code since it depends ; on work ram. The below function handle testing work ram global auto_work_ram_tests section text auto_work_ram_tests: ...
Program1(DataDefinitions)/test.asm
TomasOchoa/CSCI-231-Program1
0
57798
<filename>Program1(DataDefinitions)/test.asm INCLUDE Irvine32.inc ;//******************************** DATA SEGMENT ******************************** .data ;// variable declaration source BYTE "This is the source string", 0 target BYTE SIZEOF source DUP('#') temp BYTE SIZEOF source DUP('#') ;//*************...
src/game/game.asm
danielg0/yatzy-gb
0
57799
<reponame>danielg0/yatzy-gb<gh_stars>0 INCLUDE "hardware.inc" INCLUDE "macros.inc" ; Game Constants CURSOR_MIN EQU 01 ; max value W_CURSOR_POS can hold CURSOR_MAX EQU 17 ; min "" HELD_MIN EQU 01 ; max and min value W_HELD_POS can hold HELD_MAX EQU 05 SECTION "Game Variables", WRAM0 W_CURSOR_POS: DS 1 ; byte...
xy-VSFilter/src/dsutil/a_yuvtable.asm
wurui1994/AviSynth
1
57801
; VirtualDub - Video processing and capture application ; Copyright (C) 1998-2001 <NAME> ; ; This program is free software; you can redistribute it and/or modify ; it under the terms of the GNU General Public License as published by ; the Free Software Foundation; either version 2 of the License, or ; (at your op...
oeis/002/A002776.asm
neoneye/loda-programs
11
57802
<gh_stars>10-100 ; A002776: Terms in certain determinants. ; Submitted by <NAME> ; 1,5,34,258,2136,19320,190800,2051280,23909760,300827520,4067884800,58877280000,908666035200,14901260774400,258832346572800,4748165630208000,91746433658880000,1862735060938752000,39649900359573504000,883021783867711488000,2053612585101901...
sw/552tests/rand_simple/t_2_andni.asm
JPShen-UWM/ThreadKraken
1
57804
<gh_stars>1-10 // seed 2 lbi r0, 160 // icount 0 slbi r0, 244 // icount 1 lbi r1, 221 // icount 2 slbi r1, 16 // icount 3 lbi r2, 80 // icount 4 slbi r2, 107 // icount 5 lbi r3, 186 // icount 6 slbi r3, 222 // icount 7 lbi r4, 67 // icount 8 slbi r4, 41 // icount 9 lbi r5, 243 // icount 10 slbi r5, 177 // icount 11 lbi...
Transynther/x86/_processed/NC/_zr_/i7-7700_9_0x48_notsx.log_21829_1311.asm
ljhsiun2/medusa
9
57805
<reponame>ljhsiun2/medusa<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r11 push %r12 push %r14 push %r8 push %rbx push %rdi push %rsi lea addresses_WT_ht+0x287f, %r12 clflush (%r12) nop nop nop nop nop sub %rdi, %rdi movups (%r12), %xmm4 vpextrq $0, %xmm4, %r14 nop add %r12, %r12 lea addresses_A_ht+...
oeis/105/A105927.asm
neoneye/loda-programs
11
57807
; A105927: Let d(n) = A000166(n); then a(n) = ( (n^2+n-1)*d(n) + (-1)^(n-1)*(n-1) )/2. ; Submitted by <NAME>(s1) ; 0,0,2,12,84,640,5430,50988,526568,5940576,72755370,961839340,13656650172,207316760352,3351430059614,57487448630220,1042952206111440,19954639072648768,401578933206288978,8480263630552747596,1875055652349129...
MIPS/Pre/哈密顿回路.asm
JJLeo/BUAA-CO-2020
9
57809
<gh_stars>1-10 .data a: .space 1000 vis: .space 100 sk: .space 100 addr: .space 100 i: .space 100 .macro read(%x) li $v0, 5 syscall move %x, $v0 .end_macro .macro printd li $v0, 1 syscall .end_macro .macro end li $v0, 10 syscall .end_macro .macro id(%x, %i, %j) sll %x, %i, 3 # %x=%i*8 add %x, %x, %j # %x=%x+%j ...
oeis/139/A139468.asm
neoneye/loda-programs
11
57810
<reponame>neoneye/loda-programs<filename>oeis/139/A139468.asm<gh_stars>10-100 ; A139468: a(n) = Sum{k=0..n} C(n,3k+1)^2. ; Submitted by <NAME>(s3) ; 0,1,4,9,17,50,261,1275,5028,17253,58601,218042,876789,3537847,13783018,52301709,198627921,767778786,3010327497,11824753551,46200429186,179787741723,700285942731,2738134757...
data/pokemon/dex_entries/smoochum.asm
Dev727/ancientplatinum
28
57811
<filename>data/pokemon/dex_entries/smoochum.asm<gh_stars>10-100 db "KISS@" ; species name dw 104, 130 ; height, weight db "The sensitivity of" next "its lips develops" next "most quickly." page "It uses them to" next "try to identify" next "unknown objects.@"
oeis/124/A124108.asm
neoneye/loda-programs
11
57813
<reponame>neoneye/loda-programs ; A124108: Replace each 1 with 10 in binary representation of n. ; Submitted by <NAME> ; 0,2,4,10,8,18,20,42,16,34,36,74,40,82,84,170,32,66,68,138,72,146,148,298,80,162,164,330,168,338,340,682,64,130,132,266,136,274,276,554,144,290,292,586,296,594,596,1194,160,322,324,650,328,658,660,132...
mc-sema/validator/x86_64/tests/AND8mr.asm
randolphwong/mcsema
2
57814
<reponame>randolphwong/mcsema BITS 64 ;TEST_FILE_META_BEGIN ;TEST_TYPE=TEST_F ;TEST_IGNOREFLAGS=FLAG_AF ;TEST_FILE_META_END ; AND8mr ;TEST_BEGIN_RECORDING lea rax, [rsp-0x4] mov DWORD [rax], 0x55 mov ebx, 0x77 and BYTE [rax], bl mov eax, 0x0 ;TEST_END_RECORDING
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0xca_notsx.log_21829_1469.asm
ljhsiun2/medusa
9
57815
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r14 push %r8 push %rax push %rbp push %rcx push %rdi push %rsi lea addresses_normal_ht+0x1a231, %rsi nop cmp %rdi, %rdi movups (%rsi), %xmm7 vpextrq $0, %xmm7, %rax nop nop nop and $61505, %rdi lea addresses_A_ht+0x1ddb1, %r8 nop nop nop nop dec %r14 movw $0x...
programs/oeis/102/A102366.asm
neoneye/loda
22
57816
; A102366: Number of subsets of {1,2,...,n} in which exactly half of the elements are less than or equal to sqrt(n). ; 1,1,2,3,6,10,15,21,28,84,120,165,220,286,364,455,1820,2380,3060,3876,4845,5985,7315,8855,10626,53130,65780,80730,98280,118755,142506,169911,201376,237336,278256,324632,1947792,2324784,2760681,3262623,3...
32BIT_PM_SWITCH.asm
Aimen-Hammou/AimanOS
0
57819
[bits 16] ;STEP DA SEGUIRE: ; bloccare gli interrutori della BIOS ( inutili per la PM ) ; caricare la GDT ; settare il registro della CPU CR0 ; flushing del pipelining della CPU tramite un trucchetto ; inizializzare PM SWITCH_TO_PM: cli ; IMPORTANTE: dobbiamo svuotare la IVT perchè ; la IVT inziale settata dalla...
floodgatesoftlock.asm
compiling/z3randomizer
26
57820
;================================================================================ ; Floodgate Softlock Fix ;-------------------------------------------------------------------------------- FloodGateAndMasterSwordFollowerReset: JSL.l MasterSwordFollowerClear FloodGateReset: LDA.l PersistentFloodgate : BNE + LDA $7EF...
cards/bn6/ItemCards/137-E004 Chisao's Emergency SubChips.asm
RockmanEXEZone/MMBN-Mod-Card-Kit
10
57821
.include "defaults_item.asm" table_file_jp equ "exe6-utf8.tbl" table_file_en equ "bn6-utf8.tbl" game_code_len equ 3 game_code equ 0x4252354A // BR5J game_code_2 equ 0x42523545 // BR5E game_code_3 equ 0x42523550 // BR5P card_type equ 0 card_id equ 4 card_no equ "004" card_sub equ "Item Card 004" card_sub_x...
oeis/038/A038481.asm
neoneye/loda-programs
11
57822
<reponame>neoneye/loda-programs ; A038481: Sums of 2 distinct powers of 7. ; Submitted by <NAME> ; 8,50,56,344,350,392,2402,2408,2450,2744,16808,16814,16856,17150,19208,117650,117656,117698,117992,120050,134456,823544,823550,823592,823886,825944,840350,941192,5764802,5764808,5764850,5765144,5767202,5781608,5882450,6588...
oeis/142/A142757.asm
neoneye/loda-programs
11
57823
<gh_stars>10-100 ; A142757: Primes congruent to 30 mod 59. ; Submitted by <NAME> ; 89,443,797,1033,1151,1741,2213,2803,3511,4219,4337,4691,5281,5399,6343,7523,7759,7877,8231,8467,8821,9293,9883,10709,11299,12007,12479,13187,14249,14957,15193,15901,16963,17317,17789,18143,18379,19087,19441,19559,19913,20149,20857,21211,...
programs/oeis/076/A076367.asm
neoneye/loda
22
57824
; A076367: Primes with subscripts from the Bonse sequence. ; 2,3,3,5,5,5,7,7,7,11,11,11,11,11,13,13,13,17,17,17,17,17,19,19,19,23,23,23,23,23,29,29,29,29,29,29,29,31,31,31,37,37,37,37,37,37,37,41,41,41,41,41,43,43,43,47,47,47,47,47,53,53,53,53,53,53,53,59,59,59,59,59 mov $2,$0 add $2,1 pow $2,2 add $2,1 lpb $2 trn $...
libtool/src/gmp-6.1.2/mpn/power/lshift.asm
kroggen/aergo
1,602
57825
dnl IBM POWER mpn_lshift -- Shift a number left. dnl Copyright 1992, 1994, 1999-2001 Free Software Foundation, Inc. dnl This file is part of the GNU MP Library. dnl dnl The GNU MP Library is free software; you can redistribute it and/or modify dnl it under the terms of either: dnl dnl * the GNU Lesser General...
oeis/002/A002738.asm
neoneye/loda-programs
11
57826
; A002738: Coefficients for extrapolation. ; Submitted by <NAME> ; 3,60,630,5040,34650,216216,1261260,7001280,37413090,193993800,981608628,4867480800,23728968900,114011377200,540972351000,2538963567360,11802213457650,54396360988200,248812984520100,1130341536324000,5103492036502860,22913637714910800 mov $1,$0 sub $2,$0...
programs/oeis/243/A243883.asm
neoneye/loda
22
57827
; A243883: Numerator of circle radius r(n) at constant unit length sagitta and chord length = n. ; 5,1,13,5,29,5,53,17,85,13,125,37,173,25,229,65,293,41,365,101,445,61,533,145,629,85,733,197,845,113,965,257,1093,145,1229,325,1373,181,1525,401,1685,221,1853,485,2029,265,2213,577,2405,313,2605,677,2813,365,3029,785,3253,...
raspberry-pi-os-lessons-asm/lesson01.asm
mraethel/spectrum4
2
57828
build/kernel8.elf: file format elf64-littleaarch64 Disassembly of section .text.boot: 0000000000000000 <_start>: 0: d53800a0 mrs x0, mpidr_el1 4: 92401c00 and x0, x0, #0xff 8: b4000060 cbz x0, 14 <master> c: 14000001 b 10 <proc_hang> 0000000000000010 <proc_hang>: 10: 14000000 b 10 <proc_hang...
QSS/src/kernel/entry/start.asm
vbmacher/qsOS
1
57829
<filename>QSS/src/kernel/entry/start.asm ; ; START.ASM ; ; (c) Copyright 2005, vbmacher ; ; Entry point for kernel ; masm .model tiny .486p .data digits db '0123456789ABCDEF',0 msg_testing db 'Testing CPU...',0 msg_notIA32 db 10,13,' QSS: Error, not IA32 processor',0 msg_halting db 'Terminating...',0 p...
oeis/347/A347303.asm
neoneye/loda-programs
11
57830
; A347303: a(n) = 3^(n-1) - lcm{1..n}. ; Submitted by <NAME> ; 0,1,3,15,21,183,309,1347,4041,17163,31329,149427,171081,1233963,4422609,13628187,30794481,116887923,154627929,929468907,3253991841,10227560643,26026830729,88788949947,255658392081,820517465043,2461552395129,7545284051787,20547702892161 mov $1,3 pow $1,$0 s...
data/mapHeaders/mtmoonpokecenter.asm
adhi-thirumala/EvoYellow
16
57831
<filename>data/mapHeaders/mtmoonpokecenter.asm MtMoonPokecenter_h: db POKECENTER ; tileset db MT_MOON_POKECENTER_HEIGHT, MT_MOON_POKECENTER_WIDTH ; dimensions (y, x) dw MtMoonPokecenterBlocks, MtMoonPokecenterTextPointers, MtMoonPokecenterScript ; blocks, texts, scripts db $00 ; connections dw MtMoonPokecenterObje...
src/sound/tables/instruments.asm
ZoomTen/gbmp-v2
0
57832
<reponame>ZoomTen/gbmp-v2<gh_stars>0 InstrumentTable: dw Instrument_Blank ; 01 dw Instrument_Arp070 ; 02 dw Instrument_Lead ; 03 dw Instrument_WHAT ; 04 ; FOR CHANNEL 1 & 2 => ARPEGGIO AND DUTY ; FOR CHANNEL 3 => ARPEGGIO AND VOLUME Instrument_Blank: dw .arpeggio dw .duty .arpeggio db 0 ; (note offset...
Library/Kernel/Win/winGeode.asm
steakknife/pcgeos
504
57834
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) GeoWorks 1992 -- All Rights Reserved PROJECT: PC/GEOS MODULE: Windowing System FILE: Win/winGeode.asm AUTHOR: <NAME> ROUTINES: Name Description ---- ----------- GLB WinGeodeSetPtrImage Set the PIL_G...
Source/DX8/frames2.asm
betajaen/dx8
9
57835
; FRAMES 4 ; SIZE 8x8 ; PAL F04 ;00000100 ;00001100 ;00111000 ;00001000 ;00000000 ;10111100 ;10101100 ;00011000 db $00, $00 db $50, $00 db $00, $51 db $11, $40 db $04, $05 db $01, $01 db $00, $05 db $05, $01 ;00000000 ;00111000 ;00001100 ;00001000 ;00101000 ;01111000 ;01111000 ;00000000 db $00, $50 db $00, $00 db $10, ...
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_893.asm
ljhsiun2/medusa
9
57838
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r12 push %r14 push %r15 push %r8 push %rcx push %rdi push %rdx push %rsi lea addresses_normal_ht+0x1c001, %r14 nop nop nop cmp $21187, %r11 vmovups (%r14), %ymm6 vextracti128 $1, %ymm6, %xmm6 vpextrq $0, %xmm6, %r12 nop nop nop nop sub $37125, %r12 lea addres...
oeis/037/A037654.asm
neoneye/loda-programs
11
57839
<filename>oeis/037/A037654.asm ; A037654: Base 5 digits are, in order, the first n terms of the periodic sequence with initial period 3,0,2. ; Submitted by <NAME>(s3) ; 3,15,77,388,1940,9702,48513,242565,1212827,6064138,30320690,151603452,758017263,3790086315,18950431577,94752157888,473760789440,2368803947202,118440197...
test.a51
smokja/A51-vm
5
57840
LOAD 1 99 LOAD 2 3 MOVE 2 1 ADD 1 1 MUL 1 2 MOVE 3 1 ADD 1 10000000 HALT
echo.asm
marissa-masangcay/xv6
0
57841
_echo: file format elf32-i386 Disassembly of section .text: 00000000 <main>: #include "stat.h" #include "user.h" int main(int argc, char *argv[]) { 0: 55 push %ebp 1: 89 e5 mov %esp,%ebp 3: 83 e4 f0 and $0xfffffff0,%esp 6: 83 ec 20 ...
oeis/295/A295932.asm
neoneye/loda-programs
11
57842
<filename>oeis/295/A295932.asm<gh_stars>10-100 ; A295932: Number of (not necessarily maximum) cliques in the n-Sierpinski carpet graph. ; Submitted by <NAME> ; 17,153,1289,10521,84809,680409,5449097,43610265,348934601,2791634265,22333546505,178669789209,1429362565193,11434913276121,91479344472713,731834870572953,585467...
smsq/sbas/getp.asm
olifink/smsqe
0
57843
<gh_stars>0 ; Get parameters - QL Compatible  1990 <NAME> ; ; 2017-05-12 1.01 Fixed arithmetic-stack overflow on long strings (MK) section uq xdef sb_gtlin xdef sb_gtstr xdef sb_gtfp xdef sb_gtint xref sb_resar xref qr_nint xref qr_nlint xref qr_float xref cr_deciw xref cr_decil xref cr_decfp xre...
sound/sfxasm/47.asm
NatsumiFox/Sonic-3-93-Nov-03
7
57844
47_Header: sHeaderInit ; Z80 offset is $C3CC sHeaderPatch 47_Patches sHeaderTick $01 sHeaderCh $01 sHeaderSFX $80, $C0, 47_PSG3, $00, $00 47_PSG3: sNoisePSG $E7 sVolEnvPSG v0D dc.b nB6, $02, sHold, nBb6, sHold, nA6, sHold, nAb6 47_Loop1: dc.b sHold, nG6 saVolPSG $01 sLoop $00, $0A, 47_Loop1 sStop 4...
gwnum/cpuidhlp.asm
Kasual/GIMPS
0
57845
; Copyright 1995-2012 Mersenne Research, Inc. All rights reserved ; Author: <NAME> ; Email: <EMAIL> ; ; This file implements helper routines for the CPU identification code ; as well as other helper functions ; TITLE cpuidhlp IFNDEF X86_64 .686 .XMM .MODEL FLAT ENDIF INCLUDE unravel.mac _TEXT SEGMENT ; ; U...
ee/hk/cname.asm
olifink/smsqe
0
57846
<gh_stars>0 ; HOTKEY Compare (incomplete) names V2.00  1988 <NAME> QJUMP section hotkey xdef hk_cname xref cv_ctype xref cv_strdf include 'dev8_keys_k' include 'dev8_keys_err' include 'dev8_mac_assert' ;+++ ; This routine compares a complet...
programs/oeis/157/A157264.asm
neoneye/loda
22
57847
<filename>programs/oeis/157/A157264.asm ; A157264: a(n) = 10368*n^2 - 15840*n + 6049. ; 577,15841,51841,108577,186049,284257,403201,542881,703297,884449,1086337,1308961,1552321,1816417,2101249,2406817,2733121,3080161,3447937,3836449,4245697,4675681,5126401,5597857,6090049,6602977,7136641,7691041,8266177,8862049,9478657...
Transynther/x86/_processed/NONE/_xt_sm_/i7-7700_9_0xca_notsx.log_21829_184.asm
ljhsiun2/medusa
9
57849
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: ret .global s_faulty_load s_faulty_load: push %r10 push %r11 push %r8 push %rax push %rbp push %rcx push %rdi push %rdx push %rsi // Store lea addresses_WT+0x1fb07, %rdi nop nop nop nop sub %r11, %r11 mov $0x5152535455565758, %rbp movq %rbp, (...
programs/oeis/152/A152041.asm
neoneye/loda
22
57850
; A152041: A008893/2. ; 0,4,33,129,355,795,1554,2758,4554,7110,10615,15279,21333,29029,38640,50460,64804,82008,102429,126445,154455,186879,224158,266754,315150,369850,431379,500283,577129,662505,757020,861304,976008,1101804,1239385,1389465,1552779,1730083,1922154,2129790,2353810,2595054,2854383,3132679,3430845,3749805,...
_maps/obj1E.asm
vladjester2020/Sonic1TMR
0
57851
<reponame>vladjester2020/Sonic1TMR ; --------------------------------------------------------------------------- ; Sprite mappings - Ball Hog enemy (SBZ) ; --------------------------------------------------------------------------- dc.w byte_8E6E-Map_obj1E, byte_8E79-Map_obj1E dc.w byte_8E84-Map_obj1E, byte_8E8...
xv6/xv6/cat.asm
nickeyu/xv6
0
57852
<gh_stars>0 _cat: file format elf32-i386 Disassembly of section .text: 00000000 <main>: } } int main(int argc, char *argv[]) { 0: 55 push %ebp 1: 89 e5 mov %esp,%ebp 3: 57 push %edi 4: 56 push %esi int fd, i; i...
cs383_CompOrgAndProc/notes/assemblyProject/AssemblerApplication1/AssemblerApplication1/main.asm
joshgrib/2017F-coursework
0
57853
<gh_stars>0 .include "m328Pdef.inc" init: ;; set up aliases .def count=r16 .def limit=r17 .def largest=r18 main: ldi limit, 19 ldi zh, 0x01 ldi zl, 0x00 ldi largest, 0 loop: cpc zl, limit brge end ld r22, z+ cpc r22,largest br...
oeis/030/A030919.asm
neoneye/loda-programs
11
57854
; A030919: [ exp(5/14)*n! ]. ; Submitted by <NAME> ; 1,2,8,34,171,1029,7203,57626,518642,5186426,57050688,684608262,8899907410,124598703740,1868980556112,29903688897799,508362711262594,9150528802726695,173860047251807206,3477200945036144130 add $0,1 mov $2,1 lpb $0 mul $1,5 mul $2,$0 sub $0,1 add $1,2 div $1...
UserInput.asm
WilsenHernandez/MIPS-Tutorial
0
57855
<filename>UserInput.asm .data prompt: .asciiz "Enter your age: " message: .asciiz "\nYour age is " .text # Print prompt li $v0, 4 la $a0, prompt syscall # Get age li $v0, 5 syscall # Store result in $t0 move $t0, $v0 # Display message li $v0, 4 la $a0, message syscall # Display age li $v0, 1 m...
oeis/142/A142657.asm
neoneye/loda-programs
11
57856
; A142657: Primes congruent to 39 mod 56. ; Submitted by <NAME> ; 151,263,431,487,599,823,991,1103,1327,1439,1607,1663,1831,1999,2111,2447,2503,2671,3119,3343,3511,3623,3847,4127,4463,4519,4799,4967,5023,5303,5471,5527,5639,5807,6143,6199,6311,6367,6703,6871,6983,7039,7151,7207,7487,7823,7879,8663,8719,8831,8887,8999,9...
src/fs/Rename.asm
beckadamtheinventor/BOSos
1
57857
;@DOES Rename a file ;@INPUT HL = old file name ;@INPUT DE = directory pointer ;@INPUT BC = new file name ;@OUTPUT C flag set if failed fs_Rename: push bc call fs_FindSym jr c,.fail bit fs_RAM_bit,(ix) call z,fs_MoveFileToRAM pop hl push hl lea de,ix + fs_vat_name ld bc,11 ldir pop hl ld ix,(ix + fs_vat_ptr...
ASS3/binary_search (q1).asm
rahulkumawat1/NASM
0
57858
<gh_stars>0 section .data msg1: db 'Enter array size:',10 l1: equ $-msg1 msg2: db 'Enter array elements:',10 l2: equ $-msg2 msg3: db 'Not Found',10 l3: equ $-msg3 msg4: db 'Found at position: ',10 l4: equ $-msg4 msg5 : db 'Enter the element u want to search for:',10 l5 : equ $-msg5 section .bss ele : resd 1 n : resd 1...
kernel.asm
bilalsaad/os2
0
57859
kernel: file format elf32-i386 Disassembly of section .text: 80100000 <multiboot_header>: 80100000: 02 b0 ad 1b 00 00 add 0x1bad(%eax),%dh 80100006: 00 00 add %al,(%eax) 80100008: fe 4f 52 decb 0x52(%edi) 8010000b: e4 0f in $0xf,%al 8010000c <entry>:...
oeis/333/A333206.asm
neoneye/loda-programs
11
57860
<reponame>neoneye/loda-programs ; A333206: a(n) is the least decimal digit of n^3. ; 0,1,8,2,4,1,1,3,1,2,0,1,1,1,2,3,0,1,2,5,0,1,0,1,1,1,1,1,1,2,0,1,2,3,0,2,4,0,2,1,0,1,0,0,1,1,3,0,0,1,0,1,0,1,1,1,1,1,1,0,0,1,2,0,1,2,2,0,1,0,0,1,2,0,0,1,3,3,2,0,0,1,1,1,0,1,0,0,1,0,0,1,6,0,0,3,3,1,1,0 pow $0,3 seq $0,54054 ; Smallest d...
oeis/003/A003324.asm
neoneye/loda-programs
11
57861
; A003324: A nonrepetitive sequence. ; 1,2,3,4,1,4,3,2,1,2,3,2,1,4,3,4,1,2,3,4,1,4,3,4,1,2,3,2,1,4,3,2,1,2,3,4,1,4,3,2,1,2,3,2,1,4,3,2,1,2,3,4,1,4,3,4,1,2,3,2,1,4,3,4,1,2,3,4,1,4,3,2,1,2,3,2,1,4,3,4,1,2,3,4,1,4,3,4,1,2,3,2,1,4,3,4,1,2,3,4 seq $0,152985 ; Sum of proper divisors minus the number of proper divisors of th...
Lab2 (MIPS)/Version 1.asm
taylanu/CMPEN331
0
57863
# Version 1, do nothing, then exit # Switch to the Text segment .text .globl main main: # rest of the main program will go here #end program, no explicit return status li $v0,10 syscall #switch to the Data segments .data #global data will be defined here
artoz.asm
abasty/artoz
0
57864
9300 60 RTS 9301 AD 01 04 LDA $0401 9304 85 02 STA $02 9306 AD 27 04 LDA $0427 9309 85 03 STA $03 930B A9 20 LDA #$20 930D A0 01 LD...
Second Stage/GDT/print_message_pm.asm
marmil03/Project-Lithosphere
0
57865
<reponame>marmil03/Project-Lithosphere<filename>Second Stage/GDT/print_message_pm.asm [bits 32] VIDEO_MEMORY equ 0xb8000 WHITE_ON_BLACK equ 0x0f message_print: pusha call message_print_start popa ret do_char: call char_print message_print_start: mov eax, [esi] lea esi, [esi+1] cmp al, ...
Transynther/x86/_processed/NC/_ht_/i7-7700_9_0xca.log_21829_1175.asm
ljhsiun2/medusa
9
57866
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r12 push %rcx push %rdi push %rdx push %rsi lea addresses_A_ht+0x12bc4, %rsi lea addresses_WT_ht+0x13fc4, %rdi nop nop nop nop dec %r11 mov $15, %rcx rep movsq nop nop nop nop sub $19412, %r10 lea addresses_A_ht+0xd1c4, %rdx nop nop nop nop nop add ...
Transynther/x86/_processed/AVXALIGN/_st_/i7-7700_9_0xca.log_21829_1119.asm
ljhsiun2/medusa
9
57867
.global s_prepare_buffers s_prepare_buffers: push %r12 push %r15 push %r8 push %rcx push %rdi push %rdx push %rsi lea addresses_normal_ht+0x824c, %rdi clflush (%rdi) nop nop nop xor $44004, %r8 movl $0x61626364, (%rdi) nop cmp %rsi, %rsi lea addresses_UC_ht+0x574c, %rsi lea addresses_WT_ht+0xaa4c, %rdi nop nop and $429...
oeis/090/A090451.asm
neoneye/loda-programs
11
57868
; A090451: Alternating row sums of triangle A090447. ; Submitted by <NAME> ; 1,0,1,-2,21,-454,25285,-3606504,1328522713,-1270747453940,3169192850406441,-20676520009454537480,353872602524737587995341,-15925173912641846013871947522,1888348697181821236021540428910349,-591053910458037676348857289166882470064 mov $2,$0 lpb...
programs/oeis/016/A016170.asm
neoneye/loda
22
57869
; A016170: Expansion of 1/((1-6x)(1-8x)). ; 1,14,148,1400,12496,107744,908608,7548800,62070016,506637824,4113568768,33271347200,268347559936,2159841173504,17357093552128,139326933401600,1117436577120256,8956419276406784,71752914167922688 add $0,1 mov $1,6 pow $1,$0 mov $2,8 pow $2,$0 sub $2,$1 mov $0,$2 mul $0,4 div $...
libsrc/_DEVELOPMENT/arch/sms/SMSlib/c/sdcc/SMS_VRAMmemset_callee.asm
jpoikela/z88dk
640
57871
; void SMS_VRAMmemset(unsigned int dst,unsigned char value,unsigned int size) SECTION code_clib SECTION code_SMSlib PUBLIC _SMS_VRAMmemset_callee EXTERN asm_SMSlib_VRAMmemset _SMS_VRAMmemset_callee: pop af pop hl dec sp pop de pop bc push af ld e,d jp asm_SMSlib_VRAMmemset
Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xca.log_21829_1269.asm
ljhsiun2/medusa
9
57872
<filename>Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xca.log_21829_1269.asm .global s_prepare_buffers s_prepare_buffers: push %r12 push %r15 push %rcx push %rdi push %rsi lea addresses_normal_ht+0x11b59, %rsi lea addresses_WT_ht+0x1af6b, %rdi nop sub $64110, %r12 mov $91, %rcx rep movsw nop nop nop nop nop add $...
examples/asm/test/echoint.asm
bielskij/altair-emu
0
57873
<reponame>bielskij/altair-emu ; 2SIO echo test using receive interrupts org 0 lxi sp,0100h ;init stack pointer mvi a,03h ;reset the ACIA out 010h mvi a,095h ;8n1 rcv ints on out 010h ei ;enable 8080 interrupts ; The loop below represents "normal" processing a program may ; be doing. loop nop nop nop ...
programs/oeis/135/A135466.asm
karttu/loda
0
57875
; A135466: a(n) = (2*n-8)^2 * 2^(n-3). ; 8,9,8,4,0,16,128,576,2048,6400,18432,50176,131072,331776,819200,1982464,4718592,11075584,25690112,58982400,134217728,303038464,679477248,1514143744,3355443200,7398752256,16240345088,35500589056,77309411328,167772160000,362924736512,782757789696,1683627180032,3612067495936,773094...