mirror of
https://github.com/pfusik/xasm.git
synced 2025-01-08 03:30:52 +00:00
xasm 2.5.2 release.
This commit is contained in:
parent
b32bd4a6ad
commit
a8f3501164
@ -1,13 +1,13 @@
|
||||
<HTML>
|
||||
<HEAD>
|
||||
<TITLE>xasm 2.5.1 second final edition</TITLE>
|
||||
<TITLE>xasm 2.5.2 second final edition</TITLE>
|
||||
</HEAD>
|
||||
<BODY BGCOLOR=black TEXT=white LINK="#c0c0ff" VLINK="#c040c0" ALINK="#d06060">
|
||||
<TABLE ALIGN=center WIDTH=70%><TR><TD>
|
||||
<CENTER>
|
||||
<IMG SRC="6502proc.gif" ALT="intel outside - 6502 processor">
|
||||
<BR CLEAR=all>
|
||||
<H1>xasm 2.5.1 second final edition</H1>
|
||||
<H1>xasm 2.5.2 second final edition</H1>
|
||||
Copyright (c) 1998-2002 by <A HREF="mailto:fox@scene.pl">Piotr Fusik</A>
|
||||
</CENTER>
|
||||
<P>
|
||||
|
14
doc/xasm.htm
14
doc/xasm.htm
@ -1,13 +1,14 @@
|
||||
<HTML><HEAD><TITLE>X-Assembler 2.5.1</TITLE></HEAD>
|
||||
<HTML><HEAD><TITLE>X-Assembler 2.5.2</TITLE></HEAD>
|
||||
<BODY BACKGROUND="6502proc.gif">
|
||||
<CENTER>
|
||||
<H1>X-Assembler version 2.5.1</H1>
|
||||
<H1>X-Assembler version 2.5.2</H1>
|
||||
<HR>
|
||||
<H2>TABLE OF CONTENTS</H2>
|
||||
<TABLE><TR><TD VALIGN=top>
|
||||
<UL><LI><A HREF="#intro">INTRODUCTION</A>
|
||||
<UL><LI><A HREF="#changes">Changes</A>
|
||||
<UL><LI><A HREF="#ver251">Version 2.5.1</A>
|
||||
<UL><LI><A HREF="#ver252">Version 2.5.2</A>
|
||||
<LI><A HREF="#ver251">Version 2.5.1</A>
|
||||
<LI><A HREF="#ver25">Version 2.5</A>
|
||||
<LI><A HREF="#ver241">Version 2.4.1</A>
|
||||
<LI><A HREF="#ver24">Version 2.4</A>
|
||||
@ -48,6 +49,11 @@ 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,
|
||||
therefore its syntax is an extension of QA's.<BR>
|
||||
<A NAME="changes"><H3>Changes</H3>
|
||||
<A NAME="ver252"><H4>Version 2.5.2</H4>
|
||||
<UL>
|
||||
<LI> version 2.5.1 broke Unix EOLs - fixed
|
||||
<LI> version 2.5.1 omitted all blank/comment/label lines, unless <TT>/c</TT> was used
|
||||
</UL>
|
||||
<A NAME="ver251"><H4>Version 2.5.1</H4>
|
||||
<UL>
|
||||
<LI> fixed assembling sources with Atari EOLs ($9b)
|
||||
@ -243,7 +249,7 @@ only if full path is given.<P>
|
||||
<A NAME="new_quiet">
|
||||
<DT><TT>/q</TT>
|
||||
<DD>Suppress info messages.<BR>
|
||||
Prevents X-Asm from printing "<TT>X-Assembler 2.5.1 by Fox/Taquart</TT>"
|
||||
Prevents X-Asm from printing "<TT>X-Assembler 2.5.2 by Fox/Taquart</TT>"
|
||||
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
|
||||
tons of messages.<P>
|
||||
|
@ -1,4 +1,4 @@
|
||||
--== xasm 2.5.1: second final edition ==--
|
||||
--== xasm 2.5.2: second final edition ==--
|
||||
interactive visual development environment
|
||||
only for 8-bit Atari programming gurus
|
||||
|
||||
|
@ -14,7 +14,7 @@ for Atari 8-bit computers on a PC with MS-DOS or Windows.">
|
||||
<CENTER><P>
|
||||
<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>
|
||||
<A HREF="xasm251.zip">Download (38 KB)</A> |
|
||||
<A HREF="xasm252.zip">Download (38 KB)</A> |
|
||||
<A HREF="doc/index.htm">Browse documentation on-line</A> |
|
||||
<A HREF="mailto:fox@scene.pl">E-mail me</A>
|
||||
<P>
|
||||
@ -24,6 +24,7 @@ on a PC with MS-DOS or Windows.<P>
|
||||
<HR><P>
|
||||
<B>News:</B>
|
||||
<UL>
|
||||
<LI> 03-10-2002: released version 2.5.2 (fixes bugs introduced in 2.5.1)
|
||||
<LI> 21-08-2002: released version 2.5.1 (a small bug fix)
|
||||
<LI> 08-07-2002: released version 2.5
|
||||
<LI> 27-06-2002: released version 2.4.1 (a small bug fix)
|
||||
|
Loading…
Reference in New Issue
Block a user