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.
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
dbpseudo-instruction which is followed either by quoted character string or by sequence of bytes. Labels will allow to fetch address of such sequences.