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
ioq3/build/release-js-js/missionpack/game/ai_cmd.asm
RawTechnique/quake-port
1
45639
export BotGetItemTeamGoal code proc BotGetItemTeamGoal 12 12 ADDRFP4 0 ADDRFP4 0 INDIRP4 ASGNP4 ADDRFP4 4 ADDRFP4 4 INDIRP4 ASGNP4 ADDRFP4 0 INDIRP4 ARGP4 ADDRLP4 4 ADDRGP4 qk_strlen CALLU4 ASGNU4 ADDRLP4 4 INDIRU4 CNSTU4 0 NEU4 $55 CNSTI4 0 RETI4 ADDRGP4 $54 JUMPV LABELV $55 ADDRLP4 0 CNSTI4 -1 ASGNI4 LABELV $57 ADDRL...
Driver/Printer/PrintCom/Styles/stylesSRItalic.asm
steakknife/pcgeos
504
45640
<reponame>steakknife/pcgeos<gh_stars>100-1000 COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) Berkeley Softworks 1990 -- All Rights Reserved PROJECT: PC GEOS MODULE: Print Drivers FILE: stylesSRItalic.asm AUTHOR: <NAME> ROUTINES: Name Description --...
exampl05/mmfdemo/slave/errormac.asm
AlexRogalskiy/Masm
0
45641
<gh_stars>0 ; ########################################################################## ; ; This macro calls a DLL that displays the corresponding error string for ; the return value of GetLastError(). This MACRO file and the DLL called ; DBERROR.DLL must be placed in the SAME directory as the file and the ; line,...
dv3/java/hd/mformat.asm
olifink/smsqe
0
45642
<filename>dv3/java/hd/mformat.asm<gh_stars>0 ; DV3 java HD format 1.01 @ <NAME> 2020 ; ; 2020-04-08 1.01 Changed for new ddf_mname definition (length word) (wl) ; based on ; DV3 QXL Floppy Disk Format (actually HD format)  1993 <NAME> section dv3 xdef hd_mformat xref hd_hold xref hd_release xref hd_fc...
libsrc/_DEVELOPMENT/target/sms/driver/terminal/sms_01_output_terminal/sms_01_output_terminal_stdio_msg_ictl.asm
jpoikela/z88dk
640
45643
SECTION code_driver SECTION code_driver_terminal_output PUBLIC sms_01_output_terminal_stdio_msg_ictl PUBLIC sms_01_output_terminal_stdio_msg_ictl_0 EXTERN asm_vioctl_driver, error_einval_zc, l_offset_ix_de EXTERN console_01_output_char_stdio_msg_ictl_0 sms_01_output_terminal_stdio_msg_ictl: ; ioctl messages unde...
core/src/main/c/share/asmlib/memcpy64.asm
jerrinot/questdb
8,451
45644
<reponame>jerrinot/questdb<gh_stars>1000+ ;************************* memcpy64.asm ************************************ ; Author: <NAME> ; Date created: 2008-07-19 ; Last modified: 2016-11-12 ; ; Description: ; Faster version of the standard memcpy function: ; void * A_memcpy(void *dest, const void *s...
src/test/ref/typeinference-problem.asm
jbrandwood/kickc
2
45645
<reponame>jbrandwood/kickc // java.lang.NullPointerException during Pass2TypeInference.java // Commodore 64 PRG executable file .file [name="typeinference-problem.prg", type="prg", segments="Program"] .segmentdef Program [segments="Basic, Code, Data"] .segmentdef Basic [start=$0801] .segmentdef Code [start=$80d] .seg...
Transynther/x86/_processed/AVXALIGN/_st_/i7-7700_9_0xca_notsx.log_650_76.asm
ljhsiun2/medusa
9
45646
.global s_prepare_buffers s_prepare_buffers: push %r11 push %rbp push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_A_ht+0x80c0, %rsi lea addresses_WC_ht+0x1ed1e, %rdi nop nop nop and $64148, %rbx mov $15, %rcx rep movsl nop nop dec %r11 lea addresses_WC_ht+0x10ce4, %rsi lea addresses_A_ht+0xe508, %rdi clf...
fib.asm
juancstlm/Assembly-Programming
0
45647
<gh_stars>0 ; fib.asm calculates the first 9 fibbonachi nunbers .386 .model flat,stdcall .stack 4096 ExitProcess proto,dwExitCode:dword .data fib BYTE ? .code main proc mov esi, OFFSET fib mov ecx, 9 mov ax, 0 mov bx, 1 add [esi], ax add [esi]+1, bx add esi,2 L1: add [esi], bx add [esi], ax...
oeis/021/A021467.asm
neoneye/loda-programs
11
45648
<reponame>neoneye/loda-programs<filename>oeis/021/A021467.asm ; A021467: Decimal expansion of 1/463. ; Submitted by Jon Maiga ; 0,0,2,1,5,9,8,2,7,2,1,3,8,2,2,8,9,4,1,6,8,4,6,6,5,2,2,6,7,8,1,8,5,7,4,5,1,4,0,3,8,8,7,6,8,8,9,8,4,8,8,1,2,0,9,5,0,3,2,3,9,7,4,0,8,2,0,7,3,4,3,4,1,2,5,2,6,9,9,7,8,4,0,1,7,2,7,8,6,1,7,7,1,0,5,8,...
Project 8/Test Files/FunctionCalls/NestedCall/NestedCall.asm
zephyrclaire/CompArch
0
45649
@256 D=A @SP M=D @return-address-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 @SP D=M @0 D=D-A @5 D=D-A @ARG M=D @SP D=M @LCL M=D @Sys.init 0;JMP (return-addr...
dino/lcs/item/AD.asm
zengfr/arcade_game_romhacking_sourcecode_top_secret_data
6
45653
<reponame>zengfr/arcade_game_romhacking_sourcecode_top_secret_data<filename>dino/lcs/item/AD.asm copyright zengfr site:http://github.com/zengfr/romhack 025090 move.b D0, ($ad,A6) [item+AA] 025094 move.b D0, ($81,A6) 0259C4 addq.b #1, ($ad,A6) [item+A6] 0259C8 movea.l #$2cba0, A1 [item+AD] copyright zengfr site...
oeis/175/A175073.asm
neoneye/loda-programs
11
45654
; A175073: Primes q with result 1 under iterations of {r mod (max prime p < r)} starting at r = q. ; Submitted by <NAME> ; 3,11,17,23,29,37,41,47,53,59,67,71,79,83,89,97,101,107,113,127,131,137,149,157,163,167,173,179,191,197,211,223,227,233,239,251,257,263,269,277,281,293,307 mov $1,5 mov $2,$0 pow $2,2 add $2,1 mov ...
oeis/036/A036150.asm
neoneye/loda-programs
11
45655
<reponame>neoneye/loda-programs<gh_stars>10-100 ; A036150: a(n) = 2^n mod 163. ; Submitted by <NAME> ; 1,2,4,8,16,32,64,128,93,23,46,92,21,42,84,5,10,20,40,80,160,157,151,139,115,67,134,105,47,94,25,50,100,37,74,148,133,103,43,86,9,18,36,72,144,125,87,11,22,44,88,13,26,52,104,45,90,17,34,68,136,109,55,110,57,114,65,130...
oeis/015/A015196.asm
neoneye/loda-programs
11
45656
; A015196: Sum of Gaussian binomial coefficients for q=10. ; Submitted by <NAME> ; 1,2,13,224,13435,2266646,1348019857,2269339773068,13484735901526279,226960944509263279490,13485189809930561625032701,2269636415245291711513986785912,1348523520252401463276762566348539123,2269639112290062579901668047725618710292334,134852...
data/pokemon/base_stats/spiritomb.asm
TastySnax12/pokecrystal16-493-plus
2
45657
db 0 ; species ID placeholder db 50, 92, 108, 35, 92, 108 ; hp atk def spd sat sdf db GHOST, DARK ; type db 100 ; catch rate db 170 ; base exp db NO_ITEM, NO_ITEM ; items db GENDER_F50 ; gender ratio db 100 ; unknown 1 db 30 ; step cycles to hatch db 5 ; unknown 2 INCBIN "gfx/pokemon/spiritomb/...
src/draw/draw_X.asm
daullmer/tic-tac-toe
1
45658
<filename>src/draw/draw_X.asm .text li a1, 50 li a2, 50 li a3, 0xFF0000 jal draw_x li a7, 10 ecall ####### # DRAW X TO DISPLAY # ------------ # inputs: a1 - x center coordinate # a2 - y center coordinate ####### draw_x: addi sp, sp, -44 sw s0, 0 (sp) sw s1, 4 (sp) sw s2, 8 (sp) sw a1, 12(sp) sw a2, 16(s...
libsrc/_DEVELOPMENT/arch/ts2068/display/c/sdcc/tshc_cy2aaddr.asm
jpoikela/z88dk
640
45659
<filename>libsrc/_DEVELOPMENT/arch/ts2068/display/c/sdcc/tshc_cy2aaddr.asm<gh_stars>100-1000 ; void *tshc_cy2aaddr(uchar row) SECTION code_clib SECTION code_arch PUBLIC _tshc_cy2aaddr EXTERN asm_tshc_cy2aaddr _tshc_cy2aaddr: pop af pop hl push hl push af jp asm_tshc_cy2aaddr
Code_15.asm
vishnuajith/PIC-18-Example-Codes
0
45660
<filename>Code_15.asm ;******************************************************************** ;* Description : ASCII to UNPACKED BCD ;* ;******************************************************************** #include<p18f452.inc> CONFIG WDT=OFF ORG 0 ;ASCII OF A TO UNPACKED BCD MOVLW -.4 MOVWF 52H MOVWF 53H MOVLW '...
programs/oeis/157/A157364.asm
karttu/loda
1
45662
<reponame>karttu/loda ; A157364: a(n) = 4802*n^2 - 196*n + 1. ; 4607,18817,42631,76049,119071,171697,233927,305761,387199,478241,578887,689137,808991,938449,1077511,1226177,1384447,1552321,1729799,1916881,2113567,2319857,2535751,2761249,2996351,3241057,3495367,3759281,4032799,4315921,4608647,4910977,5222911,5544449,587...
Transynther/x86/_processed/US/_ht_zr_/i9-9900K_12_0xca_notsx.log_9_686.asm
ljhsiun2/medusa
9
45663
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r14 push %r15 push %rbx push %rcx push %rdi push %rsi lea addresses_D_ht+0xe58e, %r14 nop xor $44174, %r10 mov (%r14), %r11w nop nop nop sub $42957, %rsi lea addresses_D_ht+0x109ea, %rbx nop add %r15, %r15 mov $0x6162636465666768, %r14 movq %r14, %x...
oeis/174/A174695.asm
neoneye/loda-programs
11
45664
; A174695: Partial sums of A173950. ; Submitted by <NAME> ; 0,0,1,0,1,0,1,0,1,2,1,0,1,0,1,2,3,2,1,2,1,0,1,2,1,2,1,2,1,2,1,2,3,2,3,2,1,0,1,2,3,2,3,2,3,2,1,0,1,0,1,2,1,2,3,4,5,4,3,4,3,4,3,4,3,4,3,2,3,2,3,4,3,2,1,2,3,2,3,2,3,2,3,2,1,2,3,2,3,2,3,4,3,4,3,4,5,6,5,4 mov $3,2 lpb $0 mov $2,$0 sub $0,1 seq $2,173950 ; a(...
uuu/distro/aku-ryou/osw.asm
ekscrypto/Unununium
7
45665
%include "../../include/macros.inc" [bits 32] ; aku-ryou OperatingSystem wrapper section .osw_pre_init ; blindly copied from frustration osw.asm mov al, 0xFF out 0x21, al out 0xA1, al mov esi, 0x8000 ; point to core header xor eax, eax section .osw_post_init ; set 320x200x8 mov ax,0013h push DWORD ...
Transynther/x86/_processed/AVXALIGN/_st_4k_sm_/i7-7700_9_0x48_notsx.log_2_813.asm
ljhsiun2/medusa
9
45667
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r12 push %rbp push %rdi lea addresses_UC_ht+0x3e87, %rbp nop xor %rdi, %rdi movl $0x61626364, (%rbp) and $32664, %r10 pop %rdi pop %rbp pop %r12 pop %r10 ret .global s_faulty_load s_faulty_load: push %r11 push %r15 push %rbp push %rbx push %rdi push %rdx...
source/math/unpack.asm
mega65dev/rom-assembler
0
45668
<filename>source/math/unpack.asm<gh_stars>0 ; ******************************************************************************************** ; ******************************************************************************************** ; ; Name : unpack.asm ; Purpose : .. ; Created : 15th Nov 1991 ; Updated : ...
oeis/042/A042745.asm
neoneye/loda-programs
11
45670
<reponame>neoneye/loda-programs ; A042745: Denominators of continued fraction convergents to sqrt(903). ; Submitted by <NAME>(s1.) ; 1,20,1201,24040,1443601,28896060,1735207201,34733040080,2085717612001,41749085280100,2507030834418001,50182365773640120,3013448977252825201,60319161910830144140,3622163163627061473601,725...
melt.asm
DChristianson/atari-vcs-samples
0
45671
processor 6502 include "vcs.h" include "macro.h" NTSC = 0 PAL60 = 1 IFNCONST SYSTEM SYSTEM = NTSC ENDIF ; ---------------------------------- ; constants #if SYSTEM = NTSC ; NTSC Colors SKY_YELLOW = $FA #else ; PAL Colors SKY_YELLOW = $2A #endif SEG.U variables ORG $80 p...
Transynther/x86/_processed/AVXALIGN/_st_/i9-9900K_12_0xa0_notsx.log_21829_191.asm
ljhsiun2/medusa
9
45672
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r12 push %r14 push %r8 push %rax push %rcx push %rsi lea addresses_A_ht+0x15bcc, %r14 nop add $3850, %r12 mov $0x6162636465666768, %rax movq %rax, (%r14) sub $6885, %rcx lea addresses_normal_ht+0x988c, %r8 cmp $4488, %rax movups (%r8), %xmm2 vpextrq $0, %xmm2...
1571/64tass/lccfmt2a.asm
silverdr/assembly
23
45673
gaptbl .byte $21,$22,$23,$24,$25,$26,$27,$28,$29 gp2cmd=*-gaptbl gp2tbl .byte 2,2,4,6,8,8,11,19,22 ; clear at least 6522 bytes written (trk1*1.08%) ouounrlt = spdchk spdchk .proc ldy #0 ; 5100/6153 write 82% sync ldx #28 jsr jclear ; clear whole disk & more jsr fil...
sample_macos.asm
Farzy/fant-asm
0
45674
; Simple example demonstrating basic program format and layout. ; <NAME> ; July 18, 2014 ; ************************************************************ ; Some basic data declarations section .data ; ----- ; Define constants EXIT_SUCCESS equ 0 ; successful operation SYS_exit equ 0x02000001 ; call code fo...
os/os5.asm
besm6/micro-besm
24
45675
<reponame>besm6/micro-besm *NAME OC-5 (heap - waittest) *TIME:24.00 *EXPRESS *PAGE:999,LIST *LIBRA:23 *DISC:705/SYSTEM,LCROSS *FILE:LIB,67 *FILE:MEM,30,W *PERSO:67 *TAKE TAPE:67 * *DISC:705/SYSTEM,WORKIN * *FILE:LCROSS - PERSO ACCEMБЛEP+ЗAГPYЗЧИK+ЭMYЛЯTOP * *FILE:ASSEM - OПИCAHИE И T...
apps/hello-world/main.asm
MasterQ32/spu-mark-ii
13
45676
<reponame>MasterQ32/spu-mark-ii<filename>apps/hello-world/main.asm ; Example application ; Prints "Hello, World!\r\n" to the serial console ; by using ROM routines, then returns to the BIOS. .include "../library/bios.inc" .equ UART_RXD,0x1000 ; Programs start at 0x8000 .org APP_START ; call puts(app_msg) push app...
ffight/lcs/enemy/17.asm
zengfr/arcade_game_romhacking_sourcecode_top_secret_data
6
45677
copyright zengfr site:http://github.com/zengfr/romhack 003D9C move.b #$1, ($17,A3) 003DA2 move.b ($13,A6), ($69,A3) [enemy+17] 004114 clr.b ($17,A6) [1p+42, boss+42, enemy+42] 004118 clr.b ($3,A6) 006E06 move.b #$6, ($17,A3) [enemy+17] 007360 move.b #$6, ($17,A3) [1p+17] 007366 ori.b #$1, ($68,A1) [...
lib/player/prg.asm
munshkr/gakuon
3
45678
<reponame>munshkr/gakuon .word $0801 * = $0801 ; autostart routine .word $080b, 2015 .byte $9e, "2061", 0, 0, 0 main: sei ldy #$7f ; $7f = %01111111 sty $dc0d ; turn off CIAs Timer interrupts ($7f = %01111111) sty $dd0d lda $dc0d ; by reading $dc0d and $dd0d we cancel all...
Data/Flags.asm
vcte/eclectic
1
45679
<filename>Data/Flags.asm ; =============================================================== ; Flags for element data ; =============================================================== ; =============================== Byte 0 =============================== ; bit 2 0 if electrical cond stored in millions ; 1 if electri...
samples/sms/tilemap_render/bidir_scroll/data/tilemap.asm
0x8BitDev/MAPeD-SPReD
23
45681
;####################################################### ; ; Generated by MAPeD-SMS Copyright 2017-2021 0x8BitDev ; ;####################################################### ; export options: ; - tiles 4x4/(columns) ; - properties per CHR (screen attributes) ; - mode: bidirectional scrolling ; - layout: adjacent...
配套代码/L047/L047/1.1.asm
zmrbak/ReverseAnalysis
35
45682
; Listing generated by Microsoft (R) Optimizing Compiler Version 19.24.28117.0 TITLE C:\Users\libit\source\repos\L047\L047\L047.cpp .686P .XMM include listing.inc .model flat INCLUDELIB LIBCMT INCLUDELIB OLDNAMES CONST SEGMENT $SG5563 DB 'Hello World!', 0aH, 00H ORG $+2 $SG5564 DB '%d', 0aH, 00H CONST ENDS PU...
tests/asm_renderer_test_0/src/asm/SwapDraw.asm
beckadamtheinventor/Iso-Render
0
45683
<gh_stars>0 public _SwapDraw extern _curdrawbuffer extern _gfx_SwapDraw VRAM := $D40000 VRAMBUFFER := $D52C00 _SwapDraw: ; swap draw buffer locations for iso renderer, then run gfx_SwapDraw ld a,(_curdrawbuffer+2) cp a,VRAM shr 16 ld hl,VRAMBUFFER jr z,.swapfromscreen ld hl,VRAM .swapf...
oeis/168/A168639.asm
neoneye/loda-programs
11
45684
; A168639: Expansion of x*(1 + x^2 - x^3) ) / ( (1-x)*(1-x-x^4) ). ; Submitted by <NAME> ; 0,1,2,4,5,7,10,15,21,29,40,56,78,108,149,206,285,394,544,751,1037,1432,1977,2729,3767,5200,7178,9908,13676,18877,26056,35965,49642,68520,94577,130543,180186,248707,343285,473829,654016,902724,1246010,1719840,2373857,3276582,45225...
example_c_program.asm
d4l3k/cs313
0
45685
<reponame>d4l3k/cs313 sum_function: ld $0x0, r3 ld $0x6, r4 ld $start, r5 geq r4, end while: j while end: j r0 start: .long 4 .long 7 .long 8 .long 9 .long 12 .long 11
programs/oeis/089/A089598.asm
neoneye/loda
22
45686
<reponame>neoneye/loda ; A089598: G.f.: (1+x^2+x^3)/(1-x^3)^2. ; 1,0,1,3,0,2,5,0,3,7,0,4,9,0,5,11,0,6,13,0,7,15,0,8,17,0,9,19,0,10,21,0,11,23,0,12,25,0,13,27,0,14,29,0,15,31,0,16,33,0,17,35,0,18,37,0,19,39,0,20,41,0,21,43,0,22,45,0,23,47,0,24,49,0,25,51,0,26,53,0,27,55,0,28,57,0,29,59,0,30,61,0,31,63,0,32,65,0,33,67 a...
programs/oeis/095/A095719.asm
neoneye/loda
22
45688
<reponame>neoneye/loda<gh_stars>10-100 ; A095719: Sum(floor(C(n-k,k)/(k+1)),k=0..n/2). ; 1,1,2,2,4,5,8,11,18,25,40,59,90,137,210,319,492,754,1164,1798,2786,4317,6710,10438,16266,25377,39650,62013,97108,152212,238822,375058,589520,927365,1459960,2300097,3626211,5720649,9030450,14263675 mov $4,2 mov $6,$0 lpb $4 mov $...
Driver/Video/Dumb/DSCGA/dscgaAdmin.asm
steakknife/pcgeos
504
45689
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) GeoWorks 1990 -- All Rights Reserved PROJECT: PC GEOS MODULE: Double-Scan CGA Video Driver FILE: dscgaAdmin.asm AUTHOR: <NAME> ROUTINES: Name Description ---- ----------- VidScreenOff turn off video...
Transynther/x86/_processed/NONE/_zr_/i7-8650U_0xd2.log_18175_568.asm
ljhsiun2/medusa
9
45690
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r12 push %r14 push %r15 push %r9 push %rax push %rcx push %rdi push %rdx push %rsi lea addresses_normal_ht+0x1e459, %r14 nop nop cmp %r9, %r9 mov $0x6162636465666768, %r12 movq %r12, %xmm3 vmovups %ymm3, (%r14) and $18690, %rdx lea addresses_WT_ht+0xcdd5, %r1...
test/actual/lf.asm
amisonnet8/hack
0
45691
<filename>test/actual/lf.asm D+1 =D+1 D+1; =D+1; D=D+1 D=D+1; D+1;JMP =D+1;JMP D=D+1;JMP M=D+1 D=D+1 MD=D+1 A=D+1 AM=D+1 AD=D+1 AMD=D+1 AMD=0 AMD=1 AMD=-1 AMD=D AMD=A AMD=!D AMD=!A AMD=-D AMD=-A AMD=D+1 AMD=A+1 AMD=D-1 AMD=A-1 AMD=D+A AMD=A+D AMD=D-A AMD=A-D AMD=D&A AMD=A&D AMD=D|A AMD=A|D AMD=M AMD=!M AMD=-M AMD=M+1...
source/dos/parser.asm
mega65dev/rom-assembler
0
45693
<gh_stars>0 ; ******************************************************************************************** ; ******************************************************************************************** ; ; Name : parser.asm ; Purpose : .. ; Created : 15th Nov 1991 ; Updated : 4th Jan 2021 ; Authors : <NAME...
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0xca.log_21829_724.asm
ljhsiun2/medusa
9
45694
<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r10 push %r15 push %r8 push %r9 push %rbp push %rcx push %rdi push %rsi lea addresses_WT_ht+0x6b07, %rsi lea addresses_WC_ht+0x667f, %rdi nop nop nop nop nop and $65155, %r9 mov $73, %rcx rep movsb nop nop nop nop nop add %rsi, %rsi lea addresses_A_ht+0x...
uw1/initializeRepurposedDsegBytes.asm
JohnGlassmyer/UltimaHacks
68
45695
%ifndef EXE_LENGTH %include "../UltimaPatcher.asm" %include "include/uw1.asm" %endif [bits 16] startPatch EXE_LENGTH, \ initialize repurposed bytes in dseg ; zeroBytesInDseg numberOfBytes, dsegOffset %macro zeroBytesInDseg 2 startBlockAt seg_dseg, %2 times %1 db 0 endBlockOfLength %1 %endmacro zer...
dos_enemy_name_popup/main.asm
LagoLunatic/DSVania_C_Hacking
2
45696
<reponame>LagoLunatic/DSVania_C_Hacking .nds .relativeinclude on .erroronwarning on PROJECT_DIR equ "../../ROMs/DoS_Enemy_Names" @Overlay41Start equ 0x02308920 @FreeSpace equ 0x02308920 .open PROJECT_DIR + "/ftc/overlay9_0", 0219E3E0h .org 0x021C4264 ; Where the game would normally call SetEnemyOnTopScreen b @Free...
07-bootsector-disk/test.asm
mslattery/os-tutorial
0
45697
<filename>07-bootsector-disk/test.asm [org 0x7c00] mov ah, 0x01 ; ah <- int 0x13 function. 0x01 = 'disk status' int 0x13 movzx dx, al call print_hex call print_nl jmp $ %include "../05-bootsector-functions-strings/boot_sect_print.asm" %include "../05-bootsector-functions-strings/boot_sect_p...
programs/oeis/044/A044768.asm
karttu/loda
1
45698
; A044768: Numbers n such that string 5,5 occurs in the base 10 representation of n but not of n+1. ; 55,155,255,355,455,559,655,755,855,955,1055,1155,1255,1355,1455,1559,1655,1755,1855,1955,2055,2155,2255,2355,2455,2559,2655,2755,2855,2955,3055,3155,3255,3355,3455,3559,3655,3755,3855 mov $1,$0 gcd $1,5 mov $3,$0 mod ...
kernel/arch/i386/crti.asm
cartoon-raccoon/raccoonOS
2
45699
<filename>kernel/arch/i386/crti.asm [bits 32] section .init global _init _init: push ebp mov ebp, esp section .fini global _fini _fini: push ebp mov ebp, esp
src/PJ/rastlib/byblirec.asm
AnimatorPro/Animator-Pro
119
45700
include raster.i CGROUP group code code segment dword 'CODE' assume cs:CGROUP,ds:CGROUP public pj_bli8 ;void JREGS pj_bli8(Vscreen *dv, int dx, int dy, int w, int h, int sx, int sy, ; Vscreen *sv); ;Blit a bitplane into memory byte-a-pixel plane. pj_bli8 proc near bli8p struc ;pj_bli8 parameter ...
VSP_Basics.asm
chris73it/C64_Scrolling_PAL
9
45701
<filename>VSP_Basics.asm<gh_stars>1-10 #import "helpers.asm" .label border = $d020 .label background = $d021 .label cia1_interrupt_control_register = $dc0d .label cia2_interrupt_control_register = $dd0d // Note: the '-2' is required because stabilize_irq() takes 2 raster // lines to synchronize the raster. ...
soduko project/main.asm
AbdallaAshraf95/soduko-game
0
45702
INCLUDE Irvine32.inc INCLUDE macros.inc BUFFER_SIZE = 175 .data buffergame byte BUFFER_SIZE DUP(?) buffersol byte BUFFER_SIZE DUP(?) src byte BUFFER_SIZE dup(?) f1_1 BYTE 'diff_1_1.txt',0 solf1_1 byte 'diff_1_1_solved.txt',0 f1_2 BYTE 'diff_1_2.txt',0 solf1_2 byte 'diff_1_2_solved...
programs/oeis/170/A170826.asm
neoneye/loda
22
45703
; A170826: a(n) = gcd(n^2, n!). ; 1,2,3,8,5,36,7,64,81,100,11,144,13,196,225,256,17,324,19,400,441,484,23,576,625,676,729,784,29,900,31,1024,1089,1156,1225,1296,37,1444,1521,1600,41,1764,43,1936,2025,2116,47,2304,2401,2500,2601,2704,53,2916 add $0,1 mov $1,1 mov $3,$0 mov $4,$0 lpb $3 mov $5,$4 lpb $5 gcd $1,$...
untested/ARM/bmi2Stuff.asm
GabrielRavier/Generic-Assembly-Samples
0
45704
code32 format ELF public _mulx section '.text' executable align 16 _mulx: ; requires ARMv3m str r4, [sp, #-4] umull r3, r4, r1, r0 mov r1, r4 mov r0, r3 str r4, [r2] ldr r4, [sp] bx lr _mulxARMv4: str r4, [sp, #-4] umull r3, r4, r1, r0 mov r1, r4 mov r0, r3 str r4, [r2] ...
MIPS_Pipeline/case1.asm
LaoHuang-xX/Computer_Compiler_Project
0
45705
addi $1, $0, 5 addi $2, $0, 0 loop:beq $2, $1, end addi $3, $3, 1 addi $2, $2, 1 j loop end:addi $9, $0, 1
Tareas/Ensamblador/tasm/BIN/quizp.asm
TEC-2014092195/IC3101-Arquitectura_De_Computadores
0
45706
<gh_stars>0 Pila Segment Stack 'Stack' dw 2048 dup(?) Pila Ends Datos Segment Datos Ends Codigo Segment Assume DS:Datos,CS:Codigo,SS:Pila inicio: mov ax,0013h int 10h mov ax, 0A000h mov ds, ax mov cx,0C800h ; xor dx,dx xor di,di mov cx,10h ...
computerArchitecture/890468754 - Naoki Atkins - Mips2MathAndLogic.asm
naokishami/Classwork
0
45707
# BEGIN ASSIGNMENT TAGS # CWID = 890468754 # NaMe = <NAME> # Assignment = Mips2MathAndLogic # END ASSIGNMENT TAGS .data newline: .asciiz "\n" .text main: li $v0, 5 syscall move $s0, $v0 li $v0, 5 syscall move $s1, $v0 li $v0, 1 # perform addition add $a0, $s0...
zombie.asm
tphan022/AssignmentTestCases
0
45708
<reponame>tphan022/AssignmentTestCases _zombie: file format elf32-i386 Disassembly of section .text: 00001000 <main>: #include "stat.h" #include "user.h" int main(void) { 1000: 55 push %ebp 1001: 89 e5 mov %esp,%ebp 1003: 83 e4 f0 and $0xfffff...
Transynther/x86/_processed/AVXALIGN/_ht_un_/i9-9900K_12_0xa0_notsx.log_21829_1262.asm
ljhsiun2/medusa
9
45709
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r12 push %r14 push %r8 push %rbp push %rcx push %rdi push %rsi lea addresses_A_ht+0x11378, %r8 nop nop nop nop cmp %r14, %r14 mov $0x6162636465666768, %r12 movq %r12, %xmm0 vmovups %ymm0, (%r8) nop nop nop inc %r11 lea addresses_WT_ht+0x11e78, %rdi nop nop no...
assembly_for_loop/FibonacciSeries.asm
ferris77/nand2tetris
0
45710
//push argument 1 @401 D=M @SP A=M M=D @SP M=M+1 //pop pointer 1 @SP M=M-1 A=M D=M @4 M=D //push constant 0 @0 D=A @SP A=M M=D @SP M=M+1 //pop that 0 @SP M=M-1 A=M D=M @3000 M=D //push constant 1 @1 D=A @SP A=M M=D @SP M=M+1 //pop that 1 ...
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_21829_2722.asm
ljhsiun2/medusa
9
45711
<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r13 push %r8 push %rbp push %rcx push %rdi push %rsi lea addresses_normal_ht+0x55d9, %rbp nop nop nop cmp %r10, %r10 movb $0x61, (%rbp) nop nop xor %r10, %r10 lea addresses_UC_ht+0x1dc31, %r13 nop and %r11, %r11 mov $0x616263646566676...
oeis/290/A290380.asm
neoneye/loda-programs
11
45712
<reponame>neoneye/loda-programs<gh_stars>10-100 ; A290380: Analog of Motzkin sums for Coxeter type D. ; Submitted by <NAME> ; 1,4,12,36,105,306,889,2584,7515,21880,63778,186132,543855,1590876,4658580,13655472,40065243,117654876,345786396,1017040380,2993498739,8816790906,25984489545,76625467128,226085062525,667415280376...
libsrc/_DEVELOPMENT/stdio/c/sdcc_ix/feof_unlocked_fastcall.asm
meesokim/z88dk
0
45713
<reponame>meesokim/z88dk<filename>libsrc/_DEVELOPMENT/stdio/c/sdcc_ix/feof_unlocked_fastcall.asm ; int feof_unlocked(FILE *stream) SECTION code_stdio PUBLIC _feof_unlocked_fastcall EXTERN asm_feof_unlocked _feof_unlocked_fastcall: push hl ex (sp),ix call asm_feof_unlocked pop ix ret
Driver/Printer/PrintCom/Stream/streamControlByteOutRedwood.asm
steakknife/pcgeos
504
45714
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) GeoWorks 1993 -- All Rights Reserved PROJECT: PC GEOS MODULE: Printer Drivers FILE: streamControlByteOutRedwood.asm AUTHOR: <NAME> ROUTINES: Name Description ---- ----------- REVISION HISTORY: ...
zx_exit_msg.asm
imneme/spectrum-dyncode
1
45715
SECTION code_compiler GLOBAL _zx_exit_msg_call GLOBAL _zx_exit_msg GLOBAL _zx_romcall_stdstack SYSVAR_DEFADD equ $5C0B SYSVAR_ERR_NR equ $5C3A SYSVAR_ERR_SP equ $5C3D ROM3_SET_MIN equ $16B0 ROM3_CLS_LOWER equ $0D6E _zx_exit_msg: pop hl ; ...
pwnlib/shellcraft/templates/i386/freebsd/sh.asm
DrKeineLust/pwntools
8,966
45716
<% from pwnlib.shellcraft import i386 %> <%docstring> Execute /bin/sh </%docstring> /* Clear eax, ecx, edx */ xor eax, eax push eax /* Push '/bin//sh' */ ${i386.pushstr("/bin//sh")} mov ecx, esp /* execve("/bin//sh", {junk, 0}, {0}); */ push eax push esp push esp push ecx ...
programs/oeis/070/A070992.asm
jmorken/loda
1
45717
<reponame>jmorken/loda ; A070992: Partial sums of A002487. ; 1,3,4,7,9,12,13,17,20,25,27,32,35,39,40,45,49,56,59,67,72,79,81,88,93,101,104,111,115,120,121,127,132,141,145,156,163,173,176,187,195,208,213,225,232,241,243,252,259,271,276,289,297,308,311,321,328,339,343,352,357 mov $6,$0 mov $8,$0 add $8,1 lpb $8 clr $0...
data/maps/objects/SaffronPidgeyHouse.asm
opiter09/ASM-Machina
1
45718
SaffronPidgeyHouse_Object: db $a ; border block def_warps warp 2, 7, 3, LAST_MAP warp 3, 7, 3, LAST_MAP def_signs def_objects object SPRITE_BRUNETTE_GIRL, 2, 3, STAY, RIGHT, 1 ; person object SPRITE_BIRD, 0, 4, WALK, UP_DOWN, 2 ; person object SPRITE_YOUNGSTER, 4, 1, STAY, DOWN, 3 ; person object SPRIT...
ts2060/channels.asm
nagydani/zx-rom-mods
15
45719
<reponame>nagydani/zx-rom-mods<gh_stars>10-100 TEMPS_CONT: IN A,($FF) LD HL,BORDCR XOR (HL) OR $38 XOR (HL) OUT ($FF),A ; Set BORDER for TIMEX HiRes RST RST10 FLASHING: LD A,D EXX LD HL,(ATTR_T) PUSH HL RES 7,H SET 7,L LD (ATTR_T),HL LD HL,(P_FLAG) PUSH HL SET 2,L LD (P_FLAG),HL RST $30 DEFW $0010...
source/modules/hardware/mega65.asm
paulscottrobson/mega-basic
3
45721
<gh_stars>1-10 ; ******************************************************************************************* ; ******************************************************************************************* ; ; Name : mega65.asm ; Purpose : Code for 4510 general start up ; Date : 18th August 2019 ; Author : <NAME> ...
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_287_2831.asm
ljhsiun2/medusa
9
45722
.global s_prepare_buffers s_prepare_buffers: push %r13 push %r15 push %rbp push %rsi lea addresses_D_ht+0x1b8b2, %rsi nop nop cmp $21927, %r15 mov (%rsi), %ebp nop nop nop nop xor $16123, %r13 pop %rsi pop %rbp pop %r15 pop %r13 ret .global s_faulty_load s_faulty_load: push %r10 push %r11 push %r13 push %r14 push ...
test/resolver.asm
iccicci/cc-c
1
45724
first: .code seventh fifth_length .data 0x1234567890123456789012345678901234567890123456789012345678901234 second: 0x1234567890123456789012345678901234567890123456789012345678901234 third: 0x1234567890123456789012345678901234567890123456789012345678901234 0x12345678901234567890123456789012345678901234567890123456789012...
programs/oeis/033/A033120.asm
karttu/loda
1
45725
; A033120: Base-2 digits of a(n) are, in order, the first n terms of the periodic sequence with initial period 1,0,1. ; 1,2,5,11,22,45,91,182,365,731,1462,2925,5851,11702,23405,46811,93622,187245,374491,748982,1497965,2995931,5991862,11983725,23967451,47934902,95869805,191739611,383479222,766958445,1533916891 mov $1,2...
libsrc/_DEVELOPMENT/math/float/am9511/asm/am32_stack/am32_2_pushf.asm
dikdom/z88dk
0
45726
; ; Copyright (c) 2020 <NAME> ; ; This Source Code Form is subject to the terms of the Mozilla Public ; License, v. 2.0. If a copy of the MPL was not distributed with this ; file, You can obtain one at http://mozilla.org/MPL/2.0/. ; ; feilipu, August 2020 ; ;--------------------------------------------------------...
src/isa/avx/masm/vrda_log10.asm
jepler/aocl-libm-ose
66
45727
; ; 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 of...
Working Disassembly/General/Special Stage/Map - Get Blue Spheres.asm
TeamASM-Blur/Sonic-3-Blue-Balls-Edition
0
45728
<reponame>TeamASM-Blur/Sonic-3-Blue-Balls-Edition ; -------------------------------------------------------------------------------- ; Sprite mappings - output from SonMapEd - Sonic 3 & Knuckles format ; -------------------------------------------------------------------------------- SME_0CI2l: dc.w SME_0CI2l_8-SME...
programs/oeis/144/A144721.asm
karttu/loda
0
45729
<filename>programs/oeis/144/A144721.asm ; A144721: a(0) = 2, a(1) = 5, a(n) = 4 * a(n-1) - a(n-2). ; 2,5,18,67,250,933,3482,12995,48498,180997,675490,2520963,9408362,35112485,131041578,489053827,1825173730,6811641093,25421390642,94873921475,354074295258,1321423259557,4931618742970,18405051712323,68688588106322,25634930...
codegen-tests/bitfield-class/vs2013u5/01-add-eq.asm
Deaod/bitfields
0
45730
push ebp mov ebp,esp push ecx call dword ptr ds:[105D1BCh] mov ecx,dword ptr [dev] shl eax,0Ch add eax,ecx xor eax,ecx and eax,3F000h xor eax,ecx mov dword ptr [dev],eax mov esp,ebp ...
Projects/PJZ2/StretchVert/StretchVert.asm
jonathanbennett73/amiga-pjz-planet-disco-balls
21
45731
***************************************************************************** ; Name : Template.s ; Coded by : Antiriad (<NAME> <<EMAIL>) ; Description : Template routine. ; Date last edited : 04/02/2020 ***************************************************************************** RasterTest set 0 ;...
computer engeneering/ARQ2/T3/L1_L2_Cache/Fibonatti.asm
kehwhyn/PUC-RS
0
45732
<reponame>kehwhyn/PUC-RS<filename>computer engeneering/ARQ2/T3/L1_L2_Cache/Fibonatti.asm<gh_stars>0 # Compute several Fibonacci numbers and put in array, then print .data fibs:.word 0 : 19 # "array" of words to contain fib values size: .word 19 # size of "array" (agrees with array declaration) pr...
libsrc/_DEVELOPMENT/sound/bit/z80/asm_bit_fx/_bitfx_25.asm
teknoplop/z88dk
0
45733
SECTION code_clib SECTION code_sound_bit PUBLIC _bitfx_25 INCLUDE "clib_target_cfg.asm" EXTERN asm_bit_beep_raw _bitfx_25: ; audio tape rewind ld hl,1024 fx2_1: ld de,1 push de push hl ld a,55 xor l ld l,a call asm_bit_beep_raw pop hl pop de dec hl ld...
oeis/091/A091147.asm
neoneye/loda-programs
11
45734
; A091147: Expansion of (1-x-sqrt(1-2x-15x^2))/(8x^2). ; Submitted by <NAME> ; 1,1,5,13,57,201,861,3445,14897,63313,278389,1223069,5465065,24513945,111037005,505298565,2314343265,10645982625,49202944485,228253816365,1062783893145,4964167491945,23256852644925,109249893866133,514494575459217,2428488338526961,114873338478...
oeis/315/A315635.asm
neoneye/loda-programs
11
45736
; A315635: Coordination sequence Gal.5.138.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. ; Submitted by <NAME> ; 1,6,12,16,20,26,30,34,40,46,52,58,62,66,72,76,80,86,92,98,104,108,112,118,122,126,132,138,144,150,154,158,164,168,172,...
oeis/343/A343229.asm
neoneye/loda-programs
11
45738
<reponame>neoneye/loda-programs ; A343229: A binary encoding of the digits "-1" in balanced ternary representation of n. ; Submitted by <NAME> ; 0,0,1,0,0,3,2,2,1,0,0,1,0,0,7,6,6,5,4,4,5,4,4,3,2,2,1,0,0,1,0,0,3,2,2,1,0,0,1,0,0,15,14,14,13,12,12,13,12,12,11,10,10,9,8,8,9,8,8,11,10,10,9,8,8,9,8,8,7,6,6,5,4,4,5,4,4,3,2,2,...
src/mem_test.asm
no111u3/m48_robo_asm
0
45739
<reponame>no111u3/m48_robo_asm ;**************************************************************** .include "m48def.inc" ;**************************************************************** ; Data ;**************************************************************** .dseg .org SRAM_START ; because avra ignores device specific ...
src/boot/protected.asm
KirillAldashkin/OSExperiments
0
45740
[bits 16] EnterProMode: cli ; 1) Выключаем прерывания lgdt [GDTDescriptor] ; 2) Загружаем GDT mov eax, cr0 ; 3) Устанавливаем 32 битный режим or eax, 0x1 mov cr0, eax jmp CodeSegment:InitProMode ; 4) far jump. Зачем - пока не разобрался [bits 32] In...
src/Shaders/HlslCrossCompiler/vs4/switch.asm
tgjones/slimshader-cpp
20
45744
<filename>src/Shaders/HlslCrossCompiler/vs4/switch.asm // // Generated by Microsoft (R) HLSL Shader Compiler 9.30.9200.16384 // // /// // Buffer Definitions: // // cbuffer $Globals // { // // int SwitchValue; // Offset: 0 Size: 4 // // } // // // Resource Bindings: // // Name ...
libsrc/graphics/pc6001/swapgfxbk.asm
jpoikela/z88dk
38
45745
; ; Z88 Graphics Functions - Small C+ stubs ; ; Written around the Interlogic Standard Library ; ; Stubs Written by <NAME> - 15/10/98 ; ; ; Page the graphics bank in/out - used by all gfx functions ; Simply does a swap... ; ; ; $Id: swapgfxbk.asm,v 1.4 2017-01-02 22:57:59 aralbrec Exp $ ; ...
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48.log_7571_457.asm
ljhsiun2/medusa
9
45746
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r11 push %r12 push %r13 push %rax push %rbp push %rcx push %rdi push %rsi lea addresses_normal_ht+0x1bacc, %rcx nop nop nop nop nop and %r12, %r12 movb (%rcx), %r11b nop nop nop nop nop xor $47344, %rdi lea addresses_A_ht+0xe2d4, %rsi lea addr...
src/z80asm/t/data/zx48_08.asm
andydansby/z88dk-mk2
1
45747
;*********************************** ;** Part 8. EXPRESSION EVALUATION ** ;*********************************** XDEF L24FB XDEF L2530 XDEF L28B2 XDEF L2996 XDEF L2AB2 XDEF L2AB6 XDEF L2AFF XDEF L2BF1 XDEF L2C02 XDEF L2C8D XDEF L2D1B...
decreasoner.macosx/software/relsat-dist/gmp-3.1/mpn/alpha/add_n.asm
problem-frames/openpf
1
45748
dnl Alpha mpn_add_n -- Add two limb vectors of the same length > 0 and dnl store sum in a third limb vector. dnl Copyright (C) 1995, 2000 Free Software Foundation, Inc. dnl This file is part of the GNU MP Library. dnl The GNU MP Library is free software; you can redistribute it and/or modify dnl it under the t...
sources/DLL_ASM/AsmLib.asm
Frognar/Projekt_JA_sem_5
0
45749
<filename>sources/DLL_ASM/AsmLib.asm<gh_stars>0 .data iter word ? _x00 DD 0.0 DD 0.0 DD 0.0 DD 0.0 _x80 DD 128.0 DD 128.0 DD 128.0 DD 128.0 _xff DD 255.0 DD 255.0 DD 255.0 DD 255.0 _dat DD ? DD ? DD ? DD ? point QWORD ? .code create_LUT_array proc EXPORT mov iter, 0 ...
Universe/Sun/SunApplyMyRollAndPitch.asm
TinfoilAsteroid/EliteNext
9
45750
; Full version ; 1. K2 = y - alpha * x ; 2. z = z + beta * K2 ; 3. y = K2 - beta * z ; 4. x = x + alpha * y ; SunrollWork holds Alpha intermidate results ; 1. K2 = y - alpha * x ; 2. z = z + beta * K2 ; 3. y = K2 - beta * z ; 4. x = x + alpha * y ;.... or ; 2. z = z + (beta * (y - alpha * x)) ; ...
simd/jdcolss2.asm
prismskylabs/libjpeg-turbo-1.3.x
0
45751
; ; jdcolss2.asm - colorspace conversion (SSE2) ; ; Copyright 2009 Pierre Ossman <<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 copyright notice in jsimdext.inc ; ; This file...
programs/oeis/140/A140461.asm
jmorken/loda
1
45752
; A140461: Numbers in A008364 but not in A038511. ; 1,11,13,17,19,23,29,31,37,41,43,47,53,59,61,67,71,73,79,83,89,97,101,103,107,109,113,127,131,137,139,149,151,157,163,167,173,179,181,191,193,197,199,211,223,227,229,233,239,241,251,257,263,269,271,277,281 lpb $0 cal $0,90417 ; Primes of the form floor(2*Pi*n/(e*log...
Driver/Printer/PrintCom/Text/textPrintStyleRunAddX.asm
steakknife/pcgeos
504
45753
<gh_stars>100-1000 COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) Berkeley Softworks 1990 -- All Rights Reserved PROJECT: PC GEOS MODULE: laserjet print driver FILE: textPrintStyleRunAddX.asm AUTHOR: <NAME> ROUTINES: Name Description ---- -------...
oeis/080/A080043.asm
neoneye/loda-programs
11
45756
<filename>oeis/080/A080043.asm ; A080043: a(n)=floor((2+sqrt(7))^n). ; Submitted by <NAME> ; 1,4,21,100,465,2164,10053,46708,216993,1008100,4683381,21757828,101081457,469599316,2181641637,10135364500,47086382913,218751625156,1016265649365,4721317472932,21934066839825,101900219778100 seq $0,80042 ; a(n) = 4*a(n-1)+3*a(...