Initial data commit
This commit is contained in:
parent
72d218235f
commit
f23f22d71c
199087 changed files with 3378941 additions and 0 deletions
6
Task/Map-range/6502-Assembly/map-range-1.6502
Normal file
6
Task/Map-range/6502-Assembly/map-range-1.6502
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue