RosettaCodeData/Task/Quoting-constructs/6502-Assembly/quoting-constructs-1.6502
2023-07-01 13:44:08 -04:00

5 lines
244 B
Text

LookUpTable: db $00,$03,$06,$09,$12 ;a sequence of pre-defined bytes
MyString: db "Hello World!",0 ;a null-terminated string
GraphicsData: incbin "C:\game\gfx\tilemap.chr" ;a file containing the game's graphics