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
externals/mpir-3.0.0/mpn/x86_64/k8/rshift.asm
JaminChan/eos_win
12
125496
<filename>externals/mpir-3.0.0/mpn/x86_64/k8/rshift.asm dnl mpn_rshift dnl Copyright 2009 <NAME> dnl This file is part of the MPIR Library. dnl The MPIR Library is free software; you can redistribute it and/or modify dnl it under the terms of the GNU Lesser General Public License as published dnl by the Free S...
MSDOS/Virus.MSDOS.Unknown.wrz_d00d.asm
fengjixuchui/Family
3
125497
<filename>MSDOS/Virus.MSDOS.Unknown.wrz_d00d.asm ; PX.ASM : [WaReZ_d00dZ] by [pAgE] ; Created wik the Phalcon/Skism Mass-Produced Code Generator ; from the configuration file skeleton.cfg .model tiny ; Handy directive .code ; Virus code segment or...
src/test/resources/data/potests/test16.asm
cpcitor/mdlz80optimizer
36
125498
<reponame>cpcitor/mdlz80optimizer ; Test case: ld hl,var1 ld de,var2 ld a,(hl) ; should be replaced by ldi ld (de),a inc hl inc de ld a,1 ; just to break the A dependency between the code above and below ld de,10 or a sbc hl,de ; should be replaced by add -10 ld a,(hl) neg add a,10 ld (var2),a loop...
programs/oeis/002/A002309.asm
karttu/loda
0
125499
; A002309: Sum of first n fourth powers of odd numbers. ; 1,82,707,3108,9669,24310,52871,103496,187017,317338,511819,791660,1182285,1713726,2421007,3344528,4530449,6031074,7905235,10218676,13044437,16463238,20563863,25443544,31208345,37973546,45864027,55014652,65570653,77688014,91533855,107286816,125137441,145288562,16...
symbolinen_konekieli/Ratol_msdos/printa.asm
tkukka/VariousContent
0
125500
<gh_stars>0 ;RaTol Symbolinen konekieli: Harjoitus 3, tehtävä 3 ;Tero Kukka IY96A ;Tiedosto: printa.asm ;Luotu 4.4.1998 include a:makrot.txt ;Aliohjelma _print_ascii ;Tulostaa ascii-merkin PINOSTA public _print_ascii .model small ;muistima...
programs/oeis/040/A040769.asm
karttu/loda
0
125501
<filename>programs/oeis/040/A040769.asm<gh_stars>0 ; A040769: Continued fraction for sqrt(798). ; 28,4,56,4,56,4,56,4,56,4,56,4,56,4,56,4,56,4,56,4,56,4,56,4,56,4,56,4,56,4,56,4,56,4,56,4,56,4,56,4,56,4,56,4,56,4,56,4,56,4,56,4,56,4,56,4,56,4,56,4,56,4,56,4,56,4,56,4,56,4,56,4,56,4,56 mov $1,7 lpb $0,1 mod $0,2 mu...
Kernel/asm/interrupts.asm
migdiluca/TP2-SO
0
125502
<reponame>migdiluca/TP2-SO<filename>Kernel/asm/interrupts.asm GLOBAL _cli GLOBAL _sti GLOBAL picMasterMask GLOBAL picSlaveMask GLOBAL haltcpu GLOBAL _hlt GLOBAL contextSwitch GLOBAL _exception0Handler GLOBAL _exception6Handler GLOBAL _irq00Handler GLOBAL _irq01Handler GLOBAL _irq02Handler GLOBAL _irq03Handler GLOBAL ...
source/basic.asm
paulscottrobson/Atomic-Basic-2
0
125504
; ******************************************************************************************* ; ******************************************************************************************* ; ; Name : basic.asm ; Purpose : Basic Interpreter (Main) ; Date : 25th July 2019 ; Author : <NAME> (<EMAIL>) ; ; **********...
oeis/039/A039734.asm
neoneye/loda-programs
11
125505
<reponame>neoneye/loda-programs<filename>oeis/039/A039734.asm ; A039734: a(n)=the prime q<prime(n) for which (prime(n) mod q) is maximal. ; Submitted by <NAME>(s4) ; 2,3,5,7,7,11,11,13,17,17,19,23,23,29,29,31,31,37,37,37,41,43,47,53,53,53,59,59,59,67,67,71,71,79,79,79,83,89,89,97,97,97,97,101,101,107,113,127,127,127,12...
Working Disassembly/General/Sprites/Mecha Sonic/Map - Mecha Sonic Extra.asm
TeamASM-Blur/Sonic-3-Blue-Balls-Edition
5
125506
Map_18561E: dc.w word_185654-Map_18561E dc.w word_185656-Map_18561E dc.w word_18565E-Map_18561E dc.w word_185666-Map_18561E dc.w word_18566E-Map_18561E dc.w word_185682-Map_18561E dc.w word_185696-Map_18561E dc.w word_1856BC-Map_18561E dc.w word_1856E2-Map_18561E dc.w word_1856FC-Map_18561E dc.w wo...
audio/sfx/cry09_1.asm
opiter09/ASM-Machina
1
125507
SFX_Cry09_1_Ch5: duty_cycle_pattern 3, 3, 0, 0 square_note 15, 15, 7, 1952 square_note 6, 14, 6, 1955 square_note 10, 15, 4, 1952 duty_cycle_pattern 2, 2, 1, 1 square_note 10, 15, 6, 2008 square_note 4, 14, 3, 2007 square_note 15, 15, 2, 2008 sound_ret SFX_Cry09_1_Ch6: duty_cycle_pattern 0, 0, 1, 1 square_...
oeis/133/A133789.asm
neoneye/loda-programs
11
125508
<filename>oeis/133/A133789.asm ; A133789: Let P(A) denote the power set of an n-element set A. Then a(n) = the number of pairs of elements {x,y} of P(A) for which either 0) x and y are disjoint and for which x is not a subset of y and y is not a subset of x, 1) x and y are disjoint and for which either x is a subset of...
programs/oeis/067/A067792.asm
neoneye/loda
22
125510
; A067792: a(n) is the least prime >= sigma(n). ; 2,3,5,7,7,13,11,17,13,19,13,29,17,29,29,31,19,41,23,43,37,37,29,61,31,43,41,59,31,73,37,67,53,59,53,97,41,61,59,97,43,97,47,89,79,73,53,127,59,97,73,101,59,127,73,127,83,97,61,173,67,97,107,127,89,149,71,127,97,149,73,197,79,127,127,149,97,173,83,191,127,127,89,227,109,...
source/tools/InlinedFuncsOpt/inlined_funcs_intel64.asm
NVSL/CSE141pp-Tool-Moneta-Pin
17
125511
<filename>source/tools/InlinedFuncsOpt/inlined_funcs_intel64.asm PUBLIC IfProc1 PUBLIC IfProc2 PUBLIC IfProc3 PUBLIC IfProc4 PUBLIC IfProc5 PUBLIC IfProc6 extern globVal:dword .code IfProc1 PROC mov r8, 1 xor eax, eax cmp r8, rcx setz al ret IfProc1 ENDP IfProc2 PROC mov r8, 1 xor ea...
oeis/074/A074598.asm
neoneye/loda-programs
11
125512
; A074598: Numerator of 4 * H(n,4,1), a generalized harmonic number. See A075136. ; Submitted by <NAME> ; 4,24,236,3248,57556,416152,2136452,63349408,710302388,26725332056,1112171931196,375714836272,2662087948804,142662781936712,2738366988282628,168623511779891008,170109214167178588 mov $1,1 lpb $0 mov $2,$0 sub $...
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_1936_1838.asm
ljhsiun2/medusa
9
125513
<filename>Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_1936_1838.asm .global s_prepare_buffers s_prepare_buffers: push %r11 push %r12 push %r13 push %r8 push %rax push %rcx push %rdi push %rsi lea addresses_UC_ht+0xd838, %rcx nop nop nop nop and %rax, %rax movl $0x61626364, (%rcx) cmp %r11, %r11 lea ad...
programs/oeis/298/A298364.asm
neoneye/loda
22
125514
; A298364: Permutation of the natural numbers partitioned into quadruples [4k-2, 4k-1, 4k-3, 4k] for k > 0. ; 2,3,1,4,6,7,5,8,10,11,9,12,14,15,13,16,18,19,17,20,22,23,21,24,26,27,25,28,30,31,29,32,34,35,33,36,38,39,37,40,42,43,41,44,46,47,45,48,50,51,49,52,54,55,53,56,58,59,57,60,62,63,61,64,66,67,65,68,70,71,69,72,74,...
programs/oeis/152/A152997.asm
neoneye/loda
22
125515
; A152997: Twice 13-gonal numbers: a(n) = n*(11*n - 9). ; 0,2,26,72,140,230,342,476,632,810,1010,1232,1476,1742,2030,2340,2672,3026,3402,3800,4220,4662,5126,5612,6120,6650,7202,7776,8372,8990,9630,10292,10976,11682,12410,13160,13932,14726,15542,16380,17240,18122,19026,19952,20900,21870,22862,23876,24912,25970,27050,281...
oeis/346/A346180.asm
neoneye/loda-programs
11
125516
; A346180: a(n) = prime(n) + n if n is prime, a(n) = prime(n) otherwise. ; Submitted by <NAME> ; 2,5,8,7,16,13,24,19,23,29,42,37,54,43,47,53,76,61,86,71,73,79,106,89,97,101,103,107,138,113,158,131,137,139,149,151,194,163,167,173,220,181,234,193,197,199,258,223,227,229,233,239,294,251,257,263,269,271 mov $2,$0 seq $0,6...
test/test_files/StyleLexers/styleLexASM/lowhelpr.asm
X-EcutiOnner/Notepad3
2,761
125517
;*** ;lowhelpr.asm ; ; Copyright (C) Microsoft Corporation. All rights reserved. ; ;Purpose: ; Contains _CallSettingFrame(), which must be in asm for NLG purposes. ; ;Notes: ; ;******************************************************************************* title lowhelpr.asm .xlist include vcruntime.inc inclu...
oeis/028/A028180.asm
neoneye/loda-programs
11
125518
<gh_stars>10-100 ; A028180: Expansion of 1/((1-5x)(1-7x)(1-8x)(1-9x)). ; Submitted by <NAME> ; 1,29,530,7810,101451,1213359,13695340,148146020,1551618101,15847349089,158652680550,1562885008230,15193886293951,146104406183219,1392173613916160,13163974362722440,123666997751585001 mov $1,1 mov $2,$0 mov $3,$0 lpb $2 mov...
MODULE1/3-moving_data/badface.asm
wetw0rk/SLAE
18
125520
; Executable name : badface ; Designed OS : Linux (32-bit) ; Author : wetw0rk ; Version : 1.0 ; Created Following : SLAE ; Description : A simple program that demonstrates moving data. ; This program is 100% designed to be ran under ; (gdb) so do not ju...
Graphics/Image/TransparencyUtils.asm
jaredwhitney/os3
5
125521
Image.copyRegionWithTransparency : pusha mov eax, [Image.copyRegionWithTransparency.ow] sub eax, [Image.copyRegionWithTransparency.w] ;sub eax, 4 mov [Image.copyRegionWithTransparency.owa], eax mov eax, [Image.copyRegionWithTransparency.nw] sub eax, [Image.copyRegionWithTransparency.w] ;sub eax, 4 mov ...
oeis/081/A081049.asm
neoneye/loda-programs
11
125522
<reponame>neoneye/loda-programs ; A081049: Generalized Stirling numbers of the first kind. ; Submitted by <NAME>(s4) ; 1,0,5,-5,74,-154,2484,-8028,149904,-663696,14257440,-80627040,1965444480,-13575738240,370643938560,-3031488633600,91657072281600,-867718162483200,28779361764249600,-309920046408806400,11185850044938240...
Transynther/x86/_processed/NC/_zr_/i7-7700_9_0x48_notsx.log_21829_1695.asm
ljhsiun2/medusa
9
125523
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r12 push %r13 push %r14 push %r8 push %rcx push %rdi push %rsi lea addresses_WT_ht+0x13ec6, %rsi lea addresses_WT_ht+0x156c6, %rdi nop nop nop nop nop add $61044, %r13 mov $56, %rcx rep movsq nop nop nop nop nop cmp $28850, %r8 lea addresses_W...
base/boot/lib/i386/rdcomp.asm
npocmaka/Windows-Server-2003
17
125525
<reponame>npocmaka/Windows-Server-2003<gh_stars>10-100 IFDEF DBLSPACE_LEGAL page ,130 title DeCompressor ;----------------------------------------------------------------------- ; Name: RDCOMP.ASM ; ; Routines defined: ; Decompress32 ; ; Description: ; This file holds the code tha...
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_1762.asm
ljhsiun2/medusa
9
125526
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r14 push %r9 push %rcx push %rdi push %rdx push %rsi lea addresses_A_ht+0x1c841, %rsi lea addresses_A_ht+0x1e3b1, %rdi nop and %r11, %r11 mov $33, %rcx rep movsl nop dec %rdi lea addresses_D_ht+0x12fb1, %rsi lea addresses_A_ht+0xebb1, %rdi clflush (...
hello.asm
brunator/alix-bios
0
125527
; Hello World Program ; Compile with: nasm -f elf helloworld.asm ; Link (as 32 bit app.) with: ld -m elf_i386 -o helloworld helloworld.o section .data hello db 'Hello World!', 0xa hello_end: section .text global _start _start: mov eax, 4 ; write() syscall mov ebx, 1 ; STDOUT mov ecx, hello mov edx, (h...
oeis/192/A192350.asm
neoneye/loda-programs
11
125528
<filename>oeis/192/A192350.asm ; A192350: Constant term of the reduction (by x^2->x+1) of polynomial p(n,x) identified in Comments. ; Submitted by <NAME>(w1) ; 1,0,6,4,64,128,896,2752,14208,52224,238592,946176,4110336,16830464,71598080,297140224,1253048320,5229707264,21973303296,91924463616,385642135552,1614916091904,6...
src/SlimShader.Tests/Shaders/Sdk/Direct3D11/BC6HBC7EncoderDecoder11/BC7Encode_137.asm
tgjones/slimshader
125
125529
<filename>src/SlimShader.Tests/Shaders/Sdk/Direct3D11/BC6HBC7EncoderDecoder11/BC7Encode_137.asm<gh_stars>100-1000 // // Generated by Microsoft (R) HLSL Shader Compiler 9.30.9200.20714 // // /// // Buffer Definitions: // // cbuffer cbCS // { // // uint g_tex_width; // Offset: 0 Size: 4 [unused...
libsrc/_DEVELOPMENT/temp/sp1/zx/c/sdcc_ix/sp1_DrawUpdateStructAlways.asm
meesokim/z88dk
0
125530
; sp1_DrawUpdateStructAlways(struct sp1_update *u) SECTION code_temp_sp1 PUBLIC _sp1_DrawUpdateStructAlways _sp1_DrawUpdateStructAlways: pop af pop hl push hl push af push ix call asm_sp1_DrawUpdateStructAlways pop ix ret INCLUDE "temp/sp1/zx/updater/asm_sp1_DrawUpdateSt...
asm/example_1.asm
Pusty/F0i
0
125532
<gh_stars>0 mov ah, 0 ;set display mode mov al, 13h ;13h = 320x200 int 0x10 ;tell bios to change to 320x200 mov bx, 25 mov al, 15 ;c mov cx, 0+60 ;x mov dx, 0+60 ;y call drawSquare mov al, 14 ;c mov cx, 0+60 ;x mov dx, 25+60 ;y call drawSquare mov al, 13 ;c mov cx, 0+60 ;x mov dx, 50+60 ;y call drawSquare mov al, 1...
tiles.asm
unlink2/nesrpg
5
125533
<reponame>unlink2/nesrpg ; this file contains all collision sub routines ; for each possible tile ; all tile routines return ; a = 0 -> no collision ; a = 1 -> collision ; this sub routine simply ; returns with a = 0 to flag no collision ; returns: ; a = 0 always no_collision: lda #$00 rts ; this sub ro...
libsrc/_DEVELOPMENT/math/float/math48/c/sccz80/cm48_sccz80_islessgreater.asm
jpoikela/z88dk
640
125535
; int islessgreater(double x, double y) SECTION code_clib SECTION code_fp_math48 PUBLIC cm48_sccz80_islessgreater EXTERN am48_islessgreater, cm48_sccz80p_dread2 cm48_sccz80_islessgreater: call cm48_sccz80p_dread2 ; AC'= y ; AC = x jp am48_islessgreater
Appl/Icon/Document/documentDatabase.asm
steakknife/pcgeos
504
125536
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) GeoWorks 1992 -- All Rights Reserved PROJECT: PC GEOS MODULE: Icon Editor FILE: documentDatabase.asm AUTHOR: <NAME>, Nov 2, 1992 ROUTINES: ====================================================================...
code/text.asm
skrasser/slither_c64
3
125539
;; *** Copy character memory cpcharmem sei ; disable interrupts lda $01 ; load $0001 and #$fb ; clear bit 4 sta $01 ; write back, character rom is now visible $d000 +w_mov zal,$d000 ; load source address $d000 into zal/zah +w_mov zbl,$4000 ; load destination address $4000 into zal/zah ldy #$00 ; init ...
arm/single_transfer.asm
michelhe/gba-suite
0
125540
single_transfer: ; Tests for the single data transfer instruction mem equ r11 mov mem, IWRAM t350: ; ARM 7: Load / store word mvn r0, 0 str r0, [mem] ldr r1, [mem] cmp r1, r0 bne f350 add mem, 32 b ...
programs/oeis/100/A100792.asm
jmorken/loda
1
125541
; A100792: Group the natural numbers so that the n-th group contains n(n+1)/2 = T(n) terms: (1), (2,3,4), (5,6,7,8,9,10), (11,12,13,14,15,16,17,18,19,20),(21,22,23,24,25,26,27,28,29,30,31,32,33,34,35),... The r-th term of the n-th row of the following triangle is the sum of the next r terms of the n-th group, e.g. thir...
programs/oeis/092/A092041.asm
neoneye/loda
22
125542
; A092041: Decimal expansion of cube root of e. ; 1,3,9,5,6,1,2,4,2,5,0,8,6,0,8,9,5,2,8,6,2,8,1,2,5,3,1,9,6,0,2,5,8,6,8,3,7,5,9,7,9,0,6,5,1,5,1,9,9,4,0,6,9,8,2,6,1,7,5,1,6,7,0,6,0,3,1,7,3,9,0,1,5,6,4,5,9,5,1,8,4,6,9,6,9,7,8,8,8,1,7,2,9,5,8,3,0,2,2,4 mov $2,1 mov $3,$0 mul $3,5 lpb $3 mul $2,$3 mul $2,3 add $1,$2...
libsrc/psg/spc1000/get_psg.asm
jpoikela/z88dk
640
125543
; ; TRS-80 (EG2000+HT1080) specific routines ; by <NAME>, Fall 2015 ; ; int get_psg(int reg); ; ; Get a PSG register. ; ; ; $Id: get_psg.asm,v 1.2 2016-06-10 21:13:58 dom Exp $ ; SECTION code_clib PUBLIC get_psg PUBLIC _get_psg get_psg: _get_psg: ld bc,0x4000 out (c),l in a,(c) ld l,a ret
programs/oeis/120/A120303.asm
neoneye/loda
22
125545
<filename>programs/oeis/120/A120303.asm ; A120303: Largest prime factor of Catalan number A000108(n). ; 2,5,7,7,11,13,13,17,19,19,23,23,23,29,31,31,31,37,37,41,43,43,47,47,47,53,53,53,59,61,61,61,67,67,71,73,73,73,79,79,83,83,83,89,89,89,89,97,97,101,103,103,107,109,109,113,113,113,113,113,113,113,127,127,131,131,131,1...
oeis/122/A122652.asm
neoneye/loda-programs
11
125546
<filename>oeis/122/A122652.asm ; A122652: a(0) = 0, a(1) = 4; for n > 1, a(n) = 10*a(n-1) - a(n-2). ; Submitted by <NAME> ; 0,4,40,396,3920,38804,384120,3802396,37639840,372596004,3688320200,36510605996,361417739760,3577666791604,35415250176280,350574834971196,3470333099535680,34352756160385604,340057228504320360,33662...
Laboratorio/Relatorio_08/mips1.asm
0Augusto/hello-world
1
125547
.text .globl main main: nop # sll $zero, $zero, 0 nop # sll $zero, $zero, 0 .data x1: .word 1 x2: .word 3 x3: .word 5
Library/SpecUI/CommonUI/CGadget/copenGlyphDisplay.asm
steakknife/pcgeos
504
125548
COMMENT @---------------------------------------------------------------------- Copyright (c) GeoWorks 1988 -- All Rights Reserved PROJECT: PC GEOS MODULE: OpenLook/Open FILE: openGlyphDisplay.asm ROUTINES: Name Description ---- ----------- GLB OLGlyphDisplayClass Open look glyph REVISION H...
malban/Release/VRelease/Release.History/VRelease_2017_04_14/Song/track_1D_08.asm
mikepea/vectrex-playground
5
125549
<gh_stars>1-10 dw $0040 track_1D_08: db $FF, $18, $97, $DE, $63, $FE, $1A, $7E, $E6, $34 db $ED, $FC, $70, $30, $F5, $77, $87, $88, $F3, $5D db $DC, $0C, $0F, $FD, $E8, $E9, $C4, $BE, $EA, $A3 db $EE, $FD, $2F, $3F, $A8, $F6, $8C, $4B, $AC, $E1 db $D3, $48, $F3, $1E, $86, $BB, $B1, $E0, $EF, $3C db $76, $BB, $BA...
sw/552tests/inst_tests/unaligned/jalr_26.asm
JPShen-UWM/ThreadKraken
1
125550
// Original test: ./rbatterm/hw4/problem6/jalr_5.asm // Author: rbatterm // Test source code follows // Test random cases (from random.org) lbi r1, 3 //00000011 jalr r1, 106 //01101010 halt
BootloaderCorePkg/Stage1A/Ia32/Vtf0/Main.asm
sbl-support/slimbootloader
1
125551
<filename>BootloaderCorePkg/Stage1A/Ia32/Vtf0/Main.asm ;------------------------------------------------------------------------------ ; @file ; Main routine of the pre-SEC code up through the jump into SEC ; ; Copyright (c) 2008 - 2015, Intel Corporation. All rights reserved.<BR> ; This program and the accompanyi...
mc-sema/validator/x86/tests/PCMPGTWrr.asm
randolphwong/mcsema
2
125552
BITS 32 ;TEST_FILE_META_BEGIN ;TEST_TYPE=TEST_F ;TEST_IGNOREFLAGS= ;TEST_FILE_META_END ; allocate 16 byte aligned stack space for the packed values lea ecx, [esp-33] and ecx, 0xfffffff0 ; load a 128 bit value into xmm0 mov DWORD [ecx], 0x01230415 mov DWORD [ecx+4], 0xa0a31011 mov DWORD [ecx+8], 0x1b11b10a mov DWORD [...
programs/oeis/109/A109975.asm
karttu/loda
0
125553
<gh_stars>0 ; A109975: Second differences of A045623, prefixed by an initial 1. ; 1,2,4,9,20,44,96,208,448,960,2048,4352,9216,19456,40960,86016,180224,376832,786432,1638400,3407872,7077888,14680064,30408704,62914560,130023424,268435456,553648128,1140850688,2348810240,4831838208,9932111872,20401094656,41875931136,858993...
Src/Ant8/Tests/aa8/basic/e_st_5.asm
geoffthorpe/ant-architecture
0
125554
<reponame>geoffthorpe/ant-architecture # $Id: e_st_5.asm,v 1.1 2001/03/14 16:57:31 ellard Exp $ #@ tests for invalid args to st. st r3, r2, 0 # OK st r3, 0 # Not OK
unused/develop/obj/spritesheet_11.asm
pau-tomas/gbvm
33
125556
;-------------------------------------------------------- ; File Created by SDCC : free open source ANSI-C Compiler ; Version 4.1.4 #12246 (Mac OS X x86_64) ;-------------------------------------------------------- .module spritesheet_11 .optsdcc -mgbz80 ;-------------------------------------------------------- ; P...
programs/oeis/093/A093074.asm
neoneye/loda
22
125558
; A093074: Greatest prime factor of n and its direct neighbors. ; 2,3,3,5,5,7,7,7,5,11,11,13,13,13,7,17,17,19,19,19,11,23,23,23,13,13,13,29,29,31,31,31,17,17,17,37,37,37,19,41,41,43,43,43,23,47,47,47,7,17,17,53,53,53,11,19,29,59,59,61,61,61,31,13,13,67,67,67,23,71,71,73,73,73,37,19,19,79,79,79,41,83,83,83,43,43,43,89,8...
programs/oeis/070/A070302.asm
karttu/loda
1
125559
; A070302: Number of 3 X 3 X 3 magic cubes with sum 3n. ; 1,19,121,439,1171,2581,4999,8821,14509,22591,33661,48379,67471,91729,122011,159241,204409,258571,322849,398431,486571,588589,705871,839869,992101,1164151,1357669,1574371,1816039,2084521,2381731,2709649,3070321,3465859,3898441,4370311,4883779,5441221,6045079,6697...
oeis/081/A081669.asm
neoneye/loda-programs
11
125562
; A081669: Expansion of exp(2x)+exp(x)BesselI_0(2x). ; Submitted by <NAME> ; 1,3,7,15,35,83,205,521,1363,3651,9977,27701,77885,221133,632611,1820375,5262163,15266003,44414953,129521141,378427945,1107447881,3245329831,9521616731,27965113597,82210390733,241880335015,712204373931,2098508789363,6187212501731,18253099508765...
oeis/142/A142067.asm
neoneye/loda-programs
11
125563
; A142067: Primes congruent to 31 mod 33. ; Submitted by <NAME> ; 31,97,163,229,691,757,823,1021,1087,1153,1483,1549,1747,1879,2011,2143,2341,2473,2539,2671,2803,3001,3067,3331,3463,3529,3727,3793,4057,4519,4651,4783,5113,5179,5443,5641,5839,6037,6301,6367,6763,6829,6961,7027,7159,7489,7621,7687,7753,7951,8017,8677,894...
util/cv/ctype.asm
olifink/smsqe
0
125565
<filename>util/cv/ctype.asm * Character Type conversion V2.01  1986 <NAME> QJUMP * Apr 1988 J.R.Oakley QJUMP * * 2020-08-24 2.01 Moved table to own file to save space when code not needed (MK) section cv * xdef cv_ctype xref cv_cttab * include dev8_keys_k *+++ * Convert a character into its type. ...
oeis/171/A171649.asm
neoneye/loda-programs
11
125566
; A171649: a(n) = 0+1+2+...+n in lunar arithmetic in base 8 written in base 10. ; Submitted by <NAME> ; 0,1,2,3,4,5,6,7,15,15,15,15,15,15,15,15,23,23,23,23,23,23,23,23,31,31,31,31,31,31,31,31,39,39,39,39,39,39,39,39,47,47,47,47,47,47,47,47,55,55,55,55,55,55,55,55,63,63,63,63,63,63,63,63,127,127,127,127,127,127 mov $3,...
Transynther/x86/_processed/AVXALIGN/_ht_st_zr_/i3-7100_9_0xca_notsx.log_8442_420.asm
ljhsiun2/medusa
9
125567
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r15 push %rbp push %rbx push %rcx push %rdi push %rsi lea addresses_D_ht+0xfef0, %rbp clflush (%rbp) sub $47131, %rbx and $0xffffffffffffffc0, %rbp vmovaps (%rbp), %ymm0 vextracti128 $0, %ymm0, %xmm0 vpextrq $0, %xmm0, %r15 nop nop add $45527, %r15 ...
libsrc/target/m100/stdio/getk.asm
ahjelm/z88dk
640
125568
; ; TRS 80 Model 100 C Library ; ; getk() Read key status ; ; <NAME> - Feb 2020 ; <NAME> - Nov 2020 ; ; ; $Id: getk.asm $ ; SECTION code_clib PUBLIC getk PUBLIC _getk INCLUDE "target/m100/def/romcalls.def" .getk ._getk ROMCALL defw KYPEND ld a,0 JP Z,INKEY_S_0 ROMCALL defw KYREAD IF STANDARDE...
programs/oeis/083/A083658.asm
neoneye/loda
22
125569
<reponame>neoneye/loda ; A083658: a(n) = a(n-1) + a(n-2) + gcd(a(n-1),a(n-2)) for n>1, with a(0)=1, a(1)=1. ; 1,1,3,5,9,15,27,45,81,135,243,405,729,1215,2187,3645,6561,10935,19683,32805,59049,98415,177147,295245,531441,885735,1594323,2657205,4782969,7971615,14348907,23914845,43046721,71744535,129140163,215233605,387420...
programs/oeis/267/A267233.asm
karttu/loda
0
125570
; A267233: Number of length-4 0..n arrays with no following elements greater than or equal to the first repeated value. ; 6,47,176,470,1030,1981,3472,5676,8790,13035,18656,25922,35126,46585,60640,77656,98022,122151,150480,183470,221606,265397,315376,372100,436150,508131,588672,678426,778070,888305,1009856,1143472,12899...
lib/test/sources/overflow.asm
MircoT/js-pdp8
12
125572
<filename>lib/test/sources/overflow.asm<gh_stars>10-100 ORG 100 LDA X ADD Y STA OUT BUN T X, DEC 32767 Y, DEC 1 OUT, DEC 0 T, CLA CLE LDA X2 ADD Y2 STA OUT2 HLT X2, DEC -32768 Y2, DEC -1 OUT2, DEC 0 END
Driver/Printer/PScript/hostPrinterInfo.asm
steakknife/pcgeos
504
125573
<reponame>steakknife/pcgeos COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) Berkeley Softworks 1993 -- All Rights Reserved PROJECT: PC GEOS MODULE: PostScript driver FILE: qmsColorScriptf35Info.asm AUTHOR: <NAME>, 2 February 2001 REVISION HISTORY: Name ...
Part-2 Submission/2.asm
MohammadFahad07/CSE331L_Section_7_Summer20_NSU_Midterm_1
0
125575
<filename>Part-2 Submission/2.asm .MODEL SMALL .STACK 64 .DATA STRING DB ? SYM DB '$' INPUT_M DB 0ah,0dh,0AH,0DH,'Enter a string:',0DH,0AH,'$' OUTPUT_M DB 0ah,0dh,0AH,0DH, 'The output is:',0DH,0AH,'$' .CODE MAIN PROC MOV AX,@DATA MOV DS,AX MOV DX,OFFSET INPUT_M MOV AH,09 INT 21H LEA SI,STRING INPUT: MOV ...
libsrc/stdio/conio/cvpeek.asm
jpoikela/z88dk
0
125576
<reponame>jpoikela/z88dk ; ; Peek at the console and get the character at the location ; SECTION code_clib PUBLIC cvpeek PUBLIC _cvpeek PUBLIC cvpeekr PUBLIC _cvpeekr EXTERN __console_w EXTERN __console_h EXTERN generic_console_vpeek ; int cvpeek(int x, int y) __smallc; ; ; -1 = Unknown character cvpeekr:...
day 01/Toon - MIPS/day1.asm
AE-nv/aedvent-code-2021
1
125577
# To run, get mips mars simulator from: # https://courses.missouristate.edu/KenVollmar/mars/download.htm # and open this file within the editor .data input_file: .asciiz "C:\\Users\\ToonDeburchgrave\\Dev\\aedvent-code-2021\\day 01\\Toon - MIPS\\input.txt" amount_of_numbers: .word 2000 separator: .asciiz "\r" a...
oeis/084/A084064.asm
neoneye/loda-programs
11
125578
<reponame>neoneye/loda-programs ; A084064: Third row of number array A084061. ; Submitted by <NAME> ; 1,1,6,45,452,5725,87704,1577849,32618512,762046137,19856872032,571007744549,17962793210944,613650073693397,22624291883495808,895379458590349425,37861032312753094912,1703550488551604490353,81268938807472689694208,409734...
libsrc/stdio_new/file/fseek.asm
andydansby/z88dk-mk2
1
125580
<filename>libsrc/stdio_new/file/fseek.asm ; CALLER linkage for function pointers XLIB fseek LIB fseek_callee XREF ASMDISP_FSEEK_CALLEE .fseek pop af pop bc pop hl pop de pop ix push de push de push hl push bc push af jp fseek_callee + ASMDISP_FSEEK_CALLEE
programs/oeis/114/A114052.asm
neoneye/loda
22
125581
<reponame>neoneye/loda ; A114052: x such that x^2 - 27*y^2 = 1. ; 1,26,1351,70226,3650401,189750626,9863382151,512706121226,26650854921601,1385331749802026,72010600134783751,3743165875258953026,194572614913330773601,10114032809617941274226,525735133485219615486151,27328112908421802064005626,1420536136104448487712806401...
user/grind.asm
Hasnain62/xv6-Procject
0
125582
<reponame>Hasnain62/xv6-Procject user/_grind: file format elf64-littleriscv Disassembly of section .text: 0000000000000000 <do_rand>: #include "kernel/riscv.h" // from FreeBSD. int do_rand(unsigned long *ctx) { 0: 1141 addi sp,sp,-16 2: e422 sd s0,8(sp) 4: 0...
programs/oeis/267/A267935.asm
karttu/loda
0
125583
<filename>programs/oeis/267/A267935.asm ; A267935: Decimal representation of the n-th iteration of the "Rule 249" elementary cellular automaton starting with a single ON (black) cell. ; 1,1,27,127,511,2047,8191,32767,131071,524287,2097151,8388607,33554431,134217727,536870911,2147483647,8589934591,34359738367,1374389534...
decoded.asm
jwarwick/synacor
0
125584
[00000] {:noop} [00001] {:noop} [00002] {:out, {:value, 'Welcome to the Synacor Challenge!'}} [00068] {:out_newline, {:value, :newline}} [00070] {:out, {:value, 'Please record your progress by putting codes like'}} [00168] {:out_newline, {:value, :newline}} [00170] {:out, {:value, 'this one into the challenge we...
p8/upload/calculator/calculator.asm
t0ush1/ComputerOrganization
2
125585
# 0->7 : & | ^ + - << >> >>> # priority 0 > ... > 7 # li $t0, 1 # li $t1, 2 # li $t2, 0x8 # sw $t0, 0x7f54($0) # sw $t1, 0x7f50($0) # sb $t2, 0x7f58($0) endless_loop: # get operands and operator lw $a0, 0x7f54($0) lw $a1, 0x7f50($0) lb $a2, 0x7f58($0) # jump table li $t0, 0 while_1_begin...
oeis/093/A093175.asm
neoneye/loda-programs
11
125586
; A093175: Tetranacci numbers starting with first four squares. ; Submitted by <NAME> ; 1,4,9,16,30,59,114,219,422,814,1569,3024,5829,11236,21658,41747,80470,155111,298986,576314,1110881,2141292,4127473,7955960,15335606,29560331,56979370,109831267,211706574,408077542,786594753,1516210136,2922589005 mov $1,2 mov $2,1 m...
oeis/061/A061338.asm
neoneye/loda-programs
11
125587
; A061338: Increase in maximal number of comparisons for sorting n elements by list merging. ; Submitted by <NAME> ; 0,1,2,2,4,2,3,3,8,2,3,3,5,3,4,4,16,2,3,3,5,3,4,4,9,3,4,4,6,4,5,5,32,2,3,3,5,3,4,4,9,3,4,4,6,4,5,5,17,3,4,4,6,4,5,5,10,4,5,5,7,5,6,6,64,2,3,3,5,3,4,4,9,3,4,4,6,4,5,5,17,3,4,4,6,4,5,5,10,4,5,5,7,5,6,6,33,3...
eng_mecat_bkp/vhdl_microcont/uC/prat1/orig_6v.asm
Mutanne/hiworld
0
125588
<filename>eng_mecat_bkp/vhdl_microcont/uC/prat1/orig_6v.asm org 0000h ; MOV P1,#00h ; principal: ;do menor p o maior setb p1.0 ; lcall tempo ; setb p1.1 ; clr p1.0 ; lcall tempo ; setb p1.2 ; clr p1.1 ; lcall tempo ; setb p1.3 ; clr p1.2 ; lcall tempo ; ...
src/units/input_output.asm
cburbridge/z80
18
125590
IN A, (32H) IN B, (C) IN C, (C) IN D, (C) IN E, (C) IN F, (C) IN H, (C) IN L, (C) INI INIR IND INDR OUT (32H), A OUT (C), B OUT (C), C OUT (C), D OUT (C), E OUT (C), H OUT (C), L OUTI OTIR OUTD OTDR
oeis/200/A200182.asm
neoneye/loda-programs
11
125591
<reponame>neoneye/loda-programs ; A200182: Number of -n..n arrays x(0..3) of 4 elements with zero sum and no two consecutive declines, no adjacent equal elements, and no element more than one greater than the previous (random base sawtooth pattern). ; Submitted by <NAME> ; 3,6,11,14,19,26,31,38,47,54,63,74,83,94,107,11...
oeis/126/A126728.asm
neoneye/loda-programs
11
125592
<reponame>neoneye/loda-programs ; A126728: Number of graphs on n nodes with edge chromatic number 2. ; Submitted by <NAME> ; 0,0,1,3,5,10,15,26,37,58 mov $5,$0 mov $7,$0 lpb $5 mov $0,$7 sub $5,1 sub $0,$5 mov $8,$0 mov $9,0 mov $10,$0 lpb $8 mov $0,$10 mov $4,0 sub $8,1 sub $0,$8 mov...
bahamut/source/instructions.asm
higan-emu/bahamut-lagoon-translation-kit
2
125593
//add useful pseudo-instructions to the wdc65816 architecture //16-bit conditional jumps instrument "jeq *16; $d0 $03 $4c =a" instrument "jne *16; $f0 $03 $4c =a" instrument "jcc *16; $b0 $03 $4c =a" instrument "jcs *16; $90 $03 $4c =a" //pea $dbdb; plb; plb instrument "ldb #*08; $f4 =a =a $ab $ab" //pea $addr; pld ...
programs/oeis/138/A138884.asm
karttu/loda
0
125595
; A138884: Numbers that are not even superperfect numbers. ; 1,3,5,6,7,8,9,10,11,12,13,14,15,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,65 mov $1,$0 mov $2,$0 lpb $2,1 mov $2,$1 add $1,1 mul $3,2 sub $2,$3 trn $...
resources/alfabeto.asm
wilsonpilon/msx-menu
0
125596
MarMSX - MSX Font Editor Characters: DB $af,$a8,$ff,$8a,$fa,$8a,$ff,$a8,$00,$00,$00,$00,$00,$00,$00,$00 DB $00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00 DB $00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00 DB $00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00 DB $00,$00,$00...
oeis/051/A051846.asm
neoneye/loda-programs
11
125597
; A051846: Digits 1..n in strict descending order n..1 interpreted in base n+1. ; 1,7,57,586,7465,114381,2054353,42374116,987654321,25678050355,736867805641,23136292864686,789018236134297,29043982525261081,1147797409030816545,48471109094902544776,2178347851919531492065,103805969587115219182431,5228356786703601108033241...
programs/oeis/309/A309398.asm
neoneye/loda
22
125598
; A309398: a(n) is the nearest integer to log(log(10^n)). ; 1,2,2,2,2,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5 pow $0,2 lpb $0 sub $0,1 div $0,9 add $0,$1 add $1,1 lpe add $1,1 mov $0,$1
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_1738.asm
ljhsiun2/medusa
9
125599
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r14 push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_WC_ht+0x4e31, %r14 add %r11, %r11 movups (%r14), %xmm0 vpextrq $0, %xmm0, %rdx nop xor %r11, %r11 lea addresses_UC_ht+0x1ce14, %rsi lea addresses_normal_ht+0x8ba4, %rdi nop nop nop nop add %r...
Proxy/winmm.asm
XionsProphecy-Software/MelonLoader
1
125600
<gh_stars>1-10 ifdef RAX .code extern winmm_OriginalFuncs:QWORD CloseDriver proc jmp QWORD ptr winmm_OriginalFuncs[0 * 8] CloseDriver endp DefDriverProc proc jmp QWORD ptr winmm_OriginalFuncs[1 * 8] DefDriverProc endp DriverCallback proc jmp QWORD ptr winmm_OriginalFuncs[2 * 8] DriverCallback en...
oeis/115/A115331.asm
neoneye/loda-programs
11
125601
<filename>oeis/115/A115331.asm<gh_stars>10-100 ; A115331: E.g.f.: exp(x+5/2*x^2). ; Submitted by <NAME> ; 1,1,6,16,106,426,3076,15856,123516,757756,6315976,44203776,391582456,3043809016,28496668656,241563299776,2378813448976,21703877431056,223903020594016,2177251989389056,23448038945820576,241173237884726176,2703217327...
src/lib.asm
kukrimate/bfint
1
125603
<gh_stars>1-10 ; SPDX-License-Identifier: ISC ; lib.inc: Library routines %include "lib.inc" section .text ;; ; void perror(u8 *msg, u64 errno) ;; global perror perror: push rsi ; print message call puts ; print ': ' push 0x203a mov rdi, rsp call puts pop rsi pop rsi ; print errno mov rax, UNKNOWN cmp rsi, rax cmovg...
oeis/255/A255814.asm
neoneye/loda-programs
11
125604
<filename>oeis/255/A255814.asm ; A255814: Numbers of words on {0,1,2,3,4,} having no isolated zeros. ; Submitted by <NAME>(s1) ; 1,4,17,73,313,1341,5745,24613,105449,451773,1935521,8292309,35526553,152205613,652091089,2793739205,11969154121,51279178141,219694231041,941231059125,4032495084025,17276328107789,740165844393...
2020/7/handy_haversacks_p1.asm
ped7g/adventofcode
2
125606
; https://adventofcode.com/2020/day/7 (part 1) ; regex covering all input rules (to have some plan for writing the script): ; "\w+ \w+ bags contain (no other bags\.|(\d \w+ \w+ bags?, )*\d \w+ \w+ bags?\.)" DEFINE SWITCH_TO_INPUT_MEM MMU 0 7, 0, $0000 DEFINE SWITCH_TO_PACKIN_MEM MMU 0 7, 8, $0000 OPT listo...
Transynther/x86/_processed/NONE/_xt_sm_/i7-7700_9_0x48_notsx.log_21829_1121.asm
ljhsiun2/medusa
9
125607
.global s_prepare_buffers s_prepare_buffers: push %r12 push %r8 push %rax push %rbx push %rcx push %rdi push %rsi lea addresses_WT_ht+0xfd7c, %rsi lea addresses_WC_ht+0x1364c, %rdi nop nop nop xor $59696, %rax mov $75, %rcx rep movsb nop nop nop sub %r12, %r12 lea addresses_A_ht+0x7c3c, %rsi lea addresses_D_ht+0x1310c,...
programs/oeis/285/A285869.asm
neoneye/loda
22
125608
<reponame>neoneye/loda ; A285869: a(n) is the number of zeros of the Chebyshev S(n, x) polynomial in the open interval (-sqrt(2), +sqrt(2)). ; 0,1,2,1,2,3,4,3,4,5,6,5,6,7,8,7,8,9,10,9,10,11,12,11,12,13,14,13,14,15,16,15,16,17,18,17,18,19,20,19,20,21,22,21,22,23,24,23,24,25,26,25,26,27,28,27,28,29,30,29,30,31,32,31,32,3...
libsrc/im2/im2_RemoveHook_callee.asm
meesokim/z88dk
0
125609
<filename>libsrc/im2/im2_RemoveHook_callee.asm ; int __CALLEE__ im2_RemoveHook_callee(uchar vector, void *hook) ; 04.2004 aralbrec PUBLIC im2_RemoveHook_callee PUBLIC ASMDISP_IM2_REMOVEHOOK_CALLEE EXTERN IM2RemoveHook .im2_RemoveHook_callee pop hl pop de ex (sp),hl .asmentry call IM2RemoveHook ld hl...
Transynther/x86/_processed/NC/_zr_/i9-9900K_12_0xca.log_21829_1339.asm
ljhsiun2/medusa
9
125610
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r13 push %r8 push %r9 push %rbp push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_WC_ht+0x1c1d7, %rdx nop nop nop nop nop cmp $40065, %r8 movb (%rdx), %bl nop nop nop nop nop dec %rbp lea addresses_normal_ht+0x151d7, %r9 nop nop nop nop sub $121...
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_761.asm
ljhsiun2/medusa
9
125611
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r13 push %rdi push %rsi lea addresses_A_ht+0xa781, %r11 nop nop nop add $63066, %rdi mov (%r11), %rsi nop cmp $44638, %r13 pop %rsi pop %rdi pop %r13 pop %r11 ret .global s_faulty_load s_faulty_load: push %r10 push %r11 push %r15 push %r8 push %rax push ...
programs/oeis/318/A318159.asm
karttu/loda
0
125612
; A318159: Figurate numbers based on the small stellated dodecahedron: a(n) = n*(21*n^2 - 33*n + 14)/2. ; 1,32,156,436,935,1716,2842,4376,6381,8920,12056,15852,20371,25676,31830,38896,46937,56016,66196,77540,90111,103972,119186,135816,153925,173576,194832,217756,242411,268860,297166,327392,359601,393856,430220,468756,5...
programs/oeis/295/A295317.asm
jmorken/loda
1
125615
; A295317: Sum of the products of the smaller and larger parts of the partitions of n into two distinct parts with the smaller part odd. ; 0,0,2,3,4,5,18,22,26,30,64,73,82,91,156,172,188,204,310,335,360,385,542,578,614,650,868,917,966,1015,1304,1368,1432,1496,1866,1947,2028,2109,2570,2670,2770,2870,3432,3553,3674,3795,...
src/boot/boot.asm
xnoe/xnoe-os
5
125616
<filename>src/boot/boot.asm [ORG 0x7C00] [BITS 16] jmp short bootcode nop bpOEMid db "XNOE " bpBytesPerSector dw 512 bpSectorsPerCluster db 1 bpReservedSectors dw 32 ; We should reserve some sectors. Boot sector + stage2 bpNoFATs db 2 bpRootDirEntries dw 256 bpLVSectors dw 8586 bpMediumID db 0xF8 bpSectorsPerFat ...
programs/oeis/103/A103897.asm
neoneye/loda
22
125617
<reponame>neoneye/loda ; A103897: a(n) = 3*2^(n-1)*(2^n-1). ; 3,18,84,360,1488,6048,24384,97920,392448,1571328,6288384,25159680,100651008,402628608,1610563584,6442352640,25769607168,103078821888,412316073984,1649265868800,6597066620928,26388272775168,105553103683584,422212439900160,1688849809932288,6755399340392448,270...
programs/oeis/036/A036121.asm
neoneye/loda
22
125618
; A036121: 5^n mod 23. ; 1,5,2,10,4,20,8,17,16,11,9,22,18,21,13,19,3,15,6,7,12,14,1,5,2,10,4,20,8,17,16,11,9,22,18,21,13,19,3,15,6,7,12,14,1,5,2,10,4,20,8,17,16,11,9,22,18,21,13,19,3,15,6,7,12,14,1,5,2,10,4,20,8,17,16,11,9,22,18,21,13,19,3,15,6,7,12,14,1,5,2,10,4,20,8,17,16,11,9,22 mov $1,1 mov $2,$0 lpb $2 mul $1,5...