Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site brl-tgr.ARPA Path: utzoo!watmath!clyde!burl!ulysses!allegra!bellcore!decvax!genrad!teddy!panda!talcott!harvard!seismo!brl-tgr!tgr!W8SDZ@SIMTEL20.ARPA From: Keith PetersenNewsgroups: net.micro.cpm Subject: MACASM QUESTION ON THE Z80 LIB Message-ID: <7385@brl-tgr.ARPA> Date: Tue, 15-Jan-85 20:47:54 EST Article-I.D.: brl-tgr.7385 Posted: Tue Jan 15 20:47:54 1985 Date-Received: Sun, 20-Jan-85 05:54:45 EST Sender: news@brl-tgr.ARPA Organization: Ballistic Research Lab Lines: 24 I have a copy of the modem overlay for use with the ATR8000 microcomputer. One of the lines in the asm code is MACLIB Z80. When I run MACASM there is an error wihch says that I do not have Z80.LIB. Can someone tell me where I get Z80.LIB? Is there some way I an assemble this system on TOPS 20 and not have to assemble on the micro? Should I be using something other than MACASM? You should be using the Digital Research MAC assembler (MAC.COM). Z80.LIB is available from SIMTEL20 as: Filename Type Bytes CRC Directory MICRO: Z80-V3.LIB.1 ASCII 13070 B7EEH <---this is it Z80EXT.LIB.1 ASCII 2825 3AD0H <---this one is for the Z80 undocumented op codes Rename Z80-V3.LIB to Z80.LIB before using. It must be on the default drive unless you give MAC.COM a directive to look for it elsewhere. --Keith