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
source/assembler/asmoperand.asm
paulscottrobson/6502-basic
3
124279
; ************************************************************************************************ ; ************************************************************************************************ ; ; Name: asmoperand.asm ; Purpose: Decode operand ; Created: 15th March 2021 ; Reviewed: 6th April 2021 ; Author: ...
programs/oeis/124/A124820.asm
karttu/loda
0
124280
; A124820: Expansion of (1-x)/(1-4*x+3*x^2-x^3). ; 1,3,9,28,88,277,872,2745,8641,27201,85626,269542,848491,2670964,8407925,26467299,83316385,262271568,825604416,2598919345,8181135700,25753389181,81069068969,255197244033,803335158406,2528817970494,7960463650791,25058735850088,78882370418473,248313737774419,7816665756923...
oeis/144/A144707.asm
neoneye/loda-programs
11
124281
; A144707: Diagonal sums of Pascal-like triangle A132047. ; Submitted by <NAME> ; 1,1,2,7,11,22,35,61,98,163,263,430,695,1129,1826,2959,4787,7750,12539,20293,32834,53131,85967,139102,225071,364177,589250,953431,1542683,2496118,4038803,6534925,10573730,17108659,27682391,44791054,72473447,117264505,189737954,307002463,49...
oeis/202/A202989.asm
neoneye/loda-programs
11
124282
<filename>oeis/202/A202989.asm ; A202989: E.g.f: Sum_{n>=0} 3^(n^2) * exp(3^n*x) * x^n/n!. ; Submitted by <NAME> ; 1,4,100,21952,45212176,864866612224,151334226289000000,240066313618039143841792,3437872835498096514323500400896,443629285048033016198674962874808664064,515464807019389919369209932597753906250000000000 mov...
programs/oeis/113/A113742.asm
neoneye/loda
22
124283
<gh_stars>10-100 ; A113742: Generalized Mancala solitaire (A002491); to get n-th term, start with n and successively round up to next 5 multiples of n-1, n-2, ..., 1, for n>=1. ; 1,6,16,30,48,72,102,132,168,210,258,318,360,418,492,540,622,714,780,870,972,1054,1174,1260,1392,1488,1590,1714,1848,2022,2118,2292,2398,2580,...
cat.asm
Willnoble83/SysProg-Assessment2
0
124284
_cat: file format elf32-i386 Disassembly of section .text: 00000000 <main>: printf(1, "cat: read error\n"); exit(); } } int main(int argc, char *argv[]) { 0: 8d 4c 24 04 lea 0x4(%esp),%ecx 4: 83 e4 f0 and $0xfffffff0,%esp 7: ff 71 fc pushl ...
Code/CustomControl/RAProperty/Src/RAProperty_Msg_JumpTable.asm
CherryDT/FbEditMOD
11
124285
<reponame>CherryDT/FbEditMOD align 4 _PRM_SELECTPROPERTY: mov ninx,0 .while TRUE invoke SendMessage,[ebx].RAPROPERTY.hcbo,CB_GETITEMDATA,ninx,0 .break .if eax==CB_ERR .if eax==wParam invoke SendMessage,[ebx].RAPROPERTY.hcbo,CB_SETCURSEL,ninx,0 .break .endif inc ninx .endw ...
programs/oeis/178/A178736.asm
neoneye/loda
22
124286
<filename>programs/oeis/178/A178736.asm<gh_stars>10-100 ; A178736: a(n) = n XOR 10n, where XOR is bitwise XOR. ; Coded manually 2021-03-30 by <NAME>, https://github.com/neoneye ; 0,11,22,29,44,55,58,65,88,83,110,101,116,143,130,153,176,187,166,173,220,199,202,241,232,227,286,277,260,319,306,297,352,363,374,381,332,343,...
oeis/201/A201820.asm
neoneye/loda-programs
11
124287
; A201820: Numbers k such that 90*k + 23 is prime. ; Submitted by <NAME> ; 0,1,3,4,6,7,8,11,12,13,14,15,17,19,20,21,22,25,28,29,32,34,39,40,42,45,47,50,52,53,55,57,59,63,64,67,68,70,76,78,84,85,87,90,95,96,97,99,102,103,105,108,109,110,112,113,116,119,122,123,125,129,131,132,136,141,143,144,146,150,151,154,157,158,160,...
paip/jim/attolisp/attolisp.asm
CompSciCabal/SMRTYPRTY
60
124289
; ATTOLISP.ASM ; ; 6502 ASSEMBLER IMPLEMENTATION OF A LISP TOO SMALL TO USE ; ; R0 = $02 ; REGISTERS R1 = $04 R2 = $06 R3 = $08 XPTR = $10 ; S-EXPRESSION SPACE POINTER SCOPE = $12 ; CURRENT SCOPE POINTER RSPTR = $14 ; RESULT STACK POINTER QPTR = $16 ; Q...
data/baseStats_original/houndoom.asm
adhi-thirumala/EvoYellow
16
124290
;HoundoomBaseStats: ; 38a36 (e:4a36) db DEX_HOUNDOOM ; pokedex id db 75 ; base hp db 90 ; base attack db 50 ; base defense db 95 ; base speed db 110 ; base special db FIRE ; species type 1 db DARK ; species type 2 db 65 ; catch rate db 213 ; base exp yield INCBIN "pic/ymon/houndoom.pic",0,1 ; 77, sprite dimensions dw H...
programs/oeis/104/A104462.asm
neoneye/loda
22
124291
; A104462: Convert the binary strings in A101305 to decimal. ; 0,2,20,328,10512,672800,86118464,22046326912,11287719379200,11558624644301312,23672063271529088000,96960771160183144450048,794302637344220319334797312,13013854410247705711981319168000 mov $2,2 lpb $0 sub $0,1 mul $2,2 add $3,1 mul $3,$2 lpe mov $0,...
src/obj/sprite0.asm
battlelinegames/nesteroids
6
124292
.segment "CODE" ; render the sprite 0 .proc set_sprite0 render_sprite #31, #248, #0, #0 rts .endproc ;============================================================================== ; PPU_STATUS $2002 ; 7 bit 0 ; ---- ---- ; VSO. .... ; 7654 3210 ; |||| |||| ; |||+-++++- Least significant bits...
libsrc/_DEVELOPMENT/threads/mutex/c/sccz80/mtx_timedlock_callee.asm
jpoikela/z88dk
640
124293
<reponame>jpoikela/z88dk ; int mtx_timedlock(mtx_t *m, struct timespec *ts) SECTION code_clib SECTION code_threads_mutex PUBLIC mtx_timedlock_callee EXTERN asm_mtx_timedlock mtx_timedlock_callee: pop hl pop bc ex (sp),hl jp asm_mtx_timedlock
vpx_dsp/x86/halfpix_variance_impl_sse2.asm
golden1232004/libvpx
83
124294
; ; Copyright (c) 2010 The WebM project authors. All Rights Reserved. ; ; Use of this source code is governed by a BSD-style license ; that can be found in the LICENSE file in the root of the source ; tree. An additional intellectual property rights grant can be found ; in the file PATENTS. All contributing proje...
Working Disassembly/General/Sprites/Snowboard/Map - Snowboard.asm
TeamASM-Blur/Sonic-3-Blue-Balls-Edition
5
124295
<gh_stars>1-10 Map_348020: dc.w Frame_348038-Map_348020 dc.w Frame_34803A-Map_348020 dc.w Frame_348048-Map_348020 dc.w Frame_348062-Map_348020 dc.w Frame_348070-Map_348020 dc.w Frame_348090-Map_348020 dc.w Frame_34809E-Map_348020 dc.w Frame_3480B8-Map_348020 dc.w Frame_3480C6-Map_348020 dc.w Frame_348...
Aurora/Aurora/x64/Debug/map.asm
manaskamal/aurora-xeneva
8
124296
; Listing generated by Microsoft (R) Optimizing Compiler Version 17.00.50727.1 include listing.inc INCLUDELIB LIBCMT INCLUDELIB OLDNAMES PUBLIC ?map_memory@@YAPEAX_KIE@Z ; map_memory PUBLIC ?unmap_memory@@YAXPEAXI@Z ; unmap_memory EXTRN ?pmmngr_alloc@@YAPEAXXZ:PROC ; pmmngr_alloc EXTRN x64_cli:PROC EXTRN ?map...
gwnum/r4delay3.asm
Kasual/GIMPS
0
124297
<reponame>Kasual/GIMPS<gh_stars>0 ; Copyright 2009-2012 Mersenne Research, Inc. All rights reserved ; Author: <NAME> ; Email: <EMAIL> ; ; These FFTs were split out of r4delay.asm because of MASM limitations. ; TITLE setup IFNDEF X86_64 .686 .XMM .MODEL FLAT ENDIF xfft_type TEXTEQU <r4delay> INCLUDE unravel....
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_1666.asm
ljhsiun2/medusa
9
124299
.global s_prepare_buffers s_prepare_buffers: push %r12 push %r14 push %r15 push %r8 push %rbx push %rcx push %rdi push %rsi lea addresses_D_ht+0x9e2e, %r14 nop inc %r8 movw $0x6162, (%r14) nop nop cmp $33274, %r12 lea addresses_normal_ht+0xca2e, %rsi lea addresses_WC_ht+0x1c1ae, %rdi xor %rbx, %rbx mov $126, %rcx rep m...
oeis/152/A152773.asm
neoneye/loda-programs
11
124301
<reponame>neoneye/loda-programs<gh_stars>10-100 ; A152773: 3 times heptagonal numbers: a(n) = 3n(5n-3)/2. ; 0,3,21,54,102,165,243,336,444,567,705,858,1026,1209,1407,1620,1848,2091,2349,2622,2910,3213,3531,3864,4212,4575,4953,5346,5754,6177,6615,7068,7536,8019,8517,9030,9558,10101,10659,11232,11820,12423,13041,13674,143...
lineFromTo.asm
laerreal/flyshooter
0
124302
; push color ; push x1 ; push y1 ; push x2 ; push y2 lineFromTo: push bp mov bp,sp push bx mov ax,[bp+6] sub ax,[bp+10] jnl lineFromTo_prev1 neg ax lineFromTo_prev1: mov cx,[bp+4] sub cx,[bp+8] jnl lineFromTo_prev2 neg cx lineFromTo_prev2: cmp cx,ax jle lineFromTo_y_less_x ;------...
fiat-amd64/99.84_ratio13700_seed960968221135369_square_p521.asm
dderjoel/fiat-crypto
491
124304
<gh_stars>100-1000 SECTION .text GLOBAL square_p521 square_p521: sub rsp, 0x120 ; last 0x30 (6) for Caller - save regs mov [ rsp + 0xf0 ], rbx; saving to stack mov [ rsp + 0xf8 ], rbp; saving to stack mov [ rsp + 0x100 ], r12; saving to stack mov [ rsp + 0x108 ], r13; saving to stack mov [ rsp + 0x110 ], r14; saving ...
Tools/System/Guppy.asm
jaredwhitney/os3
5
124306
<filename>Tools/System/Guppy.asm<gh_stars>1-10 [bits 32] Guppy.table equ 0xA10000 MEMORY_START equ 0x1000000 ; Memory is labelled as sectors in use from 0x7c00 to 0x_____ ; 0x7c00 - 0xc000 is reserved for the OS (34 sectors) Guppy.init : pusha ;mov al, 0x1 ;mov ebx, 34 ;call Guppy.malloc ;call console.numOut ;call con...
programs/oeis/309/A309684.asm
karttu/loda
0
124307
<reponame>karttu/loda ; A309684: Sum of the odd parts appearing among the smallest parts of the partitions of n into 3 parts. ; 0,0,0,1,1,2,2,3,3,7,7,11,11,15,15,24,24,33,33,42,42,58,58,74,74,90,90,115,115,140,140,165,165,201,201,237,237,273,273,322,322,371,371,420,420,484,484,548,548,612,612,693,693,774,774,855,855,95...
oeis/204/A204022.asm
neoneye/loda-programs
11
124308
<filename>oeis/204/A204022.asm<gh_stars>10-100 ; A204022: Symmetric matrix based on f(i,j) = max(2i-1, 2j-1), by antidiagonals. ; Submitted by <NAME> ; 1,3,3,5,3,5,7,5,5,7,9,7,5,7,9,11,9,7,7,9,11,13,11,9,7,9,11,13,15,13,11,9,9,11,13,15,17,15,13,11,9,11,13,15,17,19,17,15,13,11,11,13,15,17,19,21,19,17,15,13,11,13,15,17,1...
oeis/227/A227696.asm
neoneye/loda-programs
11
124309
<reponame>neoneye/loda-programs ; A227696: Expansion of f(x^3)^3 / f(x) in powers of x where f() is a Ramanujan theta function. ; Submitted by <NAME> ; 1,-1,2,0,2,-1,2,0,1,-2,2,0,2,0,2,0,3,-2,0,0,2,-1,2,0,2,-2,2,0,0,0,4,0,2,-1,2,0,2,-2,0,0,1,-2,2,0,4,0,2,0,0,-2,2,0,2,0,2,0,3,-2,2,0,2,0,0,0,2,-3,2,0,0,-2,2,0,4,0,2,0,2,0...
pwnlib/shellcraft/templates/i386/stackarg.asm
DrKeineLust/pwntools
8,966
124310
<%page args="index, register"/> <%docstring> Loads a stack-based argument into a register. Assumes that the 'prolog' code was used to save EBP. Arguments: index(int): Zero-based argument index. register(str): Register name. </%docstring> mov ${register}, [ebp+${4*(index+2)}]
programs/oeis/166/A166074.asm
neoneye/loda
22
124311
; A166074: a(n) = n^2 - [largest Fibonacci number <= n^2]. ; 0,1,1,3,4,2,15,9,26,11,32,0,25,52,81,23,56,91,128,23,64,107,152,199,15,66,119,174,231,290,351,37,102,169,238,309,382,457,534,3,84,167,252,339,428,519,612,707,804,903,17,120,225,332,441,552,665,780,897,1016,1137,1260,1385,1512,44,175,308,443,580,719,860,1003,1...
programs/oeis/240/A240025.asm
neoneye/loda
22
124313
; A240025: Characteristic function of quarter squares, cf. A002620. ; 1,1,1,0,1,0,1,0,0,1,0,0,1,0,0,0,1,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0 mul $0,2 mov $1,1 lpb $0 div $0,2 mul $0,2 ...
oeis/280/A280021.asm
neoneye/loda-programs
11
124314
<reponame>neoneye/loda-programs<gh_stars>10-100 ; A280021: Expansion of phi_{11, 2}(x) where phi_{r, s}(x) = Sum_{n, m>0} m^r * n^s * x^{m*n}. ; Submitted by <NAME>(s2) ; 0,1,2052,177156,4202512,48828150,363524112,1977326792,8606744640,31382654013,100195363800,285311670732,744500215872,1792160394206,4057474577184,86501...
programs/oeis/212/A212982.asm
neoneye/loda
22
124315
<filename>programs/oeis/212/A212982.asm ; A212982: Number of (w,x,y) with all terms in {0,...,n} and w<x+y and x<=y. ; 0,3,11,27,53,92,146,218,310,425,565,733,931,1162,1428,1732,2076,2463,2895,3375,3905,4488,5126,5822,6578,7397,8281,9233,10255,11350,12520,13768,15096,16507,18003,19587,21261,23028,24890,26850,28910,3107...
oeis/135/A135012.asm
neoneye/loda-programs
11
124316
<filename>oeis/135/A135012.asm ; A135012: Decimal expansion of 12/e. ; Submitted by <NAME>(s2) ; 4,4,1,4,5,5,3,2,9,4,0,5,7,3,0,7,8,5,9,1,4,6,2,8,5,2,4,1,9,3,7,5,3,0,4,0,9,3,4,9,7,3,3,5,7,2,3,8,1,2,1,4,0,1,4,0,9,4,0,4,1,6,2,0,3,6,9,5,3,7,9,4,8,9,3,8,7,9,7,6,4,0,2,8,5,7,6,7,2,9,2,1,5,1,0,3,5,7,2,4 mov $1,1 mov $3,$0 mul...
programs/oeis/022/A022346.asm
jmorken/loda
1
124318
<filename>programs/oeis/022/A022346.asm ; A022346: Fibonacci sequence beginning 0, 12. ; 0,12,12,24,36,60,96,156,252,408,660,1068,1728,2796,4524,7320,11844,19164,31008,50172,81180,131352,212532,343884,556416,900300,1456716,2357016,3813732,6170748,9984480,16155228,26139708,42294936,68434644,110729580,179164224,289893804...
src/random.asm
BlockoS/up-18
3
124320
;; ;; Title: Random number generators. ;; .zp seed .ds 1 .code ;; ;; Function: rand8_seed ;; Set pseudo-random number seed. ;; ;; Parameters: ;; A - Seed. rand8_seed: cmp #$00 bne @store lda #$b8 @store: sta <seed rts ;; ;; Function: rand8 ;; Generates 8-bit pseudo-rand...
programs/oeis/286/A286909.asm
neoneye/loda
22
124321
<reponame>neoneye/loda<filename>programs/oeis/286/A286909.asm<gh_stars>10-100 ; A286909: Positions of 1 in A286907; complement of A286908. ; 2,4,8,10,14,16,18,22,24,28,30,32,36,38,42,44,48,50,52,56,58,62,64,66,70,72,76,78,82,84,86,90,92,96,98,100,104,106,110,112,114,118,120,124,126,130,132,134,138,140,144,146,148,152,1...
engine/items/print_item_description.asm
Dev727/ancientplatinum
28
124322
PrintItemDescription: ; Print the description for item [wCurSpecies] at de. ld a, [wCurSpecies] cp TM01 jr c, .not_a_tm ld [wCurItem], a push de farcall GetTMHMItemMove pop hl ld a, [wTempTMHM] ld [wCurSpecies], a predef PrintMoveDesc ret .not_a_tm push de ld hl, ItemDescriptions ld a, [wCurSpecies] d...
oeis/163/A163069.asm
neoneye/loda-programs
11
124323
<filename>oeis/163/A163069.asm<gh_stars>10-100 ; A163069: a(n) = ((4+sqrt(5))*(1+sqrt(5))^n + (4-sqrt(5))*(1-sqrt(5))^n)/2. ; Submitted by <NAME> ; 4,9,34,104,344,1104,3584,11584,37504,121344,392704,1270784,4112384,13307904,43065344,139362304,450985984,1459421184,4722786304,15283257344,49457659904,160048349184,51792733...
oeis/084/A084070.asm
neoneye/loda-programs
11
124324
<reponame>neoneye/loda-programs<filename>oeis/084/A084070.asm ; A084070: a(n) = 38*a(n-1) - a(n-2), with a(0)=0, a(1)=6. ; Submitted by <NAME>(s4) ; 0,6,228,8658,328776,12484830,474094764,18003116202,683644320912,25960481078454,985814636660340,37434995712014466,1421544022419889368,53981237856243781518,20498654945148438...
win32/VC10/Win32/libxml2_Release/nanoftp.asm
txwizard/libxml2_x64_and_ARM
0
124325
; Listing generated by Microsoft (R) Optimizing Compiler Version 19.16.27027.1 TITLE C:\Users\DAG\Documents\_Clients\CodeProject Authors Group\Windows on ARM\libxml2\libxml2-2.9.9\nanoftp.c .686P .XMM include listing.inc .model flat INCLUDELIB MSVCRT INCLUDELIB OLDNAMES _DATA SEGMENT COMM _xmlMalloc:DWORD COMM...
Test/8080/Z_ZAPPLEASM.original.asm
sparks-c16/zasm
43
124326
CDL's Z80 Macro Assembler C12012-0312 Page 1 Exerpt from start of Zapple 2K monitor PRN file as from TDL Exerpt by <NAME> Aug 2012 ; << ZAPPLE 2-K MASKED ROM MONITOR SYSTEM >> ; by ...
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_20658_1353.asm
ljhsiun2/medusa
9
124327
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r12 push %r14 push %r15 push %r9 push %rcx push %rdi push %rdx lea addresses_WT_ht+0x1541, %r14 nop nop xor %rdx, %rdx mov (%r14), %r15 nop nop nop add %rcx, %rcx lea addresses_UC_ht+0x81c1, %r14 nop sub $29805, %rdx mov $0x6162636465666768, %...
kernel/utils.asm
fengjixuchui/soso
791
124328
[GLOBAL read_eip] read_eip: pop eax jmp eax [GLOBAL disable_paging] disable_paging: mov edx, cr0 and edx, 0x7fffffff mov cr0, edx ret [GLOBAL enable_paging] enable_paging: mov edx, cr0 or edx, 0x80000000 mov cr0, edx ret
src/extended/util/paging.asm
abxxbo/biboot
4
124329
;; REQUIRED FOR 64BIT MODE!!!! PAGE_TABLE equ 0x1000 _identity_paging: mov edi, PAGE_TABLE mov cr3, edi mov dword [edi], 0x2003 add edi, 0x1000 mov dword [edi], 0x3003 add edi, 0x1000 mov dword [edi], 0x4003 add edi, 0x1000 mov ebx, 0x00000003 mov ecx, 512 .SetEntry: mov dword [edi], ebx add ebx, 0x...
libsrc/_DEVELOPMENT/adt/bv_stack/c/sdcc_iy/bv_stack_init_callee.asm
jpoikela/z88dk
640
124330
; bv_stack_t *bv_stack_init_callee(void *p, size_t capacity, size_t max_size) SECTION code_clib SECTION code_adt_bv_stack PUBLIC _bv_stack_init_callee EXTERN _b_vector_init_callee defc _bv_stack_init_callee = _b_vector_init_callee
libsrc/_DEVELOPMENT/drivers/terminal/console_01/input/console_01_input_terminal/console_01_input_stdio_msg_seek.asm
jpoikela/z88dk
640
124331
SECTION code_driver SECTION code_driver_terminal_input PUBLIC console_01_input_stdio_msg_seek EXTERN character_00_input_stdio_msg_seek defc console_01_input_stdio_msg_seek = character_00_input_stdio_msg_seek ; C = STDIO_SEEK_SET (0), STDIO_SEEK_CUR (1), STDIO_SEEK_END (2) ; DEHL'= file offset ; C'= ...
Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xca_notsx.log_21829_235.asm
ljhsiun2/medusa
9
124332
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r12 push %r13 push %rbx push %rcx push %rdi push %rsi lea addresses_UC_ht+0x19243, %r11 inc %r12 mov $0x6162636465666768, %rsi movq %rsi, %xmm7 vmovups %ymm7, (%r11) nop sub %rdi, %rdi lea addresses_WT_ht+0x6a43, %rsi lea addresses_WT_ht+0x1aa43, %rdi nop nop...
oeis/338/A338204.asm
neoneye/loda-programs
11
124333
; A338204: a(n) is the sum of odd-indexed terms (of every row) of the first n rows of the triangle A237591. ; Submitted by <NAME> ; 1,3,5,8,11,16,21,27,34,41,48,57,66,75,86,98,110,123,136,151,166,181,196,213,231,249,267,287,307,329,351,374,397,420,445,471,497,523,549,577,605,635,665,695,727,759,791,825,860,896,932,968,...
programs/oeis/298/A298033.asm
karttu/loda
0
124334
<filename>programs/oeis/298/A298033.asm<gh_stars>0 ; A298033: Coordination sequence of the Dual(3.4.6.4) tiling with respect to a hexavalent node. ; 1,6,12,24,30,42,48,60,66,78,84,96,102,114,120,132,138,150,156,168,174,186,192,204,210,222,228,240,246,258,264,276,282,294,300,312,318,330,336,348,354,366,372,384,390,402,4...
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_21829_993.asm
ljhsiun2/medusa
9
124335
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r15 push %r9 push %rcx push %rdi push %rdx push %rsi lea addresses_WC_ht+0x1ca19, %rsi nop nop nop inc %r9 mov (%rsi), %r10 nop nop nop nop dec %r15 lea addresses_WC_ht+0xaea5, %rsi lea addresses_D_ht+0x36e5, %rdi clflush (%rsi) add $33308, %rdx mov $13, %rcx...
programs/oeis/101/A101376.asm
neoneye/loda
22
124336
<filename>programs/oeis/101/A101376.asm ; A101376: a(n) = n^2*(n^3 - n^2 + n + 1)/2. ; 0,1,14,99,424,1325,3366,7399,14624,26649,45550,73931,114984,172549,251174,356175,493696,670769,895374,1176499,1524200,1949661,2465254,3084599,3822624,4695625,5721326,6918939,8309224,9914549,11758950,13868191,16269824,18993249,2206977...
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_1899.asm
ljhsiun2/medusa
9
124337
<reponame>ljhsiun2/medusa<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r14 push %r8 push %rax push %rbp push %rcx push %rdi push %rdx push %rsi lea addresses_A_ht+0x79f5, %rsi lea addresses_WT_ht+0xeaa4, %rdi nop nop nop xor $46754, %r14 mov $87, %rcx rep movsl nop nop cmp %rbp, %rbp lea addresses_W...
programs/oeis/111/A111711.asm
neoneye/loda
22
124338
<reponame>neoneye/loda ; A111711: Leading column of triangle mentioned in A111710. ; 1,2,5,8,14,19,28,35,47,56,71,82,100,113,134,149,173,190,217,236,266,287,320,343,379,404,443,470,512,541,586,617,665,698,749,784,838,875,932,971,1031,1072,1135,1178,1244,1289,1358,1405,1477,1526,1601,1652,1730,1783,1864,1919,2003,2060,2...
Transynther/x86/_processed/AVXALIGN/_zr_/i7-8650U_0xd2_notsx.log_92_1414.asm
ljhsiun2/medusa
9
124339
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r12 push %r13 push %r15 push %r8 push %rcx push %rdi push %rdx push %rsi lea addresses_UC_ht+0x8bfe, %rdi nop xor $45744, %r15 mov $0x6162636465666768, %r8 movq %r8, (%rdi) nop nop nop xor %r12, %r12 lea addresses_WT_ht+0x1671e, %r13 nop nop d...
programs/oeis/160/A160811.asm
neoneye/loda
22
124341
<reponame>neoneye/loda ; A160811: Numbers not dividing 24. ; 5,7,9,10,11,13,14,15,16,17,18,19,20,21,22,23,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,74,75,76,77 add $0,1 mov $1,2 mov $2,$0 sub $0,1 mul $0,4 add $1,$...
programs/oeis/038/A038183.asm
neoneye/loda
22
124344
<reponame>neoneye/loda<gh_stars>10-100 ; A038183: One-dimensional cellular automaton 'sigma-minus' (Rule 90): 000,001,010,011,100,101,110,111 -> 0,1,0,1,1,0,1,0. ; 1,5,17,85,257,1285,4369,21845,65537,327685,1114129,5570645,16843009,84215045,286331153,1431655765,4294967297,21474836485,73014444049,365072220245,1103806595...
programs/oeis/040/A040131.asm
neoneye/loda
22
124346
<gh_stars>10-100 ; A040131: Continued fraction for sqrt(143). ; 11,1,22,1,22,1,22,1,22,1,22,1,22,1,22,1,22,1,22,1,22,1,22,1,22,1,22,1,22,1,22,1,22,1,22,1,22,1,22,1,22,1,22,1,22,1,22,1,22,1,22,1,22,1,22,1,22,1,22,1,22,1,22,1,22,1 mov $1,$0 cmp $0,0 sub $1,$0 gcd $1,2 add $1,9 add $0,$1 mul $0,$1 sub $0,99
eurasia/services4/srvinit/devices/sgx/sgx_init.use.asm
shaqfu786/GFX_Linux_DDK
3
124347
<filename>eurasia/services4/srvinit/devices/sgx/sgx_init.use.asm<gh_stars>1-10 /***************************************************************************** Name : sgx_init.use.asm Title : USSE program for SGX initialisation Author : <NAME> Created : 4th Aug 2009 Copyright : 2009 by Imagination Technolog...
externals/mpir-3.0.0/mpn/x86/p6/mod_1.asm
JaminChan/eos_win
1
124348
dnl Intel P6 mpn_mod_1 -- mpn by limb remainder. dnl Copyright 1999, 2000, 2002 Free Software Foundation, Inc. dnl 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 dnl modify it under the terms of the GNU Lesser General Public License as dnl ...
Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xca.log_21829_1485.asm
ljhsiun2/medusa
9
124349
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r12 push %r15 push %r8 push %rbx push %rcx push %rdi push %rsi lea addresses_WT_ht+0x135d9, %r15 nop nop nop nop nop cmp %r12, %r12 mov $0x6162636465666768, %rdi movq %rdi, %xmm7 movups %xmm7, (%r15) nop nop nop nop nop sub $8182, %r11 lea addresses...
Computer_Ogranisation_Lab/assignments/MIPS/mult.asm
avi-dak-hyd/CSE-Sem5
0
124351
<reponame>avi-dak-hyd/CSE-Sem5 .data .text addi $t0, $zero, 2000 addi $t1, $zero, 10 mult $t0, $t1 mflo $s0 mfhi $s1 #Display the products to the screen li $v0, 1 add $a0, $zero, $s0 syscall
EEL7030/Keil/C51/RtxTiny2/SourceCode/os_reset_interval.a51
GSimas/MicroC
0
124356
;------------------------------------------------------------------------------ ; This file is part of the RTX-51 TINY Real-Time Operating System Package ; Copyright <NAME>IK GmbH and Keil Software, Inc. 1991-2002 ;------------------------------------------------------------------------------ ; ; OS_RESET_INTE...
programs/oeis/053/A053833.asm
neoneye/loda
22
124357
; A053833: Sum of digits of n written in base 13. ; 0,1,2,3,4,5,6,7,8,9,10,11,12,1,2,3,4,5,6,7,8,9,10,11,12,13,2,3,4,5,6,7,8,9,10,11,12,13,14,3,4,5,6,7,8,9,10,11,12,13,14,15,4,5,6,7,8,9,10,11,12,13,14,15,16,5,6,7,8,9,10,11,12,13,14,15,16,17,6,7,8,9,10,11,12 lpb $0 dif $0,13 sub $0,1 add $1,1 lpe mov $0,$1
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_1505.asm
ljhsiun2/medusa
9
124358
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r12 push %r13 push %rax push %rcx push %rdi push %rsi lea addresses_A_ht+0x1a20, %rsi lea addresses_A_ht+0xc020, %rdi clflush (%rsi) nop nop nop dec %rax mov $113, %rcx rep movsq nop nop nop nop nop add %r11, %r11 lea addresses_D_ht+0x199a0, %rsi le...
programs/oeis/146/A146084.asm
karttu/loda
0
124360
; A146084: Expansion of 1/(1-x(1-12x)). ; 1,1,-11,-23,109,385,-923,-5543,5533,72049,5653,-858935,-926771,9380449,20501701,-92063687,-338084099,766680145,4823689333,-4376472407,-62260744403,-9743075519,737385857317,854302763545,-7994327524259,-18245960686799,77685969604309,296637497845897,-635594137405811,-4195244111556...
Transynther/x86/_processed/US/_zr_/i7-8650U_0xd2.log_15190_1188.asm
ljhsiun2/medusa
9
124361
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r13 push %r8 push %rbp push %rbx push %rdi lea addresses_WT_ht+0xb8e4, %rdi nop nop cmp $20877, %rbx movb (%rdi), %r11b nop nop nop nop nop add $46287, %rbx lea addresses_A_ht+0x12264, %r13 nop cmp %rdi, %rdi movb (%r13), %r8b nop nop dec %rdi pop %rdi pop %r...
programs/oeis/000/A000073.asm
neoneye/loda
22
124362
; A000073: Tribonacci numbers: a(n) = a(n-1) + a(n-2) + a(n-3) for n >= 3 with a(0) = a(1) = 0 and a(2) = 1. ; 0,0,1,1,2,4,7,13,24,44,81,149,274,504,927,1705,3136,5768,10609,19513,35890,66012,121415,223317,410744,755476,1389537,2555757,4700770,8646064,15902591,29249425,53798080,98950096,181997601,334745777,615693474,11...
SUM.asm
Mohamed-94/Group-of-Assembly-Programs-Samples--8086-85-Processors-family-
16
124363
<gh_stars>10-100 .MODEL SMALL .STACK 100H .DATA SUM DB ? .CODE MAIN PROC MOV AX,@DATA MOV DS,AX MOV AX ,4 MOV BX,5 MUL BX MOV AH,09H INT 21H MOV AH,4CH INT 21H MAIN ENDP END MAIN
programs/oeis/199/A199572.asm
neoneye/loda
22
124364
<gh_stars>10-100 ; A199572: Number of round trips of length n on the cycle graph C_2 from any of the two vertices. ; 1,0,4,0,16,0,64,0,256,0,1024,0,4096,0,16384,0,65536,0,262144,0,1048576,0,4194304,0,16777216,0,67108864,0,268435456,0,1073741824,0,4294967296,0,17179869184,0,68719476736,0,274877906944,0 mov $1,-2 pow $1...
src/pixelart.asm
taleroangel/escapa-minas
2
124365
# Instrucciones para dibujar el pixelart en pantalla .text PintarDibujoVictoria: #Salvar $ra add $t1, $ra, $zero #Pintar toda la pantalla de azul li $a0, DIR_BASE li $a1, 0x004472C4 jal PintarPantalla #Recuperar $ra add $ra, $t1, $zero #Imprimir el pixelArt li $t0, DIR_BASE #Contorno copa li $t1, N...
03_IncludeASMFile/myfunction.asm
ieeqc/ASM_LIB
0
124366
<gh_stars>0 ;;; int asm_strlen(string message) ;; String length calculation function asm_strlen: push ebx mov ebx, eax nextchar: cmp byte [eax], 0 jz finished inc eax jmp nextchar finished: sub eax, ebx pop ebx ret ;;; void sprint(string message) ;; string printing func...
MicroProcessor Lab Programs/count.asm
vallabhiaf/4thSemIse
0
124367
<reponame>vallabhiaf/4thSemIse<filename>MicroProcessor Lab Programs/count.asm assume cs:code code segment start: mov cx,100d mov bl,00 next_digit: mov al,bl aam add ax,3030h mov dl,ah mov ah,2 push ax int 21h pop ax mov dl,al ...
src/kernel/process/isr_timer.asm
7E00h/septos
1
124368
BITS 64 global _asm_isr_timer global _asm_isr_timer_continue extern scheduler_context_switch _asm_isr_timer: cli push r15 push r14 push r13 push r12 push r11 push r10 push r9 push r8 push rbp push rdi push rsi push rdx push rcx push rbx push rax ...
DCS216 Operating System/ep2/loader.asm
Lan-Jing/Courses
1
124369
; a basic loader that outputs text ; provides option to run different programs SECTION loaderCode align=16 vstart=0x7c00 ;==================================== start: .set_dataSeg: xor ax, ax mov ds, ax mov es, ax ; set all basic seg pointer to 0, offset added by org .set_stackSeg: cli mov a...
oeis/245/A245341.asm
neoneye/loda-programs
11
124370
; A245341: Sum of digits of n written in fractional base 5/2. ; Submitted by <NAME>(s3) ; 0,1,2,3,4,2,3,4,5,6,4,5,6,7,8,3,4,5,6,7,5,6,7,8,9,4,5,6,7,8,6,7,8,9,10,8,9,10,11,12,4,5,6,7,8,6,7,8,9,10,5,6,7,8,9,7,8,9,10,11,9,10,11,12,13,5,6,7,8,9,7,8,9,10,11,6,7,8,9,10,8,9,10,11,12,10,11,12,13,14,9,10,11,12,13,11,12,13,14,15...
smsq/java/ctrl/init.asm
olifink/smsqe
0
124371
<reponame>olifink/smsqe<filename>smsq/java/ctrl/init.asm ; SMSQMuator control thing copyright (c) <NAME> 2017-2020 ; v. 1.03 removed test & dead code ; v. 1.02 added logon, logoff ; v. 1.01 added jva_minimize include 'dev8_mac_basic2' include 'dev8_mac_proc' include 'dev8_keys_sys' include 'dev8_keys_qlv' inclu...
_incObj/72 Teleporter.asm
kodishmediacenter/msu-md-sonic
9
124372
; --------------------------------------------------------------------------- ; Object 72 - teleporter (SBZ) ; --------------------------------------------------------------------------- Teleport: moveq #0,d0 move.b obRoutine(a0),d0 move.w Tele_Index(pc,d0.w),d1 jsr Tele_Index(pc,d1.w) out_of_range.s @delete...
asg/asm/rdkafka_pattern.asm
asgkafka/librdkafka
0
124377
*PROCESS DUPALIAS * * Compiled by DCC Version 2.25.07 Mar 6 2021 08:51:07 * on Fri Apr 30 15:35:52 2021 * WXTRN @@ZARCH# * * * * Code Section * @CODE ALIAS X'7CD9C4D2C1C6D2C16DD7C1E3E3C5D9D5' @CODE CSECT @CODE AMODE ANY @CODE RMODE ANY @DATA ALIAS X'7C998492818692816D9781A3A38599...
Minimax/Depth_.asm
Phantim97/Minimax-Tree
0
124378
.model flat, c .code Depth_ proc push ebp mov ebp, esp mov eax, [ebp+8] ; eax = 'depth' mov ecx, 0 ; ecx = depth size Lp: shr eax, 1 ; shift eax right by 1 cmp eax, 0 ; check if eax is 0 jle DepthFound ; once eax hits 0 return inc ecx ; depth++ jmp Lp ; loop until depth found DepthFound: mov e...
cedit.asm
runer112/Doors_CS_7
17
124379
;----------------------------------------------------------- ; Filename: cedit.asm ; Long name: Cursor Editor ; Author: Chipmaster, with <NAME> aka <NAME> ; Last Update: Unknown ; ; Tab functions, mouse hook for GUI, InfoPop and MemoryPop-related ; code, and similar. ; ;Please consult license.txt for the fair use ...
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_13_636.asm
ljhsiun2/medusa
9
124380
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r12 push %r9 push %rbx push %rcx push %rdi push %rsi lea addresses_normal_ht+0x1e042, %r12 nop nop nop nop add %r11, %r11 mov (%r12), %r10d nop add %rdi, %rdi lea addresses_D_ht+0x1c162, %rsi lea addresses_D_ht+0x1222, %rdi nop xor $41379, %r9 mov $...
asm/ldstind.asm
dspmathguru/lipsi
62
124381
# # Test indirect load and store # ldi 0x73 st r1 ldi 0x34 stind (r1) ldi 0xff ldi 0xff st r1 ldi 0x73 st r2 ldind (r2) subi 0x34 exit
exercises/7_constants.asm
Catherine22/Assembly
0
124382
STDOUT equ 1 SYS_EXIT equ 1 SYS_WRITE equ 4 section .data msg1 db "Hello, programmers!", 0xA, 0xD ;0xA -> new line ;0xD -> move the output cursor to the beginning of the current line len1 equ $ - msg1 msg2 db "Welcome to the world of ", len2 equ $ - msg...
Transynther/x86/_processed/NONE/_zr_/i3-7100_9_0xca_notsx.log_217_723.asm
ljhsiun2/medusa
9
124383
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r10 push %r13 push %r15 push %r8 push %rcx push %rdi push %rsi lea addresses_WT_ht+0x1c88, %r13 nop nop nop nop and $43041, %rcx movw $0x6162, (%r13) nop cmp %r15, %r15 lea addresses_D_ht+0x119d0, %r13 nop sub $34825, %rdi mov $0x6162636465666...
Working Disassembly/Levels/LBZ/Misc Object Data/Map - Knuckles Pillar.asm
TeamASM-Blur/Sonic-3-Blue-Balls-Edition
5
124385
Map_62AFC: dc.w word_62B00-Map_62AFC dc.w word_62B08-Map_62AFC word_62B00: dc.w 1 dc.b $F0, $F, 0, 0, $FF, $F0 word_62B08: dc.w 8 dc.b $80, $F, 0, 0, $FF, $F0 dc.b $A0, $F, 0, 0, $FF, $F0 dc.b $C0, $F, 0, 0, $FF, $F0 dc.b $E0, $F, 0, 0, $FF, $F0 dc.b 0, $F, 0, 0, ...
programs/oeis/081/A081219.asm
karttu/loda
1
124386
<reponame>karttu/loda ; A081219: One sixtieth the product of primitive Pythagorean triangles' sides whose odd values differ by 2. ; 1,34,259,1092,3333,8294,17927,34952,62985,106666,171787,265420,396045,573678,809999,1118480,1514513,2015538,2641171,3413332,4356373,5497206,6865431,8493464,10416665,12673466,15305499,18357...
oeis/105/A105866.asm
neoneye/loda-programs
11
124387
<reponame>neoneye/loda-programs<gh_stars>10-100 ; A105866: A generalized Chebyshev transform of the Fibonacci numbers. ; Submitted by <NAME> ; 0,1,1,6,9,33,62,185,393,1062,2409,6193,14542,36441,87129,215478,520073,1277441,3098334,7583481,18439977,45050950,109690537,267731409,652322286,1591394457,3878780921,9460182998,2...
P6/data_P6/testpoint/testpoint24.asm
alxzzhou/BUAA_CO_2020
1
124388
<filename>P6/data_P6/testpoint/testpoint24.asm ori $1, $0, 1 ori $2, $0, 14 ori $3, $0, 7 ori $4, $0, 13 sw $1, 0($0) sw $1, 4($0) sw $3, 8($0) sw $3, 12($0) sw $3, 16($0) sw $1, 20($0) sw $4, 24($0) sw $4, 28($0) sw $4, 32($0) sw $3, 36($0) sw $2, 40($0) sw $1, 44($0) sw $1, 48($0) sw $1, 52($0) sw $...
boot/boot_sect.asm
arges/argos
0
124389
; ; (C) 2014 <NAME> <<EMAIL>> ; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;MAIN [org 0x7c00] KERNEL_OFFSET equ 0x1000 mov [BOOT_DRIVE], dl mov bp, 0x9000 mov sp, bp mov bx, MSG_REAL_MODE call print_string_rm call load_kernel call switch_to_pm jmp $ ;;;;;;;;;;;;;;;;;;;;;;;;;;;...
programs/oeis/232/A232580.asm
neoneye/loda
22
124390
<reponame>neoneye/loda ; A232580: Number of binary sequences of length n that contain at least one contiguous subsequence 011. ; 0,0,0,1,4,12,31,74,168,369,792,1672,3487,7206,14788,30185,61356,124308,251199,506578,1019920,2050785,4119280,8267216,16580799,33236622,66594636,133385689,267089188,534692604,1070217247,214178...
01-bootsector-barebones/boot_sect_simple.asm
TisnKu/os-tutorial
0
124391
; A simple boot sector program that loops forever ; loop: ; jmp loop jmp $ ;even simpler infinite loop times 510-($-$$) db 0 dw 0xaa55
src/camera/pixy/src/misc/gcc/m0/Release/cr_startup_lpc43xx-m0app.asm
wowHollis/SmartCart
0
124392
1 .syntax unified 2 .cpu cortex-m0 3 .fpu softvfp 4 .eabi_attribute 20, 1 5 .eabi_attribute 21, 1 6 .eabi_attribute 23, 3 7 .eabi_attribute 24, 1 8 .eabi_attribute 25, 1 9 ...
programs/oeis/206/A206608.asm
neoneye/loda
22
124393
<reponame>neoneye/loda ; A206608: Fibonacci sequence beginning 13, 10. ; 13,10,23,33,56,89,145,234,379,613,992,1605,2597,4202,6799,11001,17800,28801,46601,75402,122003,197405,319408,516813,836221,1353034,2189255,3542289,5731544,9273833,15005377,24279210,39284587,63563797,102848384,166412181,269260565,435672746,70493331...
src/xercesc/util/Platforms/OS2/os2ilck.asm
allianz-pmichel/xerces-c-src_2_8_0
7
124394
<reponame>allianz-pmichel/xerces-c-src_2_8_0 title os2ilck.asm .486 CODE32 segment dword use32 public 'CODE' CODE32 ends DATA32 segment dword use32 public 'DATA' DATA32 ends DGROUP group DATA32 assume cs:FLAT, ds:FLAT, ss:FLAT, es:FLAT CODE32 segment align 04h os2InterlockedCompareExchange proc ...
test/tools/llvm-ml/builtin_types.asm
DrItanium/llvm12_960
250
124395
# RUN: llvm-ml -filetype=s %s /Fo - | FileCheck %s .data t1_long BYTE 1 t1_short DB 1 t1_signed SBYTE -1 ; CHECK-LABEL: t1_long: ; CHECK: .byte 1 ; CHECK-LABEL: t1_short: ; CHECK: .byte 1 ; CHECK-LABEL: t1_signed: ; CHECK: .byte -1 t2_long WORD 2 t2_short DW 2 t2_signed SWORD -2 ; CHECK-LABEL: t2_long: ; CHECK: .s...
programs/oeis/085/A085490.asm
karttu/loda
1
124396
<gh_stars>1-10 ; A085490: Number of pairs with two different elements which can be obtained by selecting unique elements from two sets with n+1 and n^2 elements respectively and n common elements. ; 0,1,10,33,76,145,246,385,568,801,1090,1441,1860,2353,2926,3585,4336,5185,6138,7201,8380,9681,11110,12673,14376,16225,1822...
programs/oeis/195/A195016.asm
jmorken/loda
1
124397
<filename>programs/oeis/195/A195016.asm ; A195016: (n*(5*n+7)-(-1)^n+1)/2. ; 0,7,17,34,54,81,111,148,188,235,285,342,402,469,539,616,696,783,873,970,1070,1177,1287,1404,1524,1651,1781,1918,2058,2205,2355,2512,2672,2839,3009,3186,3366,3553,3743,3940,4140,4347,4557,4774,4994,5221,5451,5688,5928,6175,6425,6682,6942,7209,7...
SPI.asm
MTKilpatrick/pxt-nokialcd-asm
0
124398
sendSPIBufferAsm: ; arguments are: r0 - buffer, r1 - data pin, r2 - clock pin push {r4,r5,r6,r7,lr} mov r6, r1 ; save datapin in r6 mov r7, r2 ; save clock pin in r7 mov r8, r3 ; save chip select in r8 mov r4, r0 ; save buff mov r0, r4 bl BufferMethods::length mov r5...
Modules/Module2/1_Addition/addition_rformat_hex.asm
hackettccp/CSCI213
0
124399
<filename>Modules/Module2/1_Addition/addition_rformat_hex.asm #Adds two values together #Run and look at the $t0, $t1, and $t2 registers li $t0, 0x2d #Loads the constant 0x2d (45) to $t0 li $t1, 0x4f #Loads the constant 0x4f (79) to $t1 add $t2, $t0, $t1 #$t2 = $t0 + $t1 #Result is 0x7c (124)
programs/oeis/257/A257850.asm
neoneye/loda
22
124401
<gh_stars>10-100 ; A257850: a(n) = floor(n/10) * (n mod 10). ; 0,0,0,0,0,0,0,0,0,0,0,1,2,3,4,5,6,7,8,9,0,2,4,6,8,10,12,14,16,18,0,3,6,9,12,15,18,21,24,27,0,4,8,12,16,20,24,28,32,36,0,5,10,15,20,25,30,35,40,45,0,6,12,18,24,30,36,42,48,54,0,7,14,21,28,35,42,49,56,63,0,8,16,24,32,40,48,56,64,72,0,9,18,27,36,45,54,63,72,81...
programs/oeis/037/A037604.asm
karttu/loda
1
124402
<reponame>karttu/loda<gh_stars>1-10 ; A037604: Base-4 digits are, in order, the first n terms of the periodic sequence with initial period 1,2,3. ; 1,6,27,109,438,1755,7021,28086,112347,449389,1797558,7190235,28760941,115043766,460175067,1840700269,7362801078,29451204315,117804817261,471219269046,1884877076187,75395083...