You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As we are going to add ability of fetching data from ROM (see #3), we also need to be able to conveniently include such data in sources.
It should be a type of line with db pseudo-instruction which is followed either by quoted character string or by sequence of bytes. Labels will allow to fetch address of such sequences.
The text was updated successfully, but these errors were encountered:
As we are going to add ability of fetching data from ROM (see #3), we also need to be able to conveniently include such data in sources.
It should be a type of line with
db
pseudo-instruction which is followed either by quoted character string or by sequence of bytes. Labels will allow to fetch address of such sequences.The text was updated successfully, but these errors were encountered: