This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Re: GAS: Short Jumps
- From: Ian Lance Taylor <iant at google dot com>
- To: Christopher Howard <christopher dot howard at frigidcode dot com>
- Cc: binutils at sourceware dot org
- Date: Thu, 15 Mar 2012 16:39:35 -0700
- Subject: Re: GAS: Short Jumps
- References: <4F61978E.5060401@frigidcode.com>
Christopher Howard <christopher.howard@frigidcode.com> writes:
> Hi. I've hope I've come to the correct mailing list: I have a small,
> noobish question about GAS syntax. How does one write a short, relative
> jump in GAS syntax, i.e., with an 8 bit operand and without using a
> symbol?
jmp .+4
Ian