blob: 7120dbc02c0b7edc5a564b3e1ce870ad796eafec [file] [log] [blame]
.data
.globl a
.globl ext1
.globl ext2
.globl ext3
a:
.word ext1
.word ext1 + 4
.short ext2
.short ext2 - 2
.byte ext3
.byte ext3 + 1