RosettaCodeData/Task/Map-range/6502-Assembly/map-range-1.6502

7 lines
176 B
Plaintext

mapping:
byte $00,$00,$80,$BF ;-1.0f (stored little-endian so the bytes are backwards)
byte $66,$66,$66,$BF ;-0.9f
byte $CD,$CC,$4C,$BF ;-0.8f
byte $33,$33,$33,$BF ;-0.7f
etc.