There's no need to put it at a specific location (2049).
It's just in-line data that can be anywhere in code space.
The DataTable label let's the compiler know where it is.
The example shows putting two values in two locations.
Just continue putting more data in as needed. You can use multiple lines,
And rember that the READCODE has to be AFTER the DataTable.Code:DW 256,257,258,259,260,261,262,263,264 DW 268,270 ... etc.
Another reason not to put it at a specific address.
Bookmarks