[stella] Assembler question...what do the < and > symbols do?

Subject: [stella] Assembler question...what do the < and > symbols do?
From: "Dennis Debro" <dnsdebro@xxxxxxxxxxx>
Date: Tue, 23 Jan 2001 08:23:31 -0500
I'm new to this list and assembler language.  I have gone through some code and noticed expressions like
 
...
adc #<zero
sta ptr0,y
lda #0
adc #>zero
...
 
From okie dokie
curs1
     lda >#off1
     sta CRTABLE,x
     dex
     lda <#off1
...
 
What do the < and > symbols do?  I can't find this in my assembler book.
Thanks,
Dennis
Current Thread