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
asm/por_load_new_overlay.asm
Iemnur/DSVEdit
70
122564
.nds .relativeinclude on .erroronwarning on .open "ftc/arm9.bin", 02000000h ; Changes the game initialization code to load a new overlay (119) in addition to the ones in the original game. ; First we make a little bit of space to put our new code. To do this we optimize the amount of space used by the code that load...
oeis/021/A021827.asm
neoneye/loda-programs
11
122565
<gh_stars>10-100 ; A021827: Decimal expansion of 1/823. ; Submitted by <NAME>(s4.) ; 0,0,1,2,1,5,0,6,6,8,2,8,6,7,5,5,7,7,1,5,6,7,4,3,6,2,0,8,9,9,1,4,9,4,5,3,2,1,9,9,2,7,0,9,5,9,9,0,2,7,9,4,6,5,3,7,0,5,9,5,3,8,2,7,4,6,0,5,1,0,3,2,8,0,6,8,0,4,3,7,4,2,4,0,5,8,3,2,3,2,0,7,7,7,6,4,2,7,7 add $0,1 mov $2,10 pow $2,$0 div $2,...
include/datastruct.asm
intelkevinputnam/isa-l_crypto
178
122566
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; Copyright(c) 2011-2016 Intel Corporation All rights reserved. ; ; Redistribution and use in source and binary forms, with or without ; modification, are permitted provided that the following conditions ; are met: ; * Redistributions of so...
tests/rule_arg_typed/54.asm
NullMember/customasm
414
122567
<reponame>NullMember/customasm<filename>tests/rule_arg_typed/54.asm #ruledef test { ld32 {x: i32} => 0x55 @ x } ld32 1 << 32 ; error: failed / error: out of range
Transynther/x86/_processed/AVXALIGN/_st_/i7-8650U_0xd2_notsx.log_70_587.asm
ljhsiun2/medusa
9
122568
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r12 push %r8 push %rax push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_WC_ht+0x1df5b, %r8 sub $37727, %rdx movw $0x6162, (%r8) nop nop nop nop nop xor %r12, %r12 lea addresses_normal_ht+0x3a3, %rbx nop nop nop nop nop sub %rax, %rax mov (%rbx)...
oeis/008/A008414.asm
neoneye/loda-programs
11
122569
<filename>oeis/008/A008414.asm<gh_stars>10-100 ; A008414: Coordination sequence for 6-dimensional cubic lattice. ; Submitted by <NAME> ; 1,12,72,292,912,2364,5336,10836,20256,35436,58728,93060,142000,209820,301560,423092,581184,783564,1038984,1357284,1749456,2227708,2805528,3497748,4320608,5291820,6430632,7757892,92961...
src/main/states/normal.asm
ISSOtm/gb-open-world
8
122570
<filename>src/main/states/normal.asm register_state Normal NormalStateInit: ; Since we may be coming from fading in, which makes the camera static, allow camera movement ld a, CAM_FOLLOW_PLAYER ld [wCameraMovtType], a ret NormalStateUpdate: ; TODO ; Temporarily, allow controlling the camera's focus point di...
programs/oeis/212/A212503.asm
karttu/loda
0
122571
<reponame>karttu/loda ; A212503: Number of (w,x,y,z) with all terms in {1,...,n} and w<2x and y<2z. ; 0,1,9,49,144,361,729,1369,2304,3721,5625,8281,11664,16129,21609,28561,36864,47089,59049,73441,90000,109561,131769,157609,186624,219961,257049,299209,345744,398161,455625,519841,589824,667489,751689 pow $0,2 mul $0,3 m...
oeis/186/A186414.asm
neoneye/loda-programs
11
122572
<filename>oeis/186/A186414.asm ; A186414: a(n) = binomial(2n,n)^3/(n+1)^2. ; Submitted by <NAME>(s1.) ; 1,2,24,500,13720,444528,16099776,631628712,26317863000,1149330319280,52120705189696,2437827529099872,117006104720150464,5740095404246000000,286939169121965760000,14579498741074214418000,751449562275678065271000,39222...
data/pokemon/base_stats/alakazam.asm
opiter09/ASM-Machina
1
122573
db DEX_ALAKAZAM ; pokedex id db 55, 50, 45, 120, 135 ; hp atk def spd spc db PSYCHIC_TYPE, PSYCHIC_TYPE ; type db 50 ; catch rate db 186 ; base exp INCBIN "gfx/pokemon/front/alakazam.pic", 0, 1 ; sprite dimensions dw AlakazamPicFront, AlakazamPicBack db TELEPORT, CONFUSION, DISABLE, NO_MOVE ; leve...
Lab Assessment Submission/Lab 2/task4.asm
ikamrulashik/CSE331L-Section-10-Fall20-NSU
0
122574
<gh_stars>0 ; You may customize this and other start-up templates; ; The location of this template is c:\emu8086\inc\0_com_template.txt org 100h ; Define an array with occuring 1 and 2 value A DB 5 DUP(1,2) ret
Transynther/x86/_processed/NONE/_st_/i3-7100_9_0x84_notsx.log_21829_2818.asm
ljhsiun2/medusa
9
122576
.global s_prepare_buffers s_prepare_buffers: ret .global s_faulty_load s_faulty_load: push %r10 push %r13 push %r8 push %r9 push %rax push %rbp push %rdi // Store lea addresses_RW+0x167a1, %r9 nop nop nop nop nop sub %rdi, %rdi movb $0x51, (%r9) nop nop xor %rax, %rax // Faulty Load lea addresses_A+0x187a1, %r8 ...
08/FunctionCalls/StaticsTest/StaticsTest.asm
tthero/tthero-nand2tetris
0
122577
// SP = 256 @256 D=A @SP M=D // call Sys.init 0 @$RET$0 D=A @SP A=M M=D @SP M=M+1 @LCL D=M @SP A=M M=D @SP M=M+1 @ARG D=M @SP A=M M=D @SP M=M+1 @THIS D=M @SP A=M M=D @SP M=M+1 @THAT D=M @SP A=M M=D @SP M=M+1 @5 D=A @0 D=A+D @SP D=M-D @ARG M=D @SP D=M @LCL M=D @Sys.init 0;JMP ($RET$0) // function Sys.init 0 (Sys.init) ...
programs/oeis/086/A086893.asm
neoneye/loda
22
122578
; A086893: a(n) is the index of F(n+1) at the unique occurrence of the ordered pair of reversed consecutive terms (F(n+1),F(n)) in Stern's diatomic sequence A002487, where F(k) denotes the k-th term of the Fibonacci sequence A000045. ; 1,3,5,13,21,53,85,213,341,853,1365,3413,5461,13653,21845,54613,87381,218453,349525,8...
sem1/asc/Practice/main.asm
itsbratu/bachelor
0
122579
<reponame>itsbratu/bachelor bits 32 global start extern exit , printf import exit msvcrt.dll import printf msvcrt.dll segment data use32 class=data format db "%d" , 0 copie dd -1 segment code use32 class=code start: mov eax , 4 ...
programs/oeis/105/A105561.asm
neoneye/loda
22
122580
<reponame>neoneye/loda ; A105561: a(n) is the m-th prime, where m is the number of distinct prime factors of n (A001221), a(1) = 1. ; 1,2,2,2,2,3,2,2,2,3,2,3,2,3,3,2,2,3,2,3,3,3,2,3,2,3,2,3,2,5,2,2,3,3,3,3,2,3,3,3,2,5,2,3,3,3,2,3,2,3,3,3,2,3,3,3,3,3,2,5,2,3,3,2,3,5,2,3,3,5,2,3,2,3,3,3,3,5,2,3,2,3,2,5,3,3,3,3,2,5,3,3,3,...
Lab1/MIPS Lab1-3A.asm
DFTF-PConsole/AC-Labs-MIPS-LEI
0
122582
# * EM LINGUAGEM C * # # #include <stdio.h> # #include <stdlib.h> # int main() # { # int x, y, temp; # x = temp = y = 0; # printf("Qual o seu numero?: "); # scanf(" %d", &x); # y = (3*x) - 1; # for (temp = 0 ; temp <= y; temp++) # { # printf("%d \n", temp); # } # return 1;...
programs/oeis/007/A007484.asm
neoneye/loda
22
122583
<reponame>neoneye/loda<gh_stars>10-100 ; A007484: a(n) = 3*a(n-1) + 2*a(n-2), with a(0)=2, a(1)=7. ; 2,7,25,89,317,1129,4021,14321,51005,181657,646981,2304257,8206733,29228713,104099605,370756241,1320467933,4702916281,16749684709,59654886689,212464029485,756701861833,2695033644469,9598504657073,34185581260157,121753753...
oeis/266/A266617.asm
neoneye/loda-programs
11
122584
; A266617: Total number of OFF (white) cells after n iterations of the "Rule 41" elementary cellular automaton starting with a single ON (black) cell. ; Submitted by <NAME> ; 0,3,6,10,18,21,32,36,52,55,74,78,102,105,132,136,168,171,206,210,250,253,296,300,348,351,402,406,462,465,524,528,592,595,662,666,738,741,816,820,...
src/gui.asm
ShellCode33/FindTool
0
122585
<reponame>ShellCode33/FindTool .DATA AppName db "FindTool", 0 WindowWidth equ 500 WindowHeight equ 400 DefaultPadding equ 10 EditBox db "EDIT", 0 EditBoxId equ 1337 Button db "BUTTON", 0 ButtonId equ 1338 ButtonContent db "FIND", 0 WSTR LookingFor, "Looking for '|'...", 10, 0 ListBox db "LISTBOX", 0 ...
cat.asm
ehsansalimian/ossssfinal
0
122586
_cat: file format elf32-i386 Disassembly of section .text: 00000000 <main>: } } int main(int argc, char *argv[]) { 0: 55 push %ebp 1: 89 e5 mov %esp,%ebp 3: 57 push %edi 4: 56 push %esi int fd, i; if(argc <= 1)...
programs/oeis/210/A210695.asm
jmorken/loda
1
122587
<reponame>jmorken/loda<filename>programs/oeis/210/A210695.asm ; A210695: a(n) = 6*a(n-1) - a(n-2) + 6 with n>1, a(0)=0, a(1)=1. ; 0,1,12,77,456,2665,15540,90581,527952,3077137,17934876,104532125,609257880,3551015161,20696833092,120629983397,703083067296,4097868420385,23884127455020,139206896309741,811357250403432,47289...
Transynther/x86/_processed/AVXALIGN/_st_sm_/i7-8650U_0xd2.log_48_867.asm
ljhsiun2/medusa
9
122588
.global s_prepare_buffers s_prepare_buffers: push %r12 push %r15 push %rax push %rbp push %rbx push %rcx push %rdi push %rsi lea addresses_A_ht+0x730, %rax nop nop nop inc %rsi mov $0x6162636465666768, %rcx movq %rcx, %xmm3 vmovups %ymm3, (%rax) nop nop nop nop and %rdi, %rdi lea addresses_WT_ht+0xa590, %r12 nop nop in...
Modules/nettle/x86_64/chacha-core-internal.asm
blondfrogs/ravenwallet-ios
278
122589
<filename>Modules/nettle/x86_64/chacha-core-internal.asm C x86_64/chacha-core-internal.asm ifelse(< Copyright (C) 2012, 2014 <NAME> This file is part of GNU Nettle. GNU Nettle is free software: you can redistribute it and/or modify it under the terms of either: * the GNU Lesser General Public Licen...
Ouroboros/External/libjpegTurbo/simd/jfss2int-64.asm
jiangzhu1212/oooii
0
122590
<reponame>jiangzhu1212/oooii ; ; jfss2int-64.asm - accurate integer FDCT (64-bit SSE2) ; ; Copyright 2009 <NAME> <<EMAIL>> for Cendio AB ; Copyright 2009 <NAME> ; ; Based on ; x86 SIMD extension for IJG JPEG library ; Copyright (C) 1999-2006, MIYASAKA Masaru. ; For conditions of distribution and use, see copyr...
oeis/306/A306237.asm
neoneye/loda-programs
11
122591
; A306237: a(n) = primorial prime(n)#/prime(n - 1). ; Submitted by <NAME>(s1) ; 3,10,42,330,2730,39270,570570,11741730,281291010,6915878970,239378649510,8222980095330,319091739796830,14299762385778870,693386350578511590,36278497172720993190,1987938667108592728530,128824943460332246817690,8327475076517894939812170,57365...
Transynther/x86/_processed/AVXALIGN/_zr_/i3-7100_9_0x84_notsx.log_21829_715.asm
ljhsiun2/medusa
9
122592
<filename>Transynther/x86/_processed/AVXALIGN/_zr_/i3-7100_9_0x84_notsx.log_21829_715.asm .global s_prepare_buffers s_prepare_buffers: push %r11 push %r12 push %r8 push %rax push %rbp push %rcx push %rdi push %rdx push %rsi lea addresses_D_ht+0x1168, %r11 nop nop nop nop nop and %r8, %r8 mov (%r11), %ebp nop cmp %rdx, ...
oeis/077/A077119.asm
neoneye/loda-programs
11
122593
<filename>oeis/077/A077119.asm ; A077119: a(n) = A077118(n) - n^3. ; Submitted by <NAME> ; 0,0,1,-2,0,-4,9,18,17,0,24,-35,36,12,-40,-11,0,-13,-56,30,-79,-45,-39,-67,100,0,113,-83,-48,-53,-104,138,-7,163,-100,-26,0,-28,-116,217,9,248,-104,17,80,79,8,-139,297,0,316,-155,17,119,145,89,-55 mov $1,$0 pow $0,3 seq $1,77118 ...
programs/oeis/088/A088822.asm
neoneye/loda
22
122594
<gh_stars>10-100 ; A088822: a(n) is the sum of largest prime factors of numbers from 1 to n. ; 0,2,5,7,12,15,22,24,27,32,43,46,59,66,71,73,90,93,112,117,124,135,158,161,166,179,182,189,218,223,254,256,267,284,291,294,331,350,363,368,409,416,459,470,475,498,545,548,555,560,577,590,643,646,657,664,683,712,771,776,837,868...
programs/oeis/082/A082044.asm
neoneye/loda
22
122596
; A082044: Main diagonal of A082043: a(n) = n^4 + 2n^2 + 1. ; 1,4,25,100,289,676,1369,2500,4225,6724,10201,14884,21025,28900,38809,51076,66049,84100,105625,131044,160801,195364,235225,280900,332929,391876,458329,532900,616225,708964,811801,925444,1050625,1188100 pow $0,2 add $0,1 pow $0,2
Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xa0.log_21829_1108.asm
ljhsiun2/medusa
9
122597
<reponame>ljhsiun2/medusa<filename>Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xa0.log_21829_1108.asm<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r13 push %r14 push %r8 push %rbp push %rbx push %rcx push %rdi push %rsi lea addresses_UC_ht+0xa506, %rsi lea addresses_normal_ht+0xb77, %rdi nop n...
libsrc/input/spectrum/in_MouseSim.asm
jpoikela/z88dk
640
122598
; void in_MouseSim(struct in_UDM *u, uchar *buttons, uint *xcoord, uint *ycoord) ; CALLER linkage for function pointers SECTION code_clib PUBLIC in_MouseSim PUBLIC _in_MouseSim EXTERN INMouseSim .in_MouseSim ._in_MouseSim ld hl,8 add hl,sp ld a,(hl) inc hl ld h,(hl) ld l,a call INMouseSim ...
libsrc/zx81/asctozx81.asm
andydansby/z88dk-mk2
1
122599
; ; ZX 81 specific routines ; by <NAME>, Oct 2007 ; ; Internal code to convert a character from ASCII to ZX81 ; in: source character in (HL) ; out: A = converted character ; ; $Id: asctozx81.asm,v 1.2 2012/03/13 20:38:35 stefano Exp $ ; XLIB asctozx81 LIB zx81_cnvtab .asctozx81 ld a,(hl) push hl cp 48 ; Between ...
Release/TheDarkTower/examples/basic app.package/myeventhandler.asm
gbryant/the-dark-tower
3
122600
:MyEventHandler mflr r0 stw r0,8(r1) stwu r1,-32(r1) mr r3,r4 li r4,'--' addis r4,r4,'--' li r5,'md' addis r5,r5,'hc' li r6,0 li r7,14 li r8,0 addi r9,r2,*HICommand bl *GetEventParameter lwz r2,20(r1) addi r3,r2,*HICommand lwz r3,4(r3) li r4,'it' addis r4,r4,'qu' cmp 0,0,r3,r4 beq *quit...
oeis/256/A256861.asm
neoneye/loda-programs
11
122602
<reponame>neoneye/loda-programs ; A256861: a(n) = n*(n + 1)*(n + 2)*(n + 3)*(n + 4)*(n^2 - n + 6)/720. ; Submitted by <NAME>(l1) ; 1,8,42,168,546,1512,3696,8184,16731,32032,58058,100464,167076,268464,418608,635664,942837,1369368,1951642,2734424,3772230,5130840,6888960,9140040,11994255,15580656,20049498,25574752,3235680...
Transynther/x86/_processed/US/_zr_/i9-9900K_12_0xca_notsx.log_21829_1148.asm
ljhsiun2/medusa
9
122603
.global s_prepare_buffers s_prepare_buffers: push %r12 push %r13 push %r9 push %rax push %rcx push %rdi push %rdx push %rsi lea addresses_A_ht+0x6f9b, %r12 nop sub %rcx, %rcx movw $0x6162, (%r12) nop nop nop nop nop xor %rax, %rax lea addresses_WT_ht+0x933b, %rdi clflush (%rdi) nop nop nop nop nop xor $16657, %r13 and ...
oeis/018/A018425.asm
neoneye/loda-programs
11
122604
<reponame>neoneye/loda-programs ; A018425: Divisors of 384. ; Submitted by <NAME> ; 1,2,3,4,6,8,12,16,24,32,48,64,96,128,192,384 mov $1,$0 mov $2,1 lpb $0 sub $0,1 div $1,2 mov $4,$3 mul $3,$1 div $1,7 add $3,$2 add $4,1 add $2,$4 mul $2,$1 sub $2,$4 mul $4,3 add $2,$4 lpe mov $0,$4 div $0,3 ad...
common/nmi/playfieldNMI.asm
laoo/TimePilot
24
122605
; PLAYFIELD NMI .proc DLIDispatch nop nop nop pha lda counterDLI lda counterDLI ; its not fuckup;) it must be here - purpose of 3 cycles "nop" clc mode adc #<bufDLIJumps ; or adc #5 for DLI level start (uses bufDLIJumpsLevelStart table) | code modification changes the #value sta j+1 ...
libsrc/zxmath/ftoa.asm
dex4er/deb-z88dk
1
122606
; ; ; ZX Maths Routines ; ; 8/12/02 - <NAME> ; ; $Id: ftoa.asm,v 1.2 2003/03/27 09:34:56 stefano Exp $ ; ; ;void ftoa(x,prec,str) -> Convert double to string ; ;double x ; /* number to be converted */ ;int prec ; /* # digits after decimal place */ ;char *str ; /...
libsrc/math/z88math/c/sccz80/cos.asm
rjcorrig/z88dk
0
122607
<gh_stars>0 ; ; ; Z88 Maths Routines ; ; C Interface for Small C+ Compiler ; ; 7/12/98 djm ;double cos(double) ;Number in FA.. SECTION code_fp INCLUDE "target/z88/def/fpp.def" PUBLIC cos EXTERN fsetup EXTERN stke...
Transynther/x86/_processed/AVXALIGN/_st_zr_/i3-7100_9_0x84_notsx.log_21829_1165.asm
ljhsiun2/medusa
9
122608
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r12 push %r14 push %r9 push %rax push %rcx push %rdi push %rsi lea addresses_D_ht+0xb186, %r9 nop nop nop nop add %rsi, %rsi mov $0x6162636465666768, %r12 movq %r12, (%r9) nop xor %rdi, %rdi lea addresses_D_ht+0x1dc75, %rsi lea addresses_norma...
c2000/C2000Ware_1_00_06_00/libraries/dsp/FPU/c28/source/utility/memcpy_fast.asm
ramok/Themis_ForHPSDR
0
122609
;;############################################################################# ;;! \file source/vector/memcpy_fast.asm ;;! ;;! \brief Optimized memory copy, src->dest. ;;! \author <NAME> ;;! \date 07/06/11 ;; ;; ;; HISTORY: ;; 07/06/11 - original (D. Alter) ;; 10/23/14 - Added note about non-interruptibility and...
programs/oeis/254/A254028.asm
karttu/loda
0
122610
<reponame>karttu/loda ; A254028: a(n) = 2^(n+1) + 3^n + 3. ; 6,10,20,46,116,310,860,2446,7076,20710,61100,181246,539636,1610710,4815740,14414446,43177796,129402310,387944780,1163310046,3488881556,10464547510,31389448220,94159956046,282463090916,847355718310,2542000046060,7625865920446,22877329325876,68631451106710,2058...
programs/oeis/111/A111739.asm
neoneye/loda
22
122611
; A111739: Distance between k*(n-th prime) and next prime, k=7 case. ; 3,2,2,4,2,6,8,4,2,8,6,4,6,6,2,2,6,4,10,2,10,4,6,8,4,2,6,2,6,6,18,2,8,4,6,4,4,10,2,2,6,10,24,10,2,6,4,6,8,4,6,20,6,2,2,6,6,4,10,6,6,2,4,2,12,2,16,12,8,4,2,8,10,6,4,2,6,10,12,16,6,6,2,6,6,8,20,4,2,10,2,6,4,12,6,6,8 seq $0,40 ; The prime numbers. mul ...
libsrc/stdio/ansi/p2000/f_ansi_dline.asm
grancier/z180
0
122612
; ; ANSI Video handling for the P2000T ; ; <NAME> - Apr. 2014 ; ; ; Clean a text line ; ; in: A = text row number ; ; ; $Id: f_ansi_dline.asm,v 1.3 2016/06/12 16:06:43 dom Exp $ ; SECTION code_clib PUBLIC ansi_del_line .ansi_del_line push af ld a,4 call $60C0 pop af call $60C0 ld a,0 call $60...
aom_dsp/x86/quantize_avx_x86_64.asm
zhangwen1/aom
0
122613
<reponame>zhangwen1/aom ; ; Copyright (c) 2016, Alliance for Open Media. All rights reserved ; ; This source code is subject to the terms of the BSD 2 Clause License and ; the Alliance for Open Media Patent License 1.0. If the BSD 2 Clause License ; was not distributed with this source code in the LICENSE file, you can...
oeis/015/A015576.asm
neoneye/loda-programs
11
122614
; A015576: Expansion of x/(1 - 8*x - 7*x^2). ; Submitted by <NAME>(s1.) ; 0,1,8,71,624,5489,48280,424663,3735264,32854753,288984872,2541862247,22357792080,196655372369,1729747523512,15214567794679,133824775022016,1177100174738881,10353574823065160,91068299807693447,801021422223003696,7045649476437883697,619723457670640...
programs/oeis/160/A160699.asm
karttu/loda
0
122616
<gh_stars>0 ; A160699: A bisection of A063522. ; 0,17,154,531,1268,2485,4302,6839,10216,14553,19970,26587,34524,43901,54838,67455,81872,98209,116586,137123,159940,185157,212894,243271,276408,312425,351442,393579,438956,487693,539910,595727,655264,718641,785978,857395,933012,1012949,1097326,1186263,1279880,1378297,14816...
constants/music_constants.asm
Trap-Master/spacworld97-thingy
0
122617
; song ids ; Music indexes (see audio/music_pointers.asm) const_def const MUSIC_NONE ; 00 const MUSIC_TITLE ; 01 const MUSIC_ROUTE_1 ; 02 const MUSIC_ROUTE_3 ; 03 const MUSIC_ROUTE_12 ; 04 const MUSIC_MA...
oeis/109/A109175.asm
neoneye/loda-programs
11
122618
; A109175: Minimum number of moves to solve the first Panex puzzle of order n of transferring a side tower to the center column. ; Submitted by <NAME> ; 1,3,9,24,58,143,345,836,2018,4875,11769,28416,68602,165623,399849,965324,2330498,5626323,13583145,32792616,79168378,191129375,461427129,1113983636,2689394402,649277244...
oeis/104/A104673.asm
neoneye/loda-programs
11
122619
<reponame>neoneye/loda-programs ; A104673: C(n+5,5)*C(n+10,n+0). ; 1,66,1386,16016,126126,756756,3699696,15402816,56316546,184940756,554822268,1540663488,4001445448,9802357488,22805484768,50678855040,108088495515,222161129190,441579528390,851355545040,1596291646950,2917485413700,5208073135200,9096899011200,155721222657...
example.asm
JoonasTMS86/jassembler
0
122621
<reponame>JoonasTMS86/jassembler ; This is an example of a JISA program. In my JISA Virtual Machine, 0x0 to 0x5EEBFF represents the RGB screen. ; Pixels are put to said screen by simply writing to that area. ; In this example, a red pixel is put to the top-left corner of the screen by writing the 24-bit value $FF000 ...
VS/CSHARP/asm-dude-vsix/Resources/examples/example.asm
YellowAfterlife/asm-dude
4,075
122622
<filename>VS/CSHARP/asm-dude-vsix/Resources/examples/example.asm .intel_syntax noprefix include "inc\example.inc" include "bla" jmp FOO # FOO is defined in an included file call procedure3 V4FMADDPS rep movs #rep movs repe cmps rep stos rep SCAS #region 1 bit full adder ; ymm0 = A ; ymm1 = B ; ymm2 = Cin ...
examples/mips0.asm
kubasikora/ARKO-MIPS-Projekt
0
122623
######################################################### # # # <NAME> na wielkie # # Autor: <NAME>. <NAME> # # # ######################################################### .data #s...
lab1/obj/kern/kernel.asm
grapefruit-0/JOS
0
122624
<filename>lab1/obj/kern/kernel.asm obj/kern/kernel: file format elf32-i386 Disassembly of section .text: f0100000 <_start+0xeffffff4>: .globl _start _start = RELOC(entry) .globl entry entry: movw $0x1234,0x472 # warm boot f0100000: 02 b0 ad 1b 00 00 add 0x1bad(%eax),%dh f0100006: 00 00 ...
programs/oeis/261/A261064.asm
neoneye/loda
22
122625
<filename>programs/oeis/261/A261064.asm ; A261064: a(n) = (3^n-1)*(n+1)/4. ; 1,6,26,100,363,1274,4372,14760,49205,162382,531438,1727180,5580127,17936130,57395624,182948560,581130729,1840247318,5811307330,18305618100,57531942611,180441092746,564859072956,1765184603000,5507375961373,17157594341214,53379182394902,16585674...
oeis/052/A052947.asm
neoneye/loda-programs
11
122627
<reponame>neoneye/loda-programs<filename>oeis/052/A052947.asm ; A052947: Expansion of 1/(1-x^2-2*x^3). ; Submitted by <NAME> ; 1,0,1,2,1,4,5,6,13,16,25,42,57,92,141,206,325,488,737,1138,1713,2612,3989,6038,9213,14016,21289,32442,49321,75020,114205,173662,264245,402072,611569,930562,1415713,2153700,3276837,4985126,75842...
oeis/279/A279645.asm
neoneye/loda-programs
11
122628
; A279645: a(n) = not (n XOR (n shift 1)). ; Submitted by <NAME>(s1) ; 0,0,0,1,1,0,2,3,3,2,0,1,5,4,6,7,7,6,4,5,1,0,2,3,11,10,8,9,13,12,14,15,15,14,12,13,9,8,10,11,3,2,0,1,5,4,6,7,23,22,20,21,17,16,18,19,27,26,24,25,29,28,30,31,31,30,28,29,25,24,26,27,19,18,16,17,21,20,22,23,7,6,4,5,1,0,2,3,11,10,8,9,13,12,14,15,47,46,4...
PrintHangul.asm
009342/Pokemon-Hangul-Code
2
122629
vHangulCounter EQU $8E40 vHangulDest EQU $8E42 vUploadedTile EQU $8E50 FontInfoTile EQU 8 MaxFontLimit EQU $32 ;LegacyFont : Location of Legacy Font PrintHangul:: ;hl(TileMap) bc(Script Bytes), return a : FontBank push hl push bc ld bc,-20 add hl,bc pop bc call FindUploadedTiles cp a,$FF jr nz,.AlreadyExist ...
Practicas/practica_06/ejercicio_3.asm
PyCoderMx/Arquitectura-de-Computadoras
0
122630
.data res: .space 4 m: .word 37 # constantes flotantes v0: .float 0.0 v1: .float 1.0 v3: .float 3.0 v4: .float 4.0 .text lw $t0 m #$t0 es el valor de m inicialmente lwc1 $f0 v0 #$f0 sera el resultado final, incializado en cero lwc1 $f1 v0 #$f1 sera el valor de n, inicializado en cero lwc1 $f29 v1 #$f29 es 1...
programs/oeis/117/A117947.asm
jmorken/loda
1
122631
<filename>programs/oeis/117/A117947.asm ; A117947: T(n,k)=L(C(n,k)/3) where L(j/p) is the Legendre symbol of j and p. ; 1,1,1,1,-1,1,1,0,0,1,1,1,0,1,1,1,-1,1,1,-1,1,1,0,0,-1,0,0,1,1,1,0,-1,-1,0,1,1,1,-1,1,-1,1,-1,1,-1,1,1,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,1,1,1,-1,1,0,0,0,0,0,0,1,-1,1,1,0,0,1,0,0,0,0,0,1,0,0,1,1,1,0,...
oeis/213/A213775.asm
neoneye/loda-programs
11
122633
; A213775: Principal diagonal of the convolution array A213774. ; Submitted by <NAME> ; 1,11,38,97,213,432,833,1555,2838,5097,9045,15904,27761,48171,83174,143009,244997,418384,712465,1210195,2050966,3468681,5855333,9867072,16600993,27889547,46790438,78401185,131212533,219355632,366330785,611190739,1018788246,1696749801...
oeis/241/A241269.asm
neoneye/loda-programs
11
122634
<reponame>neoneye/loda-programs<filename>oeis/241/A241269.asm ; A241269: Denominators of c(n) = (n^2+n+2)/((n+1)*(n+2)*(n+3)). ; Submitted by <NAME> ; 3,6,15,60,105,21,126,360,495,330,429,1092,1365,420,1020,2448,2907,1710,1995,4620,5313,759,3450,7800,8775,4914,5481,12180,13485,3720,8184,17952,19635,10710,11655,25308,27...
libsrc/_DEVELOPMENT/adt/p_forward_list/z80/asm_p_forward_list_prev.asm
teknoplop/z88dk
0
122635
; =============================================================== ; Sep 2014 ; =============================================================== ; ; void *p_forward_list_prev(forward_list_t *list, void *item) ; ; Return previous item in list. O(n) ; ; =============================================================== SE...
data/pokedex_entries.asm
adhi-thirumala/EvoYellow
0
122636
<reponame>adhi-thirumala/EvoYellow PokedexEntryPointers: dw RhydonDexEntry dw KangaskhanDexEntry dw NidoranMDexEntry dw ClefairyDexEntry dw SpearowDexEntry dw VoltorbDexEntry dw NidokingDexEntry dw SlowbroDexEntry dw LickitungDexEntry dw GrimerDexEntry dw GengarDexEntry dw NidoranFDexEntry dw NidoqueenDexE...
programs/oeis/266/A266440.asm
neoneye/loda
22
122640
<reponame>neoneye/loda ; A266440: Total number of OFF (white) cells after n iterations of the "Rule 23" elementary cellular automaton starting with a single ON (black) cell. ; 0,0,5,5,14,14,27,27,44,44,65,65,90,90,119,119,152,152,189,189,230,230,275,275,324,324,377,377,434,434,495,495,560,560,629,629,702,702,779,779,86...
aes/keyexp_256.asm
carl008-ma/isa-l_crypto
0
122642
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; Copyright(c) 2011-2016 Intel Corporation All rights reserved. ; ; Redistribution and use in source and binary forms, with or without ; modification, are permitted provided that the following conditions ; are met: ; * Redistributions of so...
vp9/encoder/x86/vp9_variance_impl_sse2.asm
WebRTC-Labs/libvpx
1
122643
; ; 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...
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_1614.asm
ljhsiun2/medusa
9
122644
.global s_prepare_buffers s_prepare_buffers: ret .global s_faulty_load s_faulty_load: push %r10 push %r8 push %r9 push %rbx push %rdi push %rdx // Faulty Load lea addresses_A+0x9c1a, %rdx nop nop nop nop and %rdi, %rdi mov (%rdx), %r9w lea oracles, %r10 and $0xff, %r9 shlq $12, %r9 mov (%r10,%r9,1), %r9 pop %rdx ...
security_check_cookie_ex.asm
TheEragon/ReturnFlowGuard
12
122645
<reponame>TheEragon/ReturnFlowGuard ; Functions taken from ntdll.dll bundled in Windows 10 15025, so they are copyright of Microsoft ; ; Functions are needed once you allocate something on stack ; TODO: exception handling .code public __security_check_cookie_ex public __security_check_cookie_ex_sp extern __security_...
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_6734_2146.asm
ljhsiun2/medusa
9
122646
<reponame>ljhsiun2/medusa<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r12 push %r8 push %rax push %rbp push %rbx push %rcx push %rdi push %rsi lea addresses_A_ht+0x6d3f, %rsi lea addresses_WT_ht+0x7fb5, %rdi nop nop nop nop nop xor $55641, %rbp mov $112, %rcx rep movsq nop nop nop nop cmp $19593, %...
bomber-05/bomber.asm
leonhad/atari
0
122647
processor 6502 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;a;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; Include required files with VCS register memory mapping and macros ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; include "vcs.h" include "macro.h" ;;;;;;;;;;;;;;;;;;;;;;;;;;...
Games/CMonster (Breakout)/Source/gfxce.asm
CiaranGruber/Ti-84-Calculator
1
122649
;############## CMonster by <NAME> - graphics rendering routines #define SPRITE(width,height) .db width/2,height ;############## Draw a sprite ; A = sprite's height (only needed for clipped version) ; B = X coordinate divided by 2 ; L = Y coordinate ; DE -> sprite (first byte is the width / 2, second byte is ...
programs/oeis/165/A165678.asm
karttu/loda
0
122650
<reponame>karttu/loda ; A165678: Sixth right hand column of triangle A165674 ; 1764,8028,24552,60216,127860,245004,434568,725592,1153956,1763100,2604744,3739608,5238132,7181196,9660840,12780984,16658148,21422172,27216936,34201080,42548724,52450188,64112712,77761176,93638820 lpb $0,1 mov $2,$0 cal $2,165677 ; Fifth...
MAS5.asm
Nurglureddo/AssemblerForKai
0
122651
.model tiny .data A db 1,-2,-3,-4,-5,-6,7,-8,9,-10 .code N: push cs pop ds xor ax,ax xor bx,bx mov cx,10 M: cmp A[bx],0 jg K sar A[bx],1 K: inc bx loop M mov ax,4c00h int 21h end N
Tests/src/Main/fCall.asm
SkyLined/mBugId
22
122653
<filename>Tests/src/Main/fCall.asm<gh_stars>10-100 IFDEF x86 .586 OPTION CASEMAP :NONE .MODEL flat, stdcall ENDIF _TEXT SEGMENT PUBLIC fCall IFDEF x86 fCall PROC pAddress:PTR ; Stack frame code gets added automatically ; function code CALL pAddress ; Stack frame code gets adde...
examples/6502asm/splashscreen.asm
Eggbertx/GD6502
1
122654
<reponame>Eggbertx/GD6502<filename>examples/6502asm/splashscreen.asm<gh_stars>1-10 ; This is just a simple example ; to show how you can implement ; "splash screens" to your programs ; ; Notice that you don't have to ; press the "Run" button to see ; the results. ; ; This makes a nice "cover art" to ; your program. ; ;...
programs/oeis/086/A086369.asm
neoneye/loda
22
122655
<reponame>neoneye/loda ; A086369: Number of factors over Q in the factorization of T_n(x) - 1 where T_n(x) is the Chebyshev polynomial of the first kind. ; 1,2,3,4,3,6,3,6,5,6,3,10,3,6,7,8,3,10,3,10,7,6,3,14,5,6,7,10,3,14,3,10,7,6,7,16,3,6,7,14,3,14,3,10,11,6,3,18,5,10,7,10,3,14,7,14,7,6,3,22,3,6,11,12,7,14,3,10,7,14,3...
Transynther/x86/_processed/NC/_zr_/i7-8650U_0xd2.log_21829_289.asm
ljhsiun2/medusa
9
122656
<filename>Transynther/x86/_processed/NC/_zr_/i7-8650U_0xd2.log_21829_289.asm<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r11 push %r12 push %r14 push %r9 push %rax push %rcx push %rdi push %rsi lea addresses_WC_ht+0x1ed2b, %rsi lea addresses_D_ht+0x1723e, %rdi nop nop nop nop inc %r12 mov $9, %rcx ...
programs/oeis/231/A231682.asm
jmorken/loda
1
122658
; A231682: a(n) = Sum_{i=0..n} digsum_8(i)^3, where digsum_8(i) = A053829(i). ; 0,1,9,36,100,225,441,784,785,793,820,884,1009,1225,1568,2080,2088,2115,2179,2304,2520,2863,3375,4104,4131,4195,4320,4536,4879,5391,6120,7120,7184,7309,7525,7868,8380,9109,10109,11440,11565,11781,12124,12636,13365,14365,15696,17424,17640,179...
xv6-o/ln.asm
xsuler/osPlayground
0
122659
<gh_stars>0 _ln: 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 -0x4(%ecx) if(...
lib/src/os/w95/startup/xstartc.asm
zanud/xds-2.60
53
122661
<gh_stars>10-100 ; COPYRIGHT (c) 1995 xTech Ltd. All Rights Reserved. ; COPYRIGHT (c) 2002 Excelsior LLC. All Rights Reserved. ; cpu 386 bits 32 section .data use32 public align=4 public 'DATA' myHandle: dd 0 string: d...
third-party/gmp/gmp-src/mpn/powerpc64/mode64/p9/gcd_11.asm
jhh67/chapel
1,602
122663
dnl PowerPC-64 mpn_gcd_11. dnl Copyright 2000-2002, 2005, 2009, 2011-2013, 2019 Free Software Foundation, dnl Inc. 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 modify dnl it under the terms of either: dnl dnl * the GNU Lesser General...
home/copy2.asm
opiter09/ASM-Machina
1
122665
FarCopyData2:: ; Identical to FarCopyData, but uses hROMBankTemp ; as temp space instead of wBuffer. ldh [hROMBankTemp], a ldh a, [hLoadedROMBank] push af ldh a, [hROMBankTemp] ldh [hLoadedROMBank], a ld [MBC1RomBank], a call CopyData pop af ldh [hLoadedROMBank], a ld [MBC1RomBank], a ret FarCopyData3:: ; C...
apps/breakfast/pde_fw/toast/examples/Assembly (CCE)/msp430x24x_wdt_04.asm
tp-freeforall/breakfast
1
122666
;******************************************************************************* ; MSP430x24x Demo - WDT+ Failsafe Clock, DCO SMCLK ; ; Description; Allow WDT+ in watchdog to timeout. Toggle P1.0 in main ; function. LPM4 is entered, this example will demonstrate WDT+ feature ; of preventing WDT+ clock to b...
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca.log_102_712.asm
ljhsiun2/medusa
9
122667
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r14 push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_A_ht+0x15197, %rsi lea addresses_UC_ht+0x12f9b, %rdi and %r10, %r10 mov $16, %rcx rep movsw nop xor %rbx, %rbx lea addresses_WC_ht+0x5e09, %rdi nop nop nop nop and $33840, %r14 movw $0x6162, ...
turtles.asm
hausdorff/turtles
40
122668
;;; Apple //e Lisp ;;; Copyright (c) 2013, <NAME> and <NAME> ;;; ;;; This program is free software distributed under the terms of the ;;; MIT license. See the enclosed LICENSE file for more information. ;;; ;;; SOFTWARE STACK: ;;; ;;; The software stack starts high in memory (configurable) and grows downward. ;;; It...
Transynther/x86/_processed/AVXALIGN/_zr_/i3-7100_9_0x84_notsx.log_8_1408.asm
ljhsiun2/medusa
9
122669
.global s_prepare_buffers s_prepare_buffers: push %r12 push %r14 push %r15 push %r9 push %rbx push %rcx push %rdi push %rsi lea addresses_UC_ht+0x35e4, %rsi nop cmp %rbx, %rbx mov (%rsi), %r15 nop nop cmp %r14, %r14 lea addresses_D_ht+0x290e, %rsi lea addresses_WT_ht+0xc324, %rdi nop cmp %r14, %r14 mov $125, %rcx rep m...
tests/listing/sld/sld_basics.asm
fengjixuchui/sjasmplus
220
122670
IFDEF recursively_included ; this part is included from this same file at the end of regular part DEVICE ZXSPECTRUMNEXT ORG $F000 ; these should be page 63 set by non-included code IncludedLabel: rst $00 .localLabel1: rst $08 Including2ndFile: INCLUDE "...
audio/sfx/cry01_2.asm
AmateurPanda92/pokemon-rby-dx
9
122671
SFX_Cry01_2_Ch4: dutycycle 160 squarenote 4, 15, 3, 1536 squarenote 8, 13, 5, 1888 squarenote 3, 14, 2, 1824 squarenote 8, 13, 1, 1808 endchannel SFX_Cry01_2_Ch5: dutycycle 90 squarenote 5, 11, 3, 1777 squarenote 7, 12, 5, 1874 squarenote 3, 10, 2, 1809 squarenote 8, 11, 1, 1537 endchannel SFX_Cry01_2_C...
programs/oeis/212/A212703.asm
neoneye/loda
22
122673
<gh_stars>10-100 ; A212703: Main transitions in systems of n particles with spin 4. ; 8,144,1944,23328,262440,2834352,29760696,306110016,3099363912,30993639120,306837027288,3012581722464,29372671794024,284688972772848,2745215094595320,26354064908115072,252010745683850376,2401514164751985936,22814384565143866392,2161362...
oeis/309/A309074.asm
neoneye/loda-programs
11
122674
; A309074: a(0) = 1; a(2*n) = 4*a(n), a(2*n+1) = a(n). ; Submitted by <NAME> ; 1,1,4,1,16,4,4,1,64,16,16,4,16,4,4,1,256,64,64,16,64,16,16,4,64,16,16,4,16,4,4,1,1024,256,256,64,256,64,64,16,256,64,64,16,64,16,16,4,256,64,64,16,64,16,16,4,64,16,16,4,16,4,4,1,4096,1024,1024,256,1024,256,256,64,1024,256,256,64 sub $1,$0 a...
oeis/019/A019429.asm
neoneye/loda-programs
11
122675
; A019429: Continued fraction for tan(1/6). ; Submitted by <NAME> ; 0,5,1,16,1,28,1,40,1,52,1,64,1,76,1,88,1,100,1,112,1,124,1,136,1,148,1,160,1,172,1,184,1,196,1,208,1,220,1,232,1,244,1,256,1,268,1,280,1,292,1,304,1,316,1,328,1,340,1,352,1,364,1,376,1,388,1,400,1,412,1,424,1,436,1,448,1,460,1,472,1,484,1,496,1,508,1,5...
programs/oeis/070/A070252.asm
karttu/loda
0
122677
<gh_stars>0 ; A070252: Number of n-digit palindromes. ; 10,9,90,90,900,900,9000,9000,90000,90000,900000,900000,9000000,9000000,90000000,90000000,900000000,900000000,9000000000,9000000000,90000000000,90000000000,900000000000,900000000000,9000000000000 mov $27,$0 mov $29,2 lpb $29,1 clr $0,27 mov $0,$27 sub $29,1 ...
Labs/Lab4_Sum-Multiplication-Arrays/5-6-7-sum-array/sum_array.asm
CristianCotovanu/IOCLA
0
122678
<gh_stars>0 %include "io.inc" %define ARRAY_SIZE 10 section .data byte_array db 8, 19, 12, 3, 6, 200, 128, 19, 78, 102 word_array dw 1893, 9773, 892, 891, 3921, 8929, 7299, 720, 2590, 28891 dword_array dd 1392849, 12544, 879923, 8799279, 7202277, 971872, 28789292, 17897892, 12988, 8799201 print_for...
programs/oeis/063/A063712.asm
jmorken/loda
1
122679
; A063712: Table of bits required for product of n- and k-bit positive numbers read by antidiagonals. ; 1,2,2,3,4,3,4,5,5,4,5,6,6,6,5,6,7,7,7,7,6,7,8,8,8,8,8,7,8,9,9,9,9,9,9,8,9,10,10,10,10,10,10,10,9,10,11,11,11,11,11,11,11,11,10,11,12,12,12,12,12,12,12,12,12,11,12,13,13,13,13,13,13,13,13,13,13,12,13,14,14 lpb $0 s...
2020 Fall E C E 252/EX12/STRCAT.asm
jsswd888/2020_FALL_UW_MADISON
0
122680
<reponame>jsswd888/2020_FALL_UW_MADISON .orig x3000 START ; first show initial strings before modification ; print all three strings on one line LEA R0, LF ; print newline PUTS LEA R0, S1 ; print the strings PUTS LEA R0, S2 PUTS LEA R0, S3 PUTS LEA R0, LF ; print newline PUTS TEST1 ; f...
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_719.asm
ljhsiun2/medusa
9
122681
.global s_prepare_buffers s_prepare_buffers: push %r14 push %r9 push %rax push %rbp push %rcx push %rdi push %rsi lea addresses_normal_ht+0x1d188, %rsi clflush (%rsi) nop dec %rax mov $0x6162636465666768, %r14 movq %r14, (%rsi) nop nop dec %rdi lea addresses_A_ht+0x1e628, %rsi lea addresses_normal_ht+0xc908, %rdi nop x...
ioq3/build/release-js-js/baseq3/ui/ui_sparena.asm
RawTechnique/quake-port
1
122683
export UI_SPArena_Start code proc UI_SPArena_Start 44 8 ADDRFP4 0 ADDRFP4 0 INDIRP4 ASGNP4 ADDRGP4 $69 ARGP4 ADDRLP4 16 ADDRGP4 trap_Cvar_VariableValue CALLF4 ASGNF4 ADDRLP4 12 ADDRLP4 16 INDIRF4 CVFI4 4 ASGNI4 ADDRLP4 12 INDIRI4 CNSTI4 8 GEI4 $70 ADDRGP4 $69 ARGP4 CNSTF4 1090519040 ARGF4 ADDRGP4 trap_Cvar_SetValue CAL...
programs/oeis/093/A093379.asm
karttu/loda
0
122685
<reponame>karttu/loda<gh_stars>0 ; A093379: Expansion of x(1-2x-2x^2)/((1+x)(1-2x)(1-3x)). ; 0,1,2,5,12,31,82,225,632,1811,5262,15445,45652,135591,404042,1206665,3609072,10805371,32372422,97029885,290914892,872395151,2616486402,7848061105,23541387112,70618568931,211844521982,635511196325 mov $2,$0 mov $4,$0 lpb $2,1 ...