We've just updated MediaWiki and its underlying software. If anything doesn't look or work quite right, please mention it to us. --RanAS
Byte Selection Operator
From SnesLab
The Byte Selection Operators are recommended features of 65c816 assemblers.
- < selects the low byte
- > selects the high byte
- ^ selects the bank byte
ca65 provides the functions .HIBYTE, .LOBYTE, and .BANKBYTE as well.
References
- page 48 of 65c816 datasheet: https://www.westerndesigncenter.com/wdc/documentation/w65c816s.pdf