Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
|
|
@ -0,0 +1,6 @@
|
|||
MyString:
|
||||
byte "Hello World",0 ;a null-terminated string
|
||||
LookupTable:
|
||||
byte &03,&06,&09,&0C ;a pre-defined sequence of bytes (similar in concept to enum in C)
|
||||
TileGfx:
|
||||
incbin "Z:\game\gfx\tilemap.bmp" ;a file containing bitmap graphics data
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
word $ABCD
|
||||
word $CD,$AB
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
lookup_table_lo:
|
||||
byte <Table00,<Table01,<Table02
|
||||
lookup_table_hi:
|
||||
byte >Table00,>Table01,>Table02
|
||||
Loading…
Add table
Add a link
Reference in a new issue