Re: [fasm-help] newbie
Brought to you by:
privalov
|
From: Michael P. <eet...@ho...> - 2002-09-19 07:08:10
|
Maybe your text editor put only a Lf at the end of line, instead of CrLf. ----Original Message Follows---- From: Juan Carlos Sanchez Polar <jcs...@pu...> Reply-To: fas...@li... To: fas...@li... Subject: [fasm-help] newbie Date: Tue, 17 Sep 2002 19:04:48 -0500 (PET) MIME-Version: 1.0 Received: from usw-sf-list2.sourceforge.net ([216.136.171.252]) by mc4-f20.law16.hotmail.com with Microsoft SMTPSVC(5.0.2195.5600); Tue, 17 Sep 2002 17:13:15 -0700 Received: from usw-sf-list1-b.sourceforge.net ([10.3.1.13] helo=usw-sf-list1.sourceforge.net)by usw-sf-list2.sourceforge.net with esmtp (Exim 3.31-VA-mm2 #1 (Debian))id 17rSSl-0006Hg-00; Tue, 17 Sep 2002 17:13:03 -0700 Received: from macareo.pucp.edu.pe ([200.4.255.12])by usw-sf-list1.sourceforge.net with esmtp (Exim 3.31-VA-mm2 #1 (Debian))id 17rSRg-0000eY-00for <fas...@li...>; Tue, 17 Sep 2002 17:11:56 -0700 Received: by macareo.pucp.edu.pe (Postfix, from userid 54143)id 8F0A7152ADD; Tue, 17 Sep 2002 19:04:48 -0500 (PET) Received: from localhost (localhost [127.0.0.1])by macareo.pucp.edu.pe (Postfix) with ESMTP id 8B044152AD5for <fas...@li...>; Tue, 17 Sep 2002 19:04:48 -0500 (PET) Message-ID: <Pin...@ma...> Sender: fas...@li... Errors-To: fas...@li... X-BeenThere: fas...@li... X-Mailman-Version: 2.0.9-sf.net Precedence: bulk List-Help: <mailto:fas...@li...?subject=help> List-Post: <mailto:fas...@li...> List-Subscribe: <https://lists.sourceforge.net/lists/listinfo/fasm-help>,<mailto:fas...@li...?subject=subscribe> List-Id: <fasm-help.lists.sourceforge.net> List-Unsubscribe: <https://lists.sourceforge.net/lists/listinfo/fasm-help>,<mailto:fas...@li...?subject=unsubscribe> List-Archive: <http://sourceforge.net/mailarchives/forum.php?forum=fasm-help> Return-Path: fas...@li... X-OriginalArrivalTime: 18 Sep 2002 00:13:16.0046 (UTC) FILETIME=[2F467AE0:01C25EA8] Hi, I'm trying to compile the following program inside a win98 vmware virtual machine: org 100h use16 mov ah,02 mov dl,'A' int 21h int 20h but I got this error: flar assembler version 1.40 test.asm [1]: org 100h error: name too long. ---- what's wrong? Thanks JC ------------------------------------------------------- This SF.NET email is sponsored by: AMD - Your access to the experts on Hammer Technology! Open Source & Linux Developers, register now for the AMD Developer Symposium. Code: EX8664 http://www.developwithamd.com/developerlab _______________________________________________ Fasm-help mailing list Fas...@li... https://lists.sourceforge.net/lists/listinfo/fasm-help _________________________________________________________________ Join the worlds largest e-mail service with MSN Hotmail. http://www.hotmail.com |