RosettaCodeData/Task/Quoting-constructs/6502-Assembly/quoting-constructs-1.6502

6 lines
244 B
Plaintext

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