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/155/A155085.asm
neoneye/loda
22
209336
; A155085: a(n) = n + sum of divisors of n. ; 2,5,7,11,11,18,15,23,22,28,23,40,27,38,39,47,35,57,39,62,53,58,47,84,56,68,67,84,59,102,63,95,81,88,83,127,75,98,95,130,83,138,87,128,123,118,95,172,106,143,123,150,107,174,127,176,137,148,119,228,123,158,167,191,149,210,135,194,165,214,143,267,147,188,199,216,173,246,159,2...
Lab11/lab11.asm
richardhyy/AssemblyLab
3
209338
; Lab 11 ; name: letterc ; func: Convert a string of characters ends with 0 to upper case. ; args: di:si : points to the beginning of the string assume cs:codesg datasg segment db "Beginner's All-purpose Symbolic Instruction Code.",0 datasg ends stacksg segment dd 0,0 stacksg ends codesg segment begin: mov ax,dat...
src/config.asm
Ralakimus/sega-cd-asic-demo
4
209340
; ------------------------------------------------------------------------- ; ; Sega CD Base ; By Ralakimus 2021 ; ; ------------------------------------------------------------------------- opt l. ; Use "." for local labels opt op+ ; Optimize to PC relative addressing opt os+ ; Optimize short branches ...
45/beef/cw/kernel/stubs.asm
minblock/msdos
0
209341
<gh_stars>0 ;* ;* ;* stubs.asm Stubs for OS specific routines that exist under ;* one OS only. ;* ;******************************************************************************* include kernel.inc ;******************************************************************************* sBegin KERNEL PUBLIC AccessSwap...
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_340.asm
ljhsiun2/medusa
9
209342
<reponame>ljhsiun2/medusa<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r11 push %r12 push %r9 push %rax push %rbp push %rcx push %rdi push %rsi lea addresses_WT_ht+0xbb7c, %rsi nop nop nop and %rax, %rax and $0xffffffffffffffc0, %rsi vmovaps (%rsi), %ymm7 vextracti128 $0, %ymm7, %xmm7 vpextrq $1, %x...
Transynther/x86/_processed/AVXALIGN/_ht_st_zr_un_/i7-7700_9_0xca_notsx.log_21829_414.asm
ljhsiun2/medusa
9
209343
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r12 push %r14 push %r8 push %r9 push %rcx push %rdi push %rdx push %rsi lea addresses_A_ht+0x787f, %r14 nop nop nop nop inc %r8 mov (%r14), %cx nop nop nop nop nop xor $5563, %rdx lea addresses_A_ht+0x12dc7, %r10 clflush (%r10) nop nop and %r12, %r12 mov $0x6...
Transynther/x86/_processed/NC/_zr_/i7-8650U_0xd2.log_21829_826.asm
ljhsiun2/medusa
9
209344
.global s_prepare_buffers s_prepare_buffers: push %r12 push %r14 push %rax push %rbp push %rcx push %rdi push %rsi lea addresses_normal_ht+0x81ba, %r12 nop nop sub $48152, %rax movb (%r12), %cl sub $47569, %rsi lea addresses_WT_ht+0x103a, %rsi lea addresses_WT_ht+0x1be90, %rdi nop nop nop nop sub %rbp, %rbp mov $102, %...
programs/oeis/194/A194146.asm
karttu/loda
0
209347
<reponame>karttu/loda<gh_stars>0 ; A194146: Beatty sequence for (4+sqrt(6))/2; complement of A194145. ; 3,6,9,12,16,19,22,25,29,32,35,38,41,45,48,51,54,58,61,64,67,70,74,77,80,83,87,90,93,96,99,103,106,109,112,116,119,122,125,128,132,135,138,141,145,148,151,154,158,161,164,167,170,174,177,180,183,187,190,193,196,199,20...
Transynther/x86/_processed/AVXALIGN/_st_/i3-7100_9_0x84_notsx.log_21829_45.asm
ljhsiun2/medusa
9
209348
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r8 push %r9 push %rax push %rbx push %rcx push %rdi push %rsi lea addresses_normal_ht+0x1281d, %r10 nop nop nop nop nop inc %r8 movb (%r10), %r9b nop and %rax, %rax lea addresses_normal_ht+0xc46d, %r10 nop nop nop add %rbx, %rbx movw $0x6162, (%r10) nop nop x...
programs/oeis/241/A241422.asm
neoneye/loda
22
209349
<reponame>neoneye/loda ; A241422: Limit-reverse of the infinite Fibonacci word A003849 with first term as initial block. ; 0,1,0,1,0,0,1,0,1,0,0,1,0,0,1,0,1,0,0,1,0,0,1,0,1,0,0,1,0,1,0,0,1,0,0,1,0,1,0,0,1,0,1,0,0,1,0,0,1,0,1,0,0,1,0,0,1,0,1,0,0,1,0,1,0,0,1,0,0,1,0,1,0,0,1,0,0,1,0,1,0,0,1,0,1,0,0,1,0,0,1,0,1,0,0,1,0,1,0...
src/spread/access.asm
olifink/qspread
0
209350
<reponame>olifink/qspread * Spreadsheet 26/07-92 * - sheet access routines section prog include win1_keys_wman include win1_keys_wstatus include win1_keys_wwork include win1_keys_err include win1_mac_oli include win1_mac_xref include win1_spread_keys xdef calc_all xdef acc_se...
oeis/021/A021881.asm
neoneye/loda-programs
11
209351
; A021881: Decimal expansion of 1/877. ; Submitted by <NAME>iga ; 0,0,1,1,4,0,2,5,0,8,5,5,1,8,8,1,4,1,3,9,1,1,0,6,0,4,3,3,2,9,5,3,2,4,9,7,1,4,9,3,7,2,8,6,2,0,2,9,6,4,6,5,2,2,2,3,4,8,9,1,6,7,6,1,6,8,7,5,7,1,2,6,5,6,7,8,4,4,9,2,5,8,8,3,6,9,4,4,1,2,7,7,0,8,0,9,5,7,8 add $0,1 mov $2,10 pow $2,$0 div $2,877 mov $0,$2 mod $...
programs/oeis/177/A177116.asm
neoneye/loda
22
209352
; A177116: Partial sums of round(n^2/11). ; 0,0,0,1,2,4,7,11,17,24,33,44,57,72,90,110,133,159,188,221,257,297,341,389,441,498,559,625,696,772,854,941,1034,1133,1238,1349,1467,1591,1722,1860,2005,2158,2318,2486,2662,2846,3038,3239,3448,3666,3893,4129,4375,4630,4895,5170,5455,5750,6056,6372,6699,7037,7386,7747,8119,8503,...
programs/oeis/112/A112557.asm
neoneye/loda
22
209353
<filename>programs/oeis/112/A112557.asm ; A112557: Smallest number of stones in Tchoukaillon (or Mancala, or Kalahari) solitaire which make use of (2*n-1)-th hole for n>=1; a bisection of A002491. ; 1,4,10,18,30,42,58,78,102,118,150,174,210,240,274,322,360,402,442,498,540,612,648,718,780,840,918,990,1054,1122,1200,1278...
oeis/038/A038208.asm
neoneye/loda-programs
11
209354
<filename>oeis/038/A038208.asm ; A038208: Triangle whose (i,j)-th entry is binomial(i,j)*2^i. ; Submitted by <NAME> ; 1,2,2,4,8,4,8,24,24,8,16,64,96,64,16,32,160,320,320,160,32,64,384,960,1280,960,384,64,128,896,2688,4480,4480,2688,896,128,256,2048,7168,14336,17920,14336,7168,2048,256,512,4608,18432,43008,64512,64512,4...
kernel/acpi.asm
iocoder/upcr
0
209355
;############################################################################### ;# File name: KERNEL/ACPI.ASM ;# DESCRIPTION: KERNEL-MODE ACPI INTERFACE ;# AUTHOR: <NAME>. ;############################################################################### ;# ;# UPCR OPERATING SYSTEM FOR X86_64 ARCHITECTURE ;# C...
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0.log_21829_1402.asm
ljhsiun2/medusa
9
209356
.global s_prepare_buffers s_prepare_buffers: push %r12 push %r14 push %r8 push %r9 push %rbp push %rcx push %rdi push %rsi lea addresses_normal_ht+0x5f85, %rcx nop nop nop and $1180, %rbp movups (%rcx), %xmm0 vpextrq $0, %xmm0, %r8 nop nop nop nop nop add %r9, %r9 lea addresses_WT_ht+0x61b9, %r14 nop nop sub %rcx, %rcx...
Transynther/x86/_processed/US/_zr_/i7-7700_9_0xca_notsx.log_21829_1274.asm
ljhsiun2/medusa
9
209357
.global s_prepare_buffers s_prepare_buffers: push %r8 push %r9 push %rbp push %rcx push %rdi push %rdx push %rsi lea addresses_WT_ht+0x1d9a5, %rsi lea addresses_WT_ht+0x134f, %rdi nop nop nop xor $5103, %r9 mov $94, %rcx rep movsl nop and %rcx, %rcx lea addresses_WT_ht+0x3825, %rcx nop nop dec %r8 movw $0x6162, (%rcx) ...
asm/forFun/rpg.main.asm
IronHeart7334/AssemblyPrograms
0
209358
<gh_stars>0 ; general comments ; This program presents some of my ideas for how to use assembly for OOP. ; I'll be adding to it as I learn more MASM so that it becomes progressively better. ; preprocessor directives .586 .MODEL FLAT ; external files to link with ; stack configuration .STACK 4096 ; named memory all...
src/rindex.asm
areltfc/ASM-MiniLibC
0
209360
; ASM MiniLibC ; rindex ; <EMAIL> %ifndef __MINILIBC_RINDEX__ %define __MINILIBC_RINDEX__ __MINILIBC_RINDEX__ [BITS 64] SECTION .text global rindex:function ;; char *rindex(const char *s, int c); rindex: push r8 .strlen: ; strlen() recreation (see strlen.asm) mov r8, rdi .check_char: cmp byte [r8], 0...
16 fibonacci.asm
jpsxlr8/Microprocessor-Lab
0
209361
<gh_stars>0 ; fibonacci series MVI B, 0 ; fib(0) = 0 MVI D, 1 ; fib(1) = 1 LXI H, 0250H ; start address of fib series LDA 024EH MOV C, A MOV M, D ; save fib(1) INX H DCR C fib: MOV A, D ADD B ; generate next fibonacci number MOV M, A ; save fibonacci number INX H MOV B, D ; updating values of la...
programs/oeis/298/A298862.asm
neoneye/loda
22
209362
; A298862: Rank of n-th twice-prime when all the primes and twice-primes are jointly ranked. ; 3,5,7,10,13,15,18,20,23,26,29,33,35,37,39,43,47,48,51,54,55,59,61,64,69,72,73,75,76,78,85,87,91,93,97,98,102,104,106,108,112,114,118,120,122,124,129,134,136,138,141,143,145,149,152,155,156,158,160,162,164,168,175,178,179,181,...
defines/coco3-defs.asm
dougmasten/coco_libraries
2
209363
; coco3-defs.asm ; Tandy Color Computer 3 hardware definitions *pragmapush list ; Save state of list pragma pragma nolist ; Turn off assembly listing and exclude from symbol list ifndef COCO3_DEFS ; Load defines only once ...
Library/OcPeimEntryPoint/Ia32/GS.nasm
lyrl/OpenCorePkg
10,125
209364
; @file ; Copyright (C) 2021, ISP RAS. All rights reserved. ;* ;* Copyright (c) 2006 - 2013, Intel Corporation. All rights reserved.<BR> ;* SPDX-License-Identifier: BSD-2-Clause-Patent ;* ; This program and the accompanying materials ; are licensed and made available under the terms and conditions of the BSD Licens...
Transynther/x86/_processed/AVXALIGN/_st_zr_sm_/i7-7700_9_0x48.log_21829_473.asm
ljhsiun2/medusa
9
209365
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r12 push %r13 push %r9 push %rax push %rcx push %rdi push %rsi lea addresses_UC_ht+0x1a866, %rsi nop nop cmp $58494, %r13 movb $0x61, (%rsi) nop nop nop nop sub $41596, %r13 lea addresses_normal_ht+0x15366, %rdi nop xor $35876, %rcx mov (%rdi), %r13 nop nop s...
oeis/156/A156844.asm
neoneye/loda-programs
11
209366
<reponame>neoneye/loda-programs ; A156844: 279841n^2 - 394634n + 139128. ; 24335,469224,1473795,3038048,5161983,7845600,11088899,14891880,19254543,24176888,29658915,35700624,42302015,49463088,57183843,65464280,74304399,83704200,93663683,104182848,115261695,126900224,139098435,151856328,165173903,179051160,193488099,208...
programs/oeis/114/A114003.asm
neoneye/loda
22
209367
; A114003: Rows sums of triangle A114002. ; 1,3,3,5,3,7,3,7,5,7,3,11,3,7,7,9,3,11,3,11,7,7,3,15,5,7,7,11,3,15,3,11,7,7,7,17,3,7,7,15,3,15,3,11,11,7,3,19,5,11,7,11,3,15,7,15,7,7,3,23,3,7,11,13,7,15,3,11,7,15,3,23,3,7,11,11,7,15,3,19,9,7,3,23,7,7,7,15,3,23,7,11,7,7,7,23,3,11,11,17 mov $3,2 mov $5,$0 lpb $3 mov $0,$5 ...
oeis/075/A075150.asm
neoneye/loda-programs
11
209369
<gh_stars>10-100 ; A075150: a(n)=L(n)*C(n), L(n)=Lucas numbers (A000032), C(n)=reflected Lucas numbers (see comment to A061084). ; Submitted by <NAME>(s1.) ; 4,-1,9,-16,49,-121,324,-841,2209,-5776,15129,-39601,103684,-271441,710649,-1860496,4870849,-12752041,33385284,-87403801,228826129,-599074576,1568397609,-410611824...
exp/t66.asm
nishuiq/Assembly-Learning
0
209371
<reponame>nishuiq/Assembly-Learning<gh_stars>0 assume cs:code a segment dw 1,2,3,4,5,6,7,8,9,0ah,0bh,0ch,0dh,0eh,0fh,0ffh ; 16个数 a ends b segment dw 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 ; 15个0 b ends code segment start: mov ax, a mov ds, ax ; ds:bx ->a mov bx, 0 mov ax, b mov ss, ax ; ss:sp ->b...
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_355.asm
ljhsiun2/medusa
9
209372
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r10 push %r12 push %r13 push %r15 push %rbx push %rcx push %rdi push %rsi lea addresses_UC_ht+0x5be0, %rsi lea addresses_normal_ht+0x8194, %rdi nop nop nop nop xor $61680, %rbx mov $116, %rcx rep movsb xor $50366, %r13 lea addresses_normal_ht+...
y2s2/csa/practicals/prac-3/extra/p3-ex3-1.asm
ouldevloper/university
8
209373
<filename>y2s2/csa/practicals/prac-3/extra/p3-ex3-1.asm ; Add num1 and num2 together, then display total .MODEL SMALL .STACK 100 .DATA num1 DB 3 num2 DB 5 total DB "The total is $" .CODE MAIN PROC MOV AX,@DATA MOV DS,AX ; Print title MOV AH, 09H LEA DX, total INT 21H MOV...
Transynther/x86/_processed/NONE/_xt_sm_/i7-7700_9_0xca.log_21829_298.asm
ljhsiun2/medusa
9
209374
.global s_prepare_buffers s_prepare_buffers: push %r12 push %r14 push %r15 push %rcx push %rdi push %rdx push %rsi lea addresses_WC_ht+0xaaf9, %rsi lea addresses_UC_ht+0x1cbb9, %rdi clflush (%rsi) nop nop nop xor $32078, %rdx mov $0, %rcx rep movsw nop nop nop nop nop sub %r14, %r14 lea addresses_WT_ht+0x1c8bd, %rsi an...
Transynther/x86/_processed/AVXALIGN/_zr_/i3-7100_9_0xca_notsx.log_151_1719.asm
ljhsiun2/medusa
9
209375
<filename>Transynther/x86/_processed/AVXALIGN/_zr_/i3-7100_9_0xca_notsx.log_151_1719.asm .global s_prepare_buffers s_prepare_buffers: push %r13 push %r15 push %rax push %rcx push %rdi push %rsi lea addresses_normal_ht+0xbb29, %rsi lea addresses_A_ht+0x1c6b1, %rdi nop nop nop inc %r15 mov $8, %rcx rep movsb nop cmp %rax...
programs/oeis/102/A102768.asm
neoneye/loda
22
209376
<reponame>neoneye/loda ; A102768: Numbers k such that 23*k + 11 is prime. ; 0,4,6,10,16,24,30,36,42,46,64,70,72,76,90,100,102,114,126,130,144,150,160,172,174,184,186,196,202,204,214,226,232,234,240,244,246,252,262,270,276,280,300,312,322,342,360,366,370,402,406,414,430,436,442,444,454,456,466,472,514,520,526,546,556,56...
programs/oeis/211/A211662.asm
neoneye/loda
22
209377
<filename>programs/oeis/211/A211662.asm ; A211662: Number of iterations log_3(log_3(log_3(...(n)...))) such that the result is < 2. ; 0,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2 add $0,7 mov ...
Transynther/x86/_processed/P/_zr_/i9-9900K_12_0xa0_notsx.log_1_773.asm
ljhsiun2/medusa
9
209378
<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r10 push %r15 push %r8 push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_normal_ht+0x8760, %r15 nop nop dec %r8 mov (%r15), %rbx xor %r10, %r10 lea addresses_normal_ht+0xd528, %rsi lea addresses_WC_ht+0x1a540, %rdi sub $17714, %rdx mov $88,...
solutions/33 - Data Backup Day/size-9_speed-2.asm
michaelgundlach/7billionhumans
45
209379
<reponame>michaelgundlach/7billionhumans<filename>solutions/33 - Data Backup Day/size-9_speed-2.asm -- 7 Billion Humans (2053) -- -- 33: Data Backup Day -- -- Author: tiansh -- Size: 9 -- Speed: 2 if w > e: mem1 = set e step w else: mem1 = set w step e endif pickup c write mem1 drop
Source/CPM22/bdosb01.asm
davidknoll/RomWBW
194
209380
.title "Digital Research BDOS, Version 2.2" .page 49 ENDFIL .EQU 1 ;FILL FULL BDOS LENGTH ; IOBYTE: .EQU 3 ; I/O DEFINITION BYTE. TDRIVE: .EQU 4 ; CURRENT DRIVE NAME AND USER NUMBER. ENTRY: .EQU 5 ; ENTRY POINT FOR THE CP/M BDOS. TFCB: .EQU 5CH ; DEFAULT FILE CONTROL BLOCK. TBUFF: .EQU 80H ; I/O ...
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_2124.asm
ljhsiun2/medusa
9
209381
<filename>Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_2124.asm .global s_prepare_buffers s_prepare_buffers: push %r10 push %r14 push %r15 push %rcx push %rdi push %rsi lea addresses_D_ht+0xc11f, %rsi lea addresses_UC_ht+0x1c0fb, %rdi nop nop nop nop nop dec %r15 mov $118, %rcx rep movsl nop nop ...
kernel/base/a64/fb.asm
Tiihala/Dancy
11
209382
;; ;; Copyright (c) 2021 <NAME> ;; ;; Permission to use, copy, modify, and/or distribute this software for any ;; purpose with or without fee is hereby granted, provided that the above ;; copyright notice and this permission notice appear in all copies. ;; ;; THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS AL...
libsrc/target/pk8000/stdio/generic_console.asm
ahjelm/z88dk
640
209383
<reponame>ahjelm/z88dk SECTION code_clib PUBLIC generic_console_cls PUBLIC generic_console_vpeek PUBLIC generic_console_printc PUBLIC generic_console_scrollup PUBLIC generic_console_ioctl PUBLIC generic_console_set_ink PUBLIC generic_console_set_pap...
comer.asm
BrunoTarijon/PacMan-Mars
1
209384
.macro comeu la $s7,Posicao #PacMan lw $s1,($s7) lw $s2,4($s7) #Fantasma1 lw $t1,8($s7) lw $t2,12($s7) bne $t1,$s1,VF2 beq $t2,$s2,F1 #Fantasma2 VF2: lw $t1,16($s7) lw $t2,20($s7) bne $t1,$s1,VF3 beq $t2,$s2,F2 #Fantasma3 VF3: lw $t1,24($s7) lw $t2,28($s7) bne $t1,$s1,VF4 beq $t2,$s2,F3 #Fantasma4...
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_21829_1072.asm
ljhsiun2/medusa
9
209385
<reponame>ljhsiun2/medusa<filename>Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_21829_1072.asm .global s_prepare_buffers s_prepare_buffers: push %r10 push %r14 push %rcx push %rdi push %rsi lea addresses_UC_ht+0xec16, %rsi lea addresses_WC_ht+0x1bc96, %rdi clflush (%rsi) clflush (%rdi) xor %r14, %r14 mo...
src/extras/media/spectrum/sprite_chip/sonic_sprite_40x48_rolling_2.asm
chipsi007/zesarux
0
209386
;Converting file sonic_sprite_40x48_rolling_2.bmp with size 40X48 ;Sprite at 0,0 defb 0,0,0,0,0,0,0,0 defb 0,0,0,0 defb 0,0,0,0 defb 0,0,0,0 defb 0,0,0,0 defb 0,0,0,0 defb 0,0,0,0 defb 0,0,0,0 defb 0,0,0,0 ;Sprite at 1,0 defb 0,0,0,0,0,0,0,0 defb 0,0,0,0 defb 0,0,0,0 defb 0,0,0,0 defb 0,0,0,0 ...
libsrc/_DEVELOPMENT/adt/w_vector/c/sccz80/w_vector_resize_callee.asm
meesokim/z88dk
0
209387
<reponame>meesokim/z88dk<filename>libsrc/_DEVELOPMENT/adt/w_vector/c/sccz80/w_vector_resize_callee.asm ; int w_vector_resize(w_vector_t *v, size_t n) SECTION code_adt_w_vector PUBLIC w_vector_resize_callee w_vector_resize_callee: pop hl pop de ex (sp),hl INCLUDE "adt/w_vector/z80/asm_w_vector_resiz...
fun12.asm
psimonson/misc-asm
0
209388
; get BIOS memory [bits 16] [org 0x100] [section .data] MEMSIZ equ 5 memmsg db "Total memory: ",0x0 memory times MEMSIZ+1 db 0 memcnt dw 0 [section .text] global _start _start: mov ax, cs mov ds, ax mov es, ax mov si, memmsg call print int 0x12 mov bx, MEMSIZ mov si, memory call itoa mov si, memory cal...
2020/12/rain_risk_p1.asm
ped7g/adventofcode
2
209389
; https://adventofcode.com/2020/day/12 (part 1) OPT listoff : DEVICE ZXSPECTRUMNEXT : MMU 0 7, 0, $0000 inputFile: ; load the input into virtual device memory for processing ; INCBIN "input_t.txt" INCBIN "input.txt" inputEnd: ds 5,0 ; some zeroed mem in case the algorithm reads way beyond input ...
programs/oeis/157/A157264.asm
karttu/loda
1
209390
; A157264: a(n) = 10368*n^2 - 15840*n + 6049. ; 577,15841,51841,108577,186049,284257,403201,542881,703297,884449,1086337,1308961,1552321,1816417,2101249,2406817,2733121,3080161,3447937,3836449,4245697,4675681,5126401,5597857,6090049,6602977,7136641,7691041,8266177,8862049,9478657,10116001,10774081,11452897,12152449,128...
programs/oeis/165/A165752.asm
neoneye/loda
22
209391
; A165752: a(n) = (8-5*4^n)/3. ; 1,-4,-24,-104,-424,-1704,-6824,-27304,-109224,-436904,-1747624,-6990504,-27962024,-111848104,-447392424,-1789569704,-7158278824,-28633115304,-114532461224,-458129844904,-1832519379624,-7330077518504,-29320310074024,-117281240296104,-469124961184424,-1876499844737704,-7505999378950824,-3...
engine/pikachu_emotions.asm
adhi-thirumala/EvoYellow
16
209392
IsPlayerTalkingToPikachu: ld a, [wd436] and a ret z ld a, [hSpriteIndexOrTextID] cp $f ret nz call InitializePikachuTextID xor a ld [hSpriteIndexOrTextID], a ld [wd436], a ret InitializePikachuTextID: ld a, $d4 ; display ld [hSpriteIndexOrTextID], a xor a ld [wPlayerMovingDirection], a ld a, $1 ld [...
x86_64-assembly/binary-search/binsearch.asm
dgeoffri/exercism
0
209393
section .text global find find: push rbp push rbx mov rbp, rsp sub rsp, 4 test esi, esi jz .not_found ; avoid segfaulting on 0-item array mov WORD [rbp - 1], 0 ; s (little-endian) mov WORD [rbp - 3], si ; e...
lib/am335x_sdk/ti/csl/arch/arm9/V0/csl_arm9_cpu.asm
brandonbraun653/Apollo
2
209394
;****************************************************************************** ; ; csl_arm9_cpu.asm - ARM CPU core routines ; ; Copyright (C) 2017 Texas Instruments Incorporated - http://www.ti.com/ ; All rights reserved. ; ;****************************************************************************** ;**************...
dosshell/shell/pfiles.asm
minblock/msdos
0
209395
<filename>dosshell/shell/pfiles.asm ;/* ; * Microsoft Confidential ; * Copyright (C) Microsoft Corporation 1991 ; * All Rights Reserved. ; */ ?WIN = 0 ;Not windows; ?PLM = 1 ;DO use pl/m include cmacros.inc ; 5 byte packet for int 2f to p...
source/command/sound/play.asm
mega65dev/rom-assembler
0
209398
<filename>source/command/sound/play.asm ; ******************************************************************************************** ; ******************************************************************************************** ; ; Name : play.asm ; Purpose : .. ; Created : 15th Nov 1991 ; Updated : 4th Ja...
oeis/302/A302709.asm
neoneye/loda-programs
11
209399
<reponame>neoneye/loda-programs ; A302709: a(n) = Trinomial(2*n+1, 4) = (1/6)*n*(2*n + 1)*(2*n^2 + 9*n + 1), n >= 0. ; Submitted by <NAME> ; 0,6,45,161,414,880,1651,2835,4556,6954,10185,14421,19850,26676,35119,45415,57816,72590,90021,110409,134070,161336,192555,228091,268324,313650,364481,421245,484386,554364,631655,71...
programs/oeis/323/A323723.asm
karttu/loda
1
209400
<gh_stars>1-10 ; A323723: a(n) = (-2 - (-1)^n*(-2 + n) + n + 2*n^3)/4. ; 0,0,4,14,32,64,108,174,256,368,500,670,864,1104,1372,1694,2048,2464,2916,3438,4000,4640,5324,6094,6912,7824,8788,9854,10976,12208,13500,14910,16384,17984,19652,21454,23328,25344,27436,29678,32000,34480,37044,39774,42592,45584,48668,51934,55296,588...
oeis/136/A136581.asm
neoneye/loda-programs
11
209401
<reponame>neoneye/loda-programs ; A136581: Triangle read by rows: A136572 * A128174. ; Submitted by <NAME> ; 1,0,1,2,0,2,0,6,0,6,24,0,24,0,24,0,120,0,120,0,120,720,0,720,0,720,0,720,0,5040,0,5040,0,5040,0,5040 mov $2,1 lpb $0 add $1,1 sub $0,$1 mul $2,$1 lpe sub $0,$1 mod $0,2 bin $1,$0 mul $2,$1 mov $0,$2
Source/SystemQOR/MSWindows/WinCmpSupQORVC/src/fpconst.asm
mfaithfull/QOR
9
209402
<reponame>mfaithfull/QOR<filename>Source/SystemQOR/MSWindows/WinCmpSupQORVC/src/fpconst.asm ;----------------------------------------------------------------------------- ; fpconst.asm - floating point constants ;----------------------------------------------------------------------------- .486 _DATA ...
PIC16-ASSEMBLY/17_loopStructure_5.asm
EnesMercan/PIC-MCU-Projects
1
209403
<reponame>EnesMercan/PIC-MCU-Projects<filename>PIC16-ASSEMBLY/17_loopStructure_5.asm ; program : ; date : OCT, 2020 ; written by : <NAME> ; scenerio : just practicing loop structures ; counts from 0 to n 0-->n ; purpose : to learn delay loops ; using SUBWF ; using CARRY Flag ; using ZERO FLAG ; ;----...
programs/oeis/154/A154377.asm
karttu/loda
1
209405
<reponame>karttu/loda<filename>programs/oeis/154/A154377.asm ; A154377: a(n) = 25*n^2 + 2*n. ; 27,104,231,408,635,912,1239,1616,2043,2520,3047,3624,4251,4928,5655,6432,7259,8136,9063,10040,11067,12144,13271,14448,15675,16952,18279,19656,21083,22560,24087,25664,27291,28968,30695,32472,34299,36176,38103,40080,42107,44184...
libsrc/_DEVELOPMENT/arch/zx/nirvanap/z80/asm_NIRVANAP_wides.asm
teknoplop/z88dk
0
209406
<reponame>teknoplop/z88dk<filename>libsrc/_DEVELOPMENT/arch/zx/nirvanap/z80/asm_NIRVANAP_wides.asm<gh_stars>0 ; ---------------------------------------------------------------- ; Z88DK INTERFACE LIBRARY FOR NIRVANA+ ENGINE - by <NAME> ; ; See "nirvana+.h" for further details ; ------------------------------------------...
oeis/073/A073496.asm
neoneye/loda-programs
11
209408
<reponame>neoneye/loda-programs<filename>oeis/073/A073496.asm ; A073496: Expansion of (3 + 2*x + 3*x^2)/(1 + x + 3*x^2 - x^3). ; Submitted by <NAME> ; 3,-1,-5,11,3,-41,43,83,-253,47,795,-1189,-1149,5511,-3253,-14429,29699,10335,-113861,112555,239363,-690889,85355,2226675,-3173629,-3421041,15168603,-8079109,-40847741,80...
src/test.asm
dalehumby/d8
0
209409
; Test the assembler, grammar and parsers by assembling each instruciton ; >>> This program is supposed to assemble but is not designed to execute <<< ;******************************************************************************************* ; STYLE GUIDE ; DEFINES, MACROS and ASSEMBLER OPCODES (LD) ; , space; space ...
print.asm
leafvmaple/machine_os
0
209410
[ORG 0] mov ax, cs mov ds, ax mov es, ax print: mov ax, MSG mov bp, ax ; ES:BP mov cx, 16 ; CX = String Length mov ax, 01301h ; AH = 13h, AL = 01h mov bx, 000Ch ; BH = Page(0) BL = 0ch mov dl, 0 int 10h ...
Transynther/x86/_processed/NONE/_xt_sm_/i3-7100_9_0xca_notsx.log_378_1846.asm
ljhsiun2/medusa
9
209411
.global s_prepare_buffers s_prepare_buffers: push %r14 push %r8 push %r9 push %rbp push %rcx push %rdi push %rsi lea addresses_UC_ht+0x1542d, %rsi lea addresses_A_ht+0x91a9, %rdi nop nop nop cmp %r8, %r8 mov $70, %rcx rep movsb nop nop nop nop nop add $33644, %r9 lea addresses_WC_ht+0xbfe9, %rsi nop nop nop inc %r9 mov...
programs/oeis/109/A109234.asm
neoneye/loda
22
209412
; A109234: a(n) = floor(n*sinh(1)). ; 1,2,3,4,5,7,8,9,10,11,12,14,15,16,17,18,19,21,22,23,24,25,27,28,29,30,31,32,34,35,36,37,38,39,41,42,43,44,45,47,48,49,50,51,52,54,55,56,57,58,59,61,62,63,64,65,66,68,69,70,71,72,74,75,76,77 mov $1,$0 mov $2,$0 div $2,8 sub $0,$2 div $0,5 add $0,1 add $0,$1
src/x86-64/drivers/pic.asm
ohnx/ge
0
209413
; ============================================================================= ; BareMetal -- a 64-bit OS written in Assembly for x86-64 systems ; Copyright (C) 2008-2015 Return Infinity -- see LICENSE.TXT ; ; PIC Functions. http://wiki.osdev.org/PIC ; ==================================================================...
Library/BorlandRTL/n_lxmul.asm
steakknife/pcgeos
504
209414
; $Id: n_lxmul.asm,v 1.1 97/04/07 12:04:11 newdeal Exp $ ;[]-----------------------------------------------------------------[] ;| N_LXMUL.ASM -- long multiply routine | ;[]-----------------------------------------------------------------[] ; ; C/C++ Run Time Library - Version ...
src/graphics/render.asm
Lasoloz/aengine
2
209415
; ; Copyright (c) 2016-2017 <NAME> ; ; Source file for rendering functions ; %include 'include/graphics/sprite.inc' ; For sprites %include 'third-party/gfx.inc' ; For rendering %include 'third-party/util.inc' ; Sync framerate to 60 Hz global render_createWindow global render_destroyWindow g...
oeis/337/A337997.asm
neoneye/loda-programs
11
209417
<filename>oeis/337/A337997.asm ; A337997: Triangle read by rows, generalized Eulerian polynomials evaluated at x = 1. ; Submitted by <NAME> ; 1,0,1,0,2,8,0,6,48,162,0,24,384,1944,6144,0,120,3840,29160,122880,375000,0,720,46080,524880,2949120,11250000,33592320,0,5040,645120,11022480,82575360,393750000,1410877440,4150656...
audio/sfx/cry14_3.asm
adhi-thirumala/EvoYellow
16
209418
SFX_Cry14_3_Ch1: dutycycle 240 unknownsfx0x20 8, 228, 144, 7 unknownsfx0x20 15, 245, 192, 7 unknownsfx0x20 8, 209, 216, 7 endchannel SFX_Cry14_3_Ch2: dutycycle 165 unknownsfx0x20 10, 196, 113, 7 unknownsfx0x20 15, 182, 162, 7 unknownsfx0x20 8, 161, 183, 7 endchannel SFX_Cry14_3_Ch3: unknownnoise0x20 8, 2...
oeis/041/A041844.asm
neoneye/loda-programs
11
209419
<reponame>neoneye/loda-programs ; A041844: Numerators of continued fraction convergents to sqrt(444). ; Submitted by <NAME> ; 21,295,12411,174049,7322469,102688615,4320244299,60586108801,2548936813941,35745701503975,1503868399980891,21089903301236449,887279807051911749,12443007202028000935,523493582292227951019,7341353...
programs/oeis/236/A236337.asm
neoneye/loda
22
209420
<gh_stars>10-100 ; A236337: Expansion of (2 - x) / ((1 - x)^2 * (1 - x^3)) in powers of x. ; 2,3,4,7,9,11,15,18,21,26,30,34,40,45,50,57,63,69,77,84,91,100,108,116,126,135,144,155,165,175,187,198,209,222,234,246,260,273,286,301,315,329,345,360,375,392,408,424,442,459,476,495,513,531,551,570,589,610,630,650,672,693,714,7...
oeis/314/A314106.asm
neoneye/loda-programs
11
209424
<filename>oeis/314/A314106.asm<gh_stars>10-100 ; A314106: Coordination sequence Gal.6.199.4 where G.u.t.v denotes the coordination sequence for a vertex of type v in tiling number t in the Galebach list of u-uniform tilings. ; Submitted by <NAME> ; 1,5,11,16,21,25,31,35,40,45,51,56,61,67,72,77,81,87,91,96,101,107,112,1...
VideoServer/libs/libvpx/vpx_dsp/arm/loopfilter_mb_neon.asm
zengfanmao/mpds
0
209425
<reponame>zengfanmao/mpds ; ; Copyright (c) 2013 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 PATENT...
coreboot/src/vendorcode/amd/agesa/f14/Lib/IA32/msmemcpy.asm
leetobin/firebrick
9
209428
;/** ; * @file ; * ; * Agesa library 32bit ; * ; * Contains AMD AGESA Library ; * ; * @xrefitem bom "File Content Label" "Release Content" ; * @e project: AGESA ; * @e sub-project: Lib ; * @e \$Revision: 9201 $ @e \$Date: 2008-10-31 03:36:20 -0500 (Fri, 31 Oct 2008) $ ; */ ;*************************************...
libsrc/_DEVELOPMENT/arch/zxn/version/c/sdcc/check_version_nextzxos.asm
jpoikela/z88dk
640
209429
<gh_stars>100-1000 ; unsigned char check_version_nextzxos(uint16_t nv) SECTION code_arch PUBLIC _check_version_nextzxos EXTERN asm_check_version_nextzxos _check_version_nextzxos: pop af pop hl push hl push af jp asm_check_version_nextzxos
Test/Z80/mybios4_mod.asm
sparks-c16/zasm
43
209430
<gh_stars>10-100 #!/usr/local/bin/zasm -o original/ ;43K CP/M 2.2 BIOS for PC-6001 ; Original by AKIKAWA, Hisashi(for PC-6001mkII/6601) ; Modified by tanam BLS equ 1024 ;data block size NRETRY equ 8 ;disk access retry SYSPAR equ 0000h ;CP/M system parameter area TDRIVE equ 0004h ;current user/drive TPA equ 0100h...
linux/contrib/libjpeg-turbo-dev/simd/x86_64/jfdctfst-sse2.asm
darthrake/openpnp-capture
76
209431
; ; jfdctfst.asm - fast integer FDCT (64-bit SSE2) ; ; Copyright 2009 <NAME> <<EMAIL>> for Cendio AB ; Copyright (C) 2009, 2016, <NAME>. ; ; Based on the x86 SIMD extension for IJG JPEG library ; Copyright (C) 1999-2006, MIYASAKA Masaru. ; For conditions of distribution and use, see copyright notice in jsimdext.inc ; ;...
Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0x48.log_21829_1327.asm
ljhsiun2/medusa
9
209432
.global s_prepare_buffers s_prepare_buffers: push %r14 push %r8 push %rbp push %rbx push %rcx push %rdi push %rsi lea addresses_WC_ht+0xaa6b, %rdi clflush (%rdi) nop nop nop nop nop sub %r8, %r8 mov (%rdi), %si nop nop and $24081, %rbp lea addresses_A_ht+0x25ab, %r14 and $39825, %rcx mov (%r14), %bx nop nop and %rsi, %...
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0xca.log_21829_1004.asm
ljhsiun2/medusa
9
209434
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r15 push %rbp push %rbx push %rdi push %rsi lea addresses_UC_ht+0xfa9e, %rbx nop sub %rdi, %rdi mov $0x6162636465666768, %r11 movq %r11, %xmm4 vmovups %ymm4, (%rbx) nop and %rbp, %rbp lea addresses_UC_ht+0x1986a, %r10 nop nop add %r11, %r11 mov $0x6...
Modelsim_codes/riscv32_sim5.asm
Chen-yu-Zheng/2021SpringCOE-WHU
0
209435
# Test the RISC-V processor in simulation # 已经能正确执行:addi # 待验证:jal, jalr # 本测试只验证单条指令的功能,不考察转发和冒险检测的功能,所以在相关指令之间添加了足够多的nop指令 # Assembly Description main: addi x5, x0, 0 #x5 <== 0x0, 00000293 addi x0, x0, 0 00000013 ...
cga320x200/small/line.asm
bocke/CGAGraphics
17
209436
<filename>cga320x200/small/line.asm DOSSEG .MODEL small .CODE PUBLIC _cga_draw_line _cga_draw_line PROC ; Draw a line from (x0, y0) to (x1, y1) in the given colour (0-3) in the CGA buffer buff ARG buff:DWORD, x0:WORD, y0:WORD, x1:WORD, y1:WORD, colour:BYTE push bp mov bp, sp pus...
libsrc/gfx/narrow/setxy.asm
ahjelm/z88dk
640
209437
<filename>libsrc/gfx/narrow/setxy.asm INCLUDE "graphics/grafix.inc" SECTION code_graphics PUBLIC setxy EXTERN __gfx_coords ; ; $Id: setxy.asm,v 1.7 2016-07-02 09:01:35 dom Exp $ ; ; ****************************************************************** ; ; Move current pixel coordinate to (...
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2.log_10611_1294.asm
ljhsiun2/medusa
9
209440
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r15 push %r9 push %rbp push %rdi push %rdx push %rsi lea addresses_WC_ht+0x171d5, %r9 nop nop nop sub $4912, %r15 mov $0x6162636465666768, %r10 movq %r10, %xmm4 movups %xmm4, (%r9) add %rbp, %rbp lea addresses_WT_ht+0x9255, %rdx dec %r15 movl $0x61626364, (%r...
programs/oeis/078/A078701.asm
jmorken/loda
1
209441
<reponame>jmorken/loda ; A078701: Least odd prime factor of n, or 1 if no such factor exists. ; 1,1,3,1,5,3,7,1,3,5,11,3,13,7,3,1,17,3,19,5,3,11,23,3,5,13,3,7,29,3,31,1,3,17,5,3,37,19,3,5,41,3,43,11,3,23,47,3,7,5,3,13,53,3,5,7,3,29,59,3,61,31,3,1,5,3,67,17,3,5,71,3,73,37,3,19,7,3,79,5,3,41,83,3,5,43,3,11,89,3,7,23,3,47...
programs/oeis/114/A114646.asm
karttu/loda
1
209442
; A114646: Let M(n) be the n X n matrix m(i,j)=min(i,j) for 1<=i,j<=n then a(n) is the trace of M(n)^(-4). ; 1,47,117,187,257,327,397,467,537,607,677,747,817,887,957,1027,1097,1167,1237,1307,1377,1447,1517,1587,1657,1727,1797,1867,1937,2007,2077,2147,2217,2287,2357,2427,2497,2567,2637,2707,2777,2847,2917,2987,3057 mov...
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_85.asm
ljhsiun2/medusa
9
209443
<reponame>ljhsiun2/medusa<filename>Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_85.asm .global s_prepare_buffers s_prepare_buffers: push %r11 push %r12 push %r8 push %rbp push %rbx push %rcx push %rdi push %rsi lea addresses_UC_ht+0x370d, %rsi nop nop xor %r11, %r11 movw $0x6162, (%rsi) nop cmp %...
echo.asm
tanya217/xv6
0
209444
<reponame>tanya217/xv6 _echo: file format elf32-i386 Disassembly of section .text: 00000000 <main>: #include "stat.h" #include "user.h" 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 -0x...
dv3/qlsd/rename.asm
olifink/smsqe
0
209445
<reponame>olifink/smsqe ; DV3 rename file V3.00  1992 <NAME> ; ; QDOS compatible version section dv3 xdef dv3_rename xref dv3_ckro xref dv3_qdit include 'dev8_dv3_keys' include 'dev8_keys_err' include 'dev8_keys_qlv' include 'dev8_mac_assert' ;+++ ; DV3 rename file ; Cheat version: assumes drive ...
programs/oeis/085/A085431.asm
neoneye/loda
22
209446
<reponame>neoneye/loda ; A085431: a(n) = (2^(n-1) + prime(n+1)-prime(n))/2. ; 1,2,3,6,9,18,33,66,131,257,515,1026,2049,4098,8195,16387,32769,65539,131074,262145,524291,1048578,2097155,4194308,8388610,16777217,33554434,67108865,134217730,268435463,536870914,1073741827,2147483649,4294967301,8589934593,17179869187,3435973...
programs/oeis/001/A001876.asm
karttu/loda
0
209447
<filename>programs/oeis/001/A001876.asm ; A001876: Number of divisors of n of form 5k+1. ; 0,1,1,1,1,1,2,1,1,1,1,2,2,1,1,1,2,1,2,1,1,2,2,1,2,1,2,1,1,1,2,2,2,2,1,1,3,1,1,1,1,2,3,1,2,1,2,1,3,1,1,2,2,1,2,2,2,1,1,1,2,2,2,2,2,1,4,1,1,1,1,2,3,1,1,1,2,2,3,1,2,2,2,1,3,1,2,1,2,1,2,2,2,2,1,1,4,1,1,2,1,2,3,1,2,2,2,1,3,1,2,2,3,1,2...
tests/cases/6502_test_04.asm
shazz/shazzam
0
209448
# 6502 Test #04 # <NAME> 3/12/08 # Tests instructions JMP (both addressing modes)) & JSR & RTS. # Assumes that loads & stores & ORA work with all addressing modes. # NOTE: Depends on addresses of instructions... Specifically, the "final" # address is actually hard-coded at address(at(0020 (first 4 lines of code)). # ...
src/resample_asm.asm
mgp123/PitchShifter
0
209449
<reponame>mgp123/PitchShifter section.data: secuencia: dd 0.0, 1.0, 2.0, 3.0 section.text: global resample_asm extern malloc resample_asm: ; float* resample(float* audio, int size, float f) push rdi %define f_resample xmm0 cvtsi2ss xmm1, rsi divss xmm1, f_resample ; xmm1 = size/float = nuevo largo xor rdi,rdi ...
libsrc/_DEVELOPMENT/sound/bit/z80/asm_bit_fx/_bitfx_30.asm
meesokim/z88dk
0
209450
SECTION code_sound_bit PUBLIC _bitfx_30 INCLUDE "clib_target_cfg.asm" EXTERN asm_bit_beep_raw _bitfx_30: ; fx7 effect ld hl,1000 ld de,1 fx7_1: push de push hl call asm_bit_beep_raw pop hl pop de push de push hl ld bc,200 sbc hl,bc call asm_bit_beep...
programs/oeis/025/A025698.asm
karttu/loda
0
209451
<reponame>karttu/loda<filename>programs/oeis/025/A025698.asm ; A025698: Index of 3^n within sequence of numbers of form 3^i*7^j. ; 1,2,4,6,9,12,16,20,25,31,37,44,51,59,67,76,86,96,107,118,130,142,155,168,182,197,212,228,244,261,278,296,315,334,354,374,395,416,438,461,484,508,532,557,582,608,634,661,689,717,746,775,805,...
Chapter 05/AddNumber/AddNumber/AddNumber.asm
bpbpublications/Implementing-Reverse-Engineering
0
209452
<reponame>bpbpublications/Implementing-Reverse-Engineering<gh_stars>0 ; Listing generated by Microsoft (R) Optimizing Compiler Version 16.00.30319.01 TITLE C:\JitenderN\REBook\AddNumber\AddNumber\AddNumber.cpp .686P .XMM include listing.inc .model flat INCLUDELIB LIBCMT INCLUDELIB OLDNAMES PUBLIC ?h...
data/wild/maps/CeruleanCave1F.asm
opiter09/ASM-Machina
1
209453
CeruleanCave1FWildMons: def_grass_wildmons 10 ; encounter rate db 65, EEVEE db 66, FLAREON db 66, JOLTEON db 66, VAPOREON db 72, HITMONCHAN db 72, HITMONLEE db 59, OMANYTE db 59, KABUTO db 59, AERODACTYL db 73, PORYGON end_grass_wildmons def_water_wildmons 0 ; encounter rate end_water_wildmons
engine/pokemon/mon_menu.asm
AtmaBuster/pokeplat-gen2
6
209454
HasNoItems: ld a, [wNumItems] and a ret nz ld a, [wNumKeyItems] and a ret nz ld a, [wNumBalls] and a ret nz ld a, [wNumBerries] and a ret nz ld a, [wNumMedicine] and a ret nz ld hl, wTMsHMs ld b, NUM_TMS + NUM_HMS ldh a, [rSVBK] push af ld a, BANK(wTMsHMs) ldh [rSVBK], a .loop ld a, [hli] and a ...
programs/oeis/136/A136465.asm
neoneye/loda
22
209455
<gh_stars>10-100 ; A136465: Row 0 of square array A136462: a(n) = C(2^(n-1), n) for n>=0. ; 1,1,1,4,70,4368,906192,621216192,1429702652400,11288510714272000,312268282598377321216,30813235422145714150738944,11005261717918037175659349191168 sub $0,1 mov $1,2 pow $1,$0 mov $2,$0 add $2,1 bin $1,$2 mov $0,$1