5 lines
244 B
Text
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
|