How do most assemblers cope with mixed case text directives? For example, with the line
how do assemblers determine which character set to use, as the code for upper and lower case 'H' is the same in character set 1, or do they 'detect' which set to use by the fact that the string is mixed case?
_________________