As I remember Assembler, to reserve string constants are used
DB 'string' statements.
But reaction of compiler for ! DB 'string' is syntax error.
I understand that it possible to write each byte through comma.
But could be exist another way ?
PS. Maybe I lost something, but information in PB.HLP is not enough.
DB 'string' statements.
But reaction of compiler for ! DB 'string' is syntax error.
I understand that it possible to write each byte through comma.
But could be exist another way ?
PS. Maybe I lost something, but information in PB.HLP is not enough.
Comment