max_stars_repo_path
stringlengths
3
255
max_stars_repo_name
stringlengths
5
116
max_stars_count
int64
0
107k
id
stringlengths
1
7
content
stringlengths
63
1.05M
Transynther/x86/_processed/AVXALIGN/_st_/i9-9900K_12_0xca_notsx.log_21829_1675.asm
ljhsiun2/medusa
9
202829
.global s_prepare_buffers s_prepare_buffers: push %r14 push %r9 push %rbp push %rbx push %rcx push %rdi push %rsi lea addresses_WC_ht+0x1b3cd, %rsi lea addresses_UC_ht+0x193cd, %rdi nop nop dec %rbx mov $38, %rcx rep movsw nop xor %r9, %r9 lea addresses_D_ht+0xc40d, %rsi lea addresses_UC_ht+0x1200d, %rdi nop nop nop cm...
tests/opcode_tests.asm
christiankuhl/em68k
0
202830
<reponame>christiankuhl/em68k<gh_stars>0 TESTSTATUS equ $ffffff00 ; Populate Exception Vectors ; org $00000 dc.l $000003F0 ; Vector = 0 Reset Supervisor Stack Pointer dc.l $00000400 ; Vector = 1 Reset Initial PC dc.l $22222222 ; Vector = 2 Bus Error dc.l $30303033 ; Vector = 3 Ad...
8085_programming/YT/add_even_nos.asm
SayanGhoshBDA/code-backup
16
202832
LXI H,2060 // THE NUMBER OF NUMBERS MOV C,M MVI D,00 L4: INX H MOV A,M L1: SUI 02 STC CPI 02 JNC L1 CPI 00 JZ L2 L3: DCR C JNZ L4 MOV A,D STA 2080 HLT L2: MOV A,D ADD M MOV D,A JMP L3 # ORG 2060H # DB 6, 1 , 4 , 3, 1, 2,4
programs/oeis/289/A289682.asm
neoneye/loda
22
202834
<reponame>neoneye/loda<filename>programs/oeis/289/A289682.asm ; A289682: Catalan numbers read modulo 16. ; 1,1,2,5,14,10,4,13,6,14,12,2,12,4,8,13,6,6,12,6,4,12,8,2,12,12,8,4,8,8,0,13,6,6,12,14,4,12,8,6,4,4,8,12,8,8,0,2,12,12,8,12,8,8,0,4,8,8,0,8,0,0,0,13,6,6,12,14,4,12,8,14,4,4,8,12,8,8,0,6,4,4,8,4,8,8,0,12,8,8,0,8,0,0...
lib/src/xr/x86/xrnstrcm.asm
zanud/xds-2.60
53
202835
<gh_stars>10-100 cpu 386 bits 32 ; COPYRIGHT (c) 1995,99,2002 XDS. All Rights Reserved. ; Implementation for X2C_STRCMP_PROC function cpu 386 %ifdef OS2 section .text use32 align=4 FLAT public 'CODE' %else section .text use32 align=16 public 'COD...
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_21829_1090.asm
ljhsiun2/medusa
9
202836
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r12 push %r8 push %r9 push %rax push %rcx push %rdi push %rsi lea addresses_WT_ht+0x7f37, %rsi lea addresses_normal_ht+0x184f, %rdi clflush (%rdi) nop nop nop cmp %r11, %r11 mov $34, %rcx rep movsb nop nop nop inc %rax lea addresses_WC_ht+0xbe1b, %r9 clflush ...
programs/oeis/107/A107181.asm
neoneye/loda
22
202837
<filename>programs/oeis/107/A107181.asm ; A107181: Primes of the form 8x^2 + 9y^2. ; 17,41,89,113,137,233,257,281,353,401,449,521,569,593,617,641,761,809,857,881,929,953,977,1049,1097,1193,1217,1289,1361,1409,1433,1481,1553,1601,1697,1721,1889,1913,2081,2129,2153,2273,2297,2393,2417,2441,2609,2633,2657,2729,2753,2777,2...
programs/oeis/330/A330319.asm
neoneye/loda
22
202838
<gh_stars>10-100 ; A330319: a(n) = Sum_{i=1..n} phi(i)*phi(i+1), where phi(n) = A000010(n) is Euler's totient function. ; 1,3,7,15,23,35,59,83,107,147,187,235,307,355,419,547,643,751,895,991,1111,1331,1507,1667,1907,2123,2339,2675,2899,3139,3619,3939,4259,4643,4931,5363,6011,6443,6827,7467,7947,8451,9291,9771,10299,113...
programs/oeis/002/A002579.asm
neoneye/loda
22
202840
; A002579: Number of integral points in a certain sequence of closed quadrilaterals. ; 3,5,8,12,17,23,30,37,45,54,64,75,87,99,112,126,141,157,174,191,209,228,248,269,291,313,336,360,385,411,438,465,493,522,552,583,615,647,680,714,749,785,822,859,897,936,976,1017,1059,1101,1144,1188,1233,1279,1326,1373,1421,1470,1520,15...
programs/oeis/191/A191002.asm
jmorken/loda
1
202842
<filename>programs/oeis/191/A191002.asm ; A191002: Completely multiplicative function with a(prime(k)) = prime(k)*prime(k+1). ; 1,6,15,36,35,90,77,216,225,210,143,540,221,462,525,1296,323,1350,437,1260,1155,858,667,3240,1225,1326,3375,2772,899,3150,1147,7776,2145,1938,2695,8100,1517,2622,3315,7560,1763,6930,2021,5148,7...
asm/ifs/sumIf.asm
IronHeart7334/AssemblyPrograms
0
202843
<reponame>IronHeart7334/AssemblyPrograms ; general comments ; This is meant to emulate: ; if(a + b == c){ ; check = 'Y'; ; } else { ; check = 'N'; ; } ; Where check is AL, ; a, b, and c are DWORDS in memory ; they are all unsigned ; and the sum is always mathematically correct ; preprocessor ...
Transynther/x86/_processed/AVXALIGN/_st_sm_/i7-7700_9_0x48_notsx.log_20_213.asm
ljhsiun2/medusa
9
202844
<reponame>ljhsiun2/medusa<filename>Transynther/x86/_processed/AVXALIGN/_st_sm_/i7-7700_9_0x48_notsx.log_20_213.asm .global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r14 push %r9 push %rbx push %rcx push %rdi push %rsi lea addresses_WC_ht+0x111c1, %rsi lea addresses_normal_ht+0x14581, %rdi nop nop n...
sw/552tests/inst_tests/jal_32.asm
JPShen-UWM/ThreadKraken
1
202845
// Original test: ./ullmer/hw4/problem6/jal_1.asm // Author: ullmer // Test source code follows //test jump and link with //largest aligned immediate jal 1022
init.asm
niknikniknik/nunix
0
202847
<reponame>niknikniknik/nunix<gh_stars>0 _init: file format elf32-i386 Disassembly of section .text: 00000000 <main>: char *argv[] = { "sh", 0 }; int main(void) { 0: 8d 4c 24 04 lea 0x4(%esp),%ecx 4: 83 e4 f0 and $0xfffffff0,%esp 7: ff 71 fc pushl -0x4(%ecx) ...
oeis/056/A056003.asm
neoneye/loda-programs
11
202848
; A056003: A second-order recursive sequence. ; 1,18,135,660,2475,7722,21021,51480,115830,243100,481338,906984,1637610,2848860,4796550,7845024,12503007,19468350,29683225,44401500,65270205,94427190,134617275,189329400,262957500,360988056,490217508,659002960,877549860,1158240600,1516008252,1968759936,2537854605,324864033...
win16/lesson15.asm
mashingan/notes-asmtutor
1
202849
org 256 start: mov ax, 90 mov bx, 9 xor dx, dx div bx mov bx, dx mov dx, divi call sprint mov dx, ax call iprintCRLF mov dx, rema call sprint mov dx, bx call iprintCRLF int 20h include 'procs.inc' divi db '90 ...
Final Assignment CSE331/Solution/5.asm
sakibsadmanshajib/CSE331L-Section-1-Fall20-NSU
0
202850
.MODEL SMALL .STACK 100H .DATA PROMPT_1 DB "Enter the number from 0 to 9 : $" PROMPT_2 DB 0DH,0AH,"The number is : $" .CODE MAIN PROC MOV AX, @DATA ; initialize DS MOV DS, AX LEA DX, PROMPT_1 ; load and print PROMPT_1 MOV AH, 9 INT...
data/maps/objects/WardensHouse.asm
opiter09/ASM-Machina
1
202852
WardensHouse_Object: db $17 ; border block def_warps warp 4, 7, 3, LAST_MAP warp 5, 7, 3, LAST_MAP def_signs sign 4, 3, 4 ; FuchsiaHouse2Text4 sign 5, 3, 5 ; FuchsiaHouse2Text5 def_objects object SPRITE_WARDEN, 2, 3, STAY, NONE, 1 ; person object SPRITE_POKE_BALL, 8, 3, STAY, NONE, 2, RARE_CANDY o...
asm/isPossibleIdentifier.asm
GabrielRavier/Generic-Assembly-Samples
0
202853
<filename>asm/isPossibleIdentifier.asm global @ASM_isPossibleIdentifier@4 segment .text align=16 %define result al %define character cl @ASM_isPossibleIdentifier@4: mov result, character and result, -33 sub result, `A` cmp result, 25 setbe result cmp character, `_` sete dl ...
SMLsanity.asm
B10401023/xv6
0
202854
_SMLsanity: file format elf32-i386 Disassembly of section .text: 00000000 <main>: #include "user.h" int main(int argc, char *argv[]) { 0: 8d 4c 24 04 lea 0x4(%esp),%ecx 4: 83 e4 f0 and $0xfffffff0,%esp 7: ff 71 fc pushl -0x4(%ecx) a: 55 ...
Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0xca.log_21829_390.asm
ljhsiun2/medusa
9
202855
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r14 push %r15 push %r9 push %rcx push %rdi push %rdx push %rsi lea addresses_UC_ht+0x9c76, %rsi lea addresses_A_ht+0x1ba76, %rdi nop nop xor %r11, %r11 mov $25, %rcx rep movsw nop nop xor $63199, %r14 lea addresses_D_ht+0x1c76, %r15 nop nop nop nop nop and %r...
CS21/asm/mips7.asm
rizarae/rizarae.github.io
0
202856
<filename>CS21/asm/mips7.asm # Lab 5 # Binary # lab lab .text main: li $v0, 5 syscall move $t0, $v0 li $t1, 32 li $v0, 1 loop: beqz $t1, end rol $t0, $t0, 1 and $a0, $t0, 1 syscall subi $t1, $t1, 1 b loop end: li $v0, 10 syscall
samples/test.asm
andyfangdz/rust-vm
1
202857
<filename>samples/test.asm MOVI R0 1 MOVI R1 2 MOVI R2 3 ADD R0 R1 JA 3 ADDI R0 5 MOVI R2 0 JEQI R2 3 -3 INT 0 HALT
Micro/Tests/sw-push-pop/sw-push-pop.asm
JavierOramas/CP_AC
0
202858
addi r1 r0 65 sw r1 0(r1) addi r1 r1 -5 push r1 pop r31 pop r1 tty r1 halt # Prints "A"
ioctl/IomGetQueStatus.asm
osfree-project/FamilyAPI
1
202859
<reponame>osfree-project/FamilyAPI<gh_stars>1-10 ;-------------------------------------------------------- ; Category 7 Function 64 Get event queue status ;-------------------------------------------------------- ; ; ; IOMGETQUESTATUS PROC NEAR RET IOMGETQUESTATUS ENDP
labexam/stringrecur.asm
zaoad/assembly-
0
202860
<reponame>zaoad/assembly-<gh_stars>0 segment .data scfmt : dq "%lld" ,0 stringfmt: dq "%s" ,0 newline : dq "" ,10, 0 prfmt: dq "%lld" ,10, 0 printbalanced: dq "balanced", 10, 0 printnotbalanced: dq "notbalanced" ,10 ,0 segment .bss s: resq 100 l: resq 1 segment .text global main extern scanf extern printf m...
oeis/329/A329854.asm
neoneye/loda-programs
11
202861
; A329854: Triangle read by rows: T(n,k) = ((n - k)*(n + k - 1) + 2)/2, 0 <= k <= n. ; Submitted by <NAME> ; 1,1,1,2,2,1,4,4,3,1,7,7,6,4,1,11,11,10,8,5,1,16,16,15,13,10,6,1,22,22,21,19,16,12,7,1,29,29,28,26,23,19,14,8,1,37,37,36,34,31,27,22,16,9,1,46,46,45,43,40,36,31,25,18,10,1,56,56,55,53,50,46,41,35,28,20,11,1 mov ...
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48.log_21829_2461.asm
ljhsiun2/medusa
9
202862
<filename>Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48.log_21829_2461.asm<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r12 push %r14 push %r9 push %rax push %rbp push %rcx push %rdi push %rsi lea addresses_WC_ht+0x1d991, %rsi lea addresses_WC_ht+0x17549, %rdi nop nop nop and $8478, %r9 mov $1...
Library/BorlandRTL/h_pada.asm
steakknife/pcgeos
504
202863
; $Id: h_pada.asm,v 1.1 97/04/07 12:04:01 newdeal Exp $ ;[]-----------------------------------------------------------------[] ;| H_PADA.ASM -- long pointer routines | ;[]-----------------------------------------------------------------[] ; ; C/C++ Run Time Library - Version 5...
Transynther/x86/_processed/US/_zr_/i7-7700_9_0xca.log_21829_452.asm
ljhsiun2/medusa
9
202864
.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_UC_ht+0x17de3, %rsi lea addresses_normal_ht+0x1c819, %rdi nop add %rbp, %rbp mov $53, %rcx rep movsl and $47528, %r14 lea addresses_WC_ht+0x11c19, %r9 nop nop cmp %rsi, %rsi and $0xf...
test/test1.asm
secworks/spasm
0
202865
<reponame>secworks/spasm<filename>test/test1.asm // This is a first, simple test program. .define screen = 0x0400 .addr = 0x1000 ldy #$01 :l1 tya sta screen,y iny bne l1 rts
oeis/090/A090326.asm
neoneye/loda-programs
11
202866
; A090326: Number of rules of a context-free grammar in Chomsky normal form that generates all permutations of n symbols. ; Submitted by <NAME>(l1) ; 1,4,15,54,185,608,1939,6058,18669,57012,173063,523262,1577953,4750216,14283387,42915666,128878037,386896220,1161212911,3484687270,10456158921,31372671024,94126401635,2823...
Transynther/x86/_processed/NONE/_zr_/i7-8650U_0xd2.log_19764_1467.asm
ljhsiun2/medusa
9
202867
.global s_prepare_buffers s_prepare_buffers: push %r12 push %r13 push %r14 push %r8 push %rbx push %rcx push %rdi push %rsi lea addresses_D_ht+0x123f3, %r8 nop nop nop xor $11092, %r14 movb (%r8), %r13b nop nop nop xor %r13, %r13 lea addresses_D_ht+0x3bd0, %rbx nop nop nop nop sub $8972, %rcx movb $0x61, (%rbx) nop nop...
maps/OreburghApartmentNW2F.asm
AtmaBuster/pokeplat-gen2
6
202868
object_const_def ; object_event constants OreburghApartmentNW2F_MapScripts: db 0 ; scene scripts db 0 ; callbacks OreburghApartmentNW2F_DuskBallGirlScript: faceplayer checkevent EVENT_OREBURGH_GOT_DUSK_BALL iftrue .After opentext writetext .IntroText waitbutton verbosegiveitem DUSK_BALL iffalse .BagFull ...
Transynther/x86/_processed/AVXALIGN/_un_/i9-9900K_12_0xa0_notsx.log_1_477.asm
ljhsiun2/medusa
9
202869
<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r10 push %r12 push %r13 push %rbp push %rcx push %rdi push %rdx push %rsi lea addresses_UC_ht+0x1470a, %rbp nop nop nop and %r12, %r12 mov $0x6162636465666768, %rdx movq %rdx, %xmm2 and $0xffffffffffffffc0, %rbp vmovntdq %ymm2, (%rbp) nop nop sub %rdi, %...
oeis/066/A066999.asm
neoneye/loda-programs
11
202870
; A066999: a(n) = 3^n * Sum_{i=1..n} i^3/3^i. ; Submitted by <NAME>(s2) ; 1,11,60,244,857,2787,8704,26624,80601,242803,729740,2190948,6575041,19727867,59186976,177565024,532699985,1598105787,4794324220,14382980660,43148951241,129446864371,388340605280,1165021829664,3495065504617,10485196531427,31455589613964,9436676886...
Transynther/x86/_processed/NONE/_zr_/i7-8650U_0xd2.log_4900_895.asm
ljhsiun2/medusa
9
202871
<filename>Transynther/x86/_processed/NONE/_zr_/i7-8650U_0xd2.log_4900_895.asm .global s_prepare_buffers s_prepare_buffers: push %r11 push %r12 push %rax push %rbp push %rcx push %rdi push %rsi lea addresses_normal_ht+0x8365, %r12 nop nop nop nop nop cmp %r11, %r11 movw $0x6162, (%r12) nop xor %r12, %r12 lea addresses_W...
libsrc/osca/restore_dir_position.asm
meesokim/z88dk
0
202872
<gh_stars>0 ; ; Get the FLOS version number ; by <NAME>, 2011 ; ; ; ; $Id: restore_dir_position.asm,v 1.2 2015/01/19 01:33:00 pauloscustodio Exp $ ; INCLUDE "flos.def" PUBLIC restore_dir_position restore_dir_position: jp kjt_restore_dir_position
programs/oeis/055/A055522.asm
karttu/loda
0
202873
<reponame>karttu/loda ; A055522: Largest area of a Pythagorean triangle with n as length of one of the three sides (in fact as a leg). ; 6,6,30,24,84,60,180,120,330,210,546,336,840,504,1224,720,1710,990,2310,1320,3036,1716,3900,2184,4914,2730,6090,3360,7440,4080,8976,4896,10710,5814,12654,6840,14820,7980,17220,9240,198...
C64128Asm/6addition.asm
jacmoe/c64adventures
17
202874
<gh_stars>10-100 ; 10 SYS (32768) *=$0801 BYTE $0E, $08, $0A, $00, $9E, $20, $28, $33, $32, $37, $36, $38, $29, $00, $00, $00 *=$8000 clc ; clear carry lda #2 ; load 2 into the accumulator adc #2 ; add with carry 2 sta ...
main.asm
bveina/AVRListing
0
202875
; your name(s) ; group # ; lab number ; date ; any collaborators .nolist .include "m328pdef.inc" .list .listmac ;Load Word Immediate - Load immediate Word into X,Z,or Z .macro ldi16 ; [X,Y,Z],k16 ldi @0H,high(@1) ldi @0L,low(@1) .endmacro ;Load Word - Load Word from SRAM ; Usage: LDSW [RegH], [RegL], [Addr1...
P8/P8_Test_Code/uart_main.asm
flyinglandlord/BUAA-CO-2021
5
202876
# *** I/O Address Table *** # Data Memory 0x0000_0000 - 0x0000_2fff # Timer0 0x0000_7f00 - 0x0000_7f0b # UART 0x0000_7f20 - 0x0000_7f3b # Digital Tube 0x0000_7f40 - 0x0000_7f47 # Dip Switch 0x0000_7f50 - 0x0000_7f57 # Button Key <KEY> - <KEY> # LED 0x0000_7f60 - 0x00...
Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0x48.log_21829_650.asm
ljhsiun2/medusa
9
202877
.global s_prepare_buffers s_prepare_buffers: ret .global s_faulty_load s_faulty_load: push %r13 push %r8 push %r9 push %rax push %rbp push %rdi // Faulty Load lea addresses_WT+0x1d108, %rax nop nop nop nop nop and %r13, %r13 mov (%rax), %ebp lea oracles, %r13 and $0xff, %rbp shlq $12, %rbp mov (%r13,%rbp,1), %rbp...
audio/music/dungeon3.asm
opiter09/ASM-Machina
1
202878
<gh_stars>1-10 Music_Dungeon3_Ch1:: tempo 160 volume 7, 7 duty_cycle 3 toggle_perfect_pitch vibrato 8, 1, 4 Music_Dungeon3_branch_7e9fc:: note_type 12, 12, 3 Music_Dungeon3_branch_7e9fe:: sound_call Music_Dungeon3_branch_7eab2 sound_loop 3, Music_Dungeon3_branch_7e9fe octave 2 note B_, 2 octave 3 note D#,...
example/fibs.asm
oskimura/macone
0
202879
<filename>example/fibs.asm label start loco 20 call fib stod 4094 stop label fib subd two jneg neg push addd one call fib push lodl 1 call fib addl 0 insp 2 retn label neg loco 1 retn ...
programs/oeis/003/A003472.asm
neoneye/loda
22
202880
<reponame>neoneye/loda ; A003472: a(n) = 2^(n-4)*C(n,4). ; 1,10,60,280,1120,4032,13440,42240,126720,366080,1025024,2795520,7454720,19496960,50135040,127008768,317521920,784465920,1917583360,4642570240,11142168576,26528972800,62704844800,147220070400,343513497600,796951314432,1839118417920,4223160811520,9652938997760,21...
cmd/command/cratio.asm
minblock/msdos
0
202881
page ,132 title Calculate Compression Ratio Routines ;/* ; * Microsoft Confidential ; * Copyright (C) Microsoft Corporation 1992 ; * All Rights Reserved. ; */ ;*** SYMBOLS & MACROS .xlist .xcref include version.inc ifdef dblspace_hooks include dossym.inc ; get DOS...
asm/por_distinct_return_portrait_positions.asm
Iemnur/DSVEdit
70
202882
.nds .relativeinclude on .erroronwarning on ; Normally when you go through a portrait, you are placed at a hardcoded X/Y position (usually 0x80,0xA0). This is difficult to change. ; This patch recodes the way portraits decide the X/Y position to put you at so that return portraits read from an easily changeable list. ...
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_7050_1112.asm
ljhsiun2/medusa
9
202883
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r10 push %rbp push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_WC_ht+0x1ecec, %rsi lea addresses_WT_ht+0x4aac, %rdi nop nop sub %rbp, %rbp mov $47, %rcx rep movsl nop nop inc %r10 lea addresses_WT_ht+0xadec, %rsi lea addresses_W...
Transynther/x86/_processed/AVXALIGN/_ht_zr_un_/i3-7100_9_0x84_notsx.log_21829_1869.asm
ljhsiun2/medusa
9
202884
.global s_prepare_buffers s_prepare_buffers: push %r14 push %r15 push %rdx push %rsi lea addresses_WT_ht+0x1975b, %r15 nop nop and %rdx, %rdx mov (%r15), %r14 nop nop nop xor $13306, %rsi pop %rsi pop %rdx pop %r15 pop %r14 ret .global s_faulty_load s_faulty_load: push %r10 push %r11 push %r12 push %r13 push %r15 ...
Tools/esp/tests/cond.asm
steakknife/pcgeos
504
202885
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) Berkeley Softworks 1989 -- All Rights Reserved PROJECT: PC GEOS MODULE: Esp Test Suite FILE: cond.asm AUTHOR: <NAME>, Sep 6, 1989 REVISION HISTORY: Name Date Description ---- ---- ----------- Adam ...
lowercase/src/main.asm
tcr/odyssey2-demo
2
202886
<reponame>tcr/odyssey2-demo cpu 8048 ;----------------- ; Internal RAM values ;----------------- iram_work equ 020h iram_value equ 021h iram_ictrl equ 022h ; control irq iram_vdcctrl equ 023h ; control value from VDC iram_hcnt equ 024h ; Flag values ictrl_blink equ 080h ; if set...
ASM/src/addresses.asm
Edos512/OoT-RandomizerNoER
344
202887
<gh_stars>100-1000 ; Pointers to game state .definelabel SAVE_CONTEXT, 0x8011A5D0 .definelabel GLOBAL_CONTEXT, 0x801C84A0 .definelabel SUBSCREEN_CONTEXT, 0x801D8C00 .definelabel PLAYER_ACTOR, 0x801DAA30 .definelabel GET_ITEMTABLE, 0x803A9E7E ; Extended memory map: //AUDIO_THREAD_FREE 0x801...
MEM/lab8v2.asm
schfenton/otter-mcu
0
202888
# Display Multiplexor Code by....<NAME> and <NAME> # CPE 233 Lab 8. Counts button presses and outputs that number to the sseg disp .data sseg: .byte 0x03,0x9F,0x25,0x0D,0x99,0x49,0x41,0x1F,0x01,0x09 # LUT for 7-segs .text init: li x20,0x1100C008 # address of anode li x21,0x1100C004 # address of segs li x13,0 # ...
samples/xmymplay.asm/xmymplay.asm
7800-devtools/dmf2asm
0
202889
; xmymplay - An example of how to use xmym tracker in assembly code. ; processor 6502 include 7800.h ; load xmym macros... include xmym.h SEG.U data ; Variable setup... ORG $40 ; these xmym_tracker variables need to be zero page... xmym_songpointerlo ds.b 1 xmym_songpointerhi ds....
boot/disk/disk_load.asm
sreejithnt/os
0
202890
; load DH sectors from drive DL to ES:DX load_disk: push dx ; dx contains how many sectors to read ; store this in stack mov ah, 0x02 ; BIOS read sector function ;mov dl, 0 ; read the drive 0 (i.e. first floppy drive) mov al, dh ; read DH sectors from the starting point mov ch, 0x00 ; select cylinder ...
kernel/pages.nasm
r-tty/radios
0
202891
;******************************************************************************* ; pages.nasm - RadiOS memory paging primitives. ; Copyright (c) 2001, 2002 RET & COM Research. ;******************************************************************************* module kernel.paging %include "sys.ah" %include "errors.ah" %...
programs/oeis/083/A083399.asm
jmorken/loda
1
202892
; A083399: Number of divisors of n that are not divisors of other divisors of n. ; 1,2,2,2,2,3,2,2,2,3,2,3,2,3,3,2,2,3,2,3,3,3,2,3,2,3,2,3,2,4,2,2,3,3,3,3,2,3,3,3,2,4,2,3,3,3,2,3,2,3,3,3,2,3,3,3,3,3,2,4,2,3,3,2,3,4,2,3,3,4,2,3,2,3,3,3,3,4,2,3,2,3,2,4,3,3,3,3,2,4,3,3,3,3,3,3,2,3,3,3,2,4,2,3,4,3,2,3,2,4,3,3,2,4,3,3,3,3,3...
Transynther/x86/_processed/US/_zr_/i9-9900K_12_0xca_notsx.log_95_1859.asm
ljhsiun2/medusa
9
202893
<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %rbp push %rcx push %rdi push %rdx push %rsi lea addresses_WT_ht+0x8599, %rsi lea addresses_UC_ht+0x887d, %rdi nop nop sub $32438, %rbp mov $75, %rcx rep movsb nop nop nop nop nop inc %rcx lea addresses_WC_ht+0x129f5, %rdi nop nop nop sub $57587, %rbp mov...
programs/oeis/085/A085622.asm
neoneye/loda
22
202895
<reponame>neoneye/loda<filename>programs/oeis/085/A085622.asm ; A085622: Maximal number of segments (equivalently, corners) in a rook circuit of a 2n X 2n board. ; 1,4,12,28,56,88,132,180,240,304,380,460,552,648,756,868,992,1120,1260,1404,1560,1720,1892,2068,2256,2448,2652,2860,3080,3304,3540,3780,4032,4288,4556,4828,5...
programs/oeis/267/A267985.asm
neoneye/loda
22
202896
; A267985: Numbers congruent to {7, 13} mod 30. ; 7,13,37,43,67,73,97,103,127,133,157,163,187,193,217,223,247,253,277,283,307,313,337,343,367,373,397,403,427,433,457,463,487,493,517,523,547,553,577,583,607,613,637,643,667,673,697,703,727,733,757,763,787,793,817,823,847,853,877,883,907,913,937,943,967,973,997,1003,1027,...
VirtualBox-5.0.0/src/VBox/Runtime/r3/win/vcc100-kernel32-fakesA.asm
egraba/vbox_openbsd
1
202897
<filename>VirtualBox-5.0.0/src/VBox/Runtime/r3/win/vcc100-kernel32-fakesA.asm<gh_stars>1-10 %include "iprt/asmdefs.mac" %ifndef RT_ARCH_X86 %error "This is x86 only code. %endif %macro MAKE_IMPORT_ENTRY 2 extern _ %+ %1 %+ @ %+ %2 global __imp__ %+ %1 %+ @ %+ %2 __imp__ %+ %1 %+ @ %+ %2: dd _ %+ %1 %+ @ %+ %2...
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0xca.log_21829_1201.asm
ljhsiun2/medusa
9
202898
<filename>Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0xca.log_21829_1201.asm .global s_prepare_buffers s_prepare_buffers: push %r8 push %r9 push %rax push %rbp push %rbx push %rcx push %rdi push %rsi lea addresses_D_ht+0xd5dd, %r8 clflush (%r8) nop nop nop nop cmp $48696, %rdi movb (%r8), %cl nop nop nop nop dec %r...
programs/oeis/202/A202200.asm
neoneye/loda
22
202899
<reponame>neoneye/loda ; A202200: Number of (n+2) X 8 binary arrays avoiding patterns 001 and 101 in rows and columns. ; 1728,7680,26400,76032,192192,439296,926640,1830400,3422848,6110208,10480704,17364480,27907200,43659264,66682704,99677952,146132800,210496000,298378080,416782080,574367040,781747200,1051830000,1400196...
test/decoder/sign_extension.asm
fotcorn/x86emu
18
202900
<filename>test/decoder/sign_extension.asm .text .global _start _start: movsx %al,%bx movsx %al,%ebx movsx %al,%rbx movsx %r8b,%bx movsx %r8b,%ebx movsx %r8b,%rbx movsx %ah,%bx movsx %ah,%ebx movsx %ax,%ebx movsx %ax,%rbx int $0x80
src/tests/generated/bug-corrupted-flags-20-03-21.asm
mguarnieri/revizor
29
202901
.intel_syntax noprefix .test_case_enter: MFENCE ADD R14, 59 test_case_main: .test_case_main.entry: JMP .bb0 .bb0: LFENCE {store} REX OR DL, DL LFENCE AND AL, 61 LFENCE {disp32} JNO .bb1 LFENCE JMP .bb2 LFENCE .bb1: LFENCE LAHF LFENCE AND RBX, 0b111111000000 LFENCE ADD RBX, R14 LFENCE .bb2: LFENCE AND RDX, 0b11111100000...
assignment-4/offbyone-decoder.nasm
jasperla/slae64
0
202902
<gh_stars>0 global _start section .text _start: jmp get_address decoder: pop rsi ; Pop the address of 'shellcode' into %rsi as our "source code" push 32 ; Length of the shellcode below pop rcx decode: dec byte [rsi] ; Perform the decrement "inplace" inc rsi ; Increment the address in %rsi by one loop deco...
libsrc/_DEVELOPMENT/alloc/balloc/c/sccz80/balloc_firstfit.asm
jpoikela/z88dk
640
202903
<reponame>jpoikela/z88dk ; void *balloc_firstfit(unsigned char queue, unsigned char num) SECTION code_clib SECTION code_alloc_balloc PUBLIC balloc_firstfit EXTERN l0_balloc_firstfit_callee balloc_firstfit: pop af pop de pop hl push hl push de push af ld h,e jp l0_balloc_firstfit_ca...
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_21829_1096.asm
ljhsiun2/medusa
9
202904
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r13 push %r8 push %r9 push %rax push %rcx push %rdi push %rsi lea addresses_D_ht+0x3f2, %rsi lea addresses_WT_ht+0x7f2a, %rdi nop nop cmp $57486, %r13 mov $79, %rcx rep movsw nop nop nop nop sub $59716, %r8 lea addresses_D_ht+0x187f2, %rax nop cmp %r11, %r11 ...
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_630.asm
ljhsiun2/medusa
9
202905
.global s_prepare_buffers s_prepare_buffers: ret .global s_faulty_load s_faulty_load: push %r11 push %r14 push %r8 push %r9 push %rbp push %rcx push %rdi push %rsi // Store lea addresses_D+0x41dc, %r8 nop nop nop nop lfence mov $0x5152535455565758, %r9 movq %r9, %xmm3 movups %xmm3, (%r8) nop nop nop sub $16795, %...
programs/oeis/162/A162673.asm
karttu/loda
1
202906
; A162673: Number of different fixed (possibly) disconnected trominoes bounded (not necessarily tightly) by an n*n square ; 0,4,48,204,580,1320,2604,4648,7704,12060,18040,26004,36348,49504,65940,86160,110704,140148,175104,216220,264180,319704,383548,456504,539400,633100,738504,856548,988204,1134480,1296420,1475104,1671...
oeis/021/A021885.asm
neoneye/loda-programs
11
202907
<reponame>neoneye/loda-programs ; A021885: Decimal expansion of 1/881. ; Submitted by <NAME>iga ; 0,0,1,1,3,5,0,7,3,7,7,9,7,9,5,6,8,6,7,1,9,6,3,6,7,7,6,3,9,0,4,6,5,3,8,0,2,4,9,7,1,6,2,3,1,5,5,5,0,5,1,0,7,8,3,2,0,0,9,0,8,0,5,9,0,2,3,8,3,6,5,4,9,3,7,5,7,0,9,4,2,1,1,1,2,3,7,2,3,0,4,1,9,9,7,7,2,9,8 add $0,1 mov $2,10 pow ...
programs/oeis/129/A129895.asm
neoneye/loda
22
202908
<reponame>neoneye/loda ; A129895: a(1)=1. a(n) = a(n-1) + number of triangular numbers among the first (n-1) terms of the sequence. ; 1,2,3,5,7,9,11,13,15,18,21,25,29,33,37,41,45,50,55,61,67,73,79,85,91,98,105,113,121,129,137,145,153,162,171,181,191,201,211,221,231,242,253,265,277,289,301,313,325,338,351,365,379,393,40...
Driver/Printer/PrintCom/printcomPCL4Text.asm
steakknife/pcgeos
504
202912
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) Berkeley Softworks 1990 -- All Rights Reserved PROJECT: PC GEOS MODULE: LaserJet print driver FILE: printcomPCL4Text.asm AUTHOR: <NAME> ROUTINES: Name Description ---- ----------- PrInitFont Set d...
programs/oeis/193/A193494.asm
jmorken/loda
1
202913
<reponame>jmorken/loda ; A193494: Worst case of an unbalanced recursive algorithm over all n-node binary trees. ; 0,1,2,4,5,7,9,13,14,16,18,22,24,28,32,40,41,43,45,49,51,55,59,67,69,73,77,85,89,97,105,121,122,124,126,130,132,136,140,148,150,154,158,166,170,178,186,202,204,208,212,220,224,232,240,256,260,268,276,292,300...
audio/sfx/enter_pc_1.asm
AmateurPanda92/pokemon-rby-dx
9
202914
SFX_Enter_PC_1_Ch4: duty 2 squarenote 6, 15, 0, 1792 squarenote 4, 0, 0, 0 squarenote 6, 15, 0, 1792 squarenote 1, 0, 0, 0 endchannel
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2.log_21829_1058.asm
ljhsiun2/medusa
9
202915
<reponame>ljhsiun2/medusa<filename>Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2.log_21829_1058.asm .global s_prepare_buffers s_prepare_buffers: push %r10 push %r12 push %r9 push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_A_ht+0x1e84f, %rsi lea addresses_D_ht+0x2b3f, %rdi inc %r9 mov $24, %rcx rep ...
audio/sfx/battle_36.asm
opiter09/ASM-Machina
1
202916
SFX_Battle_36_Ch5: duty_cycle 0 square_note 2, 15, 1, 1920 square_note 2, 15, 1, 1792 square_note 2, 15, 1, 1936 square_note 2, 15, 1, 1792 square_note 2, 15, 1, 1952 square_note 2, 15, 1, 1792 square_note 2, 15, 1, 1968 square_note 2, 15, 1, 1792 square_note 2, 15, 1, 1984 square_note 2, 15, 1, 1792 square...
songs/song_21.asm
jorgicor/altair
0
202917
<filename>songs/song_21.asm .db F6, G5, CS6, A5, F5, AS7 .db REST .db F6, G5, CS5 .db REST .db F6, G5, CS5 .db REST .db F6, G5, CS5, A5, F5, AS7, AS6 .db REST .db F6, G5, CS5, A5, F5, AS7, AS6 .db DS5, AS4, FS4, F7 .db REST .db F6, G5, CS5 .db REST .db F6, G5, CS5, A5, F5, AS7, AS6 .db REST .db F6, G5, ...
Transynther/x86/_processed/AVXALIGN/_st_/i7-7700_9_0x48_notsx.log_21829_148.asm
ljhsiun2/medusa
9
202918
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r10 push %r8 push %r9 push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_WT_ht+0xe556, %rsi lea addresses_D_ht+0x1efc6, %rdi clflush (%rdi) nop nop nop nop cmp %r10, %r10 mov $37, %rcx rep movsl nop nop nop nop add $60195, %rsi le...
data/mapHeaders/fuchsiahouse2.asm
adhi-thirumala/EvoYellow
16
202919
FuchsiaHouse2_h: db LAB ; tileset db FUCHSIA_HOUSE_2_HEIGHT, FUCHSIA_HOUSE_2_WIDTH ; dimensions (y, x) dw FuchsiaHouse2Blocks, FuchsiaHouse2TextPointers, FuchsiaHouse2Script ; blocks, texts, scripts db $00 ; connections dw FuchsiaHouse2Object ; objects
programs/oeis/328/A328987.asm
neoneye/loda
22
202920
<filename>programs/oeis/328/A328987.asm ; A328987: The sequence C(n) defined in the comments (A and B smallest missing numbers, offset 0). ; 3,10,15,20,27,32,39,44,51,56,61,68,73,80,85,90,97,102,109,114,119,126,131,138,143,150,155,160,167,172,179,184,189,196,201,208,213,220,225,230,237,242,249,254,259,266,271,278,283,2...
Transynther/x86/_processed/NONE/_xt_sm_/i9-9900K_12_0xca.log_21829_1375.asm
ljhsiun2/medusa
9
202921
<filename>Transynther/x86/_processed/NONE/_xt_sm_/i9-9900K_12_0xca.log_21829_1375.asm .global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r12 push %r13 push %r15 push %rax push %rbx push %rcx push %rdi push %rsi lea addresses_D_ht+0x16582, %rax nop sub %rbx, %rbx mov $0x6162636465666768, %r13 movq %r...
gfx/icons.asm
Ebernacher90/pokecrystal-allworld
0
202922
<gh_stars>0 SECTION "Mon Icons 1", ROMX NullIcon: PoliwagIcon: INCBIN "gfx/icons/poliwag.2bpp" JigglypuffIcon: INCBIN "gfx/icons/jigglypuff.2bpp" DiglettIcon: INCBIN "gfx/icons/diglett.2bpp" PikachuIcon: INCBIN "gfx/icons/pikachu.2bpp" StaryuIcon: INCBIN "gfx/icons/staryu.2bpp" FishIcon: ...
programs/oeis/003/A003512.asm
neoneye/loda
22
202926
; A003512: A Beatty sequence: floor(n*(sqrt(3) + 2)). ; 3,7,11,14,18,22,26,29,33,37,41,44,48,52,55,59,63,67,70,74,78,82,85,89,93,97,100,104,108,111,115,119,123,126,130,134,138,141,145,149,153,156,160,164,167,171,175,179,182,186,190,194,197,201,205,208,212,216,220,223,227,231,235,238,242,246,250,253,257,261,264,268,272,...
smsq/qxl/basic.asm
olifink/smsqe
0
202927
; QXL BASIC Routines section exten xdef qxl_prini xref disp_update xref ut_gxin1 xref ut_gtint xref ut_procdef xref ak_init xref smsq_xreset xref wmon_def ; to get it loaded include 'dev8_keys_err' include 'dev8_keys_qdos_sms' include 'dev8_keys_68000' include 'dev8_keys_sys' include 'dev8_smsq_qxl_...
oeis/342/A342730.asm
neoneye/loda-programs
11
202928
; A342730: a(n) = floor((frac(e*n) + 1) * prime(n+1)). ; Coded manually 2022-01-12 by <NAME>, https://github.com/neoneye ; 2,5,7,8,20,20,22,19,40,42,36,70,66,57,49,94,88,73,129,116,99,85,149,135,120,197,172,149,121,206,196,165,271,236,211,172,291,256,216,175 mov $1,1 ; scale = 1 mov $2,$0 add $2,10 ; number of iterati...
oeis/013/A013769.asm
neoneye/loda-programs
11
202930
<reponame>neoneye/loda-programs ; A013769: a(n) = 21^(3*n + 2). ; Submitted by <NAME> ; 441,4084101,37822859361,350277500542221,3243919932521508681,30041942495081691894741,278218429446951548637196401,2576580875108218291929075869661,23861715484377209601555171628930521,220983347100817338120002444455525554981,204652677750...
samples/SVP_tests/svp.asm
jdesiloniz/svpdev
42
202931
; *********************** ; * SVP access code ; *********************** regXST equ 0x00A15000 regXSTState equ 0x00A15004 regXSTState_L equ 0x00A15005 regInterrupt equ 0x00A15006 CheckSVPTestResult: ; d1 = number of retries before giving up ; d2 = number of test to perform ; returns: d4 -...
Benchmarks/deprecated-quicksort.asm
tim-roderick/simple-cpu-simulator
2
202932
<reponame>tim-roderick/simple-cpu-simulator ;SETUP STC 0 8 STC 1 7 STC 2 6 STC 3 2 STC 4 2 STC 5 3 STC 6 3 STC 7 5 ;r1 is base of Array ;r4 SP ;r2 is lo ;r3 is hi LDC r1 0 LDC r2 0 LDC r3 7 LDC r4 8 ;CALL QUICKSORT ST r1 15 r4 ADDI r4 1 J 16 J 80 ;QUICKSORT (line 16) CMP r14 r2 r3 BGEZ 39 r14 ST r1 21 r4 ADDI r4 1 J...
Transynther/x86/_processed/AVXALIGN/_st_/i7-8650U_0xd2.log_21829_19.asm
ljhsiun2/medusa
9
202934
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r12 push %r14 push %rax push %rbp push %rbx push %rcx push %rdi push %rsi lea addresses_UC_ht+0x1e40f, %rax nop nop xor %r11, %r11 movups (%rax), %xmm0 vpextrq $0, %xmm0, %r14 nop nop nop nop dec %rdi lea addresses_D_ht+0x2957, %rbx xor %r12, %r12 mov (%rbx),...
oeis/081/A081205.asm
neoneye/loda-programs
11
202935
<gh_stars>10-100 ; A081205: Staircase on Pascal's triangle. ; 1,3,10,20,70,126,462,792,3003,5005,19448,31824,125970,203490,817190,1307504,5311735,8436285,34597290,54627300,225792840,354817320,1476337800,2310789600,9669554100,15084504396,63432274896,98672427616,416714805914,646626422970,2741188875414,4244421484512,18053...
oeis/085/A085431.asm
neoneye/loda-programs
11
202936
<reponame>neoneye/loda-programs ; A085431: a(n) = (2^(n-1) + prime(n+1)-prime(n))/2. ; 1,2,3,6,9,18,33,66,131,257,515,1026,2049,4098,8195,16387,32769,65539,131074,262145,524291,1048578,2097155,4194308,8388610,16777217,33554434,67108865,134217730,268435463,536870914,1073741827,2147483649,4294967301,8589934593,1717986918...
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48.log_21829_742.asm
ljhsiun2/medusa
9
202937
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r14 push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_WT_ht+0x2f73, %rsi lea addresses_normal_ht+0x16d05, %rdi xor %rdx, %rdx mov $22, %rcx rep movsw nop nop and %r14, %r14 lea addresses_D_ht+0x9003, %r14 nop nop inc %rbx mov (%r14), %di cmp %rd...
Transynther/x86/_processed/AVXALIGN/_un_/i7-7700_9_0x48.log_31_2199.asm
ljhsiun2/medusa
9
202938
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r11 push %r15 push %r8 push %r9 push %rbp push %rbx push %rcx lea addresses_D_ht+0x10b98, %rbp inc %rcx movb (%rbp), %r11b nop nop nop nop sub %r15, %r15 lea addresses_UC_ht+0xfc75, %rcx nop dec %r8 movb $0x61, (%rcx) nop and %r15, %r15 lea ad...
source/PFD.asm
stuij/rath
25
202939
#C ALIGN -- align HERE codeh align,5,"align",sequal ldr r4, [r2, #16] /* DP will be at UP+16 */ ands r5, r4, #0x3 andne r4, r4, #0xfffffffc addne r4, r4, #4 str r4, [r2, #16] next #C ALIGNED addr -- a-addr align given addr codeh aligned,7,"aligned",align ands r5, r1, #0...
oeis/173/A173128.asm
neoneye/loda-programs
11
202940
; A173128: a(n) = cosh(2*n*arcsinh(n)). ; Submitted by <NAME> ; 1,3,161,27379,9478657,5517751251,4841332221601,5964153172084899,9814664424981012481,20791777842234580902499,55106605639755476546020001,178627672869645203363556318483,695165908550906808156689590141441,3198480759744404940403892408312846259,171741719671073050...
oeis/275/A275486.asm
neoneye/loda-programs
11
202941
<reponame>neoneye/loda-programs ; A275486: Decimal expansion of Pi_3, the analog of Pi for generalized trigonometric functions of order p=3. ; Submitted by <NAME> ; 2,4,1,8,3,9,9,1,5,2,3,1,2,2,9,0,4,6,7,4,5,8,7,7,1,0,1,0,1,8,9,5,4,0,9,7,6,3,7,8,7,5,4,9,9,7,4,5,6,9,8,7,4,3,4,0,9,3,1,7,9,9,1,3,8,5,0,8,3,0,9,0,8,1,6,8,4,7...
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_335_991.asm
ljhsiun2/medusa
9
202942
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r14 push %r15 push %rcx push %rdi push %rdx push %rsi lea addresses_A_ht+0x15593, %r11 xor %rdx, %rdx mov (%r11), %rdi nop nop nop nop nop add %r14, %r14 lea addresses_A_ht+0x17053, %rsi lea addresses_WT_ht+0x16853, %rdi clflush (%rsi) xor %r15, %r15 mov $99,...
Library/Mailbox/Inbox/inboxInit.asm
steakknife/pcgeos
504
202943
<gh_stars>100-1000 COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) GeoWorks 1994 -- All Rights Reserved PROJECT: MODULE: FILE: inboxInit.asm AUTHOR: <NAME>, Apr 19, 1994 ROUTINES: Name Description ---- ----------- REVISION HISTORY: Name Da...