Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!linus!security!genrad!grkermit!masscomp!clyde!floyd!harpo!seismo!hao!hplabs!sri-unix!WANUGA@MIT-XX.ARPA From: WANUGA@MIT-XX.ARPA Newsgroups: net.micro.pc Subject: Macro/Linker Bug Message-ID: <13670@sri-arpa.UUCP> Date: Sat, 12-Nov-83 22:31:41 EST Article-I.D.: sri-arpa.13670 Posted: Sat Nov 12 22:31:41 1983 Date-Received: Fri, 18-Nov-83 00:18:42 EST Lines: 25 From: Thomas S. Wanuga HELP! I came across a bug in either the Macro Assembler or the Linker. My assembly language routine assembles under MASM ver 1.0 and gives 0 Warnings and 0 Errors. Then, when I try linking the resulting .OBJ file, I get the following error message and no .EXE file. DOS 1.1 LINK message: Fatal Error: An internal failure has occurred. Input File: TERM.OBJ(A) pos: 00406 Record Type: A0 DOS 2.0 LINK message: Invalid object module Input File: TERM.OBJ(A) pos: 00404 Record Type: A0 Does anyone know what the problem might be here? What does the "pos" number in the error message mean. Does it mean that the problem is near that byte in the .OBJ file? Where can I find out what the correct format of a .OBJ file is? Thanks. Tom -------