1
0
mirror of https://github.com/pfusik/xasm.git synced 2024-12-22 00:29:15 +00:00

xasm 2.4.2 release prepared, but not published.

This commit is contained in:
Piotr Fusik 2002-07-07 00:12:34 +02:00
parent 97f39029d7
commit 402b4b7a79
4 changed files with 19 additions and 8 deletions

View File

@ -1,13 +1,13 @@
<HTML> <HTML>
<HEAD> <HEAD>
<TITLE>xasm 2.4.1 final edition</TITLE> <TITLE>xasm 2.4.2 final edition</TITLE>
</HEAD> </HEAD>
<BODY BGCOLOR=black TEXT=white LINK="#c0c0ff" VLINK="#c040c0" ALINK="#d06060"> <BODY BGCOLOR=black TEXT=white LINK="#c0c0ff" VLINK="#c040c0" ALINK="#d06060">
<TABLE ALIGN=center WIDTH=70%><TR><TD> <TABLE ALIGN=center WIDTH=70%><TR><TD>
<CENTER> <CENTER>
<IMG SRC="6502proc.gif" ALT="intel outside - 6502 processor"> <IMG SRC="6502proc.gif" ALT="intel outside - 6502 processor">
<BR CLEAR=all> <BR CLEAR=all>
<H1>xasm 2.4.1 final edition</H1> <H1>xasm 2.4.2 final edition</H1>
Copyright (c) 1998-2002 by <A HREF="mailto:fox@scene.pl">Piotr Fusik</A> Copyright (c) 1998-2002 by <A HREF="mailto:fox@scene.pl">Piotr Fusik</A>
</CENTER> </CENTER>
<P> <P>

View File

@ -1,13 +1,14 @@
<HTML><HEAD><TITLE>X-Assembler 2.4.1</TITLE></HEAD> <HTML><HEAD><TITLE>X-Assembler 2.4.2</TITLE></HEAD>
<BODY BACKGROUND="6502proc.gif"> <BODY BACKGROUND="6502proc.gif">
<CENTER> <CENTER>
<H1>X-Assembler version 2.4.1</H1> <H1>X-Assembler version 2.4.2</H1>
<HR> <HR>
<H2>TABLE OF CONTENTS</H2> <H2>TABLE OF CONTENTS</H2>
<TABLE><TR><TD VALIGN=top> <TABLE><TR><TD VALIGN=top>
<UL><LI><A HREF="#intro">INTRODUCTION</A> <UL><LI><A HREF="#intro">INTRODUCTION</A>
<UL><LI><A HREF="#changes">Changes</A> <UL><LI><A HREF="#changes">Changes</A>
<UL><LI><A HREF="#ver241">Version 2.4.1</A> <UL><LI><A HREF="#ver242">Version 2.4.2</A>
<LI><A HREF="#ver241">Version 2.4.1</A>
<LI><A HREF="#ver24">Version 2.4</A> <LI><A HREF="#ver24">Version 2.4</A>
<LI><A HREF="#ver23">Version 2.3</A> <LI><A HREF="#ver23">Version 2.3</A>
<LI><A HREF="#ver22">Version 2.2</A> <LI><A HREF="#ver22">Version 2.2</A>
@ -46,6 +47,15 @@ The X-Assembler is a cross-assembler, which generates code for the 6502 processo
It has been designed to be easy to use for Quick Assembler programmers, It has been designed to be easy to use for Quick Assembler programmers,
therefore its syntax is an extension of QA's one.<BR> therefore its syntax is an extension of QA's one.<BR>
<A NAME="changes"><H3>Changes</H3> <A NAME="changes"><H3>Changes</H3>
<A NAME="ver242"><H4>Version 2.4.2</H4>
<UL>
<LI> fixed another bug, very similar to previous one, e.g.
<PRE> ift 0
:label nop
eif
</PRE>
reported <TT>Label not defined before</TT> error for the repeat count.
</UL>
<A NAME="ver241"><H4>Version 2.4.1</H4> <A NAME="ver241"><H4>Version 2.4.1</H4>
<UL> <UL>
<LI> fixed a bug related to label definitions in conditionally skipped code, e.g. <LI> fixed a bug related to label definitions in conditionally skipped code, e.g.
@ -224,7 +234,7 @@ only if full path is given.<P>
<A NAME="new_quiet"> <A NAME="new_quiet">
<DT><TT>/q</TT> <DT><TT>/q</TT>
<DD>Suppress info messages.<BR> <DD>Suppress info messages.<BR>
Prevents X-Asm from printing "<TT>X-Assembler 2.4.1 by Fox/Taquart</TT>" Prevents X-Asm from printing "<TT>X-Assembler 2.4.2 by Fox/Taquart</TT>"
and the summary (how many lines assembled and bytes written). and the summary (how many lines assembled and bytes written).
Good if you are building a project from many source files and don't want Good if you are building a project from many source files and don't want
tons of messages.<P> tons of messages.<P>

View File

@ -1,4 +1,4 @@
--== xasm 2.4.1 final edition ==-- --== xasm 2.4.2 final edition ==--
interactive visual development environment interactive visual development environment
only for 8-bit Atari programming gurus only for 8-bit Atari programming gurus

View File

@ -17,13 +17,14 @@ for Atari 8-bit computers on a PC with MS-DOS or Windows.">
<B>xasm</B> is a set of a few tools for developing software for Atari 8-bit computers <B>xasm</B> is a set of a few tools for developing software for Atari 8-bit computers
on a PC with MS-DOS or Windows.<P> on a PC with MS-DOS or Windows.<P>
<UL> <UL>
<LI> <A HREF="xasm241.zip">Download (37 KB)</A> <LI> <A HREF="xasm242.zip">Download (37 KB)</A>
<LI> <A HREF="doc/index.htm">Browse documentation on-line</A> <LI> <A HREF="doc/index.htm">Browse documentation on-line</A>
<LI> <A HREF="mailto:fox@scene.pl">E-mail me</A> <LI> <A HREF="mailto:fox@scene.pl">E-mail me</A>
</UL> </UL>
<P><HR><P> <P><HR><P>
<B>News:</B> <B>News:</B>
<UL> <UL>
<LI> 07-07-2002: released version 2.4.2 (another small bug fix)
<LI> 27-06-2002: released version 2.4.1 (a small bug fix) <LI> 27-06-2002: released version 2.4.1 (a small bug fix)
<LI> 22-05-2002: released version 2.4 <LI> 22-05-2002: released version 2.4
</UL> </UL>