gdb: Convert language la_word_break_characters field to a method
[deliverable/binutils-gdb.git] / gas / testsuite / gas / z80 / quotes.s
1 ;; test the parsing of strings and character constants
2 section .data
3 laf:
4 defb "single:'"
5 defb 'double:"',laf
6 defb 'escape:\\'
7
8 ex af,af'
9 af0:
10 cp '9'+1
11
This page took 0.028698 seconds and 4 git commands to generate.