* gas/z80/equ.d, gas/z80/equ.s: Added test of parsing equ directives.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / z80 / equ.s
CommitLineData
a39571ad
AM
1 .data
2_start:
3lab0: .equ .-_start
4 .long lab3
5lab1: equ -(_start - .)
6 .long lab2
7lab2 .equ (.-_start)
8 .long lab1
9lab3 equ ~~(.-_start)
10 .long lab0
This page took 0.023096 seconds and 4 git commands to generate.