2010-01-06 Quentin Neill <quentin.neill@amd.com>
[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.031291 seconds and 4 git commands to generate.