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
MK1_CPU/programs/quick_sort.asm
billionelectrons/8bit-cpu
274
122320
;--- quick sort --- #include "lib/mk1.cpu" #bank ".data" data: #d8 123, 110, 20, 13, 222, 94, 205, 199, 213, 176, 58, 160, 216, 12, 73, 172, 184, 225, 125, 63, 186, 111, 252, 136, 242, 92, 101, 134, 175, 126, 195, 2, 42, 57, 149, 23, 223, 48, 214, 217 vector_len = pc - data vector: #res vector_len #bank ".instr" init...
mgblib/src/display/WaitVBlank.asm
jbshelton/CGB_APU_Tester
2
122321
IF !DEF(INC_WaitVBlank) INC_WaitVBlank = 1 ; Wait for Vblank (i.e. rLY = $90). ; ; @destroys af WaitVBlank:: wait_vblank ret ENDC
programs/oeis/293/A293167.asm
neoneye/loda
22
122322
; A293167: a(n) = sum{k = 1 to n} d(d(d(k))), where d(k) is the number of divisors of k (A000005). ; 1,3,5,7,9,11,13,15,17,19,21,24,26,28,30,32,34,37,39,42,44,46,48,51,53,55,57,60,62,65,67,70,72,74,76,78,80,82,84,87,89,92,94,97,100,102,104,107,109,112,114,117,119,122,124,127,129,131,133,137,139,141,144,146,148,151,153,...
programs/oeis/131/A131843.asm
jmorken/loda
1
122323
<filename>programs/oeis/131/A131843.asm ; A131843: Triangle read by rows: 2*A131821 - A000012. ; 1,3,3,5,1,5,7,1,1,7,9,1,1,1,9,11,1,1,1,1,11,13,1,1,1,1,1,13,15,1,1,1,1,1,1,15,17,1,1,1,1,1,1,1,17,19,1,1,1,1,1,1,1,1,19,21,1,1,1,1,1,1,1,1,1,21,23,1,1,1,1,1,1,1,1,1,1,23,25,1,1,1,1,1,1,1,1,1,1,1,25,27,1,1,1,1,1,1,1,1,1,1,1,...
data/baseStats/rattata.asm
adhi-thirumala/EvoYellow
0
122324
<reponame>adhi-thirumala/EvoYellow db DEX_RATTATA ; pokedex id db 30 ; base hp db 56 ; base attack db 35 ; base defense db 72 ; base speed db 25 ; base special db NORMAL ; species type 1 db NORMAL ; species type 2 db 255 ; catch rate db 57 ; base exp yield INCBIN "pic/ymon/rattata.pic",0,1 ; 55, sprite dimensions dw Ra...
oeis/286/A286038.asm
neoneye/loda-programs
11
122325
; A286038: Number of (undirected) paths in the n-cocktail party graph. ; Submitted by <NAME>(s1) ; 0,12,396,21672,1918920,250696980,45304472052,10816917169296,3296928965854032,1248938916843586140,575559130836761023260,317049200473798671358392,205722831410326997504441496,155295648728262284680608862692,134934407215203512...
Global/_code/passwords.asm
kosmonautdnb/TheLandsOfZador
0
122326
PASSWORDCOUNT = 27 levelPasswords dc.b "YOUWIN",1,0 dc.b "CASTLY",2,0 dc.b "LOVESA",3,0 dc.b "FUTURO",4,0 dc.b "UPWAYS",5,0 dc.b "SOLARA",6,0 dc.b "SAVEDY",7,0 dc.b "ALLUDE",8,0 dc.b "ENDES1",9,0 dc.b "WHYWIN",1,1 dc.b "COSTLY",2,1 dc.b "LOVELY",3,1 dc.b "UNICAT",4,1 dc.b "TRNSFM",5,1 dc.b "ROOLZE",6,1 ...
Transynther/x86/_processed/US/_zr_/i9-9900K_12_0xa0_notsx.log_21829_1601.asm
ljhsiun2/medusa
9
122327
.global s_prepare_buffers s_prepare_buffers: push %r15 push %r9 push %rax push %rcx lea addresses_A_ht+0x189b9, %rcx nop nop nop nop cmp $20281, %r15 mov (%rcx), %r9w nop nop sub $27513, %rax pop %rcx pop %rax pop %r9 pop %r15 ret .global s_faulty_load s_faulty_load: push %r10 push %r12 push %r13 push %r8 push %ra...
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_387_359.asm
ljhsiun2/medusa
9
122328
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r10 push %r15 push %r8 push %rbp push %rbx push %rcx push %rdi push %rsi lea addresses_D_ht+0x3987, %rsi lea addresses_normal_ht+0x3d27, %rdi clflush (%rdi) nop nop add $17468, %rbx mov $75, %rcx rep movsb nop nop nop nop nop sub $26820, %r8 l...
uw2/call-eop-setupPerspectiveAndEnqueueDraw.asm
JohnGlassmyer/UltimaHacks
68
122329
%include "../UltimaPatcher.asm" %include "include/uw2.asm" %include "include/uw2-eop.asm" defineAddress 34, 0x0300, beforeSetupA defineAddress 34, 0x030E, afterEnqueueA defineAddress 34, 0x036A, beforeSetupB defineAddress 34, 0x037C, afterEnqueueB %include "../uw1/call-eop-setupPerspectiveAndEnqueueDraw.asm"
data/items/key_items.asm
opiter09/ASM-Machina
1
122332
<filename>data/items/key_items.asm KeyItemFlags: bit_array KeyItemFlags dbit FALSE ; MASTER_BALL dbit FALSE ; ULTRA_BALL dbit FALSE ; GREAT_BALL dbit FALSE ; POKE_BALL dbit TRUE ; TOWN_MAP dbit TRUE ; BICYCLE dbit TRUE ; SURFBOARD dbit TRUE ; SAFARI_BALL dbit TRUE ; POKEDEX dbit FALSE ; MOON_STONE dbit...
Borland/CBuilder5/Source/Vcl/truncate.asm
TrevorDArcyEvans/DivingMagpieSoftware
1
122333
<reponame>TrevorDArcyEvans/DivingMagpieSoftware<gh_stars>1-10 ; ******************************************************* ; * * ; * Delphi Runtime Library * ; * * ; * Copyright (c) 1996,98 Inprise Corporation * ; * * ; *******************************************************...
Transynther/x86/_processed/AVXALIGN/_st_/i9-9900K_12_0xa0_notsx.log_21829_1988.asm
ljhsiun2/medusa
9
122334
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r12 push %r14 push %r9 push %rcx push %rdi push %rdx push %rsi lea addresses_D_ht+0x226c, %rsi lea addresses_A_ht+0x189c1, %rdi nop nop nop add %r10, %r10 mov $57, %rcx rep movsb nop xor %rdx, %rdx lea addresses_A_ht+0x18745, %rdx nop nop nop nop sub $64363, ...
big-project/gauss_sum.asm
bandreghetti/SB_2018-2
0
122335
<filename>big-project/gauss_sum.asm<gh_stars>0 GAUSS_SUM: BEGIN SECTION TEXT ; Retorna para Main RET_GAUSS: EXTERN ; Funcoes e variaveis da math ADD_N2: EXTERN AUX: EXTERN ; variaveis de classe ZERO: EXTERN ONE: EXTERN IS_INITIALIZED: EXTERN ; Funcoes e variaveis publ...
Assembler Intel Code/callee_rules.asm
AYIDouble/x86-Assembly-Reverse-Engineering
18
122336
.486 .MODEL FLAT .CODE PUBLIC _myFunc _myFunc PROC ; Subroutine Prologue push ebp ; Save the old base pointer value. mov ebp, esp ; Set the new base pointer value. sub esp, 4 ; Make room for one 4-byte local variable. push edi ; Save the values of registers that the function push esi ; will m...
Driver/Printer/Fax/Group3/group3AddrBook.asm
steakknife/pcgeos
504
122337
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) Geoworks 1994. All rights reserved. GEOWORKS CONFIDENTIAL PROJECT: Pasta MODULE: Fax FILE: group3AddrBook.asm AUTHOR: <NAME>, Nov 14, 1993 Name Description ---- ----------- METHODS: AddressBookV...
programs/oeis/080/A080668.asm
karttu/loda
0
122338
<reponame>karttu/loda<gh_stars>0 ; A080668: Numbers of the form n!+n^3. ; 2,10,33,88,245,936,5383,40832,363609,3629800,39918131,479003328,6227022997,87178293944,1307674371375,20922789892096,355687428100913,6402373705733832 add $0,1 mov $2,$0 pow $0,3 fac $2 mov $1,$0 mov $0,$2 add $1,$0
Appl/Saver/Tiles/TilesPref/tilespref.asm
steakknife/pcgeos
504
122339
<gh_stars>100-1000 COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) GeoWorks 1992 -- All Rights Reserved PROJECT: MODULE: FILE: tilespref.asm AUTHOR: <NAME>, Dec 3, 1992 ROUTINES: Name Description ---- ----------- REVISION HISTORY: Name Da...
port.asm
lybrown/edfries-chess-xasm
1
122340
icl 'main.asm' putc cmp #13 beq putc_newline tax ldy ROWCRS mva putc_lo,y $FE mva putc_hi,y $FF ldy COLCRS ; asc2int ; https://atariage.com/forums/topic/289053-programmers-reference-manual/?do=findComment&comment=4238974 ;------- txa asl @ sbc #$3F spl:eor #$...
Borland/CBuilder5/Source/RTL/source/math/fpreset.asm
TrevorDArcyEvans/DivingMagpieSoftware
1
122341
<reponame>TrevorDArcyEvans/DivingMagpieSoftware ;[]-----------------------------------------------------------------[] ;| FPRESET.ASM -- reset floating-point processor | ;[]-----------------------------------------------------------------[] ; ; C/C++ Run Time Library - Version 10.0 ; ; ...
Transynther/x86/_processed/NC/_zr_/i7-7700_9_0x48_notsx.log_21829_57.asm
ljhsiun2/medusa
9
122342
<reponame>ljhsiun2/medusa<filename>Transynther/x86/_processed/NC/_zr_/i7-7700_9_0x48_notsx.log_21829_57.asm .global s_prepare_buffers s_prepare_buffers: push %r12 push %r15 push %rbp push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_UC_ht+0x222d, %rsi sub %r15, %r15 movl $0x61626364, (%rsi) nop add $45525...
src/Utils.asm
luca1337/Snake_ASM
0
122343
<reponame>luca1337/Snake_ASM ClearVram: ld hl, _SCRNMAX xor a ClearTiles: ld [hl-], a bit 7, h jp nz, ClearTiles ret ClearOam: ld hl, _OAMRAM clear_oam_loop: XOR A LD [HL+], A LD A, $A0 CP A, L JP NZ, clear_oam_loop RET ClearRam: ld hl, $C100 ld bc, $A0 clear_ram_loop: ld a, $0 ...
Transynther/x86/_processed/NONE/_ht_st_zr_un_xt_/i9-9900K_12_0xa0.log_21829_1701.asm
ljhsiun2/medusa
9
122344
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r8 push %rcx push %rdi push %rsi lea addresses_WC_ht+0x17335, %rsi lea addresses_WC_ht+0x132ad, %rdi nop nop nop nop cmp $24604, %r8 mov $100, %rcx rep movsl nop nop inc %r11 pop %rsi pop %rdi pop %rcx pop %r8 pop %r11 ret .global s_faulty_load s_faulty_...
programs/oeis/267/A267906.asm
neoneye/loda
22
122346
<reponame>neoneye/loda ; A267906: Number of n X 2 0..2 arrays with every repeated value in every row unequal to the previous repeated value, and in every column equal to the previous repeated value, and new values introduced in row-major sequential order. ; 2,14,122,938,6734,45938,302402,1939154,12192302,75508538,46216...
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_21829_659.asm
ljhsiun2/medusa
9
122347
.global s_prepare_buffers s_prepare_buffers: push %r13 push %r15 push %rbp push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_A_ht+0x12592, %r13 nop nop nop nop nop cmp %r15, %r15 movups (%r13), %xmm6 vpextrq $1, %xmm6, %rbp nop cmp %rdx, %rdx lea addresses_normal_ht+0xc9de, %rbx nop nop nop nop and $58389...
Borland/CBuilder5/Source/Vcl/readstri.asm
TrevorDArcyEvans/DivingMagpieSoftware
1
122348
; ******************************************************* ; * * ; * Delphi Runtime Library * ; * * ; * Copyright (c) 1996,98 Inprise Corporation * ; * * ; ******************************************************* INCLUDE SE.ASM INCLUDE FILEIO.ASM .386 .MODEL FLAT E...
Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xca.log_21829_442.asm
ljhsiun2/medusa
9
122349
.global s_prepare_buffers s_prepare_buffers: ret .global s_faulty_load s_faulty_load: push %r10 push %r12 push %r13 push %r8 push %r9 push %rax push %rdi // Store lea addresses_normal+0x15145, %r13 nop nop nop nop nop add $17899, %r12 movb $0x51, (%r13) nop nop add %rdi, %rdi // Store lea addresses_UC+0x1c103, %...
oeis/110/A110088.asm
neoneye/loda-programs
11
122350
<reponame>neoneye/loda-programs ; A110088: tau(n)^omega(n), where tau=A000005 and omega=A001221. ; Submitted by <NAME> ; 1,2,2,3,2,16,2,4,3,16,2,36,2,16,16,5,2,36,2,36,16,16,2,64,3,16,4,36,2,512,2,6,16,16,16,81,2,16,16,64,2,512,2,36,36,16,2,100,3,36,16,36,2,64,16,64,16,16,2,1728,2,16,36,7,16,512,2,36,16,512,2,144,2,16,...
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0.log_21829_1442.asm
ljhsiun2/medusa
9
122351
.global s_prepare_buffers s_prepare_buffers: push %r15 push %r8 push %rcx push %rdi push %rsi lea addresses_UC_ht+0x11cfa, %rsi lea addresses_A_ht+0xf33a, %rdi nop nop nop sub $45364, %r15 mov $50, %rcx rep movsl nop and $14136, %r8 pop %rsi pop %rdi pop %rcx pop %r8 pop %r15 ret .global s_faulty_load s_faulty_loa...
oeis/282/A282417.asm
neoneye/loda-programs
11
122352
<reponame>neoneye/loda-programs ; A282417: Decimal representation of the x-axis, from the left edge to the origin, of the n-th stage of growth of the two-dimensional cellular automaton defined by "Rule 469", based on the 5-celled von Neumann neighborhood. ; Submitted by <NAME> ; 1,2,3,12,7,56,15,240,31,992,63,4032,127,...
programs/oeis/173/A173732.asm
neoneye/loda
22
122354
; A173732: a(n) = (A016957(n)/2^A007814(A016957(n)) - 1)/2, with A016957(n) = 6*n+4 and A007814(n) the 2-adic valuation of n. ; 0,2,0,5,3,8,2,11,6,14,0,17,9,20,5,23,12,26,3,29,15,32,8,35,18,38,2,41,21,44,11,47,24,50,6,53,27,56,14,59,30,62,0,65,33,68,17,71,36,74,9,77,39,80,20,83,42,86,5,89,45,92,23,95,48,98,12,101,51,10...
programs/oeis/055/A055956.asm
neoneye/loda
22
122357
; A055956: n + reversal of base 8 digits of n (written in base 10). ; 0,2,4,6,8,10,12,14,9,18,27,36,45,54,63,72,18,27,36,45,54,63,72,81,27,36,45,54,63,72,81,90,36,45,54,63,72,81,90,99,45,54,63,72,81,90,99,108,54,63,72,81,90,99,108,117,63,72,81,90,99,108,117,126,65,130,195,260,325,390,455,520,81,146,211,276,341,406,471,...
programs/oeis/102/A102094.asm
jmorken/loda
1
122358
<reponame>jmorken/loda ; A102094: a(n) = (2*n-1)*(2*n+1)^2. ; 9,75,245,567,1089,1859,2925,4335,6137,8379,11109,14375,18225,22707,27869,33759,40425,47915,56277,65559,75809,87075,99405,112847,127449,143259,160325,178695,198417,219539,242109,266175,291785,318987,347829,378359,410625,444675,480557,518319,558009,599675,6433...
data/pokemon/dex_entries/venonat.asm
AtmaBuster/pokeplat-gen2
6
122359
<filename>data/pokemon/dex_entries/venonat.asm db "INSECT@" ; species name db "The small bugs it" next "eats appear only" next "at night, so it" page "sleeps in a hole" next "in a tree until" next "night falls.@"
libsrc/math/genmath/f_yes.asm
meesokim/z88dk
0
122362
<filename>libsrc/math/genmath/f_yes.asm ; ; Z88dk Generic Floating Point Math Library ; ; Return true ; ; $Id: f_yes.asm,v 1.2 2015/01/19 01:32:56 pauloscustodio Exp $: PUBLIC f_yes .f_yes ld hl,1 scf ret
Miei-sorgenti/new/Quinta lezione/Versione 2/SubsetEq/belongs.asm
DigiOhhh/LabArchitettura2-2017-2018
1
122363
<gh_stars>1-10 # La procedura subseteq dovrà a sua volta utilizzare un’altra procedura belongs così definita # Input: un array A e un intero i # Output: 1 se i è contenuto in A, 0 altrimenti .text .globl belongs belongs: subu $sp, $sp, 16 sw $s0, 12($sp) sw $s1, 8($sp) sw $fp, 4($sp) sw $ra, ($sp) addiu $fp,...
projects/04/mult/mult.asm
dorayakikun/nand2tetris
0
122364
// This file is part of www.nand2tetris.org // and the book "The Elements of Computing Systems" // by <NAME> Schocken, MIT Press. // File name: projects/04/Mult.asm // Multiplies R0 and R1 and stores the result in R2. // (R0, R1, R2 refer to RAM[0], RAM[1], and RAM[2], respectively.) // Put your code here. ...
tb.asm
makarcz/vm6502
35
122365
<filename>tb.asm ;---------------------------------------------------------------------------------- ; Tiny Basic port to MKHBC-8-R2 6502 computer ; by <NAME> 2012. ; ; Based on the work by: ; ; ================= ORIGINAL HEADER ====================================== ; ; OMS-02 Firmware ; ; <NAME> - Last update: 2008/1...
programs/oeis/085/A085392.asm
jmorken/loda
1
122366
; A085392: a(n) = largest prime divisor of n, or 1 if n is 1 or a prime. ; 1,1,1,2,1,3,1,2,3,5,1,3,1,7,5,2,1,3,1,5,7,11,1,3,5,13,3,7,1,5,1,2,11,17,7,3,1,19,13,5,1,7,1,11,5,23,1,3,7,5,17,13,1,3,11,7,19,29,1,5,1,31,7,2,13,11,1,17,23,7,1,3,1,37,5,19,11,13,1,5,3,41,1,7,17,43,29,11,1,5,13,23,31,47,19,3,1,7,11,5,1,17,1,13,7,...
Transynther/x86/_processed/AVXALIGN/_ht_zr_/i7-8650U_0xd2.log_5189_51.asm
ljhsiun2/medusa
9
122367
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r10 push %r14 push %r15 push %r8 push %rax push %rcx push %rdi push %rsi lea addresses_D_ht+0x1072f, %rdi nop nop nop nop nop xor $55154, %r15 mov $0x6162636465666768, %r14 movq %r14, (%rdi) nop nop nop inc %r15 lea addresses_UC_ht+0xdb1c, %r1...
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_470.asm
ljhsiun2/medusa
9
122368
.global s_prepare_buffers s_prepare_buffers: push %r12 push %r15 push %rax push %rdx lea addresses_normal_ht+0xbe13, %rdx clflush (%rdx) nop nop nop add %r15, %r15 mov (%rdx), %ax nop xor %r12, %r12 pop %rdx pop %rax pop %r15 pop %r12 ret .global s_faulty_load s_faulty_load: push %r10 push %r12 push %rax push %rbp...
programs/oeis/269/A269457.asm
karttu/loda
1
122369
; A269457: a(n) = 5*(n + 1)*(n + 4)/2. ; 10,25,45,70,100,135,175,220,270,325,385,450,520,595,675,760,850,945,1045,1150,1260,1375,1495,1620,1750,1885,2025,2170,2320,2475,2635,2800,2970,3145,3325,3510,3700,3895,4095,4300,4510,4725,4945,5170,5400,5635 mov $1,$0 add $1,3 bin $1,2 sub $1,1 mul $1,5
Borland/CBuilder5/Source/Vcl/settextb.asm
TrevorDArcyEvans/DivingMagpieSoftware
1
122370
; ******************************************************* ; * * ; * Delphi Runtime Library * ; * * ; * Copyright (c) 1996,98 Inprise Corporation * ; * * ; ******************************************************* INCLUDE SE.ASM INCLUDE FILEIO.ASM .386 .MODEL FLAT PU...
Transynther/x86/_processed/NONE/_st_/i7-7700_9_0x48.log_1_1241.asm
ljhsiun2/medusa
9
122372
.global s_prepare_buffers s_prepare_buffers: ret .global s_faulty_load s_faulty_load: push %r13 push %r15 push %r8 push %rax push %rcx push %rdi push %rsi // Store lea addresses_WC+0x1113f, %rax nop nop nop and $61169, %rdi movw $0x5152, (%rax) nop nop nop nop sub $40055, %rdi // Store lea addresses_A+0x1d73f, %...
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48.log_21829_1455.asm
ljhsiun2/medusa
9
122373
.global s_prepare_buffers s_prepare_buffers: push %r12 push %r14 push %r15 push %rax push %rbp push %rcx push %rdi push %rdx push %rsi lea addresses_WT_ht+0x1ae86, %rbp nop nop nop and $46508, %r14 mov $0x6162636465666768, %r15 movq %r15, %xmm2 movups %xmm2, (%rbp) nop nop nop inc %rax lea addresses_D_ht+0x4da6, %rdx a...
data/pokemon/base_stats/mudkip.asm
AtmaBuster/pokeplat-gen2
6
122374
db 0 ; species ID placeholder db 50, 70, 50, 40, 50, 50 ; hp atk def spd sat sdf db WATER, WATER ; type db 45 ; catch rate db 65 ; base exp db NO_ITEM, NO_ITEM ; items db GENDER_F12_5 ; gender ratio db 20 ; step cycles to hatch INCBIN "gfx/pokemon/mudkip/front.dimensions" db GROWTH_MEDIUM_SLOW...
programs/oeis/089/A089986.asm
neoneye/loda
22
122375
<gh_stars>10-100 ; A089986: Numbers n such that 4n + 7 is prime. ; -1,0,1,3,4,6,9,10,13,15,16,18,19,24,25,30,31,33,36,39,40,43,46,48,51,54,55,58,61,64,66,69,75,76,81,85,88,90,93,94,103,106,108,109,114,115,118,120,121,123,124,129,135,139,141,145,148,150,153,156,159,160,163,169 mov $1,2 mov $2,$0 pow $2,2 add $2,1 lpb $...
oeis/037/A037524.asm
neoneye/loda-programs
11
122376
; A037524: Base 7 digits are, in order, the first n terms of the periodic sequence with initial period 2,1,0. ; Submitted by <NAME> ; 2,15,105,737,5160,36120,252842,1769895,12389265,86724857,607074000,4249518000,29746626002,208226382015,1457584674105,10203092718737,71421649031160,499951543218120,3499660802526842,244976...
src/pluginHead.asm
LessNick/CLi-for-WildCommander
8
122377
<reponame>LessNick/CLi-for-WildCommander<filename>src/pluginHead.asm ;--------------------------------------- ; Wild Commander plugin header ;--------------------------------------- org #6000 startCode ; Заголовок (Описатель) плагина ds 16 ; +00 reserved db "WildCommanderMDL" ; +16 WildCommanderMDL...
Source/Boot/Header.asm
rxbin1201/Simple-64Bit-OperatingSystem
0
122378
<reponame>rxbin1201/Simple-64Bit-OperatingSystem section .multibootHeader headerStart: dd 0xe85250d6 dd 0 dd headerEnd - headerStart dd 0x100000000 - (0xe85250d6 + 0 + (headerEnd - headerStart)) dw 0 dw 0 dd 8 headerEnd:
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0xca.log_21829_1658.asm
ljhsiun2/medusa
9
122379
<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r12 push %r13 push %r14 push %r9 push %rbp push %rcx push %rdi push %rsi lea addresses_A_ht+0x10c3f, %r14 clflush (%r14) nop nop nop nop nop and %r12, %r12 mov $0x6162636465666768, %r9 movq %r9, (%r14) nop nop sub $32095, %r12 lea addresses_normal_ht+0x1...
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0.log_21829_334.asm
ljhsiun2/medusa
9
122380
<filename>Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0.log_21829_334.asm<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r12 push %r8 push %rax push %rbp push %rbx push %rcx push %rdi push %rsi lea addresses_D_ht+0xcce3, %rbx clflush (%rbx) sub %r8, %r8 mov (%rbx), %r12w nop dec %rbp lea addre...
a51test/(56)ANL_A_@Ri.a51
Aimini/51cpu
0
122381
MOV A,#0xFF MOV 0x2A,#0xFE MOV 0x33,#0xFD MOV 0x44,#0xFB MOV 0x6E,#0xF7 MOV 0x40,#0xEF MOV 0x6A,#0xDF MOV 0x63,#0xBF MOV 0x3D,#0x7F MOV 0xD0,#0x00 MOV R0,#0x2A MOV R1,#0x33 MOV 0xD0,#0x08 MOV R0,#0x44 MOV R1,#0x6E MOV 0xD0,#0x10 MOV R0,#0x40 MOV R1,#0x6A MOV 0xD0,#0x18 MOV R0,#0x63 MOV R1,#0x3D MOV 0xD0,#0x00 ANL ...
Transynther/x86/_processed/NONE/_zr_xt_/i9-9900K_12_0xca_notsx.log_21829_1329.asm
ljhsiun2/medusa
9
122382
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r12 push %r15 push %r8 push %rbx push %rcx push %rdi push %rsi lea addresses_D_ht+0x2330, %rsi lea addresses_normal_ht+0x9ce0, %rdi and %r15, %r15 mov $119, %rcx rep movsq nop sub $31161, %r8 lea addresses_D_ht+0x1b6f0, %r15 nop nop cmp %r10, %r10 mov (%r15),...
CpuA64/TestData/hello.asm
robertmuth/Cwerg
171
122383
<gh_stars>100-1000 .mem fmt 4 rodata .data 1 "hello world\n" .endmem .fun _start 16 movz_x_imm x2 12 adrp x1 expr:adr_prel_pg_hi21:fmt:0 add_x_imm x1 x1 expr:add_abs_lo12_nc:fmt:0 movz_x_imm x0 1 movz_x_imm x8 0x40 svc 0 movz_x_imm x0 0 movz_x_imm x8 0x5d svc 0 .endfun
Transynther/x86/_processed/AVXALIGN/_st_/i9-9900K_12_0xca_notsx.log_18_391.asm
ljhsiun2/medusa
9
122384
<filename>Transynther/x86/_processed/AVXALIGN/_st_/i9-9900K_12_0xca_notsx.log_18_391.asm .global s_prepare_buffers s_prepare_buffers: push %r10 push %r12 push %rax push %rbp push %rcx push %rdi push %rsi lea addresses_D_ht+0x9786, %rbp nop nop nop xor $64633, %rax mov $0x6162636465666768, %rsi movq %rsi, (%rbp) nop nop...
oeis/147/A147841.asm
neoneye/loda-programs
11
122385
; A147841: a(n) = 11*a(n-1) - 9*a(n-2) with a(0)=1, a(1)=9. ; Submitted by <NAME> ; 1,9,90,909,9189,92898,939177,9494865,95990922,970446357,9810991629,99186890706,1002756873105,10137643587801,102489267607866,1036143151396317,10475171256888693,105901595463208770,1070641008783298233,10823936737447401633,10942753503287173...
include/constants.asm
siraben/ti84th-os
2
122386
<filename>include/constants.asm ; TI-8x constants .macro define_mask(name, bitN) .equ BIT_name, bitN .equ name, 1 << bitN .endmacro .equ MONO_LCD_WIDTH 96 .equ MONO_LCD_HEIGHT 64 .equ MONO_BUF_SIZE 0x300 .equ COLOR_LCD_WIDTH 320 .equ COLOR_LCD_HEIGHT 240 ; Port numbers and outputs .equ PORT_LINKPORT 0 ...
test/vectorminmax.asm
sermazz/dlx-pro
0
122387
; VECTOR MIN & MAX Test - DURATION: 245ns @ Clk = 1ns ; This test focuses on the behaviour of the Branch&Jump logic, testing the functioning ; of the prediction logic and branches/jumps anticipation, highlighting control hazards ; and their solutions. Also jumps register (jr, jalr), with their delay slot, and jumps ; (...
Microprocessor/LED_display_test.asm
Nmane1612/Nihar-Mane
3
122389
<reponame>Nmane1612/Nihar-Mane ; this example shows how to access virtual ports (0 to 65535). ; these ports are emulated in this file: c:\emu8086.io ; this technology allows to make external add-on devices ; for emu8086, such as led displays, robots, thermometers, stepper-motors, etc... etc... ; anyone can crea...
MySource/class2.asm
mdabdullahibnaharun/Assembly-Language
0
122390
.model .stack .data .code main proc mov ah, 01h; single character input int 21h ; input in AL register mov bl,al ;1st input mov ah, 01h; single character input int 21h ; inpu...
programs/oeis/340/A340761.asm
neoneye/loda
22
122391
<reponame>neoneye/loda<filename>programs/oeis/340/A340761.asm ; A340761: Number of partitions of n into 4 parts whose 'middle' two parts have the same parity. ; 0,0,0,0,1,1,1,2,4,4,5,7,10,11,13,16,21,23,26,31,38,41,46,53,62,67,74,83,95,102,111,123,138,147,159,174,192,204,219,237,259,274,292,314,340,358,380,406,436,458,...
Examples/ch10/Struct2.asm
satadriver/LiunuxOS
0
122392
<reponame>satadriver/LiunuxOS<filename>Examples/ch10/Struct2.asm TITLE Nested Structures (Struct2.asm) ; This program shows how to declare nested ; structures, and how to access the members. ; Last update: 8/14/01. INCLUDE Irvine32.inc Rectangle STRUCT UpperLeft COORD <> LowerRight COORD <> ...
kernel.asm
carsontyler/CS3100_Assignment4
0
122393
<reponame>carsontyler/CS3100_Assignment4 kernel: file format elf32-i386 Disassembly of section .text: 80100000 <multiboot_header>: 80100000: 02 b0 ad 1b 00 00 add 0x1bad(%eax),%dh 80100006: 00 00 add %al,(%eax) 80100008: fe 4f 52 decb 0x52(%edi) 8010000b: e4 ...
scripts/fuchsiamart.asm
adhi-thirumala/EvoYellow
16
122395
<gh_stars>10-100 FuchsiaMartScript: call EnableAutoTextBoxDrawing ret FuchsiaMartTextPointers: dw FuchsiaCashierText dw FuchsiaMartText2 dw FuchsiaMartText3 FuchsiaMartText2: TX_FAR _FuchsiaMartText2 db "@" FuchsiaMartText3: TX_FAR _FuchsiaMartText3 db "@"
programs/oeis/004/A004920.asm
neoneye/loda
22
122396
; A004920: Floor of n*phi^5, where phi is the golden ratio, A001622. ; 0,11,22,33,44,55,66,77,88,99,110,121,133,144,155,166,177,188,199,210,221,232,243,255,266,277,288,299,310,321,332,343,354,365,377,388,399,410,421,432,443,454,465,476,487 mov $3,$0 mul $0,7 div $0,79 mov $2,$3 mul $2,11 add $0,$2
oeis/100/A100622.asm
neoneye/loda-programs
11
122397
<filename>oeis/100/A100622.asm ; A100622: Expansion of e.g.f. exp( (1+2*x-sqrt(1-4*x))/4). ; Submitted by <NAME>(s3) ; 1,1,2,10,94,1286,22876,499612,12925340,386356924,13099953016,496719289496,20825694943912,956599393819720,47772070664027984,2577034852683364816,149335440671982405136,9251650217381166689552,6101949934785...
oeis/041/A041095.asm
neoneye/loda-programs
11
122398
; A041095: Denominators of continued fraction convergents to sqrt(55). ; Submitted by <NAME> ; 1,2,5,12,173,358,889,2136,30793,63722,158237,380196,5480981,11342158,28165297,67672752,975583825,2018840402,5013264629,12045369660,173648439869,359342249398,892332938665,2144008126728,30908446712857,63960901552442,15883024981...
programs/oeis/131/A131428.asm
karttu/loda
1
122399
<filename>programs/oeis/131/A131428.asm ; A131428: a(n) = 2*C(n) - 1, where C(n) = A000108(n) are the Catalan numbers. ; 1,1,3,9,27,83,263,857,2859,9723,33591,117571,416023,1485799,5348879,19389689,70715339,259289579,955277399,3534526379,13128240839,48932534039,182965127279,686119227299,2579808294647,9723892802903,3673...
06/full_auto_tests/tests/test-q.asm
yairfine/nand-to-tetris
1
122400
<reponame>yairfine/nand-to-tetris<gh_stars>1-10 @256 D=A @SP M=D @133 0;JMP @R15 M=D @SP AM=M-1 D=M A=A-1 D=M-D M=0 @END_EQ D;JNE @SP A=M-1 M=-1 (END_EQ) @R15 A=M 0;JMP @R15 M=D @SP AM=M-1 D=M A=A-1 D=M-D M=0 @END_GT D;JLE @SP A=M-1 M=-1 (END_GT) @R15 A=M 0;JMP @R15 M=D @SP AM=M-1 D=M A=A-1 D=M-D M=0 @END_LT D;JGE @SP ...
tiny_elf/tiny.asm
0x90nz/experiments
0
122401
; Minimal tiny elf example in nasm x86_64 assembly. ; ; This forgoes a lot of the typical metadata which is included in an ELF header ; and just includes the bare minimum to be executable. It does *not* however do ; anything fancy like overlap sections of the header; that doesn't make a very ; readable example, though ...
oeis/064/A064088.asm
neoneye/loda-programs
11
122402
<reponame>neoneye/loda-programs<filename>oeis/064/A064088.asm ; A064088: Generalized Catalan numbers C(5; n). ; Submitted by <NAME> ; 1,1,6,61,766,10746,161376,2537781,41260086,687927166,11698135396,202104763026,3537486504556,62595852983236,1117926476207316,20124876291104421,364797768048805926,6652740911381353206,12197...
programs/oeis/064/A064946.asm
neoneye/loda
22
122403
<filename>programs/oeis/064/A064946.asm ; A064946: a(n) = Sum_{i|n, j|n, j>i} j. ; 0,2,3,10,5,26,7,34,21,42,11,104,13,58,58,98,17,152,19,165,80,90,23,324,55,106,102,227,29,397,31,258,124,138,124,575,37,154,146,507,41,544,43,351,325,186,47,892,105,392,190,413,53,692,192,693,212,234,59,1474,61,250,443,642,226,840,67,537,...
Transynther/x86/_processed/AVXALIGN/_ht_zr_/i7-7700_9_0xca_notsx.log_21829_668.asm
ljhsiun2/medusa
9
122404
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r13 push %r8 push %r9 push %rbp push %rbx push %rcx push %rdi push %rsi lea addresses_A_ht+0x12925, %rsi lea addresses_D_ht+0x25c5, %rdi nop nop nop inc %r13 mov $72, %rcx rep movsw sub $40889, %r9 lea addresses_D_ht+0x45a5, %rsi lea addresses...
programs/oeis/277/A277104.asm
karttu/loda
1
122405
<filename>programs/oeis/277/A277104.asm ; A277104: a(n) = 9*3^n - 15. ; 12,66,228,714,2172,6546,19668,59034,177132,531426,1594308,4782954,14348892,43046706,129140148,387420474,1162261452,3486784386,10460353188,31381059594,94143178812,282429536466,847288609428,2541865828314,7625597484972,22876792454946 mov $1,3 pow $1,...
src/filters/ASM_blur2.asm
ignaciolebrero/Orga2-TP2
0
122406
; ************************************************************************* ; ; Organizacion del Computador II ; ; ; ; Implementacion de la funcion Blur 2 ; ; ...
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_32.asm
ljhsiun2/medusa
9
122407
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r15 push %rbp push %rcx push %rdi push %rdx lea addresses_WT_ht+0x5558, %rcx nop nop nop nop nop xor %r15, %r15 mov $0x6162636465666768, %r10 movq %r10, %xmm3 vmovups %ymm3, (%rcx) and $64203, %rdi lea addresses_normal_ht+0xd098, %r11 nop nop xor $2...
data/pokemon/base_stats/lunatone.asm
AtmaBuster/pokeplat-gen2
6
122408
<filename>data/pokemon/base_stats/lunatone.asm<gh_stars>1-10 db 0 ; species ID placeholder db 70, 55, 65, 70, 95, 85 ; hp atk def spd sat sdf db ROCK, PSYCHIC ; type db 45 ; catch rate db 150 ; base exp db NO_ITEM, MOON_STONE ; items db GENDER_UNKNOWN ; gender ratio db 25 ; step cycles to hatch ...
data/pokemon/dex_entries/makuhita.asm
AtmaBuster/pokeplat-gen2
6
122409
<gh_stars>1-10 db "GUTS@" ; species name db "It toughens up by" next "slamming into" next "thick trees over" page "and over. It gains" next "a sturdy body and" next "dauntless spirit.@"
programs/oeis/084/A084301.asm
neoneye/loda
22
122410
<reponame>neoneye/loda ; A084301: a(n) = sigma(n) mod 6. ; 1,3,4,1,0,0,2,3,1,0,0,4,2,0,0,1,0,3,2,0,2,0,0,0,1,0,4,2,0,0,2,3,0,0,0,1,2,0,2,0,0,0,2,0,0,0,0,4,3,3,0,2,0,0,0,0,2,0,0,0,2,0,2,1,0,0,2,0,0,0,0,3,2,0,4,2,0,0,2,0,1,0,0,2,0,0,0,0,0,0,4,0,2,0,0,0,2,3,0,1 seq $0,203 ; a(n) = sigma(n), the sum of the divisors of n. ...
programs/oeis/053/A053715.asm
neoneye/loda
22
122411
; A053715: a(n) = n-th triangular number (the sum of the first n integers) in base n. ; 0,1,11,20,22,30,33,40,44,50,55,60,66,70,77,80,88,90,99,100,110,110,121,120,132,130,143,140,154,150,165,160,176,170,187,180,198,190,209,200,220,210,231,220,242,230,253,240,264,250,275,260,286,270,297,280,308,290,319,300,330,310,341,3...
oeis/015/A015456.asm
neoneye/loda-programs
11
122412
; A015456: Generalized Fibonacci numbers. ; Submitted by <NAME>(w4) ; 1,1,11,111,1121,11321,114331,1154631,11660641,117761041,1189271051,12010471551,121293986561,1224950337161,12370797358171,124932923918871,1261700036546881,12741933289387681,128681032930423691,1299552262593624591,13124203658866669601,132541588851260320...
libsrc/gfx/portable/undrawto.asm
Frodevan/z88dk
640
122413
SECTION code_graphics PUBLIC undrawto PUBLIC _undrawto EXTERN unplot EXTERN commondrawto ;void undrawto(int x2, int y2) __smallc ;Note ints are actually uint8_t undrawto: _undrawto: ld hl,unplot jp commondrawto
processForking/processForking.asm
slowy07/learnAsm
1
122414
%include 'function.asm' SECTION .data childMsg db 'this is the child process', 0h parentMsg db 'this parent process', 0h SECTION .text global _start _start: mov eax, 2 int 80h cmp eax, 0 jz child parent: mov eax, parentMsg call sprintlf call ...
routines/game.asm
VincentFoulon80/vixx
1
122415
!ifndef is_main !eof ; ########################### save_game: lda score_87 ; \ sta hiscore_87 ; | lda score_65 ; |- transfer score sta hiscore_65 ; | to high score lda score_43 ; | sta hiscore_43 ; | lda score_21 ;...
Transynther/x86/_processed/NC/_st_zr_un_/i3-7100_9_0x84_notsx.log_21829_1237.asm
ljhsiun2/medusa
9
122416
<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r11 push %r13 push %r14 push %rbp push %rcx push %rdi push %rdx push %rsi lea addresses_WC_ht+0x1ca2a, %r14 nop nop nop add %rdx, %rdx mov (%r14), %r13 nop nop nop nop xor %r11, %r11 lea addresses_D_ht+0x382a, %rsi lea addresses_UC_ht+0x2e2a, %rdi dec %r...
oeis/046/A046178.asm
neoneye/loda-programs
11
122417
; A046178: Indices of pentagonal numbers that are also hexagonal. ; Submitted by <NAME> ; 1,165,31977,6203341,1203416145,233456528757,45289363162681,8785902997031325,1704419892060914337,330648673156820350021,64144138172531086989705,12443632156797874055652717,2414000494280615035709637361,468303652258282519053613995285,9...
libsrc/cpc/cpc_KeysData.asm
jpoikela/z88dk
640
122418
; ; Amstrad CPC library ; ****************************************************** ; ** Librería de rutinas para Amstrad CPC ** ; ** <NAME>, Artaburu 2009 ** ; ****************************************************** ; ; $Id: cpc_KeysData.asm $ ; SECTION bss_clib ; ...
oeis/049/A049678.asm
neoneye/loda-programs
11
122419
; A049678: a(n) = F(8*n+4)/3, where F=A000045 (the Fibonacci sequence). ; Submitted by <NAME>(s4) ; 1,48,2255,105937,4976784,233802911,10983760033,516002918640,24241153416047,1138818207635569,53500214605455696,2513371268248782143,118074949393087305025,5547009250206854554032,260591359810329076734479,12242246901835259751...
programs/oeis/213/A213510.asm
jmorken/loda
1
122420
<filename>programs/oeis/213/A213510.asm ; A213510: The sequence N(n) arising in the enumeration of balanced ternary trees. ; 1,3,5,7,10,13,16,19,22,25,28,31,34,38,42,46,50,54,58,62,66,70,74,78,82,86,90,94,98,102,106,110,114,118,122,126,130,134,138,142,147,152,157,162,167,172,177,182,187,192 mov $4,$0 lpb $0 add $1,$...
Transynther/x86/_processed/US/_ht_zr_un_/i7-7700_9_0x48_notsx.log_21829_1870.asm
ljhsiun2/medusa
9
122421
<filename>Transynther/x86/_processed/US/_ht_zr_un_/i7-7700_9_0x48_notsx.log_21829_1870.asm<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r13 push %r15 push %r9 push %rax push %rcx push %rdi push %rsi lea addresses_D_ht+0x1abb6, %rcx nop nop nop nop add $21816, %r9 mov (%rcx), %edi nop nop nop nop nop...
target/cos_117/disasm/iop_overlay1/COMM07.asm
jrrk2/cray-sim
49
122423
<reponame>jrrk2/cray-sim<filename>target/cos_117/disasm/iop_overlay1/COMM07.asm 0x0000 (0x000000) 0x7009- f:00070 d: 9 | P = P + 9 (0x0009) 0x0001 (0x000002) 0x001B- f:00000 d: 27 | PASS | **** non-standard encoding with D:0x001B **** 0x0002 (0x000004) 0x0057- ...
programs/oeis/039/A039716.asm
neoneye/loda
22
122424
<filename>programs/oeis/039/A039716.asm ; A039716: a(n) = prime(n)!. ; 2,6,120,5040,39916800,6227020800,355687428096000,121645100408832000,25852016738884976640000,8841761993739701954543616000000,8222838654177922817725562880000000 seq $0,6005 ; The odd prime numbers together with 1. mov $2,$0 lpb $0 sub $0,2 add $1...
Library/GrObj/Guardian/splineGuardian.asm
steakknife/pcgeos
504
122426
<gh_stars>100-1000 COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) Berkeley Softworks 1990 -- All Rights Reserved PROJECT: PC GEOS MODULE: GrObj FILE: SplineGuardian.asm AUTHOR: <NAME>, Jan 9, 1992 ROUTINES: Name Description ---- ----------- Splin...
src/test/cpp/raw/machineCsr/build/machineCsr.asm
zeldin/VexRiscv
3
122427
<reponame>zeldin/VexRiscv<filename>src/test/cpp/raw/machineCsr/build/machineCsr.asm build/machineCsr.elf: file format elf32-littleriscv Disassembly of section .crt_section: 80000000 <trap_entry-0x20>: 80000000: 0940006f j 80000094 <_start> 80000004: 00000013 nop 80000008: 00000013 ...
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_21829_917.asm
ljhsiun2/medusa
9
122428
<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r12 push %r13 push %r9 push %rcx push %rdi push %rsi lea addresses_D_ht+0x131f4, %rsi lea addresses_A_ht+0x3ff4, %rdi nop nop xor %r9, %r9 mov $89, %rcx rep movsb add $53488, %r13 lea addresses_WC_ht+0x184dd, %r10 nop nop nop nop xor ...
programs/oeis/193/A193433.asm
neoneye/loda
22
122429
<gh_stars>10-100 ; A193433: Sum of the divisors of n^2+1. ; 1,3,6,18,18,42,38,93,84,126,102,186,180,324,198,342,258,540,434,546,402,756,588,972,578,942,678,1332,948,1266,972,1596,1302,1980,1260,1842,1298,2484,1842,2286,1602,2613,2124,3534,2100,3042,2220,4536,2772,3606,2604,3906,3252,5076,2918,4860,3138,6552,4044,5226,3...
packages/external/libmpg123-1.22.x/src/asm_nasm/dct64_sse.asm
sezero/SDL2-OS2
2
122430
; 1 "dct64_sse.S" ; 1 "<built-in>" ; 1 "<command line>" ; 1 "dct64_sse.S" ; 9 "dct64_sse.S" ; 1 "mangle.h" 1 ; 13 "mangle.h" ; 1 "config.h" 1 ; 14 "mangle.h" 2 ; 1 "intsym.h" 1 ; 15 "mangle.h" 2 ; 10 "dct64_sse.S" 2 ; 22 "dct64_sse.S" %include "asm_nasm.inc" _sym_mangle costab_mmxsse _sym_mangle dct64_ss...
src/libs/memory/memcpyw.asm
QFSW/2048x86_64
6
122431
PUBLIC memcpyw .code ; copies a block of word aligned memory ; RCX = src ; RDX = dest ; R8 = size (words) memcpyw PROC mloop: DEC R8 MOV R9, [RCX + R8 * 8] MOV [RDX + R8 * 8], R9 CMP R8, 0 JNE mloop RET memcpyw ENDP END
code/sound.asm
nodiz/projectMatrix
0
122433
; file: sound.asm target ATmega128L-4MHz-STK300 ; purpose library, sound generation sound: ; in a2 period of oscillation (in 10us) ; b0 duration of sound (in 2.5ms) mov b1,b0 ; duration high byte = b clr b0 ; duration low byte = 0 clr a3 ; period high byte = a tst a2 breq sound_off ;...