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
Jump to: navigation, search

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