Convert a 16bit address to 2 bytes (lo_byte, hi_byte) as is the 6502 way

w2b(address)

Arguments

address

address from $0000 to $ffff

Value

integer vector of length 2 with (lo_byte, hi_byte)