Re: [stella] TASM

Subject: Re: [stella] TASM
From: Glenn Saunders <cybpunks2@xxxxxxxxxxxxx>
Date: Wed, 28 Nov 2001 18:10:56 -0800
At 08:43 PM 11/28/2001 -0500, you wrote:
To define data bytes, you use the .db pseudo-op, or for words the .dw pseudo-op. i.e.

table1:  .db "this is text"
         .db 000h,0001h,002h,003h
         .db "null-terminated",0
         .db 001h,"mixed",034h
         .db label

But it also supports .byte and .word syntax, correct?


Does it also support < and > to reference low and high bytes?



Glenn Saunders - Producer - Cyberpunks Entertainment
Personal homepage: http://www.geocities.com/Hollywood/1698
Cyberpunks Entertainment: http://cyberpunks.uni.cc

----------------------------------------------------------------------------------------------
Archives (includes files) at http://www.biglist.com/lists/stella/archives/
Unsub & more at http://www.biglist.com/lists/stella/


Current Thread