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
programs/oeis/192/A192735.asm
karttu/loda
1
206513
; A192735: Left edge of the triangle in A033291. ; 1,2,6,16,30,54,91,136,198,280,374,492,637,798,990,1216,1462,1746,2071,2420,2814,3256,3726,4248,4825,5434,6102,6832,7598,8430,9331,10272,11286,12376,13510,14724,16021,17366,18798,20320,21894,23562,25327,27148,29070 mov $1,$0 mul $1,$0 add $1,3 div $1,3 mov $2,$0 add $2...
sbsext/ext/colr.asm
olifink/smsqe
0
206514
<reponame>olifink/smsqe ; Set Colours / Window V2.00  1990 <NAME> QJUMP ; 2.01 FD REMOVED REFERENCES TO MOVEP for Q60/Q40 ; INK #channel, colour ; PAPER #channel, colour ; STRIP #channel, colour ; BORDER #channel, width, colour ; BLOCK #channel, area, colour ; WINDOW #channel, area ; RECOL #channel, col...
src/chips/SN76489.asm
sharksym/vgmplay-sharksym
6
206515
; ; VGM SN76489 chip ; SN76489: MACRO super: Chip SN76489_nameTI, Header.sn76489Clock, SN76489_Connect flags: db 0 ; hl' = time remaining ; ix = player ; iy = reader ProcessCommand: PROC call Reader_Read_IY jp System_Return writeRegister: equ $ - 2 ENDP ; hl' = time remaining ; ix = player ; iy = re...
oeis/062/A062813.asm
neoneye/loda-programs
11
206518
<filename>oeis/062/A062813.asm ; A062813: a(n) = Sum_{i=0..n-1} i*n^i. ; 0,2,21,228,2930,44790,800667,16434824,381367044,9876543210,282458553905,8842413667692,300771807240918,11046255305880158,435659737878916215,18364758544493064720,824008854613343261192,39210261334551566857170,1972313422155189164466189,104567135734072...
resources/patches/main_8mb.asm
Yoshimaster96/Superstar-Editor-YI
2
206519
;;;;;;;;;;;;;;;;;;;;;;;;; ;EGGFLUTTER EDITOR PATCH; ;;;;;;;;;;;;;;;;;;;;;;;;; ;Include hardware registers and variables incsrc "regs.asm" incsrc "regs_gsu.asm" incsrc "vars.asm" ;Write version number for future-proofing org $FFAE dw $0101 ;Expand ROM to 8MB and SRAM to 128KB org $FFBD db $07 org $FFD7 db $0D ;Al...
week_08/FunctionCalls/StaticsTest/StaticsTest.asm
DaviNakamuraCardoso/nand2tetris
0
206520
<filename>week_08/FunctionCalls/StaticsTest/StaticsTest.asm @256 D=A @SP M=D @300 D=A @LCL M=D @400 D=A @ARG M=D @3000 D=A @THIS M=D @3010 D=A @THAT M=D @Sys.init$ret.0 D=A @SP A=M M=D @SP M=M+1 @LCL D=M @SP A=M M=D @SP M=M+1 @ARG D=M @SP A=M M=D @SP M=M+1 @THIS D=M @SP A=M M=D @SP M=M+1 @THAT D=M @SP A=M M=D @SP M=M+...
TEst/hello.asm
A55HO73/All_other_stuffs
0
206521
global _main extern _printf section .text _main: push message call _printf add esp, 4 ret message: db 'hello world', 10, 0
libsrc/target/tiki100/gr_defmod.asm
ahjelm/z88dk
640
206522
<reponame>ahjelm/z88dk ; ; TIKI-100 graphics routines ; by <NAME>, Fall 2015 ; ; Modified by <NAME> ; ; void __FASTCALL__ gr_defmod(uchar mode) ; ; Set graphics mode ; (1 = BW mode, 2 = four color mode, 3 = 16 color mode) ; ; Changelog: ; ; v1.3 - FrodeM ; * Use address $F04D to store graphics mode instead of dedica...
dev/smartdrv/sdvxd/sdvxd.asm
minblock/msdos
0
206523
PAGE 58,132 ;****************************************************************************** TITLE SDVxD.ASM - VxD to display error message for SmartDrv.Exe ;****************************************************************************** ; ; (C) Copyright MICROSOFT Corp., 1991 ; ; Title: SDVxD.ASM - VxD to display er...
Miscelaneo/Ejemplos/main.asm
Savantage/ORGACOMPUTER
0
206524
;*************************************************************************** ; invertir.asm ; Ejercicio que calcula la longitud de un string y lo imprime invertido ; ;*************************************************************************** global _main extern _puts extern _printf section .data texto db "roda...
programs/oeis/184/A184586.asm
karttu/loda
0
206525
<reponame>karttu/loda<gh_stars>0 ; A184586: a(n) = floor((n-1/2)*r), where r=sqrt(5); complement of A184587. ; 1,3,5,7,10,12,14,16,19,21,23,25,27,30,32,34,36,39,41,43,45,48,50,52,54,57,59,61,63,65,68,70,72,74,77,79,81,83,86,88,90,92,95,97,99,101,103,106,108,110,112,115,117,119,121,124,126,128,130,133,135,137,139,141,14...
asm/scriptcode/intro_sc.asm
Dimedime-d/kptranslation
3
206526
<filename>asm/scriptcode/intro_sc.asm .byte 0x02,0x00,0x09,0x00 .word 0x080A3868 .byte 0x02,0x00,0x09,0x00 .word 0x080957D0 .byte 0x02,0x00,0x09,0x00 .word 0x080A3A38 .byte 0x02,0x00,0x09,0x00 .word 0x080A6EA4 .byte 0x0C,0x00,0x00,0x00 .byte 0x00,0x00,0x00,0x00 .byte 0x40,0x00,0x00,0x00 .byte 0x09,0x00,0x0F,0x00 .byte ...
tests/vice-tests/VIC20/vic_line0/raster-ntsc.asm
PhylumChordata/chips-test
330
206527
*=$0334 seed = $1fff sei rasteri lda #$83 ; wait for line 131 only in interlace-mode cmp $9004 bne rasteri sei ldy #$0c start ldx #$36 ; counter wait for 48 rasterlines to show effect on visible area lda #$00 ; rasterline to check raster cmp $9004 bne raster wait nop nop nop nop nop nop nop nop nop no...
oeis/011/A011857.asm
neoneye/loda-programs
11
206529
; A011857: Triangle of numbers [ C(n,k)/k ], k=1..n-1. ; Submitted by <NAME> ; 2,3,1,4,3,1,5,5,3,1,6,7,6,3,1,7,10,11,8,4,1,8,14,18,17,11,4,1,9,18,28,31,25,14,5,1,10,22,40,52,50,35,17,5,1,11,27,55,82,92,77,47,20,6,1,12,33,73,123,158,154,113,61,24,6,1,13,39,95,178,257,286,245,160 lpb $0 add $1,1 sub $0,$1 lpe add $0...
src/firmware-tests/Platform/ArithmeticBcd/FromBinary/FromBinaryTest.asm
pete-restall/Cluck2Sesame-Prototype
1
206530
#include "Platform.inc" #include "FarCalls.inc" #include "ArithmeticBcd.inc" #include "TestFixture.inc" radix decimal udata global expectedRAA global expectedW global expectedZero global expectedCarry global zero global carry expectedRAA res 1 expectedW res 1 expectedZero res 1 expectedCarry res 1 captu...
buildTools/win32-x64/gbdk/libc/_modslong.asm
asiekierka/gb-studio
6,433
206531
<reponame>asiekierka/gb-studio ;-------------------------------------------------------- ; File Created by SDCC : FreeWare ANSI-C Compiler ; Version 2.3.1 Wed Sep 04 21:56:21 2019 ;-------------------------------------------------------- .module _modslong ;-------------------------------------------------------- ; ...
Transynther/x86/_processed/US/_ht_st_zr_un_/i3-7100_9_0xca_notsx.log_21829_1856.asm
ljhsiun2/medusa
9
206532
<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r8 push %r9 push %rax push %rbp push %rbx push %rcx push %rdi push %rsi lea addresses_WC_ht+0xedcd, %rsi lea addresses_WC_ht+0x15ff3, %rdi nop nop nop sub %r8, %r8 mov $50, %rcx rep movsq xor $55512, %rbp lea addresses_normal_ht+0x1aa53, %rcx nop add %rb...
src/loader.asm
edwardatki/eDOS
1
206533
<reponame>edwardatki/eDOS ;+---------------------------------+ ;| SECTOR 2 - Secondary Bootloader | ;+---------------------------------+ [bits 16] [org 0x0500] ; ----- Main ----- ; Setup Segments and Stack cli mov ax, 0x0000 mov ds, ax mov es, ax mov ax, 0x9000 mov ss, ax mov sp, 0xFFFF sti mov si,...
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_1387.asm
ljhsiun2/medusa
9
206534
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r8 push %r9 push %rbp push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_A_ht+0xda1a, %rdx clflush (%rdx) nop nop nop add $8569, %r10 mov (%rdx), %rbp nop nop nop and $51922, %r8 lea addresses_WT_ht+0x1025a, %rbx nop nop nop nop nop lfe...
programs/oeis/060/A060182.asm
neoneye/loda
22
206536
<filename>programs/oeis/060/A060182.asm ; A060182: a(0) = 1, a(1) = 5, a(2) = 13; a(n) = 2*a(n-1) + 2, n > 2. ; 1,5,13,28,58,118,238,478,958,1918,3838,7678,15358,30718,61438,122878,245758,491518,983038,1966078,3932158,7864318,15728638,31457278,62914558,125829118,251658238,503316478,1006632958,2013265918,4026531838,8053...
Driver/Font/Bitstream/Main/mainWidths.asm
steakknife/pcgeos
504
206538
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) Geoworks 1993 -- All Rights Reserved PROJECT: GEOS Bitstream Font Driver MODULE: Main FILE: mainWidths.asm AUTHOR: <NAME> FUNCTIONS: Scope Name Description ----- ---- ----------- EXT BitstreamGenWidths build ...
programs/oeis/067/A067699.asm
jmorken/loda
1
206539
<filename>programs/oeis/067/A067699.asm ; A067699: Number of comparisons made in a version of the sorting algorithm QuickSort for an array of size n with n identical elements. ; 0,4,8,14,18,24,30,38,42,48,54,62,68,76,84,94,98,104,110,118,124,132,140,150,156,164,172,182,190,200,210,222,226,232,238,246,252,260,268,278,28...
Transynther/x86/_processed/AVXALIGN/_st_4k_sm_/i3-7100_9_0xca_notsx.log_14354_271.asm
ljhsiun2/medusa
9
206540
.global s_prepare_buffers s_prepare_buffers: push %r9 push %rax push %rbp push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_D_ht+0x5d4b, %rsi nop nop add $4095, %rax mov (%rsi), %rbx nop nop nop sub $21548, %rsi lea addresses_UC_ht+0x15e9d, %rdi nop nop nop nop sub %r9, %r9 mov $0x6162636465666768, %rdx m...
programs/oeis/081/A081583.asm
karttu/loda
1
206541
; A081583: Third row of Pascal-(1,2,1) array A081577. ; 1,10,46,136,307,586,1000,1576,2341,3322,4546,6040,7831,9946,12412,15256,18505,22186,26326,30952,36091,41770,48016,54856,62317,70426,79210,88696,98911,109882,121636,134200,147601,161866,177022,193096,210115,228106,247096,267112,288181,310330,333586,357976,383527,41...
Transynther/x86/_processed/NC/_st_zr_4k_/i3-7100_9_0x84_notsx.log_21829_1866.asm
ljhsiun2/medusa
9
206542
<reponame>ljhsiun2/medusa<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r13 push %rax push %rcx push %rdi push %rdx push %rsi lea addresses_normal_ht+0x49c2, %rsi lea addresses_A_ht+0x17dc2, %rdi nop nop nop nop nop cmp $42491, %r13 mov $103, %rcx rep movsw nop sub $52, %rdx lea addresses_normal_ht+0...
AVR/reverse_array.asm
StxGuy/EmbeddedSystems
0
206543
;-------------------------------------; ; STACK FOR ATMEL328 ; ; ; ; Por: Prof. <NAME> ; ; 22/Sep/2020 ; ;-------------------------------------; .device ATmega328 ;-------------------------------------; ; MACROS ...
oeis/052/A052204.asm
neoneye/loda-programs
11
206545
<gh_stars>10-100 ; A052204: a(n) = (5n+1)*C(4n,n)/(3n+1). ; Submitted by <NAME> ; 1,6,44,352,2940,25194,219604,1937520,17250012,154663960,1394538288,12631852688,114858935204,1047772373340,9584557428600,87885886492320,807564936805020,7434289153896264,68551275793965328,633038816547052800,5853556235466059120,5419123250018...
Transynther/x86/_processed/US/_st_4k_/i9-9900K_12_0xa0_notsx.log_4_757.asm
ljhsiun2/medusa
9
206546
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r13 push %r14 push %r8 push %r9 push %rax push %rcx push %rdi push %rdx push %rsi lea addresses_A_ht+0x7147, %r14 clflush (%r14) nop nop add %r13, %r13 mov $0x6162636465666768, %rax movq %rax, %xmm5 movups %xmm5, (%r14) cmp $46817, %r8 lea add...
PRG/objects/4-5.asm
narfman0/smb3_pp1
0
206547
.byte $01 ; Unknown purpose .byte OBJ_BIGGREENTROOPA, $10, $13 .byte OBJ_BIGGREENHOPPER, $15, $0F .byte OBJ_BIGGREENHOPPER, $1E, $17 .byte OBJ_BIGREDPIRANHA, $22, $15 .byte OBJ_CFIRE_BULLETBILL, $2C, $17 .byte OBJ_CFIRE_MISSILEBILL, $33, $16 .byte OBJ_CFIRE_BULLETBILL, $3A, $15 .byte OBJ_CFIRE_MISSILEBILL, $4...
CS 224 - Spring 2018/Lab3/LinkedList.asm
ybalcanci/bilkent-assignments-labs-projects
2
206548
<gh_stars>1-10 .text .globl _Lab3main _Lab3main: # execution starts here li $s0, 0 # initialize pointer storage register to 0 (=Null pointer) la $a0,msg110 # put msg110 address into a0 li $v0,4 # system call to print syscall # out the msg110 string ## ## Output the menu to the term...
iod/con2/ql/mblock.asm
olifink/smsqe
0
206552
; Move area (generalised PAN/SCROLL) V2.01  <NAME> ; <NAME> ; 2.02 added pt_cmbblk (wl) section con ; xref cn_maskl xref cn_maskr ; xdef cn_mblock xdef pt_mblock xdef pt_cmbblk ; ; d1 c size of section to move ; d2 c old origin in source area ; d3 c new origin in destination area ; a2 c row i...
programs/oeis/115/A115419.asm
neoneye/loda
22
206553
; A115419: Numbers having a 1 in position 3 of their binary expansion. ; 8,9,10,11,12,13,14,15,24,25,26,27,28,29,30,31,40,41,42,43,44,45,46,47,56,57,58,59,60,61,62,63,72,73,74,75,76,77,78,79,88,89,90,91,92,93,94,95,104,105,106,107,108,109,110,111,120,121,122,123,124,125,126,127 mov $1,$0 mul $0,2 mod $1,8 sub $0,$1 ad...
ASM/pergo.asm
SuperV1234/UNIME
0
206554
<filename>ASM/pergo.asm<gh_stars>0 section .data strMsg0: db "Il carattere inserito non è alfabetico", 0Ah, 0 strMsg0Len: equ $-strMsg0 section .bss carattereInserito: resb 1 strMinuscola: resb 5 strMaiuscola: resb 5 global _start section .text _start: ; leggo carattere da tastiera mov eax, 3 ; servizi...
programs/oeis/142/A142021.asm
neoneye/loda
22
206555
; A142021: Primes congruent to 17 mod 31. ; 17,79,389,761,823,947,1009,1319,1381,1567,1753,1877,2063,2311,2621,2683,3613,3923,4357,4481,4729,5039,5101,5659,5783,6217,6899,6961,7333,7457,7643,7829,8263,8387,8573,8821,9007,9689,10061,10247,10433,10867,11177,11239,11549,12107,12479,12541,13037,13099,13781,13967,14029,1415...
dv3/q40/hd/chkwin.asm
olifink/smsqe
0
206557
; Q68 check non-fragmentation of qxl.win file 1.00. Copyright (c) <NAME> 2020 section exten xdef win_chk xdef get_dir xdef get_dir2 xref hdt_doact ; cause following code to exec as device driver (in windrv_asm) xref gu_achpp xref gu_rchp xref crd_dir xref hd_byte include 'dev8_dv3_keys' include 'dev8_...
intros/2X2.asm
z00m128/diso
4
206558
; 2X2 - 1 KB intro for Sinclair ZX Spectrum 128K (released at Forever 2017 demo party in Slovakia) ; (c) 2017 <NAME> a.k.a. baze/3SC ; The intro showcases a 2D particle system rendered in basic but fast 2x2 dithering "graphics mode". ; Thanks to Pavel "Zilog" Cimbal for valuable input during our traditional brain ...
_maps/obj1D.asm
vladjester2020/Sonic1TMR
0
206559
<reponame>vladjester2020/Sonic1TMR ; --------------------------------------------------------------------------- ; Sprite mappings - object 1D ; --------------------------------------------------------------------------- dc.w byte_891E-Map_obj1D byte_891E: dc.b 4 dc.b $E8, 7, 0, $54, $F0 dc.b 8, 5, 0, $5C, ...
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_21829_1395.asm
ljhsiun2/medusa
9
206560
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r12 push %r14 push %r9 push %rcx push %rdi push %rdx push %rsi lea addresses_WT_ht+0x1578d, %rsi lea addresses_normal_ht+0x315d, %rdi nop nop inc %r9 mov $68, %rcx rep movsb nop cmp $29650, %rcx lea addresses_WC_ht+0x576d, %rsi lea addresses_U...
dos_games/Ultimate Pong/gpfmaker/gpfmaker.asm
QAston/fasm-2006
0
206561
format MZ include 'loader.inc' ;fs= 0-based segment ;ds=es-data segnt cs=code segment gs=wolny segment _code use32 code32: mov eax,0900h ;wypisz komunikat lea edx,[TMessage] ;zaladuj adres do dx int 21h ;przerwanie dosa mov edx,FileName ;adres bufora na nazwe mov byte[e...
oeis/172/A172416.asm
neoneye/loda-programs
11
206562
<reponame>neoneye/loda-programs<filename>oeis/172/A172416.asm ; A172416: a(n) = 5*2^n/9 + 1/4 + (-1)^n*(n/6 + 7/36). ; 1,1,3,4,10,17,37,70,144,283,571,1136,2278,4549,9105,18202,36412,72815,145639,291268,582546,1165081,2330173,4660334,9320680,18641347,37282707,74565400,149130814,298261613,596523241,1193046466,2386092948...
oeis/022/A022397.asm
neoneye/loda-programs
11
206563
<reponame>neoneye/loda-programs ; A022397: Fibonacci sequence beginning 1, 27. ; Submitted by <NAME> ; 1,27,28,55,83,138,221,359,580,939,1519,2458,3977,6435,10412,16847,27259,44106,71365,115471,186836,302307,489143,791450,1280593,2072043,3352636,5424679,8777315,14201994,22979309,37181303,60160612,97341915,157502527,254...
oeis/075/A075907.asm
neoneye/loda-programs
11
206564
; A075907: Fourth column of triangle A075499. ; Submitted by <NAME> ; 1,40,1040,22400,435456,7956480,139694080,2387968000,40075329536,663887544320,10896534405120,177653730508800,2882307270639616,46596186764738560,751299029274460160,12089975328525516800 mov $1,$0 mov $0,4 pow $0,$1 seq $1,453 ; Stirling numbers of the ...
0.7-Output/src/kernel/libc.asm
CedricFauth/VIteen-a-16-bit-OS
13
206565
<gh_stars>10-100 bits 16 global _cga_setcell global _outb global _cga_moveup global imodu imodu: ;bcc function for modulo push bx xor dx,dx div bx mov ax,dx pop bx ret _cga_moveup: push bp mov bp, sp pushf push di push ax push bx push es mov ax, 0xB800 mov es, ax mov di, [bp+4] shl di, 1 mov ax,...
base/mvdm/dos/v86/lib/xmm/xmm.asm
npocmaka/Windows-Server-2003
17
206566
TITLE XMM_INTERFACE.ASM NAME XMM_INTERFACE ;******************************************************************************* ; ; ; XMM C Interface Routines ; ; ; ; Microsoft Confidential ; Copyright (C) Microsoft Corporation 1988,1991 ; All Righ...
port/arm/cortex-m4/cpu/GNU/pretty_os_cpu_a.asm
yahiayasser/PrettyOS
1
206567
/***************************************************************************** MIT License Copyright (c) 2020 <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...
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_1371.asm
ljhsiun2/medusa
9
206568
.global s_prepare_buffers s_prepare_buffers: push %r12 push %r13 push %r15 push %r9 push %rcx push %rdi push %rdx push %rsi lea addresses_WC_ht+0x19200, %r13 nop dec %r9 and $0xffffffffffffffc0, %r13 movntdqa (%r13), %xmm2 vpextrq $1, %xmm2, %rdx nop nop nop nop add $32559, %r15 lea addresses_WC_ht+0x19572, %rsi lea ad...
programs/oeis/008/A008687.asm
neoneye/loda
22
206569
<filename>programs/oeis/008/A008687.asm ; A008687: Number of 1's in 2's complement representation of -n. ; 0,1,1,2,1,3,2,2,1,4,3,3,2,3,2,2,1,5,4,4,3,4,3,3,2,4,3,3,2,3,2,2,1,6,5,5,4,5,4,4,3,5,4,4,3,4,3,3,2,5,4,4,3,4,3,3,2,4,3,3,2,3,2,2,1,7,6,6,5,6,5,5,4,6,5,5,4,5,4,4,3,6,5,5,4,5,4,4,3,5,4,4,3,4,3,3,2,6,5,5 mul $0,4 trn...
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_13457_1435.asm
ljhsiun2/medusa
9
206570
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r12 push %r15 push %rax push %rbp push %rbx push %rcx push %rdi push %rsi lea addresses_A_ht+0x1c195, %rbx clflush (%rbx) xor $46569, %r12 movw $0x6162, (%rbx) nop nop add $21967, %rax lea addresses_UC_ht+0xcb35, %r15 nop nop nop nop nop add %rbp, %rbp movb $...
programs/oeis/250/A250759.asm
karttu/loda
0
206571
<reponame>karttu/loda ; A250759: Number of (4+1) X (n+1) 0..2 arrays with nondecreasing x(i,j)-x(i,j-1) in the i direction and nondecreasing x(i,j)+x(i-1,j) in the j direction. ; 1029,2361,4239,6663,9633,13149,17211,21819,26973,32673,38919,45711,53049,60933,69363,78339,87861,97929,108543,119703,131409,143661,156459,169...
programs/oeis/289/A289999.asm
karttu/loda
1
206572
<gh_stars>1-10 ; A289999: Sierpinski cuboctahedral numbers: a(n) = 16*4^n - 12*2^n + 9. ; 13,49,217,937,3913,16009,64777,260617,1045513,4188169,16764937,67084297,268386313,1073643529,4294770697,17179475977,68718690313,274876334089,1099508482057,4398040219657,17592173461513,70368719011849,281474926379017,112589980617933...
kernel/src/call_vector.asm
Mcpg/cmike
4
206575
[bits 16] ; This macro adds another entry to system ; call vectors AND creates the assembly ; syscall handler for a method. %macro def_call_vector 1 section .text global _asm_%1:function (_asm_%1.end - _asm_%1) _asm_%1: push es mov word [saved_ax], ax mov ...
SourceX/platform/amiga/render68k.asm
Samuel-DEVULDER/devilutionX
2
206577
* ----------------------------------------------------------------------------- * render68k.asm -- replacement of C code by hand-written asm code by S.Devulder * ----------------------------------------------------------------------------- machine 68080 section .text BUFFER_WIDTH set 768 BYTE_I...
Assembly/Project/Gui.asm
Myself086/Project-Nested
338
206578
<reponame>Myself086/Project-Nested<filename>Assembly/Project/Gui.asm // --------------------------------------------------------------------------- .macro Gui__MarkLine lda $=Gui__MarkLine_BitSet,x tsb $.Debug_RefreshReq .endm .macro Gui__MarkLineShort lda $=Gui__MarkLine_BitSetShort,x tsb $.Debug_Refresh...
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_446.asm
ljhsiun2/medusa
9
206579
<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r13 push %r8 push %rax push %rcx push %rdi push %rsi lea addresses_WC_ht+0x2481, %rsi lea addresses_A_ht+0xb981, %rdi nop nop add %rax, %rax mov $101, %rcx rep movsw cmp $43781, %r8 lea addresses_UC_ht+0x6c01, %rsi lea addresses_WC_ht+0x140c1, %rdi nop n...
Transynther/x86/_processed/NC/_ht_zr_/i7-7700_9_0xca.log_21829_1743.asm
ljhsiun2/medusa
9
206581
.global s_prepare_buffers s_prepare_buffers: push %r14 push %r8 push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_UC_ht+0x61c6, %rsi nop xor %r8, %r8 and $0xffffffffffffffc0, %rsi movaps (%rsi), %xmm3 vpextrq $0, %xmm3, %r14 nop nop nop nop nop sub $43621, %rdi lea addresses_WC_ht+0x161bc, %rsi lea addres...
Transynther/x86/_processed/AVXALIGN/_st_/i9-9900K_12_0xca_notsx.log_21829_1139.asm
ljhsiun2/medusa
9
206582
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r10 push %r13 push %r14 push %r9 push %rax push %rcx push %rdi push %rsi lea addresses_normal_ht+0x113fe, %rsi lea addresses_A_ht+0x15bfe, %rdi nop add $13663, %rax mov $22, %rcx rep movsq nop nop nop nop xor %r10, %r10 lea addresses_WC_ht+0x1...
src/idt/idt.asm
yotam5/SmollOs
0
206583
<reponame>yotam5/SmollOs<filename>src/idt/idt.asm section .asm extern int21h_handler extern no_interrupt_handler extern isr80h_handler extern interrupt_handler global idt_load global no_interrupt global enable_interrupts global disable_interrupts global isr80h_wrapper global interrupt_pointer_table enable_interrupts...
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_268.asm
ljhsiun2/medusa
9
206584
<filename>Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_268.asm<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r12 push %r13 push %r14 push %r8 push %rcx push %rdi push %rdx push %rsi lea addresses_WC_ht+0x1a69c, %rdi and $24580, %r14 mov $0x6162636465666768, %rdx movq %rdx, %xmm...
libsrc/_DEVELOPMENT/compress/zx0/c/sccz80/dzx0_mega_callee.asm
ahjelm/z88dk
640
206585
; void dzx0_mega_callee(void *src, void *dst) SECTION code_clib SECTION code_compress_zx0 PUBLIC dzx0_mega_callee EXTERN asm_dzx0_mega dzx0_mega_callee: IF __CPU_GBZ80__ pop bc pop de pop hl push bc ELSE pop hl pop de ex (sp),hl ENDIF jp asm_dzx0_mega
programs/oeis/319/A319998.asm
jmorken/loda
1
206586
<gh_stars>1-10 ; A319998: a(n) = Sum_{d|n, d is even} mu(n/d)*d, where mu(n) is Moebius function A008683. ; 0,2,0,2,0,4,0,4,0,8,0,4,0,12,0,8,0,12,0,8,0,20,0,8,0,24,0,12,0,16,0,16,0,32,0,12,0,36,0,16,0,24,0,20,0,44,0,16,0,40,0,24,0,36,0,24,0,56,0,16,0,60,0,32,0,40,0,32,0,48,0,24,0,72,0,36,0,48,0,32,0,80,0,24,0,84,0,40,0...
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_834.asm
ljhsiun2/medusa
9
206587
.global s_prepare_buffers s_prepare_buffers: push %r13 push %r14 push %rcx push %rdi lea addresses_normal_ht+0x413b, %r13 nop nop nop nop nop inc %r14 movups (%r13), %xmm0 vpextrq $0, %xmm0, %rcx add $48585, %rdi pop %rdi pop %rcx pop %r14 pop %r13 ret .global s_faulty_load s_faulty_load: push %r11 push %r14 push ...
Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xa0.log_10_1100.asm
ljhsiun2/medusa
9
206588
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r12 push %r14 push %r8 push %rcx push %rdi push %rdx push %rsi lea addresses_WT_ht+0x1ee1e, %rsi lea addresses_normal_ht+0x1621e, %rdi nop nop nop nop nop add $61105, %r12 mov $28, %rcx rep movsw nop nop nop nop xor %r14, %r14 lea addresses_WC_ht+0x16d1e, %r1...
programs/oeis/270/A270841.asm
jmorken/loda
1
206590
; A270841: a(1) = 5; a(n) is the sum of |a(m) - m| for m < n. ; 5,4,6,9,14,23,40,73,138,267,524,1037,2062,4111,8208,16401,32786,65555,131092,262165,524310,1048599,2097176,4194329,8388634,16777243,33554460,67108893,134217758,268435487,536870944,1073741857,2147483682,4294967331,8589934628,17179869221,34359738406,68719476...
Driver/Video/Dumb/CGA/cgaTables.asm
steakknife/pcgeos
504
206591
COMMENT }%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) GeoWorks 1988 -- All Rights Reserved PROJECT: PC GEOS MODULE: CGA video driver FILE: cgaTables.asm AUTHOR: <NAME> REVISION HISTORY: Name Date Description ---- ---- ----------- Tony 10/88 initial vers...
projects/Kirbys_Dream_Land_2.windfish/disassembly/bank_1B.asm
jverkoey/awaken
68
206592
<filename>projects/Kirbys_Dream_Land_2.windfish/disassembly/bank_1B.asm SECTION "ROM Bank 1B", ROMX[$4000], BANK[$1B] db $03, $FF, $00, $FF, $7C, $41, $FF, $EE db $06, $FF, $FE, $FF, $EE, $FF, $00, $FF db $24, $00, $06, $01, $00, $02, $00, $04 db $00, $08, $41, $00, $10, $05, $00, $0F db ...
oeis/098/A098247.asm
neoneye/loda-programs
11
206594
<reponame>neoneye/loda-programs<filename>oeis/098/A098247.asm ; A098247: First differences of Chebyshev polynomials S(n,227)=A098245(n) with Diophantine property. ; Submitted by <NAME>(s4) ; 1,226,51301,11645101,2643386626,600037119001,136205782626601,30918112619119426,7018275358757483101,1593117588325329544501,3616306...
sound/sfxasm/4D.asm
NatsumiFox/Sonic-3-93-Nov-03
7
206595
<gh_stars>1-10 4D_Header: sHeaderInit ; Z80 offset is $C483 sHeaderPatch 4D_Patches sHeaderTick $01 sHeaderCh $01 sHeaderSFX $80, $C0, 4D_PSG3, $00, $00 4D_PSG3: sNoisePSG $E7 dc.b nA6, $05 4D_Jump1: dc.b nB6, $10, sHold sJump 4D_Jump1 dc.b $F2 ; Unused 4D_Patches:
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca.log_211_468.asm
ljhsiun2/medusa
9
206596
<filename>Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca.log_211_468.asm .global s_prepare_buffers s_prepare_buffers: push %r8 push %r9 push %rax push %rbp push %rbx push %rdx push %rsi lea addresses_WT_ht+0x1cd2f, %rsi dec %r8 movl $0x61626364, (%rsi) nop nop nop nop nop cmp %rax, %rax lea addresses_WT_ht+0x1be...
Transynther/x86/_processed/NC/_ht_zr_un_/i7-7700_9_0x48_notsx.log_21829_1646.asm
ljhsiun2/medusa
9
206597
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r14 push %rax push %rbp push %rcx push %rdi push %rsi lea addresses_D_ht+0x1147e, %rdi nop nop nop nop sub $55134, %r11 movw $0x6162, (%rdi) nop nop nop nop sub %rbp, %rbp lea addresses_WT_ht+0x6c7e, %rsi lea addresses_WC_h...
programs/oeis/189/A189889.asm
karttu/loda
1
206598
<filename>programs/oeis/189/A189889.asm ; A189889: Maximum number of nonattacking kings on an n X n toroidal board. ; 1,1,1,4,5,9,10,16,18,25,27,36,39,49,52,64,68,81,85,100,105,121,126,144,150,169,175,196,203,225,232,256,264,289,297,324,333,361,370,400,410,441,451,484,495,529,540,576,588,625,637,676,689,729,742,784,798...
3e04.asm
sqph/td-micl
0
206599
; 3e04.asm global main section .text main: mov edi, 1336 ; un nombre bt edi, 0 ; test si multiple de 2 jnc _multiple2 mov esi, 0 ; EDI impair jmp _finsi ; sauter _multiple2: bt edi, 1 ; test si multiple de 4 ...
Transynther/x86/_processed/US/_st_un_4k_/i7-7700_9_0xca_notsx.log_78_1525.asm
ljhsiun2/medusa
9
206601
.global s_prepare_buffers s_prepare_buffers: push %r12 push %r14 push %r15 push %r9 push %rbp push %rcx push %rdi push %rsi lea addresses_A_ht+0x1c1f5, %r9 nop nop xor %r12, %r12 movw $0x6162, (%r9) nop and %r14, %r14 lea addresses_WC_ht+0x1b77d, %rsi dec %rdi mov $0x6162636465666768, %r12 movq %r12, %xmm3 vmovups %ymm...
programs/oeis/078/A078488.asm
karttu/loda
1
206602
; A078488: First differences of coefficients of g.f. (1-x)^24. ; -25,300,-2300,12650,-53130,177100,-480700,1081575,-2042975,3268760,-4457400,5200300,-5200300,4457400,-3268760,2042975,-1081575,480700,-177100,53130,-12650,2300,-300,25 mov $1,$0 add $0,1 sub $1,25 bin $1,$0 sub $1,300 div $1,5 mul $1,5 add $1,300
unittests/32Bit_ASM/X87/D9_C8.asm
cobalt2727/FEX
628
206603
<gh_stars>100-1000 %ifdef CONFIG { "RegData": { "MM6": ["0x8000000000000000", "0x3FFF"], "MM7": ["0x8000000000000000", "0x4000"] }, "Mode": "32BIT" } %endif lea edx, [.data] fld dword [edx + 8 * 0] fld dword [edx + 8 * 1] fxch hlt .data: dq 0x3f800000 dq 0x40000000
programs/oeis/193/A193766.asm
neoneye/loda
22
206604
; A193766: The number of dominoes in a largest saturated domino covering of the 3 by n board. ; 2,4,6,8,11,13,15,17,20,22,24,26,29,31,33,35,38,40,42,44,47,49,51,53,56,58,60,62,65,67,69,71,74,76,78,80,83,85,87,89,92,94,96,98,101,103,105,107,110,112,114,116,119,121,123,125,128,130,132,134,137,139,141,143,146,148,150,152,...
Driver/Video/VidCom/vidcomExclBounds.asm
steakknife/pcgeos
504
206606
<gh_stars>100-1000 COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) GeoWorks 1992 -- All Rights Reserved PROJECT: PC GEOS MODULE: Video Drivers FILE: vidcomExclBounds.asm AUTHOR: <NAME>, Nov 24, 1992 ROUTINES: Name Description ---- ----------- ...
source/lessons/lsn14-15/ice/debounce_sw_delay.asm
MarsUniversity/ECE382
0
206607
<gh_stars>0 ;------------------------------------------------------------------------------- ; Lesson 14 - Polling. Debouncing. Software Delay Routines. ; Capt <NAME>, USAF / 19 Sep 2016 / 19 Sep 2016 ; ; Purpose: Program instantiates a software delay subroutine to debounce the button ; ;------------------------------...
stream/core_snip.asm
kohnakagawa/skl_bench
0
206608
<filename>stream/core_snip.asm 0000000000402850 <copy_ref(double*, double const*, unsigned long)>: 402850: 55 push rbp 402851: 48 89 e5 mov rbp,rsp 402854: 48 83 e4 c0 and rsp,0xffffffffffffffc0 402858: 48 85 d2 test rdx,rdx 40285b: 76 0f ...
asm/main.asm
MartinezTorres/msx_qrcode
2
206609
<filename>asm/main.asm ;-------------------------------------------------------- ; File Created by SDCC : free open source ANSI-C Compiler ; Version 3.9.0 #11195 (Linux) ;-------------------------------------------------------- .module main .optsdcc -mz80 ;-------------------------------------------------------- ; ...
libsrc/vz/vz_sound.asm
andydansby/z88dk-mk2
1
206610
<filename>libsrc/vz/vz_sound.asm ; CALLER LINKAGE FOR FUNCTION POINTERS XLIB vz_sound LIB vz_sound_callee XREF ASMDISP_VZ_SOUND_CALLEE .vz_sound pop de pop bc pop hl push hl push bc push de jp vz_sound_callee + ASMDISP_VZ_SOUND_CALLEE
programs/oeis/181/A181020.asm
neoneye/loda
22
206611
; A181020: Maximum number of 1s in an nX(n+1) binary matrix with no three 1s adjacent in a line along a row, column or diagonally. ; 2,4,7,12,17,23,30,38,47,58 add $0,1 mov $2,$0 lpb $0 div $0,2 lpb $2 add $1,$2 mov $3,$0 cmp $3,0 add $0,$3 sub $2,1 lpe sub $0,1 add $2,1 lpe add $1,1 mov ...
programs/oeis/022/A022842.asm
neoneye/loda
22
206612
; A022842: Beatty sequence for sqrt(8). ; 2,5,8,11,14,16,19,22,25,28,31,33,36,39,42,45,48,50,53,56,59,62,65,67,70,73,76,79,82,84,87,90,93,96,98,101,104,107,110,113,115,118,121,124,127,130,132,135,138,141,144,147,149,152,155,158,161,164,166,169,172,175,178,181,183,186,189,192,195,197,200,203,206,209,212,214,217,220,223,...
1. 1 exp1.asm
jpsxlr8/Microprocessor-Lab
0
206613
;EXPERIMENT No. 1 ;1.1. Two 8 bit data are stored at locations ;xx50H and xx51H. After addition result should ;be stored at xx53H. LDA 0050H MOV B, A LDA 0051H ADD B STA 0053H hlt
Project-Einstein/src/E-Assembly/src/palindromo.nasm
FelixLuciano/Elements-of-Computing-Systems
0
206614
<gh_stars>0 ; Arquivo: palindromo.nasm ; Curso: Elementos de Sistemas ; Criado por: <NAME> ; Data: 28/3/2019 ; ; Verifica se uma palavra salva na memória ; é um palíndromo ou não. Se for verdadeiro, salva 1 ; em RAM[0] e 0 caso contrário. ; ; A palavra possui tamanho fixo de 5 caracteres, ; começando no endereço 10 da...
data/music.asm
BlockoS/up-quasi
1
206616
; Song Naksolaat in Lightweight format (V1). ; Generated by Arkos Tracker 2. Naksolaat_SongStart defb "ATLW" ; Format marker (LightWeight). defb 1 ; Format version. defw Naksolaat_FmInstrumentTable defw Naksolaat_ArpeggioTable defw Naksolaat_PitchTable ; Table of the Subsongs. defw Naksolaat_Subsong0 ...
programs/oeis/047/A047552.asm
neoneye/loda
22
206618
; A047552: Numbers that are congruent to {2, 6, 7} mod 8. ; 2,6,7,10,14,15,18,22,23,26,30,31,34,38,39,42,46,47,50,54,55,58,62,63,66,70,71,74,78,79,82,86,87,90,94,95,98,102,103,106,110,111,114,118,119,122,126,127,130,134,135,138,142,143,146,150,151,154,158,159,162,166,167,170,174,175,178,182,183,186,190,191,194,198,199,...
Route64.asm
vividrev/Route64
1
206619
<filename>Route64.asm ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; ;; Route64 library ;; Implements several routines to "break through" the WoW64 layer. ;; by ~adversarial ;; for FASM (flatassembler.ne...
oeis/074/A074182.asm
neoneye/loda-programs
11
206620
<filename>oeis/074/A074182.asm ; A074182: Largest power of n <= n!. ; Submitted by <NAME> ; 1,2,3,16,25,216,2401,32768,59049,1000000,19487171,429981696,815730721,20661046784,576650390625,17592186044416,34271896307633,1156831381426176,42052983462257059,1638400000000000000,3243919932521508681,136880068015412051968,613261...
Lab_01/gcd.asm
SadequrRahman/advance-SoC
0
206622
# # Copyright (C) 2019 <NAME> <<EMAIL>> # # This file is part of Advance SoC Design Lab Soultion. # # SoC Design Lab Soultion can not be copied and/or distributed without the express # permission of <NAME> # # File: gcd.asm # This is an assembly function imlementation # for gcd calculation for TinyRISC-V architectu...
Tests/ULA/ChangePaletteTransparency_v3/Main.asm
MrKWatkins/ZXSpectrumNextTests
23
206623
device zxspectrum48 org $6000 INCLUDE "../../Constants.asm" INCLUDE "../../Macros.asm" INCLUDE "../../TestData.asm" INCLUDE "../../TestFunctions.asm" INCLUDE "../../OutputFunctions.asm" Start: call StartTest ld hl,TestTxt ld de,MEM_ZX_SCREEN_4000 call OutStringAtDe ...
programs/oeis/230/A230501.asm
neoneye/loda
22
206624
; A230501: Floor(Sum(d(k), k=1..n)/n), where d(k) is the number of divisors of k. ; 1,1,1,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4 mov $8,2 lpb $8 sub $8,1 add $0,$8 mov $4,$0 sub $0,1...
Library/Trans/Graphics/Bitmap/Dib/Export/exportMain.asm
steakknife/pcgeos
504
206625
<reponame>steakknife/pcgeos COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) Geoworks 1992 -- All Rights Reserved PROJECT: PC GEOS MODULE: Impex- DIB Graphics Translation Library FILE: exportMain.asm AUTHOR: <NAME> 1/92 ROUTINES: Name Description ---- ...
calendar.asm
rene0/asmstuff
0
206626
; Copyright (c) 1997-2000 <NAME>. All rights reserved. ; ; Redistribution and use in source and binary forms, with or without ; modification, are permitted provided that the following conditions ; are met: ; 1. Redistributions of source code must retain the above copyright ; notice, this list of conditions and...
Aurora/Aurora/x64/Debug/screen.asm
manaskamal/aurora-xeneva
8
206627
; Listing generated by Microsoft (R) Optimizing Compiler Version 17.00.50727.1 include listing.inc INCLUDELIB LIBCMT INCLUDELIB OLDNAMES PUBLIC ?display@@3U__display__@@A ; display _BSS SEGMENT ?display@@3U__display__@@A DB 020H DUP (?) ; display _BSS ENDS CONST SEGMENT $SG3041 DB 'fb', 00H ORG $+5 $SG3042 DB '...
07/StackArithmetic/StackTest/StackTest.asm
DarkCleopas/vm-translator
0
206628
<reponame>DarkCleopas/vm-translator @17 // push constant 17 D=A @SP A=M M=D @SP M=M+1 @17 // push constant 17 D=A @SP A=M M=D @SP M=M+1 @SP // eq AM=M-1 D=M @SP AM=M-1 D=M-D @JEQ_StackTest_0 D;JEQ D=1 (JEQ_StackTest_0) D=D-1 @SP A=M M=D @SP M=M+1 @17 // push constant 17 D=A @SP A=M M=D @SP M=M+1 @16 // push constant 16...
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_1447.asm
ljhsiun2/medusa
9
206629
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r12 push %r8 push %r9 push %rbp push %rcx push %rdi push %rsi lea addresses_WT_ht+0x190ec, %rsi nop nop nop inc %r12 mov (%rsi), %r10d nop xor $52959, %rsi lea addresses_WT_ht+0x68c8, %r9 sub %rsi, %rsi movups (%r9), %xmm7 vpextrq $1, %xmm7, %rbp no...
programs/oeis/052/A052935.asm
neoneye/loda
22
206630
; A052935: Expansion of (2-2*x-x^3)/((1-2*x)*(1-x^3)). ; 2,2,4,9,16,32,65,128,256,513,1024,2048,4097,8192,16384,32769,65536,131072,262145,524288,1048576,2097153,4194304,8388608,16777217,33554432,67108864,134217729,268435456,536870912,1073741825,2147483648,4294967296,8589934593,17179869184,34359738368,68719476737,137438...
oeis/175/A175044.asm
neoneye/loda-programs
11
206631
; A175044: Lengths of runs of consecutive values in A168389(n). ; Submitted by <NAME> ; 1,1,1,2,1,2,1,2,2,1,2,2,1,2,2,2,1,2,2,1,2,2,2,2,2,1,2,1,2,2,2,2,1,2,1,2,2,2,2,2,1,2,1,2,1,2,2,2,1,2,2,1,2,2,2,2,1,2,2,1,2,2,2,1,2,2,2,2,1,2,2,2,2,2,2,2,2,2,2,2,1,2,1,2,2,2,2,2,1,2,2,2,2,2,2,2,2,1,2,2 seq $0,6005 ; The odd prime num...
data/mapHeaders/CinnabarMart.asm
AmateurPanda92/pokemon-rby-dx
9
206632
<filename>data/mapHeaders/CinnabarMart.asm CinnabarMart_h: db MART ; tileset db CINNABAR_MART_HEIGHT, CINNABAR_MART_WIDTH ; dimensions (y, x) dw CinnabarMart_Blocks ; blocks dw CinnabarMart_TextPointers ; texts dw CinnabarMart_Script ; scripts db 0 ; connections dw CinnabarMart_Object ; objects
programs/oeis/317/A317321.asm
jmorken/loda
1
206633
<reponame>jmorken/loda ; A317321: Multiples of 21 and odd numbers interleaved. ; 0,1,21,3,42,5,63,7,84,9,105,11,126,13,147,15,168,17,189,19,210,21,231,23,252,25,273,27,294,29,315,31,336,33,357,35,378,37,399,39,420,41,441,43,462,45,483,47,504,49,525,51,546,53,567,55,588,57,609,59,630,61,651,63,672,65,693,67,714,69,735,7...