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
Driver/Mouse/ctm/ctm.asm
HubertHuckevoll/pcgeos
0
209948
<reponame>HubertHuckevoll/pcgeos<gh_stars>0 COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) GeoWorks 1989 -- All Rights Reserved PROJECT: PC GEOS MODULE: Mouse Driver - CuteMouse based with wheel support FILE: ctm.asm AUTHOR: <NAME>, Jul 20, 1989 MeyerK, 09...
src/13/3.asm
darK-Zi0n-te4am-cr3vv/cg
1
209952
; lab 1.3 ; (c) C.c 2012 ; Разработать программу для этого же видеоадаптера для вывода на экран ; точки с координатами x = 113, y = 98, синего цвета. Значения ; координат можно задавать непосредственно в тексте программы. include model.inc include macro.inc include lib\cga.inc include lib\sys.inc include lib\kb.inc ...
libsrc/_DEVELOPMENT/alloc/balloc/z80/asm_balloc_free.asm
jpoikela/z88dk
640
209953
; =============================================================== ; Dec 2013 ; =============================================================== ; ; void balloc_free(void *m) ; ; Push block m onto the front of its queue for later reallocation. ; If m == NULL, ignore as with free(). ; ; ================================...
game/logic/audio.asm
sgadrat/super-tilt-bro
91
209955
<filename>game/logic/audio.asm audio_music_ingame: .( ; Change selected track, so it varies from game to game dec config_ingame_track bpl ok lda #LAST_INGAME_TRACK sta config_ingame_track ok: ; Play selected track ldx config_ingame_track ldy ingame_themes_lsb, x lda ingame_themes_bank, x pha lda ingame_t...
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca.log_21829_14.asm
ljhsiun2/medusa
9
209956
<reponame>ljhsiun2/medusa<filename>Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca.log_21829_14.asm .global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r14 push %rbp push %rcx push %rdi push %rsi lea addresses_A_ht+0x1b0dd, %rsi lea addresses_WC_ht+0x10689, %rdi clflush (%rsi) nop nop cmp %r11,...
Appl/FileMgrs2/CommonIS/CFolder/cfolderPrinter.asm
steakknife/pcgeos
504
209957
<gh_stars>100-1000 COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) GeoWorks 1992 -- All Rights Reserved PROJECT: PC GEOS MODULE: FILE: cfolderPrinter.asm AUTHOR: <NAME> ROUTINES: Name Description ---- ----------- REVISION HISTORY: Name Date Descripti...
argot/tests/data/bool_op.asm
dalloriam/slang
0
209958
.data .text jmp @main main: sb $0 0[$ebp] sb $0 1[$ebp] ld $8 0x0001 ld $9 0x0001 and $8 $9 sb $8 0[$ebp] ld $8 0x0000 ld $9 0x0001 or $8 $9 sb $8 1[$ebp] lb $8 0[$ebp] lb $9 1[$ebp] and $8 $9 jez $8 @a sb $0 0[$ebp] ld $8 0x0001 sb $8 0[$ebp] popb $0 a: popb $0 popb $0 ld $v0 0x0002 syscall
oeis/037/A037708.asm
neoneye/loda-programs
11
209959
<reponame>neoneye/loda-programs ; A037708: Decimal expansion of a(n) is given by the first n terms of the periodic sequence with initial period 1,3,0,2. ; Submitted by <NAME> ; 1,13,130,1302,13021,130213,1302130,13021302,130213021,1302130213,13021302130,130213021302,1302130213021,13021302130213,130213021302130,13021302...
Lab-Endsem/Q1.asm
Kaiser784/CO-lab-Submissions
3
209961
global _start section .text ;<======= Printing an integer =========> print_integer: mov ebx, 10 div ebx ;dividing the number in eax to get remainder add edx, '0' ;converting the remainder to ascii push edx ;pushing the remainder to stack xor...
Transynther/x86/_processed/NONE/_ht_zr_/i9-9900K_12_0xca.log_21829_613.asm
ljhsiun2/medusa
9
209962
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r12 push %r14 push %r15 push %r9 push %rax push %rcx push %rdi push %rsi lea addresses_WT_ht+0x16692, %r12 clflush (%r12) nop and %r14, %r14 mov (%r12), %rax sub $46001, %r11 lea addresses_D_ht+0x4b02, %rdi nop nop nop and $16948, %r15 movups (%rdi), %xmm2 vp...
oeis/164/A164870.asm
neoneye/loda-programs
11
209963
; A164870: The number of permutations of length n that can be sorted by 2 pop stacks in parallel. ; Submitted by <NAME> ; 1,2,6,22,84,320,1212,4576,17256,65048,245184,924160,3483408,13129952,49490592,186544480,703140672,2650342784,9989916864,37654917376,141932392320,534984681344,2016513669120,7600829555200,286497487280...
libsrc/_DEVELOPMENT/adt/b_vector/c/sdcc_iy/b_vector_erase_range_callee.asm
jpoikela/z88dk
640
209964
<gh_stars>100-1000 ; size_t b_vector_erase_range_callee(b_vector_t *v, size_t idx_first, size_t idx_last) SECTION code_clib SECTION code_adt_b_vector PUBLIC _b_vector_erase_range_callee EXTERN _b_array_erase_range_callee defc _b_vector_erase_range_callee = _b_array_erase_range_callee
deps/gmp.js/mpn/powerpc64/mode64/mode1o.asm
6un9-h0-Dan/cobaul
184
209965
<reponame>6un9-h0-Dan/cobaul dnl PowerPC-64 mpn_modexact_1_odd -- mpn by limb exact remainder. dnl Copyright 2006 Free Software Foundation, Inc. dnl This file is part of the GNU MP Library. dnl The GNU MP Library is free software; you can redistribute it and/or modify dnl it under the terms of the GNU Lesser Ge...
home/names.asm
AtmaBuster/pokeplat-gen2
6
209966
<gh_stars>1-10 NamesPointers:: ; entries correspond to GetName constants (see constants/text_constants.asm); MON_NAME and MOVE_NAME are not handled by this table dba ItemNames ; ITEM_NAME dbw 0, wPartyMonOT ; PARTY_OT_NAME dbw 0, wOTPartyMonOT ; ENEMY_OT_NAME dba TrainerClassNames ; TRAINER_NAME...
timeer/timeer.asm
ba1dr/asm.x86
0
209967
TITLE SMALLEST CLOCK - 38 bytes!!! CODESG SEGMENT PARA 'Code' ASSUME CS:CODESG ORG 100h BEGIN: MOV AH, 2Ch INT 21h MOV AL, CH ML: AAM OR AX, 3030h MOV DL, AH MOV CH, AL MOV AH, 06h ...
libsrc/_DEVELOPMENT/temp/sp1/zx/c/sccz80/sp1_Initialize_callee.asm
meesokim/z88dk
0
209968
<reponame>meesokim/z88dk ; void __CALLEE__ sp1_Initialize_callee(uchar iflag, uchar colour, uchar tile) ; 03.2006 aralbrec, Sprite Pack v3.0 ; sinclair zx version SECTION code_temp_sp1 PUBLIC sp1_Initialize_callee sp1_Initialize_callee: pop bc pop hl pop de ld h,e pop de ld a,e push bc INCL...
programs/oeis/060/A060934.asm
jmorken/loda
1
209969
<gh_stars>1-10 ; A060934: Second column of Lucas bisection triangle (even part). ; 1,17,80,303,1039,3364,10493,31885,95032,279051,809771,2327372,6636025,18794633,52925984,148303719,413768263,1150029940,3185625077,8797726981,24230897416,66574108227 mov $2,$0 add $2,$0 add $2,1 mov $0,$2 mov $1,$2 sub $1,1 add $1,$2 lpb...
engine/16/table_functions.asm
Dev727/ancientplatinum
6
209970
<filename>engine/16/table_functions.asm INCLUDE "engine/16/macros.asm" ForceGarbageCollection:: push bc ldh a, [rSVBK] push af ld a, BANK("16-bit WRAM tables") ldh [rSVBK], a call PokemonTableGarbageCollection call MoveTableGarbageCollection pop af ldh [rSVBK], a pop bc ret ; Note: ID = 8-bit ID used in me...
data/wildPokemon/route18.asm
adhi-thirumala/EvoYellow
0
209971
Route18Mons: db $19 db 22,SPEAROW db 22,DODUO db 23,LICKITUNG db 24,DODUO db 24,GRIMER db 26,YANMA db 23,SPEAROW db 24,FEAROW db 25,RATICATE db 26,RATICATE db $00
examples/tests/expected/09_include.asm
aidnem/jenga-lang
0
209973
<reponame>aidnem/jenga-lang section .text extern _printf extern _exit global _main _main: word_0: ;; -- push 1 -- push 1 word_1: ;; -- push 0 -- push 0 word_2: ;; -- equal -- mov rcx, 0 mov rdx, 1 pop rax pop rbx cmp rax, rbx cmove rcx, rdx push rcx word_3: ;; -- p...
Examples/ch09/Compare.asm
satadriver/LiunuxOS_t
0
209974
TITLE Comparing Strings (Compare.asm) ; Last update: 9/7/01 INCLUDE Irvine32.inc Str_compare PROTO, string1:PTR BYTE, string2:PTR BYTE .data string_1 BYTE "ABCDEFG",0 string_2 BYTE "ABCDEFG",0 string_3 BYTE 0 string_4 BYTE 0 .code main PROC call Clrscr INVOKE Str_compare, ADDR string_4, ...
up-xmas2019.asm
BlockoS/up-xmas2019
0
209975
<filename>up-xmas2019.asm hblnk = 0xe008 vblnk = 0xe002 SCREEN_WIDTH = 40 SCREEN_HEIGHT = 25 ROTOZOOM_WIDTH = 32 ROTOZOOM_HEIGHT = 25 ROTOZOOM_FRAMES = 480 org #1200 macro wait_vbl ; wait for vblank ld hl, vblnk ld a, 0x7f @wait0: cp (hl) jp nc, @wait0 @wait1: cp (hl) jp c, @wait1 en...
programs/oeis/288/A288697.asm
karttu/loda
0
209976
<reponame>karttu/loda ; A288697: Binary representation of the diagonal from the corner to the origin of the n-th stage of growth of the two-dimensional cellular automaton defined by "Rule 494", based on the 5-celled von Neumann neighborhood. ; 1,1,0,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,...
oeis/108/A108281.asm
neoneye/loda-programs
11
209978
<reponame>neoneye/loda-programs ; A108281: Numbers that are both triangular and pentagonal of the second kind. ; Submitted by <NAME>(s1) ; 0,15,2926,567645,110120220,21362755051,4144264359690,803965923024825,155965244802456376,30256453525753512135,5869596018751378897830,1138671371184241752666901,22089637641372414863848...
danagy/fdot_rec.asm
DW0RKiN/Floating-point-Library-for-Z80
12
209979
if not defined @FDOT_REC include "fmul.asm" include "fadd.asm" ; Scalar multiplication of two vectors ; Input: A = dimensions, HL, DE = pointers to vectors ; Output: BC = dot product, if (A != 1) HL = BC ; Pollutes: HL, DE, AF ; 34 bytes, recursion @FDOT_REC: if not defined FDOT_REC ; *******************************...
src/music_jump.asm
kieranhj/nova-invite
1
209980
<filename>src/music_jump.asm<gh_stars>1-10 ;; -*- beebasm -*- MACRO SELECT_MUSIC_SLOT { lda &f4:pha lda swram_slots_base + SLOT_MUSIC sta &f4:sta &fe30 } ENDMACRO MACRO MUSIC_JUMP_INIT_TUNE { SELECT_MUSIC_SLOT jsr music_init_tune RESTORE_SLOT } ENDMACRO MACRO MUSIC_JUMP_VGM_UPDATE { SELE...
programs/oeis/080/A080456.asm
neoneye/loda
22
209981
<reponame>neoneye/loda ; A080456: a(1) = a(2) = 2; for n > 2, a(n) = a(n-1) if n is already in the sequence, a(n) = a(n-1) + 4 otherwise. ; 2,2,6,10,14,18,18,22,26,30,30,34,38,42,42,46,50,54,54,58,62,66,66,70,74,78,78,82,86,90,90,94,98,102,102,106,110,114,114,118,122,126,126,130,134,138,138,142,146,150,150,154,158,162,...
os2link/src/pe_rsrc.asm
DigitalMars/optlink
28
209983
<filename>os2link/src/pe_rsrc.asm TITLE PE_RSRC - Copyright (c) SLR Systems 1994 INCLUDE MACROS if fg_pe INCLUDE EXES INCLUDE PE_STRUC INCLUDE RESSTRUC PUBLIC PE_OUTPUT_RESOURCES .DATA EXTERNDEF TEMP_RECORD:BYTE EXTERNDEF PE_RSRC_OBJECT_GINDEX:DWORD,RESTYPE_BYNAME_GINDEX:DWORD,RESTYPE_BYORD_GIN...
src/play/golfer.asm
1888games/golf
1
209984
<reponame>1888games/golf // Top-hole Golf // Copyright 2020-2021 <NAME> golfer_c_BEGIN = * // ***************** // *** CONSTANTS *** // ***************** GOLFER_CLUB_SHAFT_SPR_NUM = 1 GOLFER_UPPER_BODY_SPR_NUM = 2 GOLFER_LOWER_BODY_SPR_NUM = 3 //GOLFER_READY = 0 //GOLFER_LOOKING_UP =...
lib/golibc/rand.asm
uchan-nos/bitnos
0
209985
; rand - K&Rからほぼ抜粋したものを単にASM化した [BITS 32] GLOBAL _rand_seed GLOBAL _rand [SECTION .data] ALIGNB 4 _rand_seed dd 1 [SECTION .text] ; int rand(void) _rand: push edx mov eax,dword [ds:_rand_seed] mov edx,1103515245 mul edx add eax,12345 mov dword [ds:_rand_seed],eax shr eax,16 pop edx and eax,07fffh r...
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_1_157.asm
ljhsiun2/medusa
9
209986
<filename>Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_1_157.asm .global s_prepare_buffers s_prepare_buffers: push %r11 push %r14 push %r15 push %rbp push %rcx push %rdi push %rdx push %rsi lea addresses_D_ht+0x18b17, %rsi lea addresses_A_ht+0x47f7, %rdi nop nop nop sub $7062, %rbp mov $103, %rcx rep...
oeis/235/A235890.asm
neoneye/loda-programs
11
209987
<reponame>neoneye/loda-programs ; A235890: Number of (n+1) X (5+1) 0..3 arrays with the minimum plus the upper median equal to the lower median plus the maximum in every 2 X 2 subblock. ; Submitted by <NAME> ; 4480,5272,6952,10696,19720,43912,116872,361096,1242760,4578952,17542792,68636296,271486600,1079840392,43071607...
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_1293.asm
ljhsiun2/medusa
9
209988
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r13 push %r14 push %rax push %rcx push %rdi push %rdx push %rsi lea addresses_WT_ht+0x1e660, %rax nop nop nop sub %r13, %r13 mov (%rax), %r14 nop nop nop add %rdx, %rdx lea addresses_UC_ht+0x16fa0, %r10 nop nop xor $42117, %rdi mov $0x6162636465666768, %r13 m...
programs/oeis/013/A013789.asm
neoneye/loda
22
209989
<gh_stars>10-100 ; A013789: a(n) = 8^(4*n + 3). ; 512,2097152,8589934592,35184372088832,144115188075855872,590295810358705651712,2417851639229258349412352,9903520314283042199192993792,40564819207303340847894502572032,166153499473114484112975882535043072 mul $0,4 add $0,3 mov $1,8 pow $1,$0 mov $0,$1
programs/oeis/006/A006190.asm
karttu/loda
0
209990
<reponame>karttu/loda ; A006190: a(n) = 3*a(n-1) + a(n-2), with a(0)=0, a(1)=1. ; 0,1,3,10,33,109,360,1189,3927,12970,42837,141481,467280,1543321,5097243,16835050,55602393,183642229,606529080,2003229469,6616217487,21851881930,72171863277,238367471761,787274278560,2600190307441,8587845200883,28363725910090,9367902293115...
libsrc/_DEVELOPMENT/sound/ay/c/sdcc_iy/ay_wyz_play.asm
Frodevan/z88dk
640
209991
<reponame>Frodevan/z88dk SECTION code_sound_ay PUBLIC _ay_wyz_play PUBLIC _ay_wyz_play_fastcall EXTERN asm_wyz_play _ay_wyz_play: pop bc pop hl push hl push bc _ay_wyz_play_fastcall: push ix push iy call asm_wyz_play pop iy pop ix ret
PIC/memfill.asm
StxGuy/EmbeddedSystems
0
209992
<reponame>StxGuy/EmbeddedSystems ;------------------------------; ; MEMORY FILLING FOR PIC ; ; ; ; Por: Prof. <NAME> ; ; 27/Ago/2020 ; ;------------------------------; list p = 16f877a ; Specify processor include <p16f877a.inc> ; Include mapping org 0x...
oeis/025/A025947.asm
neoneye/loda-programs
11
209993
; A025947: Expansion of 1/((1-2x)(1-3x)(1-7x)(1-12x)). ; Submitted by <NAME> ; 1,24,391,5478,71449,898044,11063179,134771010,1631361325,19675158360,236793832639,2846370045246,34190350504129,410521580544372,4927920602312371,59146678721188986,709841565237360661 mov $1,1 mov $2,$0 mov $3,$0 lpb $2 mov $0,$3 sub $2,1 ...
data/pokemon/dex_entries/shellos.asm
AtmaBuster/pokeplat-gen2
6
209994
db "SEA SLUG@" ; species name db "Beware of pushing" next "strongly on its" next "squishy body, as" page "it may make a" next "mysterious purple" next "fluid ooze out.@"
programs/oeis/118/A118753.asm
neoneye/loda
22
209995
; A118753: First prime after 4n. Smallest prime >= 4*n. Bisection of A060264. ; 2,5,11,13,17,23,29,29,37,37,41,47,53,53,59,61,67,71,73,79,83,89,89,97,97,101,107,109,113,127,127,127,131,137,137,149,149,149,157,157,163,167,173,173,179,181,191,191,193,197,211,211,211,223,223,223,227,229,233,239,241,251,251,257,257,263,269...
programs/oeis/153/A153259.asm
neoneye/loda
22
209996
; A153259: a(n)=n^3-(3*(n+3))^2. ; -81,-143,-217,-297,-377,-451,-513,-557,-577,-567,-521,-433,-297,-107,143,459,847,1313,1863,2503,3239,4077,5023,6083,7263,8569,10007,11583,13303,15173,17199,19387,21743,24273,26983,29879,32967,36253,39743,43443,47359,51497,55863,60463,65303,70389,75727,81323,87183,93313,99719,106407,11...
src/audio/lose_screen_bgm.asm
TypeDefinition/NautiBuoy
2
209998
include "./src/include/hUGE.inc" ; GB-Studio-Community Assets: Pitfall Death SECTION "Lose Screen BGM", ROMX LoseScreenBGM:: db 7 dw order_cnt dw order1, order2, order3, order4 dw duty_instruments, wave_instruments, noise_instruments dw routines dw waves order_cnt: db 2 order1: dw P0 order2: dw P1 or...
boot/mach/virt/arch/riscv64/start.asm
mfkiwl/NexNix
0
209999
<filename>boot/mach/virt/arch/riscv64/start.asm # start.asm - contains startup code for RISC-V 64 # SPDX-License-Identifier: ISC .global _start .section .text _start: addi x1, x0, 1 loop: j loop
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_21829_2046.asm
ljhsiun2/medusa
9
50000
<filename>Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_21829_2046.asm .global s_prepare_buffers s_prepare_buffers: push %r11 push %rax push %rbp push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_normal_ht+0xd2f7, %rsi inc %rdx and $0xffffffffffffffc0, %rsi vmovntdqa (%rsi), %ymm3 vextracti128 $...
libsrc/_DEVELOPMENT/stdio/z80/__stdio_lock_release.asm
meesokim/z88dk
0
50001
SECTION code_stdio PUBLIC __stdio_lock_release EXTERN asm_mtx_unlock, l_offset_ix_de __stdio_lock_release: ; Release the FILE lock ; ; enter : ix = FILE * ; ; exit : ix = FILE * ; ; uses : none push af push bc push de push hl ld hl,7 call l_offset_ix_de ; hl = ...
programs/oeis/117/A117585.asm
jmorken/loda
1
50003
; A117585: a(n) = 2*(a(n-1))+ a(n-2) + n. ; 1,3,9,24,61,151,369,896,2169,5243,12665,30584,73845,178287,430433,1039168,2508785,6056755,14622313,35301400,85225133,205751687,496728529,1199208768,2895146089,6989500971,16874148057,40737797112,98349742309,237437281759,573224305857,1383885893504,3340996092897,8065878079331,19...
programs/oeis/340/A340679.asm
neoneye/loda
22
50004
; A340679: If n is a power of prime then a(n) = 1, otherwise a(n) = product of the distinct prime factors of n. ; 1,1,1,1,1,6,1,1,1,10,1,6,1,14,15,1,1,6,1,10,21,22,1,6,1,26,1,14,1,30,1,1,33,34,35,6,1,38,39,10,1,42,1,22,15,46,1,6,1,10,51,26,1,6,55,14,57,58,1,30,1,62,21,1,65,66,1,34,69,70,1,6,1,74,15,38,77,78,1,10,1,82,1...
Assembly/p3modification.asm
Alvarohf/University-work
0
50005
<reponame>Alvarohf/University-work dosseg .model small .stack 100h .data Text1 DB "String 1: $" Text2 DB "String 2: $" Text3 DB "The text contains the following number of equal chars: $" ;We fill the vectors with null ascii chars vec1 DB 120 dup (0), '$' vec2 DB 120 dup (0), '$' Maximum EQU 120 OtherLine DB 13,...
ESEMPI/Es_inc.asm
Porchetta/py-pdp8-tk
8
50006
ORG 100 CICLO, LDA N SNA BUN FINE BSA INCN BUN CICLO FINE, HLT INCN, DEC 0 LDA N INC STA N BUN INCN I N, DEC -5 END
libsrc/math/genmath/hlsub.asm
andydansby/z88dk-mk2
1
50007
<reponame>andydansby/z88dk-mk2<gh_stars>1-10 ; Small C+ Math Library ; General "fudging routine" XLIB hlsub LIB ldbchl LIB fsub ; .HLSUB CALL LDBCHL JP FSUB ;
libsrc/z80_crt0s/z80/sccz80/dload.asm
Frodevan/z88dk
38
50008
SECTION code_crt0_sccz80 PUBLIC dload EXTERN fa ;---------------- ; Load FA from hl ;---------------- dload: ld de,fa IF __CPU_GBZ80__ ld b,6 loop: ld a,(hl+) ld (de),a inc de dec b jp nz,loop ELSE ld bc,6 ldir ENDIF ret
programs/oeis/238/A238471.asm
karttu/loda
1
50009
; A238471: C(5n+6, 4)/5 for n >= 0. ; 3,66,364,1197,2990,6293,11781,20254,32637,49980,73458,104371,144144,194327,256595,332748,424711,534534,664392,816585,993538,1197801,1432049,1699082,2001825,2343328,2726766,3155439,3632772,4162315 mul $0,5 add $0,6 bin $0,4 mov $1,$0 div $1,5
lib/bios.asm
ssbostan/zagros
21
50010
; ===================== ZagrOS ==================== ; Zagros Open Source Operating System ; <NAME> (<EMAIL>) ; Bostandoust.IR ; ===================== ZagrOS ==================== ; ================== memory_size ================== memory_size: push ds mov ax, 40h mov ds, ax mov ...
programs/oeis/052/A052612.asm
neoneye/loda
22
50011
<filename>programs/oeis/052/A052612.asm ; A052612: E.g.f. x*(2+x)/(1-x^2). ; 0,2,2,12,24,240,720,10080,40320,725760,3628800,79833600,479001600,12454041600,87178291200,2615348736000,20922789888000,711374856192000,6402373705728000,243290200817664000 mov $1,$0 seq $0,142 ; Factorial numbers: n! = 1*2*3*4*...*n (order of ...
oeis/015/A015594.asm
neoneye/loda-programs
11
50016
; A015594: a(n) = 11*a(n-1) + 3*a(n-2). ; Submitted by <NAME> ; 0,1,11,124,1397,15739,177320,1997737,22507067,253570948,2856801629,32185530763,362611243280,4085280268369,46025916681899,518540924305996,5842027917411653,65817929864446171,741523312261142840,8354210224465909753,94120882405908435803,1060392337138390523092,1...
oeis/134/A134169.asm
neoneye/loda-programs
11
50017
; A134169: a(n) = 2^(n-1)*(2^n - 1) + 1. ; 1,2,7,29,121,497,2017,8129,32641,130817,523777,2096129,8386561,33550337,134209537,536854529,2147450881,8589869057,34359607297,137438691329,549755289601,2199022206977,8796090925057,35184367894529,140737479966721,562949936644097,2251799780130817,9007199187632129,3602879688474624...
audio/music/bikeriding.asm
opiter09/ASM-Machina
1
50018
<filename>audio/music/bikeriding.asm Music_BikeRiding_Ch1:: tempo 144 volume 7, 7 duty_cycle 3 vibrato 8, 1, 4 note_type 12, 11, 5 octave 3 note G_, 2 Music_BikeRiding_branch_7dbc9:: octave 4 note C_, 4 note D_, 4 note E_, 2 note C_, 2 note E_, 2 note G_, 2 note G_, 2 note F_, 2 note E_, 2 note F_, 4...
libsrc/_DEVELOPMENT/z80/z80/asm_z80_indr.asm
meesokim/z88dk
0
50019
<gh_stars>0 ; =============================================================== ; Nov 2014 ; =============================================================== ; ; void *z80_indr(void *dst, uint16_t port) ; ; Read sequence of bytes from port and store at address dst. ; ; ====================================================...
oeis/192/A192751.asm
neoneye/loda-programs
11
50021
<reponame>neoneye/loda-programs ; A192751: Define a pair of sequences c_n, d_n by c_0=0, d_0=1 and thereafter c_n = c_{n-1}+d_{n-1}, d_n = c_{n-1}+4*n+2; sequence here is c_n. ; Submitted by <NAME>(s1) ; 0,1,7,18,39,75,136,237,403,674,1115,1831,2992,4873,7919,12850,20831,33747,54648,88469,143195,231746,375027,606863,98...
vdc_character_definitions.asm
wiebow/examples.128
3
50022
<filename>vdc_character_definitions.asm // kick assembler, c128 tests #import "c128system.asm" #import "c128macros.asm" :BasicUpstart128(MAIN) MAIN: :SetBankConfiguration(15) :SetVDCUpdateAddress($0000) ldy #0 // loop counter ldx #31 // internal data register of the VCD. // all data to VDC must f...
programs/oeis/100/A100188.asm
karttu/loda
0
50023
<filename>programs/oeis/100/A100188.asm ; A100188: Polar structured meta-anti-diamond numbers, the n-th number from a polar structured n-gonal anti-diamond number sequence. ; 1,6,27,84,205,426,791,1352,2169,3310,4851,6876,9477,12754,16815,21776,27761,34902,43339,53220,64701,77946,93127,110424,130025,152126,176931,20465...
Driver/Keyboard/GDI/gdiKeyboardInit.asm
steakknife/pcgeos
504
50024
<filename>Driver/Keyboard/GDI/gdiKeyboardInit.asm COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% (c) Copyright Geoworks 1996 -- All Rights Reserved GEOWORKS CONFIDENTIAL PROJECT: MODULE: FILE: gdi-keyboardInit.asm AUTHOR: <NAME>, Apr 24, 1996 ROUTINES: Name Desc...
programs/oeis/060/A060532.asm
karttu/loda
0
50025
<filename>programs/oeis/060/A060532.asm ; A060532: Number of ways to color vertices of a heptagon using <= n colors, allowing rotations and reflections. ; 0,1,18,198,1300,5895,20646,60028,151848,344925,719290,1399266,2569788,4496323,7548750,12229560,19206736,29351673,43782498,63913150,91508580,128746431,178285558,24334...
Tools/System/Minnow.asm
jaredwhitney/os3
5
50026
<reponame>jaredwhitney/os3 Minnow.dtree : ; deprecated. ; pusha ; popa ; ret ; call Minnow.navToFirst; at filesize ; ; Minnow.dtree.scr1done : ; ; mov edx, [ebx] ; cmp edx, 0x0 ; ;cmp ah, 2 ; je Minnow.dtree.ret ; ; push ebx ; push ebx ; mov ebx, Minnow.stag ; call debug.print ; pop ebx ; ;mov ebx, edx ; uncommented...
Transynther/x86/_processed/NONE/_xt_sm_/i7-7700_9_0x48_notsx.log_151_673.asm
ljhsiun2/medusa
9
50027
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r12 push %r9 push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_WC_ht+0x110e6, %r9 nop nop nop nop add %r11, %r11 movups (%r9), %xmm7 vpextrq $0, %xmm7, %rbx nop nop nop inc %r9 lea addresses_UC_ht+0x16106, %r12 nop nop nop xor %rdx, %r...
oeis/120/A120727.asm
neoneye/loda-programs
11
50029
<reponame>neoneye/loda-programs<gh_stars>10-100 ; A120727: a(n) = a(n-1) + a(n-2), starting with 110, 211. ; Submitted by <NAME> ; 110,211,321,532,853,1385,2238,3623,5861,9484,15345,24829,40174,65003,105177,170180,275357,445537,720894,1166431,1887325,3053756,4941081,7994837,12935918,20930755,33866673,54797428,88664101,...
ScrollModus/_code/GlobalCode/overlays.asm
kosmonautdnb/TheLandsOfZador
0
50030
;------------------------------------------------------------- ;-- Updates the Energy GameObject -- ;------------------------------------------------------------- updateEnergy SUBROUTINE lda ZP_ENERGY clc adc #SPRITEFRAMES_STATUS-1 sta GameObjectSpriteImage + STATUSBARENERGYGAMEOBJECT rts updateStatusDispla...
Transynther/x86/_processed/NC/_zr_/i9-9900K_12_0xca.log_21829_348.asm
ljhsiun2/medusa
9
50031
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r12 push %r13 push %r15 push %rbp push %rcx push %rdi push %rsi lea addresses_A_ht+0x1bc7, %rbp nop cmp %r10, %r10 movl $0x61626364, (%rbp) nop cmp $52483, %r13 lea addresses_D_ht+0xb342, %r15 nop nop nop xor $63357, %r13 mov $0x6162636465666768, %r...
resources/test-programs/abcs/abcs.asm
laconic-code/Test-RRISC-8-bit
0
50032
# print the first 7 letters of the alphabet by # adding 1 to each letter starting with 'a' set r0 'a' set sys 1 add sys r0 r1 add sys r1 r2 add sys r2 r3 add sys r3 r4 add sys r4 r5 add sys r5 r6 halt
Matrix/matrix.asm
coderistan/p16f877a
1
50033
 ; dot matrix uzerinde gulen surat cizimi list p='16f877a' #include<P16F877A.INC> __CONFIG h'3F31' index EQU 0x20 gecikme1 EQU 0x21 gecikme2 EQU 0x22 gecikme3 EQU 0x23 ORG 0x00 GOTO BASLA ORG 0x04 retfie GECIKME movlw d'20' movwf gecikme1 G1 movlw d'20' movwf gecikme2 G2 decfsz gecikme2 g...
programs/oeis/292/A292346.asm
karttu/loda
1
50034
<reponame>karttu/loda<filename>programs/oeis/292/A292346.asm ; A292346: The forgotten topological index of the Aztec diamond AZ(n) (see the Ramanes et al. reference, Theorem 2.1). ; 204,748,1548,2604,3916,5484,7308,9388,11724,14316,17164,20268,23628,27244,31116,35244,39628,44268,49164,54316,59724,65388,71308,77484,8391...
programs/oeis/048/A048776.asm
karttu/loda
0
50035
; A048776: First partial sums of A048739; second partial sums of A000129. ; 1,4,12,32,81,200,488,1184,2865,6924,16724,40384,97505,235408,568336,1372096,3312545,7997204,19306972,46611168,112529329,271669848,655869048,1583407968,3822685009,9228778012,22280241060,53789260160,129858761409,313506783008 mov $1,1 mov $2,3 mo...
programs/oeis/245/A245467.asm
neoneye/loda
22
50036
; A245467: a(n) = ( 4*n^2 - 2*n + 1 - (2*n^2 - 6*n + 1) * (-1)^n )/16. ; 0,0,1,2,3,7,6,15,10,26,15,40,21,57,28,77,36,100,45,126,55,155,66,187,78,222,91,260,105,301,120,345,136,392,153,442,171,495,190,551,210,610,231,672,253,737,276,805,300,876,325,950,351,1027,378,1107,406,1190,435,1276,465,1365,496,1457,528,1552,561,1...
drivertc/HM_ZP.asm
bspruck/badapple
0
50037
;**************************************************************** ; HandyMusic- Memory Layout/Defines * ;**************************************************************** ; All of the ZeroPage Variables for HandyMusic are listed ; below with a description of their function. ;**************************************...
Transynther/x86/_processed/AVXALIGN/_ht_zr_/i3-7100_9_0x84_notsx.log_386_2470.asm
ljhsiun2/medusa
9
50038
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r14 push %rax push %rbp push %rbx push %rcx push %rdi push %rsi lea addresses_WT_ht+0xcc61, %rax nop dec %rsi movw $0x6162, (%rax) nop nop inc %r14 lea addresses_D_ht+0x11be1, %rsi lea addresses_A_ht+0xbc61, %rdi clflush (%rsi) nop nop nop nop inc %rbp mov $1...
header.asm
mega65dev/rom-assembler
0
50040
<reponame>mega65dev/rom-assembler ; *************************************************************************** ; * // * ; * CCCCCCC // 6666666 555555555 * ; * CCC CCC // 666 6...
src/test/resources/data/generationtests/sdcc-base-expected.asm
cpcitor/mdlz80optimizer
36
50041
<reponame>cpcitor/mdlz80optimizer ;-------------------------------------------------------- ; File Created by SDCC : free open source ANSI-C Compiler ; Version 3.9.0 #11195 (Mac OS X x86_64) ;-------------------------------------------------------- ;-------------------------------------------------------- ; Public vari...
oeis/152/A152680.asm
neoneye/loda-programs
11
50043
<filename>oeis/152/A152680.asm ; A152680: a(n) = 4*A005098(n) = A002144(n) - 1. ; Submitted by <NAME> ; 4,12,16,28,36,40,52,60,72,88,96,100,108,112,136,148,156,172,180,192,196,228,232,240,256,268,276,280,292,312,316,336,348,352,372,388,396,400,408,420,432,448,456,460,508,520,540,556,568,576,592,600,612,616 mov $2,36 m...
programs/oeis/001/A001060.asm
neoneye/loda
22
50044
<reponame>neoneye/loda ; A001060: a(n) = a(n-1) + a(n-2) with a(0)=2, a(1)=5. Sometimes called the Evangelist Series. ; 2,5,7,12,19,31,50,81,131,212,343,555,898,1453,2351,3804,6155,9959,16114,26073,42187,68260,110447,178707,289154,467861,757015,1224876,1981891,3206767,5188658,8395425,13584083,21979508,35563591,57543099...
programs/oeis/065/A065357.asm
neoneye/loda
22
50046
<reponame>neoneye/loda<filename>programs/oeis/065/A065357.asm ; A065357: a(n) = (-1)^pi(n) where pi(n) is the number of primes <= n. ; 1,1,-1,1,1,-1,-1,1,1,1,1,-1,-1,1,1,1,1,-1,-1,1,1,1,1,-1,-1,-1,-1,-1,-1,1,1,-1,-1,-1,-1,-1,-1,1,1,1,1,-1,-1,1,1,1,1,-1,-1,-1,-1,-1,-1,1,1,1,1,1,1,-1,-1,1,1,1,1,1,1,-1,-1,-1,-1,1,1,-1,-1,...
VirtualMachine/Win32/VMTests/assProg7.asm
ObjectPascalInterpreter/BookPart_3
8
50047
# Repeat/until loop # i = 1 # Repeat # print i # i = i + 1 # unti i > 5 # print "Done" # pushi 1 store 0 l1: load 0 pushi 1 println pushi 1 load 0 add store 0 load 0 pushi 5 isGt jmpIfFalse l1 pushs "Done" ...
programs/oeis/186/A186852.asm
karttu/loda
1
50048
; A186852: Number of 3-step knight's tours on a (n+2)X(n+2) board summed over all starting positions ; 16,104,328,664,1112,1672,2344,3128,4024,5032,6152,7384,8728,10184,11752,13432,15224,17128,19144,21272,23512,25864,28328,30904,33592,36392 mov $1,$0 pow $0,2 add $1,$0 mul $1,7 trn $1,3 mul $1,8 add $1,16
programs/oeis/277/A277645.asm
neoneye/loda
22
50050
; A277645: Beatty sequence for 3+sqrt(6). ; 5,10,16,21,27,32,38,43,49,54,59,65,70,76,81,87,92,98,103,108,114,119,125,130,136,141,147,152,158,163,168,174,179,185,190,196,201,207,212,217,223,228,234,239,245,250,256,261,267,272,277,283,288,294,299,305,310,316,321,326,332,337,343,348,354,359,365,370,376,381,386,392,397,403...
software/atommc2/chain.asm
AtomicRoland/AtomFpga
25
50051
<filename>software/atommc2/chain.asm ;~~;~~;~~;~~;~~;~~;~~;~~;~~;~~;~~;~~;~~;~~;~~;~~;~~;~~;~~;~~;~~;~~;~~;~~;~~;~~;~~;~~ ; ; *CHAIN [filename] ; ; Loads specified Basic file to memory and runs it. ; STARCHAIN: jsr STARLOAD jsr @findprogramend lda $70 sta $0d sta $23 lda $71 sta $0e sta $24 j...
programs/oeis/131/A131821.asm
karttu/loda
0
50052
<filename>programs/oeis/131/A131821.asm ; A131821: Triangle read by rows: row n consists of n followed by (n-2) ones then n. ; 1,2,2,3,1,3,4,1,1,4,5,1,1,1,5,6,1,1,1,1,6,7,1,1,1,1,1,7,8,1,1,1,1,1,1,8,9,1,1,1,1,1,1,1,9,10,1,1,1,1,1,1,1,1,10,11,1,1,1,1,1,1,1,1,1,11,12,1,1,1,1,1,1,1,1,1,1,12,13,1,1,1,1,1,1,1,1,1,1,1,13,14,...
programs/oeis/011/A011779.asm
karttu/loda
0
50053
<reponame>karttu/loda<gh_stars>0 ; A011779: Expansion of 1/((1-x)^3*(1-x^3)^2). ; 1,3,6,12,21,33,51,75,105,145,195,255,330,420,525,651,798,966,1162,1386,1638,1926,2250,2610,3015,3465,3960,4510,5115,5775,6501,7293,8151,9087,10101,11193,12376,13650,15015,16485,18060,19740,21540,23460,25500,27676,29988,32436,35037,37791,4...
programs/oeis/118/A118527.asm
neoneye/loda
22
50055
; A118527: Start with 1 and repeatedly reverse the digits and add 8 to get the next term. ; 1,9,17,79,105,509,913,327,731,145,549,953,367,771,185,589,993,407,712,225,530,43,42,32,31,21,20,10,9,17,79,105,509,913,327,731,145,549,953,367,771,185,589,993,407,712,225,530,43,42,32,31,21,20,10,9 mov $2,$0 mov $0,1 lpb $2 s...
programs/oeis/059/A059789.asm
neoneye/loda
22
50056
<gh_stars>10-100 ; A059789: Distance of 2*Prime[n] from previous prime. ; 1,1,3,1,3,3,3,1,3,5,1,1,3,3,5,3,5,9,3,3,7,1,3,5,1,3,7,3,7,3,3,5,3,1,5,9,1,9,3,9,5,3,3,3,5,1,1,3,5,1,3,11,3,3,5,3,15,1,7,5,3,9,1,3,7,3,1,1,3,7,5,9,1,3,1,5,5,7,5,7,9,3,3,3,1,3,11,3,3,7,5,5,3,5,1,9,5,3,7,13 seq $0,40 ; The prime numbers. mul $0,2 s...
src/leakgsbkvat/leakgsbkvat/asmhelper.asm
bitdefender/swapgs-attack-poc
43
50057
; SPDX-License-Identifier: BSD-3-Clause .code ; ; unsigned void AsmSpeculateSwapgs(PBYTE TargetKernelVa, PBYTE RandomBranches) ; Modifies the GS base, confuses the branch predictors & generates an exception in order to trigger specluative ; SWAPGS to be executed in kernel, which leads to arbi...
Variables/XX12Vars.asm
ped7g/EliteNext
9
50058
<gh_stars>1-10 ;-- transmat0 -------------------------------------------------------------------------------------------------------------------------- ; Note XX12 comes after as some logic in normal processing uses XX15 and XX12 combines UBnkXX12xLo DB 0 ; XX12+0 UBnkXX12xSign ...
alice2/cpm/z80_cbios.asm
lkesteloot/alice
63
50059
<reponame>lkesteloot/alice<gh_stars>10-100 ; XXX grantham - this is in a different format than our other assembler ; sources... e.g. "wboote:", but our labels do not have colons. ; Is it easily modifiable? ; ; modified by <NAME>, <EMAIL>, for his Z-80 computer ; ; skeletal cbios for first level of CP/M 2.0 alter...
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca.log_21829_263.asm
ljhsiun2/medusa
9
50060
.global s_prepare_buffers s_prepare_buffers: push %r13 push %r14 push %r15 push %rax push %rbp push %rcx push %rdi push %rsi lea addresses_A_ht+0x1cce1, %rbp sub $18011, %r14 movb (%rbp), %r13b nop xor %rax, %rax lea addresses_UC_ht+0xe161, %rdi nop xor %r15, %r15 mov $0x6162636465666768, %r14 movq %r14, (%rdi) nop dec...
test/autogen/gen_ins8070.asm
tgtakaoka/libasm
15
50061
;;; AUTO GENERATED FILE ;;; generated by: gen_ins8070 -u -C 8070 -o gen_ins8070.asm -l gen_ins8070.lst CPU 8070 ORG 0x0100 NOP XCH A, E LD A, S LD S, A PUSH EA LD T, EA PUSH A LD EA, T SR EA DIV EA, T SL A SL EA ...
oeis/048/A048721.asm
neoneye/loda-programs
11
50062
; A048721: Binary packing of Fibonacci sequence A000045. ; 0,1,3,7,23,151,4247,1052823,8590987415,18014407100469399,309485009839359475825250455,11150372599265311880252868975683656578240663,6901746346790563787434755873427398051716420852423255530846180802039959 lpb $0 mov $2,$0 sub $0,1 seq $2,174677 ; a(n) = 2*a(...
dosshell/swapper/woarlm.asm
minblock/msdos
0
50063
<gh_stars>0 ;/* ; * Microsoft Confidential ; * Copyright (C) Microsoft Corporation 1985-1991 ; * All Rights Reserved. ; */ ;----------------------------------------------------------------------------; ; This file has the functions performaed by the ...
oeis/211/A211327.asm
neoneye/loda-programs
11
50065
<filename>oeis/211/A211327.asm<gh_stars>10-100 ; A211327: Number of (n+1) X (n+1) -3..3 symmetric matrices with every 2 X 2 subblock having sum zero and one, three or four distinct values. ; Submitted by <NAME> ; 15,33,69,143,293,595,1205,2427,4885,9803,19669,39403,78933,157995,316245,632747,1266005,2532523,5066069,101...
programs/oeis/163/A163293.asm
neoneye/loda
22
50066
; A163293: a(n) = n-th prime minus (number of bits in binary expansion of n-th prime). ; 0,1,2,4,7,9,12,14,18,24,26,31,35,37,41,47,53,55,60,64,66,72,76,82,90,94,96,100,102,106,120,123,129,131,141,143,149,155,159,165,171,173,183,185,189,191,203,215,219,221,225,231,233,243,248,254,260,262,268,272,274,284,298,302,304,308,...
Appl/Bindery/Document/documentManager.asm
steakknife/pcgeos
504
50067
<reponame>steakknife/pcgeos COMMENT @---------------------------------------------------------------------- Copyright (c) Geoworks 1992-1994 -- All Rights Reserved PROJECT: GEOS MODULE: Studio FILE: Document/documentManager.asm REVISION HISTORY: Name Date Description ---- ---- ----------- Tony 2/9...
programs/oeis/199/A199969.asm
karttu/loda
1
50068
<reponame>karttu/loda ; A199969: a(n) = the greatest non-divisor h of n (1<h<n), or 0 if no such h exists. ; 0,0,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73...
joystick.asm
yignoth/x16-pminer
2
50070
GETJOY = $FF06 JOY1 = $EF JOY2 = $F2 JOY_UP = $08 JOY_DOWN = $04 JOY_LEFT = $02 JOY_RIGHT = $01 JOY_CTRL = $80 JOY_ALT = $40 JOY_SPACE = $20 JOY_ENTER = $10