Assembly guestion

Bruce nacelp at bright.net
Thu Aug 24 05:50:10 GMT 2000



In some of what I'm trying to learn and work with there are lots of errors
<g>, can I do say 0000-0FFF, instead of trying to run 0000-3FFF?
Bruce





----- Original Message -----
From: "Peter Gargano" <peter at techedge.com.au>
To: <gmecm at diy-efi.org>
Sent: Friday, August 24, 2001 1:30 AM
Subject: Re: Assembly guestion


> Bruce wrote:
> >
> > When using ashc11, is there a way to scroll page by page when the
assembly
> > fails being assembled?.  So as to see where all the errors are?.
>
> If you are running ASHC11 at a DOS prompt, then you'll see
> each error line on the console. Here's what I mean. It shows
> a pass 2 error because label "xxx" is not defined.
>
>   D:\>ashc11 bad.a
>   ASHC11 - 68HC11 Macro Assembler v2.01 (c) Copyright 2001 Tech Edge Pty.
Ltd.
>   Pass 1 bad.a -- 0 error(s), 0 warning(s).
>   ERROR line 3 bad.a -- Symbol "xxx" undefined Pass 2.
>   ->      jmp     xxx
>   Pass 2 bad.a -- 1 error(s), 0 warning(s).
>   bad.S19 -> 3 bytes code/data.
>   End assembly, 4 code lines, memory used: far=0 (0%) near=512 (0%).
>
>
> By default ASHC11 will abort after 20 errors so that most errors
> will show on the screen (if you run a 50 line console). Note that
> the line number is displayed in the error message, so you know where
> to look. You can change how many errors before an abort by using the
> -errorlimit (abbreviation is "-e") as in:
>
>  D:\>ashc11 bad.a -e=100
>
> Here are all ASHC11's options:
>
> Usage: ASHC11 sourcefile [file ... ] -[option[=parameter] ... ]
>
>  Options:  case is unimportant, uppercase letters indicate minimum
required.
>
>   Cycles              Show cycle count in list.
>   Errorlimit=<count>  Set error limit.
>   Intel               Create Intel Hex rather than S19.
>   List[=<file>]       Create a list file (and optionally name it).
>   Macrolist           List macros in list file.
>   Outfile=<file>      Change default out file name.
>   P1list              Produce pass one list to console.
>   Symbollist          List symbols in list file.
>   Timeinfo            Display execution times.
>   Verbose             Verbose display of files processed.
>   Xpand               Expand macros in list file.
>   ?                   Show this help page.
>
>
> Peter.
> --------------------------------------------------------------------------
--
> To unsubscribe from gmecm, send "unsubscribe gmecm" (without the quotes)
> in the body of a message (not the subject) to majordomo at lists.diy-efi.org
>

----------------------------------------------------------------------------
To unsubscribe from gmecm, send "unsubscribe gmecm" (without the quotes)
in the body of a message (not the subject) to majordomo at lists.diy-efi.org




More information about the Gmecm mailing list