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