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
Transynther/x86/_processed/AVXALIGN/_st_sm_/i9-9900K_12_0xa0.log_21829_594.asm
ljhsiun2/medusa
9
123405
<filename>Transynther/x86/_processed/AVXALIGN/_st_sm_/i9-9900K_12_0xa0.log_21829_594.asm<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r11 push %r12 push %r13 push %rax push %rbx push %rcx push %rdi push %rsi lea addresses_normal_ht+0x519f, %rbx nop nop nop nop nop add $36679, %rax movl $0x61626364, ...
Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xca.log_21829_149.asm
ljhsiun2/medusa
9
123406
<filename>Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xca.log_21829_149.asm .global s_prepare_buffers s_prepare_buffers: push %r12 push %r13 push %r8 push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_D_ht+0x73b3, %rsi lea addresses_normal_ht+0x17fb3, %rdi nop nop nop nop nop inc %r12 mov $87, %rcx r...
libsrc/_DEVELOPMENT/string/c/sccz80/strerror.asm
jpoikela/z88dk
0
123407
; char *strerror(int errnum) SECTION code_clib SECTION code_string PUBLIC strerror EXTERN asm_strerror defc strerror = asm_strerror ; SDCC bridge for Classic IF __CLASSIC PUBLIC _strerror defc _strerror = strerror ENDIF
lab5/lr05-1-1.asm
Panda-Lewandowski/Assembler
5
123408
<reponame>Panda-Lewandowski/Assembler EXTRN output_X: near STK SEGMENT PARA STACK 'STACK' db 100 dup(0) STK ENDS DSEG SEGMENT PARA PUBLIC 'DATA' X db 'R' DSEG ENDS CSEG SEGMENT PARA PUBLIC 'CODE' assume CS:CSEG, DS:DSEG, SS:STK main: mov ax, DSEG mov ds, ax call output_X mov ax, 4c00h i...
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2.log_1725_891.asm
ljhsiun2/medusa
9
123409
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r13 push %rax push %rdi lea addresses_A_ht+0x1e98a, %rax nop nop nop add $36841, %r13 movl $0x61626364, (%rax) nop nop cmp $27622, %rdi pop %rdi pop %rax pop %r13 pop %r11 ret .global s_faulty_load s_faulty_load: push %r12 push %r8 push %rbp push %rbx pu...
Examples/conversion-routines/wordbin2bcd.asm
agguro/linux-nasm
6
123410
;name: wordbin2bcd.asm ; ;description: wordbin2bcd.packed: Branch free word to packed bcd conversion. ; wordbin2bcd.unpacked: Word to unpacked bcd conversion. ; ;use: ;packed bcd: mov rdi,hexadecimal ; call wordbin2bcd.packed ; ;unpacked bcd: mov rdi,hexadecimal ; ...
maps/old/RuinsOfAlphResearchCenter.asm
AtmaBuster/pokeplat-gen2
6
123412
object_const_def ; object_event constants const RUINSOFALPHRESEARCHCENTER_SCIENTIST1 const RUINSOFALPHRESEARCHCENTER_SCIENTIST2 const RUINSOFALPHRESEARCHCENTER_SCIENTIST3 RuinsOfAlphResearchCenter_MapScripts: db 2 ; scene scripts scene_script .DummyScene0 ; SCENE_RUINSOFALPHRESEARCHCENTER_NOTHING scene_script ....
part2/part2.asm
c64scene-ar/64k-ought-to-be-enough
4
123413
;=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-; ; "64K RAM Ought to be enough" - Part 2 ;=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-; ; <NAME> - http://pungas.space ; ; code: riq (http://retro.moe) ;=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=...
2010/FFASM/FFASM.asm
medav/nostalgia
1
123414
<filename>2010/FFASM/FFASM.asm<gh_stars>1-10 #include "ti83plus.inc" #define bcall(xxxx) rst 28h \ .dw xxxx _homeup =4558h .org _UserMem ; A determines the operation, x and y will be returns ; B is used for activation and everything else will be input for the op ; a=0 --- test for validation ; a=1 --- act...
programs/oeis/254/A254642.asm
karttu/loda
0
123415
; A254642: Third partial sums of eighth powers (A001016). ; 1,259,7335,86765,629174,3314178,13906578,49183590,152191935,422931613,1075761505,2540663307,5633367740,11829663860,23692442292,45516670332,84278105421,150996708135,262656041515,444856105561,735419759634,1189222877270,1884576443750,2931555773250,4482748756395,6...
programs/oeis/315/A315019.asm
karttu/loda
1
123416
<reponame>karttu/loda ; A315019: Coordination sequence Gal.6.320.5 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. ; 1,5,9,15,19,23,29,33,37,43,47,52,57,61,67,71,75,81,85,89,95,99,104,109,113,119,123,127,133,137,141,147,151,156,161,165...
oeis/315/A315707.asm
neoneye/loda-programs
11
123417
; A315707: Coordination sequence Gal.5.295.3 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. ; 1,6,12,17,23,29,35,41,46,52,58,64,70,75,81,87,93,99,104,110,116,122,128,133,139,145,151,157,162,168,174,180,186,191,197,203,209,215,220,226,...
248b/lovebyte21/LyLoBy/lyloby.asm
42Bastian/lynx_hacking
12
123419
*************** ** LYnxLOveBYte 256 Intro ** (c) 2021 42Bastiam ** 1 byte free of 249 **************** include <includes/hardware.inc> include <macros/help.mac> ;;; ROM sets this address screen0 equ $2000 BEGIN_ZP vbl ds 1 END_ZP ptr equ 4 plot_data equ $fa00 run $200 IFND LNX ;; Setup needed if loaded v...
Transynther/x86/_processed/NC/_zr_/i3-7100_9_0xca_notsx.log_21829_398.asm
ljhsiun2/medusa
9
123420
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r13 push %r15 push %r8 push %rbx push %rcx push %rdi push %rsi lea addresses_A_ht+0x11f3f, %rbx nop cmp $17879, %rsi mov (%rbx), %cx nop nop nop sub $12567, %r13 lea addresses_WC_ht+0xf367, %r8 nop nop add $54980, %r11 mov (%r8), %r15w nop nop add $16081, %rs...
oeis/131/A131437.asm
neoneye/loda-programs
11
123421
<reponame>neoneye/loda-programs ; A131437: (A000012 * A131436) + (A131436 * A000012) - A000012. ; 1,3,5,7,9,13,15,17,21,29,31,33,37,45,61,63,65,69,77,93,125,127,129,133,141,157,189,253,255,257,261,269,285,317,381,509,511,513,517,525,541,573,637,765,1021,1023,1025,1029,1037,1053,1085,1149,1277,1533,2045 add $0,1 seq $0...
day27/harib24f/api/api009.asm
itiB/hariboteOS_30days
1
123423
[CPU 486] [BITS 32] GLOBAL api_free section .text api_free: ; void api_free(char *addr, int size); PUSH EBX MOV EDX, 10 MOV EBX, [CS:0x0020] MOV EAX, [ESP + 8] ; addr MOV ECX, [ESP + 12] ; size INT 0x40 POP EBX RET
Transynther/x86/_processed/AVXALIGN/_st_sm_/i3-7100_9_0x84_notsx.log_21829_1905.asm
ljhsiun2/medusa
9
123424
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r12 push %r13 push %r15 push %rax push %rbp push %rcx push %rdi push %rdx push %rsi lea addresses_WT_ht+0xbecf, %rdx clflush (%rdx) nop nop xor %rbp, %rbp movups (%rdx), %xmm6 vpextrq $0, %xmm6, %r13 cmp %rax, %rax lea addresses_A_ht+0x1aee8, ...
oeis/074/A074526.asm
neoneye/loda-programs
11
123425
<filename>oeis/074/A074526.asm ; A074526: a(n) = 2^n + 3^n + 4^n. ; Submitted by <NAME>(s4) ; 3,9,29,99,353,1299,4889,18699,72353,282339,1108649,4373499,17312753,68711379,273234809,1088123499,4338079553,17309140419,69107159369,276040692699,1102999460753,4408508961459,17623571298329,70462895745099,281757423024353,112674...
src/SonicBoomRiseOfLyric/Mods/DebugMode/patch_BRBDebug.asm
lilystudent2016/cemu_graphic_packs
1,002
123426
[WiiULauncher0US] moduleMatches = 0x90DAC5CE ; Enable sys_brbdebug .origin = codecave brbdebug: li r5, 1 bctrl b 0x2C9B978 0x2C9B974 = b brbdebug [WiiULauncher0EU] moduleMatches = 0x8F7D2702 ; Enable sys_brbdebug .origin = codecave brbdebug: li r5, 1 bctrl b 0x2C9B958 0x2C9B954 = b brbdebug [WiiULauncher0JP] modu...
Appl/Calendar/DayPlan/dayplanMailbox.asm
steakknife/pcgeos
504
123428
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% (c) Copyright Geoworks 1996 -- All Rights Reserved GEOWORKS CONFIDENTIAL PROJECT: PC GEOS MODULE: Calendar/Dayplan FILE: dayplanMailbox.asm AUTHOR: <NAME>, Aug 8, 1996 ROUTINES: Name Description ---- ----------...
src/asm/boot.asm
goyox86/intermezzOS
0
123429
<gh_stars>0 global start ; makes the label 'start' available ouside of this file extern kmain ; kernel Rust entrypoint section .text ; this is the section in which the code goes bits 32 ; GRUB will boot us in protected mode AKA 32 bits we need to set this explicitly start: ; this is a label ...
Tests/Core/CustomExpressionFunctions/CustomExpressionFunctions.asm
fengjixuchui/armips
2
123430
.gba .create "output.bin",0 .macro check,exp,value .if (exp) != value .error "Error: " + °(exp) + " = " + (exp) + " != " + value .endif .endmacro ; simple function with multiple parameters .expfunc lerp(a, b, t), a + t*(b-a) check lerp(1, 5, 0.75), 4 ; resursive function .expfunc fib(n), n <= 0 ? 0 : n <= ...
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_7_1726.asm
ljhsiun2/medusa
9
123431
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r14 push %r8 push %rdi push %rsi lea addresses_normal_ht+0xb300, %r10 nop nop and %rdi, %rdi mov $0x6162636465666768, %r14 movq %r14, (%r10) nop nop nop and $35493, %rsi lea addresses_WC_ht+0x9d40, %r14 nop cmp %rsi, %rsi m...
oeis/303/A303714.asm
neoneye/loda-programs
11
123432
<reponame>neoneye/loda-programs ; A303714: Number of nX3 0..1 arrays with every element unequal to 0, 1 or 5 king-move adjacent elements, with upper left element zero. ; Submitted by <NAME> ; 3,3,5,8,14,24,40,68,116,196,332,564,956,1620,2748,4660,7900,13396,22716,38516,65308,110740,187772,318388,539868,915412,1552188,2...
programs/oeis/235/A235602.asm
neoneye/loda
22
123433
<reponame>neoneye/loda ; A235602: a(n) = n/wt(n) if wt(n) divides n, otherwise a(n) = n, where wt(n) is the binary weight of n (A000120). ; 1,2,3,4,5,3,7,8,9,5,11,6,13,14,15,16,17,9,19,10,7,22,23,12,25,26,27,28,29,30,31,32,33,17,35,18,37,38,39,20,41,14,43,44,45,46,47,24,49,50,51,52,53,54,11,56,57,58,59,15,61,62,63,64,6...
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_36.asm
ljhsiun2/medusa
9
123434
<reponame>ljhsiun2/medusa<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r8 push %r9 push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_UC_ht+0x82e1, %rsi lea addresses_D_ht+0x1dee1, %rdi and $55161, %rdx mov $45, %rcx rep movsl nop nop nop nop add %rsi, %rsi lea addresses_UC_ht+0xc5e1, %...
src/arm64/gas/_start.asm
Biolunar/linux_syscall
8
123435
/* * Copyright 2018-2021 <NAME> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to ...
bin/JWASM/Samples/Win64_4.asm
Abd-Beltaji/ASMEMU
3
123436
;--- Win64 console application, uses WinInc v2+ ;--- assemble: ;--- jwasm -c -win64 -Zp8 -I\WinInc\Include Win64_4.asm ;--- link: ;--- JWlink: jwlink format win pe f Win64_4.obj Libpath \WinInc\Lib64 ;--- MS link: link /subsystem:console /Libpath:\WinInc\Lib64 Win64_4.obj option casemap:none option frame:a...
src/SqlDotNet/Compiler/SyntaxTree/Nodes/sample.asm
simplic/sql-dotnet
5
123437
<filename>src/SqlDotNet/Compiler/SyntaxTree/Nodes/sample.asm // Statement: insert into "tasdasd" (a, b, c) values ('a', 123, '123123123') @siql v1 // Language and version ldc.str a ldc.i4 123 ldc.str '123123123' // Call internal method call._insert_into "tasdasd" (a, b, c) // --------------------------------------...
programs/oeis/125/A125575.asm
neoneye/loda
22
123438
; A125575: Initial digit of squares of primes. ; 4,9,2,4,1,1,2,3,5,8,9,1,1,1,2,2,3,3,4,5,5,6,6,7,9,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,3,3,3,3,3,3,4,4,5,5,5,5,5,6,6,6,7,7,7,7,8,8,9,9,9,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2 seq $0,6005 ; The odd prime numbers together with 1. pow $0,2 max $0,4...
kernel.asm
DylanMcDowell/xv6_lab3
0
123439
<gh_stars>0 kernel: file format elf32-i386 Disassembly of section .text: 80100000 <multiboot_header>: 80100000: 02 b0 ad 1b 00 00 add 0x1bad(%eax),%dh 80100006: 00 00 add %al,(%eax) 80100008: fe 4f 52 decb 0x52(%edi) 8010000b: e4 .byte 0xe4 8010000c <...
_inc/SBZ pallet script 2.asm
NatsumiFox/AMPS-Sonic-1-2005
2
123440
<gh_stars>1-10 ; --------------------------------------------------------------------------- ; Scrap Brain Zone 2 pallet cycling script ; --------------------------------------------------------------------------- dc.w 6 dc.b 7, 8 dc.w Pal_SBZCyc1 dc.w $FB50 dc.b $D, 8 dc.w Pal_SBZCyc2 dc.w $FB52 dc.b 9, 8 dc....
P6/data_P6_2/cal_R_test16.asm
alxzzhou/BUAA_CO_2020
1
123441
lui $1,1330 ori $1,$1,1742 lui $2,50049 ori $2,$2,60311 lui $3,59996 ori $3,$3,36249 lui $4,40027 ori $4,$4,33116 lui $5,28213 ori $5,$5,51200 lui $6,24776 ori $6,$6,40152 mthi $1 mtlo $2 sec0: nop nop nop addu $3,$6,$2 sec1: nop nop nor $6,$2,$4 addu $3,$6,$2 sec2: nop nop slti $6,$6,7676 addu $2,$6,$2 sec...
oeis/050/A050457.asm
neoneye/loda-programs
11
123442
<reponame>neoneye/loda-programs ; A050457: a(n) = Sum_{ d divides n, d==1 mod 4} d - Sum_{ d divides n, d==3 mod 4} d. ; 1,1,-2,1,6,-2,-6,1,7,6,-10,-2,14,-6,-12,1,18,7,-18,6,12,-10,-22,-2,31,14,-20,-6,30,-12,-30,1,20,18,-36,7,38,-18,-28,6,42,12,-42,-10,42,-22,-46,-2,43,31,-36,14,54,-20,-60,-6,36,30,-58,-12,62,-30,-42,1...
sources/ippcp/asm_intel64/aes_keyexp_192.asm
ntyukaev/ipp-crypto
30
123443
<filename>sources/ippcp/asm_intel64/aes_keyexp_192.asm ;=============================================================================== ; Copyright 2020 Intel Corporation ; ; Licensed under the Apache License, Version 2.0 (the "License"); ; you may not use this file except in compliance with the License. ; You may obta...
programs/oeis/240/A240438.asm
karttu/loda
1
123445
<filename>programs/oeis/240/A240438.asm ; A240438: Greatest minimal difference between numbers of adjacent cells in a regular hexagonal honeycomb of order n with cells numbered from 1 through the total number of cells, the order n corresponding to the number of cells on one side of the honeycomb. ; 0,1,5,11,18,28,40,53...
programs/oeis/127/A127207.asm
neoneye/loda
22
123446
; A127207: Half-indexed Lucas numbers a(n)=round(sqrt((1+sqrt(5))/2)^n) a(2n)=L(n)=A000032, so a(n)=L(n/2). ; 1,2,2,3,3,4,5,7,9,11,14,18,23,29,37,47,60,76,97,123,156,199,253,322,410,521,663,843,1072,1364,1735,2207,2807,3571,4542,5778,7350,9349,11892,15127,19242,24476,31134,39603,50376,64079 seq $0,204 ; Lucas numbers ...
mips/brainfuck.asm
DonaldKellett/Brainfuck
9
123447
<filename>mips/brainfuck.asm<gh_stars>1-10 .data init: .asciiz "Running tests for void brainfuck(const char *code, const char *input, char *output) ... \n" test1: .asciiz "1. CAT program with NUL terminator signifying EOF\n" cat: .asciiz ",[.,]" cat_input: .asciiz "CAT program" output: .byte 0:1025 hello: .asciiz "+++...
programs/oeis/288/A288932.asm
neoneye/loda
22
123449
; A288932: Fixed point of the mapping 00->1000, 10->10101, starting with 00. ; 1,0,1,0,1,1,0,1,0,1,1,1,0,1,0,1,1,0,1,0,1,1,1,1,0,1,0,1,1,0,1,0,1,1,1,0,1,0,1,1,0,1,0,1,1,1,1,1,0,1,0,1,1,0,1,0,1,1,1,0,1,0,1,1,0,1,0,1,1,1,1,0,1,0,1,1,0,1,0,1,1,1,0,1,0,1,1,0,1,0,1,1,1,1,1,1,0,1,0,1 mov $2,$0 lpb $2 lpb $2 mul $0,2 ...
004_Esempio Loop/Test.asm
salvatorenitopi/assembly_8086
0
123450
.model small .stack 100h .data str1 byte "Stringa da copiare","0" str2 byte sizeof str1 dup(0) .code start: mov si, 0 mov cx, sizeof str1 L1: mov al, str1[si] mov str2[si], al inc si loop L1 mov ah,1h int 21h mov ax, 4c00h int 21h end start
programs/oeis/075/A075091.asm
karttu/loda
0
123451
; A075091: Sum of Lucas numbers and reflected Lucas numbers (comment to A061084). ; 4,0,6,0,14,0,36,0,94,0,246,0,644,0,1686,0,4414,0,11556,0,30254,0,79206,0,207364,0,542886,0,1421294,0,3720996,0,9741694,0,25504086,0,66770564,0,174807606,0,457652254,0,1198149156,0,3136795214,0 mov $1,4 lpb $0,1 sub $0,1 mov $2,0 ...
6/2/addhost.asm
91fc7b/SLAE64
0
123454
<reponame>91fc7b/SLAE64 global _start section .text _start: ;open xor rax, rax add rax, 2 ; open syscall xor rdi, rdi xor rsi, rsi push rsi ; 0x00 mov r8, 0x2f2f2f2f6374652f ; stsoh/ mov r10, 0x7374736f682f2f2f ; /cte/ push r10 push r8 add rdi, rsp xor rsi, rsi ...
Chip16 Program Pack/Demos/Stopwatch/Stopwatch.asm
faouellet/CHIP-16
2
123455
;Stopwatch demo for Chip16 ;Shendo, May 2011 ; ;r0 - Minutes ;r1 - Seconds ;r2 - Tenths ;r3 - Timer state (0 - not running, 1 - running) ;r4 - Pressed pad flag (0 - not pressed, 1 - pressed) ;r5 - Unused ;r6 - Unused ;r7 - Unused ;r8 - Unused ;r9 - Unused ;ra - Scratchpad ;rb - Scratchpad ;rc - Scratchpad ;rd - Sprite ...
Examples/gimp-toolkit/glib2.0/hash.asm
agguro/linux-nasm
6
123456
;name : hash.asm ; ;description : an example of glib 2.0 hash tables ; ;source: : https://github.com/steshaw/gtk-examples ; ;build : nasm -f elf64 -F dwarf -g hash.asm -o hash.o ; ld -m elf_x86_64 -g --dynamic-linker /lib64/ld-linux-x86-64.so.2 -lc -lgtk-x11-2.0 -lgdk-x...
out/stressfs.asm
harveydong/learning-xv6
0
123457
<gh_stars>0 .fs/stressfs: file format elf64-x86-64 Disassembly of section .text: 0000000000000000 <main>: #include "fs.h" #include "fcntl.h" int main(int argc, char *argv[]) { 0: 55 push %rbp int fd, i; char path[] = "stressfs0"; 1: 48 b8 73 74 72 65 73 movabs $0x736673736572747...
third-party/gmp/gmp-src/mpn/arm/v7a/cora8/bdiv_q_1.asm
jhh67/chapel
1,602
123459
<reponame>jhh67/chapel<filename>third-party/gmp/gmp-src/mpn/arm/v7a/cora8/bdiv_q_1.asm dnl ARM v6 mpn_bdiv_q_1, mpn_pi1_bdiv_q_1 -- Hensel division by 1-limb divisor. dnl This is v6 code but it runs well on just the v7a Cortex-A8, A9, and A15. dnl Contributed to the GNU project by <NAME>. dnl Copyright 2012, 2013...
Transynther/x86/_processed/NONE/_xt_sm_/i9-9900K_12_0xca.log_21829_985.asm
ljhsiun2/medusa
9
123460
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r13 push %r14 push %r15 push %r9 push %rcx push %rdi push %rsi lea addresses_A_ht+0x18c95, %r15 nop nop nop nop xor %r9, %r9 mov (%r15), %rcx xor $63432, %r14 lea addresses_WC_ht+0xb495, %rsi lea addresses_WT_ht+0x77ef, %rdi nop xor %r11, %r11 mov $93, %rcx r...
Library/Chart/SGroup/sgroupBuild.asm
steakknife/pcgeos
504
123461
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) GeoWorks 1992 -- All Rights Reserved PROJECT: PC GEOS MODULE: FILE: sgroupBuild.asm AUTHOR: <NAME> ROUTINES: Name Description ---- ----------- SeriesGroupBuild Build the series area CreateSeries Creat...
programs/oeis/233/A233543.asm
jmorken/loda
1
123463
<reponame>jmorken/loda ; A233543: Table T(n,m) = m! read by rows. ; 1,1,1,1,1,2,1,1,2,6,1,1,2,6,24,1,1,2,6,24,120,1,1,2,6,24,120,720,1,1,2,6,24,120,720,5040,1,1,2,6,24,120,720,5040,40320,1,1,2,6,24,120,720,5040,40320,362880 lpb $0 mov $1,$0 add $2,1 sub $0,$2 trn $0,1 lpe sub $1,1 cal $1,142
src/kernel/hardware/interrupts.asm
KirillAldashkin/OSExperiments
0
123466
<gh_stars>0 [bits 32] [extern ISRHandler] ; Вызываемые функции [extern IRQHandler] [extern SystemCall] CommonISRHandler: pusha ; Пушим edi, esi, ebp, esp, ebx, edx, ecx, eax mov ax, ds ; Пушим ds push eax mov ax, 0x10 ; 0x10 - CodeSegment в нашем GDT, устанавливаем его mov ds, a...
TestData/stack.asm
robertmuth/Cwerg
171
123467
<gh_stars>100-1000 # demonstrates the use of the .stk directives # ======================================== .fun main NORMAL [S32] = [] .reg U32 [x y index] .stk array 4 4000 .stk scalar 4 4 .bbl start mov x = 0 .bbl loop mul index x 4 st.stk array index = x add x = x 1 blt x 1000 loop...
Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xa0.log_21829_365.asm
ljhsiun2/medusa
9
123468
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r15 push %r8 push %rcx push %rdi push %rdx push %rsi lea addresses_WC_ht+0xeead, %rsi lea addresses_WT_ht+0xbcfd, %rdi clflush (%rsi) nop nop nop nop nop sub $61512, %r8 mov $114, %rcx rep movsw nop nop nop nop cmp %r15, %r15 lea addresses_A_ht+0x3fbd, %rdx x...
programs/oeis/253/A253472.asm
karttu/loda
1
123469
<gh_stars>1-10 ; A253472: Square Pairs: Numbers n such that 1, 2, ..., 2n can be partitioned into n pairs, where each pair adds up to a perfect square. ; 4,7,8,9,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64...
text1.asm
RockmanEXEZone/MMBN-Mod-Card-Kit
10
123471
.include card_info_file .gba .create "out/text1.bin",0 .if (game_code >> 8) != 0x423457 // if BN5 or BN6 .db 0 .dh eof + 4 .db 0 .endif .headersize 0 header: .dh script_0 - header script_0: .if (game_code >> 8) == 0x423457 // if BN4 .if (card_type == 0) .include "text1_chip.asm" .endif .if (card_type == 1) ...
src/scrend.asm
Gip-Gip/VePseu
5
123472
; VePseu's screen renderer SUBROUTINE LDX #INDEXINIT ; 2 cycles .loop: ; Totals at 909 cycles LDA wall2a,X ; Merge walls (12 cycles) ORA wall1,X ORA shadow1a,X EOR shadow1a,X STA wall2a,X LDA shadow2aa,X ; Merge A shadows (12 cycles) ORA shadow1a,X ORA wall2a...
programs/oeis/006/A006503.asm
karttu/loda
1
123473
; A006503: a(n) = n*(n+1)*(n+8)/6. ; 0,3,10,22,40,65,98,140,192,255,330,418,520,637,770,920,1088,1275,1482,1710,1960,2233,2530,2852,3200,3575,3978,4410,4872,5365,5890,6448,7040,7667,8330,9030,9768,10545,11362,12220,13120,14063,15050,16082,17160,18285,19458,20680,21952,23275,24650,26078,27560,29097,30690,32340,34048,358...
oeis/257/A257932.asm
neoneye/loda-programs
11
123474
<reponame>neoneye/loda-programs ; A257932: Expansion of 1/(1-x-x^2-x^3+x^5+x^7). ; Submitted by <NAME>(s4) ; 1,1,2,4,7,12,22,38,67,118,207,363,638,1119,1964,3447,6049,10615,18629,32691,57369,100676,176674,310041,544085,954802,1675561,2940405,5160051,9055258,15890871,27886534,48937456,85879249,150707576,264473359,464118...
pwd.asm
TusharGupta01/XV6
0
123475
<filename>pwd.asm _pwd: file format elf32-i386 Disassembly of section .text: 00000000 <main>: #define MAX_PATH 512 int main(int argc, char *argv[]) { 0: 55 push %ebp 1: 89 e5 mov %esp,%ebp 3: 83 e4 f0 and $0xfffffff0,%esp 6: 81 ec 10 02 00 00...
WEEK-1/10.asm
ShruKin/Microprocessor-and-Microcontroller-Lab
0
123476
// Write an 8085 assembly language program to add two 16-bit numbers in an 8085 microprocessor LHLD 9000 XCHG LHLD 9100 DAD D SHLD 9200 HLT
engine/events/battle_tower/load_trainer.asm
genterz/pokecross
28
123477
Function_LoadOpponentTrainerAndPokemons: ldh a, [rSVBK] push af ld a, BANK(wBT_OTTrainer) ldh [rSVBK], a ; Fill wBT_OTTrainer with zeros xor a ld hl, wBT_OTTrainer ld bc, BATTLE_TOWER_STRUCT_LENGTH call ByteFill ; Write $ff into the Item-Slots ld a, $ff ld [wBT_OTMon1Item], a ld [wBT_OTMon2Item], a ld [...
src/firmware-tests/Platform/Lcd/LcdDummies.asm
pete-restall/Cluck2Sesame-Prototype
1
123478
<reponame>pete-restall/Cluck2Sesame-Prototype<filename>src/firmware-tests/Platform/Lcd/LcdDummies.asm<gh_stars>1-10 #include "Platform.inc" radix decimal LcdDummies code global initialiseLcd global enableLcd global disableLcd global isLcdEnabled global isLcdIdle global pollLcd global putScreenFromFlash glob...
programs/oeis/102/A102239.asm
neoneye/loda
22
123479
; A102239: a(n) = (Sum_{i=0..n} 5^i) + 1 - (Sum_{i=0..n} 5^i) mod 2. ; 1,7,31,157,781,3907,19531,97657,488281,2441407,12207031,61035157,305175781,1525878907,7629394531,38146972657,190734863281,953674316407,4768371582031,23841857910157,119209289550781,596046447753907 mov $1,5 mov $2,$0 add $2,1 pow $1,$2 div $1,8 mul $...
third_party/boringssl/win-x86_64/crypto/sha/sha512-x86_64.asm
domenic/mojo
8
123480
default rel %define XMMWORD %define YMMWORD %define ZMMWORD section .text code align=64 EXTERN OPENSSL_ia32cap_P global sha512_block_data_order ALIGN 16 sha512_block_data_order: mov QWORD[8+rsp],rdi ;WIN64 prologue mov QWORD[16+rsp],rsi mov rax,rsp $L$SEH_begin_sha512_block_data_order: mov rdi,rcx mov rsi,rdx ...
sound/musicasm/ICZ1.asm
NatsumiFox/Sonic-3-93-Nov-03
7
123481
ICZ1_Header: sHeaderInit ; Z80 offset is $C499 sHeaderPatch ICZ1_Patches sHeaderCh $06, $03 sHeaderTempo $01, $19 sHeaderDAC ICZ1_DAC sHeaderFM ICZ1_FM1, $18, $18 sHeaderFM ICZ1_FM2, $0C, $10 sHeaderFM ICZ1_FM3, $0C, $1E sHeaderFM ICZ1_FM4, $0C, $1E sHeaderFM ICZ1_FM5, $18, $1B sHeaderPSG ICZ1_PSG1, $00...
util/gut/fatal.asm
olifink/smsqe
0
123482
; Fatal error handling  1988 <NAME> section gen_util xdef gu_fatal xdef gu_fater xref gu_ncol xref gu_fbcur xref gu_nl xref gu_die include 'dev8_keys_qlv' ;+++ ; Called when program wishes to die: writes error, waits for key the...
oeis/048/A048909.asm
neoneye/loda-programs
11
123483
; A048909: 9-gonal (or nonagonal) triangular numbers. ; Submitted by <NAME> ; 1,325,82621,20985481,5330229625,1353857339341,343874433963061,87342752369278225,22184715227362706161,5634830324997758086741,1431224717834203191326125,363525443499562612838749081,92334031424171069457850940521,23452480456295952079681300143325,5...
programs/oeis/246/A246839.asm
jmorken/loda
1
123484
<reponame>jmorken/loda ; A246839: Number of trailing zeros in A002109(n). ; 0,0,0,0,0,5,5,5,5,5,15,15,15,15,15,30,30,30,30,30,50,50,50,50,50,100,100,100,100,100,130,130,130,130,130,165,165,165,165,165,205,205,205,205,205,250,250,250,250,250,350,350,350,350,350,405,405,405,405,405,465,465,465,465,465,530,530,530,530,530...
sbsext/ext/ddefb.asm
olifink/smsqe
0
123485
<reponame>olifink/smsqe * Delete filing system drive definition blocks V0.0  <NAME> QJUMP * section exten * * DEL_DEFB delete drive definition blocks * xdef del_defb * include dev8_sbsext_ext_keys * del_defb trap #0 goto supervisor mode move.l a6,-(sp) save BASIC base address moveq #mt.inf,d0 trap #1 ...
supports/disas_sm/ex.asm
yaps8/these
2
123486
section .text global _start _start: debut: inc eax jz zero ; saute si la nouvelle valeur d'eax est 0 paszero: mov edi, 2 jmp debut v2: mov ebx, debut mov word [ebx+1], 0xc3 jmp debut zero: mov edi, 1 ;SM jmp debut
ee/button/init.asm
olifink/smsqe
0
123487
<reponame>olifink/smsqe ; Initialise Button Things V0.00  1989 <NAME> xdef bt_init xref bt_name xref bt_use xref bt_free xref bt_ffree xref gu_achpp xref gu_thzlk xref gu_iowp xref bt_xorg xref ...
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_1006.asm
ljhsiun2/medusa
9
123488
.global s_prepare_buffers s_prepare_buffers: push %r12 push %r14 push %r9 push %rax push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_UC_ht+0x1ba09, %r14 nop nop nop nop dec %rax mov $0x6162636465666768, %rdi movq %rdi, %xmm2 vmovups %ymm2, (%r14) nop nop nop inc %rbx lea addresses_D_ht+0x1dde9, %rdx nop ...
Library/Kernel/Graphics/graphicsRasterDraw.asm
steakknife/pcgeos
504
123490
<filename>Library/Kernel/Graphics/graphicsRasterDraw.asm COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) GeoWorks 1990 -- All Rights Reserved PROJECT: PC GEOS MODULE: Kernel Library FILE: graphicsRasterDraw.asm AUTHOR: <NAME>, 5/23/90 ROUTINES: Name Des...
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_62_1637.asm
ljhsiun2/medusa
9
123492
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r13 push %r14 push %r8 push %r9 push %rax push %rcx push %rdi push %rsi lea addresses_UC_ht+0x6527, %rcx nop inc %r14 movb $0x61, (%rcx) add %rsi, %rsi lea addresses_normal_ht+0x5847, %rsi lea addresses_UC_ht+0x2f97, %rdi clflush (%rsi) and $4...
examples/hello_sp/hello.asm
suzukiplan/vgs8
1
123494
; Hello, World! for VGS8 by SUZUKI PLAN (PUBLIC DOMAIN) .setcpu "6502" .autoimport on ;------------------------------------------------------------------------------- ; Program entry point & main loop ;------------------------------------------------------------------------------- .segment "STARTUP" jsr initia...
lab08/5-gcd/gcd.asm
adinasm/iocla-demos
0
123495
<filename>lab08/5-gcd/gcd.asm<gh_stars>0 %include "../utils/printf32.asm" section .text extern printf global main main: ; input values (eax, edx): the 2 numbers to compute the gcd for mov eax, 49 mov edx, 28 push eax push edx gcd: neg eax je L3 L1: neg eax push eax push edx ...
CpuA64/TestData/fib.asm
robertmuth/Cwerg
171
123497
.fun putchar 16 sub_x_imm sp sp 16 .bbl start 4 add_x_imm x1 sp 0 str_b_imm x1 0 w0 movz_x_imm x2 1 movz_x_imm x0 1 movz_x_imm x8 0x40 svc 0 add_x_imm sp sp 16 ret x30 .endfun .fun print_num 16 stp_x_imm_pre sp -16 x29 x30 .bbl start 4 movz_x_imm x2 10 udiv_x x1 x0 x2 ...
Tests/output.asm
NilEis/Bootsector-asm-Test
0
123499
<gh_stars>0 mov ah, 0x0e mov al, 'H' int 0x10 mov al, 'a' int 0x10 mov al, 'l' int 0x10 mov al, 'l' int 0x10 mov al, 'o' int 0x10 jmp $ times 510-($-$$) db 0 dw 0xaa55
dino/lcs/123p/24.asm
zengfr/arcade_game_romhacking_sourcecode_top_secret_data
6
123500
<reponame>zengfr/arcade_game_romhacking_sourcecode_top_secret_data copyright zengfr site:http://github.com/zengfr/romhack 00042A move.l D1, (A0)+ 00042C dbra D0, $42a 004D94 move.l D1, (A1)+ 004D96 dbra D0, $4d94 004DAC move.b #$1, ($24,A0) [123p+ 6A] 004DB2 move.b #$33, ($10a,A0) [123p+ 24] 004E02...
target/cos_117/disasm/iop_overlay1/MFCLR.asm
jrrk2/cray-sim
49
123501
0x0000 (0x000000) 0x101A- f:00010 d: 26 | A = 26 (0x001A) 0x0001 (0x000002) 0x294E- f:00024 d: 334 | OR[334] = A 0x0002 (0x000004) 0x1141- f:00010 d: 321 | A = 321 (0x0141) 0x0003 (0x000006) 0x294F- f:00024 d: 335 | OR[335] = A ...
oeis/283/A283526.asm
neoneye/loda-programs
11
123502
<filename>oeis/283/A283526.asm ; A283526: Pierce expansion of the number Sum_{k >= 1} 1/(2^(2^k - 1)). ; Submitted by <NAME> ; 1,2,3,4,5,16,17,256,257,65536,65537,4294967296,4294967297,18446744073709551616,18446744073709551617,340282366920938463463374607431768211456,340282366920938463463374607431768211457,1157920892373...
src/basic_object.asm
Gegel85/BTTGB
1
123503
<reponame>Gegel85/BTTGB<gh_stars>1-10 ; Updates a basic object structure. ; Params: ; hl -> Pointer to the structure. ; Return: ; None ; Registers: ; af -> Not preserved ; bc -> Preserved ; de -> Not preserved ; hl -> Not preserved updateBasicObject:: ld d, h ld e, l ld a, [hli] inc hl add [hl] ...
programs/oeis/219/A219054.asm
neoneye/loda
22
123505
<reponame>neoneye/loda ; A219054: (8*n^3 + 3*n^2 + n) / 6. ; 2,13,41,94,180,307,483,716,1014,1385,1837,2378,3016,3759,4615,5592,6698,7941,9329,10870,12572,14443,16491,18724,21150,23777,26613,29666,32944,36455,40207,44208,48466,52989,57785,62862,68228,73891,79859,86140,92742,99673,106941,114554,122520,130847,139543,1486...
src/Lib/Sassy/tests/sse2.asm
pnkfelix/larceny
212
123506
BITS 32 section .text foo: movapd xmm0, xmm1 movupd xmm2, [edx] movdqa [eax], xmm3 movdqu xmm0, xmm1 movhpd xmm0, [ecx] movmskpd ebx, xmm4 movlpd [ecx], xmm0 movsd xmm5, xmm6 movsd xmm7, [esi] movsd [esi], xmm7 addpd xmm0, xmm1 subpd xmm2, [ecx] mulpd xmm0, xmm1 divpd xmm2, [ecx] sqrtpd xmm0, xmm1 maxpd xmm2, [ecx] min...
text/maps/safari_zone_north.asm
adhi-thirumala/EvoYellow
16
123507
<filename>text/maps/safari_zone_north.asm<gh_stars>10-100 _SafariZoneNorthText3:: text "REST HOUSE" done _SafariZoneNorthText4:: text "TRAINER TIPS" para "The SECRET HOUSE" line "is still ahead!" done _SafariZoneNorthText5:: text "AREA 2" done _SafariZoneNorthText6:: text "TRAINER TIPS" para "#MON hide i...
oeis/251/A251654.asm
neoneye/loda-programs
11
123508
<gh_stars>10-100 ; A251654: 4-step Fibonacci sequence starting with 0, 1, 1, 0. ; Submitted by <NAME> ; 0,1,1,0,2,4,7,13,26,50,96,185,357,688,1326,2556,4927,9497,18306,35286,68016,131105,252713,487120,938954,1809892,3488679,6724645,12962170,24985386,48160880,92833081,178941517,344920864,664856342,1281551804 mov $4,-2 ...
Transynther/x86/_processed/US/_zr_/i7-7700_9_0xca.log_21829_82.asm
ljhsiun2/medusa
9
123509
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r12 push %rax push %rbp push %rbx push %rcx push %rdi push %rsi lea addresses_A_ht+0x1d48d, %rsi lea addresses_normal_ht+0xf721, %rdi add %rbp, %rbp mov $80, %rcx rep movsw nop nop nop xor $38299, %rbp lea addresses_WT_ht+0xb741, %rsi lea addr...
src/tests/asm/bubble_sort.asm
duskmoon314/MIPS32_pipeline
1
123510
.text j to_user_mode j interrupt j exception to_user_mode: la $ra, main nop jr $ra main: # load SysTick => count clocks li $s7, 0x40000000 # $s7 0x40000000 lw $s6, 20($s7) # $s6 (0x40000014) # call bubble sort ori $a0, $0, 0 ...
Samples/x86/ByInstruction/Dec.asm
thiscouldbebetter/Disassembler
0
123512
<gh_stars>0 db 'dec ax',0 dec ax db 'dec bx',0 dec bx db 'dec cx',0 dec cx db 'dec dx',0 dec dx
src/00/restarts.asm
Willem3141/kernel
251
123515
<filename>src/00/restarts.asm ; rst 0x08 kcall: push hl inc sp \ inc sp pop hl push hl dec sp \ dec sp push de push bc push af ; HL has return address, stack is intact dec hl ld (hl), 0 inc hl ld a, (hl) cp 0xDD jr z, _ cp 0xFD jr z, _ cp 0xED ...
software/helloWorld.asm
Arkaeriit/Reflet-microcontroler
0
123516
;This is the code used to make the rom2 used in sim2_tb. This should be compiled with reflet-asm as showed in the makefile ;This program prints "Hello, world!\r\n" with the UART ;This program depends on the library printing.asm to work, read the ;Makefile to see how to compile it. @import libs/uart.asm ;@import libs/b...
Transynther/x86/_processed/AVXALIGN/_st_/i9-9900K_12_0xca.log_21829_664.asm
ljhsiun2/medusa
9
123517
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r12 push %r9 push %rbp push %rcx push %rdi push %rdx push %rsi lea addresses_D_ht+0x7561, %r9 clflush (%r9) nop nop xor $30640, %r10 mov (%r9), %rcx nop nop nop nop nop add $31634, %r9 lea addresses_WC_ht+0x950d, %rsi lea addresses_D_ht+0x3d41, %rdi nop xor $...
PRG/levels/Desert/PyramidO.asm
narfman0/smb3_pp1
0
123519
; Original address was $AF26 ; Pyramid entrance / bonus / exit .word W2PY_InsideL ; Alternate level layout .word W2PY_InsideO ; Alternate object layout .byte LEVEL1_SIZE_08 | LEVEL1_YSTART_180 .byte LEVEL2_BGPAL_00 | LEVEL2_OBJPAL_08 | LEVEL2_XSTART_18 .byte LEVEL3_TILESET_03 | LEVEL3_VSCROLL_LOCKED | LEVEL3_PIPEN...
oeis/008/A008861.asm
neoneye/loda-programs
11
123521
<gh_stars>10-100 ; A008861: a(n) = Sum_{k=0..8} C(n,k). ; Submitted by <NAME> ; 1,2,4,8,16,32,64,128,256,511,1013,1981,3797,7099,12911,22819,39203,65536,106762,169766,263950,401930,600370,880970,1271626,1807781,2533987,3505699,4791323,6474541,8656937,11460949,15033173,19548046,25211936,32267668,40999516,51738692,648693...
libsrc/oz/ozgfx/ozsetdisplaypage.asm
jpoikela/z88dk
640
123522
; ; Sharp OZ family functions ; ; ported from the OZ-7xx SDK by by <NAME> ; by <NAME> - Oct. 2003 ; ; ; gfx functions ; ; Videmo memory page handling ; ; ; ------ ; $Id: ozsetdisplaypage.asm,v 1.3 2016-06-28 14:48:17 dom Exp $ ; SECTION code_clib PUBLIC ozsetdisplaypage PUBLIC _ozsetdisplaypage ozsetdispla...
programs/oeis/008/A008726.asm
karttu/loda
0
123523
<reponame>karttu/loda ; A008726: Molien series 1/((1-x)^2*(1-x^8)) for 3-dimensional group [2,n] = *22n. ; 1,2,3,4,5,6,7,8,10,12,14,16,18,20,22,24,27,30,33,36,39,42,45,48,52,56,60,64,68,72,76,80,85,90,95,100,105,110,115,120,126,132,138,144,150,156,162,168,175,182,189,196,203,210,217,224,232,240,248,256,264,272,280,288,...
oeis/074/A074677.asm
neoneye/loda-programs
11
123524
<filename>oeis/074/A074677.asm ; A074677: a(n) = Sum_{i = 0..floor(n/2)} (-1)^(i + floor(n/2)) F(2*i + e), where F = A000045 (Fibonacci numbers) and e = (1-(-1)^n)/2. ; Submitted by <NAME>(w1) ; 0,1,1,1,2,4,6,9,15,25,40,64,104,169,273,441,714,1156,1870,3025,4895,7921,12816,20736,33552,54289,87841,142129,229970,372100,6...
test/jzas/sintactic/valid/success20.asm
scoffey/jz80sim
1
123525
aseg org 1FD0h start: ld IX, 2000h ld IY, 2100h ld B, 0 ciclo: ld A, (IX) cp (IY) jr NZ, distintos cp 0 jr Z, iguales inc IX inc IY jr ciclo distintos: add A, 0 jr fin iguales: ld A, 80h add A, 80h fin: rst 38h end start
oeis/266/A266983.asm
neoneye/loda-programs
11
123526
<filename>oeis/266/A266983.asm ; A266983: Binary representation of the n-th iteration of the "Rule 81" elementary cellular automaton starting with a single ON (black) cell. ; Submitted by <NAME> ; 1,1,11000,11111,110000000,111111111,1100000000000,1111111111111,11000000000000000,11111111111111111,110000000000000000000,1...
programs/oeis/122/A122092.asm
karttu/loda
0
123527
<reponame>karttu/loda ; A122092: a(n) = (n-2)*a(n-1) - (n-1)*a(n-2), with a(0)=1, a(1)=1. ; 1,1,-1,-3,-3,3,27,117,513,2655,16623,123057,1047717,10048203,106958115,1249780653,15892557417,218391870807,3224096456823,50878586091465,854556716966733,15219005900538627 mov $2,$0 lpb $2,1 lpb $3,1 mov $3,$2 lpe mul $...
oeis/004/A004397.asm
neoneye/loda-programs
11
123528
; A004397: a(n) = prime(n) + Fibonacci(n). ; Submitted by <NAME>(s1) ; 3,4,7,10,16,21,30,40,57,84,120,181,274,420,657,1040,1656,2645,4248,6836,11019,17790,28740,46457,75122,121494,196521,317918,514338,832153,1346396,2178440,3524715,5703026,9227614,14930503,24157974,39088332,63246153 mov $1,$0 add $0,1 seq $0,45 ; Fibo...