[OpenBIOS] Defining ." and "

Stefan Reinauer stepan at suse.de
Fri Jun 7 17:11:36 CEST 2002


Hi,..

I tried the following 2 definitions:

HEX
0 > : " 22 PARSE ; IMMEDIATE
 ok
0 > : ." 22 PARSE TYPE ; IMMEDIATE
 ok

Now I try

0 > ." test"
test ok
0 >

which works fine. So does

0 > " test" TYPE
test ok

The following fails as the string is overwritten:
0 > " test"
 ok
2 > TYPE
PEst ok

I could not find the reason by quickly looking into it. Any ideas?

Stefan

-- 
The x86 isn't all that complex - it just doesn't make a lot of
sense.          -- Mike Johnson, Leader of 80x86 Design at AMD
	                          Microprocessor Report (1994)
-
To unsubscribe: send mail to majordomo at freiburg.linux.de
with 'unsubscribe openbios' in the body of the message
http://www.freiburg.linux.de/OpenBIOS/ - free your system..



More information about the openbios mailing list