[colorforth] New, Improved "Hello, World!"
- Subject: [colorforth] New, Improved "Hello, World!"
- From: Bernd Beuster <bernd.beuster@xxxxxxxx>
- Date: Sun, 05 Aug 2001 20:35:55 +0200
1@ should be changed to
macro
: 1@ 00b60f 3, ;
(this is GNU assembler syntax)
GAS LISTING a.s page 1
1 .text
2 # 1@ ( addr -- byte )
3
4 # old
5 0000 8A00 movb (%eax),%al
6
7 # new
8 0002 0FB600 movzbl (%eax),%eax
9 .end
--
Bernd
------------------------
To Unsubscribe from this list, send mail to Mdaemon@xxxxxxxxxxxxxxxxxx with:
unsubscribe ColorForth
as the first and only line within the message body
Problems - List-Admin@xxxxxxxxxxxxxxxxxx
Main ColorForth site - http://www.colorforth.com