home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ftp.barnyard.co.uk
/
2015.02.ftp.barnyard.co.uk.tar
/
ftp.barnyard.co.uk
/
cpm
/
walnut-creek-CDROM
/
BEEHIVE
/
ZCAT
/
MENUS-JB.LBR
/
ASM.VMN
next >
Wrap
Text File
|
2000-06-30
|
5KB
|
118 lines
-x
#
[+ or -] to scroll files
-------------------------------------------------------------------------------
| >>> Master Programming Menu <<< |
-------------------------------------------------------------------------------
Operations File Type Display
1 - File Utilities Menu A - All File Types
B - HEX Files Only
2 - Program Assembly Menu C - ASM " " " "
D - MAC " " " "
3 - System Utilities Menu E - REL " " " "
F - Z80 " " " "
#
1:2
2:3
3:4
Ashctrl p;vmenu *.* asm.vmn
Bshctrl p;vmenu *.hex asm.vmn
Cshctrl p;vmenu *.a?m asm.vmn
Dshctrl p;vmenu *.m?c asm.vmn
Eshctrl p;vmenu *.rel asm.vmn
Fshctrl p;vmenu *.z?0 asm.vmn
#
[+ or -] to scroll files
-------------------------------------------------------------------------------
| >>> File Utilities Menu <<< |
-------------------------------------------------------------------------------
1 - Edit Current File C - Copy Current File to BACKUP
2 - Type (Vtype) Current File P - Use Patch
3 - Copy Current File
D - Erase File
4 - Squeeze a File
5 - Unsqueeze a File
6 - Move a File
A - Use Assembly Menu
B - Use System Menu
#
1ws $Pf
2vtype $Pf
3!mcopy "Destination DIR? ":=$PF
4sq $Pf
5usq $Pf
6move $d$u:$Pf "[NEW DU:] "
A:3
B:4
C!mcopy $Pf
Dera $Pf I
P!patch
Vasm:;vfiler
Z!"ZCPR3:Command>"
#
[+ or -] to scroll files
*---------------------------------------------------------------------*
| >>> Program Assembly Menu <<< |
|---------------------------------------------------------------------|
| Conventional File Assembly Macro File Assembly |
| |
| 1 - ASM Source File Assemble/Link File M80-L80 - A |
| 2 - LOAD Hex File Assemble/Link File ZAS-ZLINK - B |
| 3 - UNLOAD Com File to Hex Assemble Source to Hex w/ZAS - C |
| 4 - MLOAD a File Link REL File using ZLINK - D |
| 5 - Use DDT on Current File Convert 8080 File to Z80 w/ZCON - E |
| 6 - LASM Source File Use ZLIB - F |
| 7 - Use ZDASM to Disassemble a File Use ZREF - G |
*---------------------------------------------------------------------*
B0 H-HELP C0 B0 V-VFILER C0 B0 T-TIME C0 B0 Z-ZCOMMAND C0 B0 M-QMENU C0 B0 P-PRINT C0 B0 N-NOTE C0 B0 Q-QUIT C0
#
1cls;asm $Pn
2cls;load $Pn
3!cls;unload $Pn
4!cls;mload "Enter the Command String here --> "
5!cls;ddt $Pf
6!cls;lasm $Pn
7!cls;zdasm $Pn
A!cls;zex m80 $Pn
B!cls;zex zaslink $Pn
C!cls;zas $Pn h
D!cls;zlink $Pn
E!cls;zcon $Pf
F!cls;zlib $Pf
G!cls;zref $Pf
Hcls;lhelp zcpr3
M:1
Nnotes;notepad;$d$u:
Pprint $Pf "B0 Prints Current File - Ctrl'C' Aborts Print C0 " "B0 Options (CR=default, f=toggle name disp., Onn=offset nn to left, e=exact): C0 "
Qcls;echo >>>>>>>>>>>>>>>>> B2B0 REMEMBER to TURN OFF the PERIPHERALS C0C2 <<<<<<<<<<<<<<<<<;sak /bp5;safety
Tcls;watch
Vasm:;vfiler
Z!"B0 $C $d$u:Command -->C0 "
#
>>> System Utilities Menu <<<
A - Make an Alias H - Run Show
B - Modify an Alias I - Move a Program
C - Create Named Directories J - Compare Current File to Another File
D - Load a New Directory List
E -Change Path
F - Run a Command File
G - Use Memory Utility 1 - Use Assembly Menu
2 - Use File Utility Menu
#
1:3
2:2
Availas
Bvalias $Pf
Cmkdir
Dldr "File to load must have .NDR ext--->
Epath "ie: A0 A12 "
F!$Pn "Enter any Parameters Here ----->
Gexecute mu3
Hshow
Imove $d$u:$Pf "[NEWDIR] "
Jcomp $Pf "compare to DU:Filename.ext "
##