diff --git a/doc/asm/macro.htm b/doc/asm/macro.htm
index 25798bb5..97d0dd39 100644
--- a/doc/asm/macro.htm
+++ b/doc/asm/macro.htm
@@ -35,7 +35,7 @@ arguments to them and they can then react to the input using IF-constructs.
When the assembler meets MyMacro it will insert the macrodefinition (the text enclosed in MACRO/ENDM). -
Suppose your macro contains a loop.
+
Suppose your macro contains a loop.
rgbfix [options] image[.gb]
How to use the various options.
The ASMotor package (xAsm, xLink, RGBFix, examples and documentation) is freeware and distributed as is. The author retains his copyright and right to modify the specifications and operation of the software without notice.
In other words this means I encourage you to... @@ -43,7 +43,7 @@ you choose to use ASMotor you do so at your own risk.
I am happy to say that xAsm and xLink use PMODE/W as DOS-extender for the MS-DOS port! This means fast assembling of your sourcecodes. A lot faster. PMODE/W is a drop-in replacement for the bulky DOS4GW. If you are a programmer you should check out http://www.di.net/pmw
"PMODE/W is Copyright (c) 1994-1997, Charles Scheffold and Thomas Pytel. All rights reserved."
-
Any questions? Write me!
Carsten Sorensen
@@ -52,12 +52,12 @@ Guildford
Surrey GU2 6QW
United Kingdom
-e-mail:
+
ASMotor is a package currently consisting of three programs (xAsm, xLink and RGBFix) originally designed for development on the Gameboy hand-held
video-game console by Nintendo but recently it has moved towards being a target independent shell for making development of new
assemblers for different processors easier.
@@ -71,11 +71,11 @@ Don't like it? Something you'd like to see added? Mail me
The assembler and linker are written entirely in ANSI C using Bison for the parser. I try to maintain two pre-compiled ports of ASMotor, one for the MS-DOS environment and one for Linux. Bison
is a GNU tool (compiler-compiler) tailored to aid in the development of compilers which you will need if you want to compile it afresh.
-
Anywhere on your HD will do. For maximum enjoyment I recommend adding the directory to your path.
Alternatively you can run it from a floppy.
-
The documentation only comes in one flavour. HTML. This has several advantages for me