From: Cyrill G. <gor...@gm...> - 2013-08-28 05:42:25
|
On Mon, Aug 26, 2013 at 08:28:40PM -0700, Jin Kyu Song wrote: > >From gas testsuite file, a text file containing raw bytecodes > is useful when verifying the output of NASM. > > Signed-off-by: Jin Kyu Song <jin...@in...> > --- > test/gas2nasm.py | 11 +++++++++++ > 1 file changed, 11 insertions(+) > > diff --git a/test/gas2nasm.py b/test/gas2nasm.py > index de16745..a00af92 100755 > --- a/test/gas2nasm.py > +++ b/test/gas2nasm.py > @@ -21,6 +21,9 @@ def setup(): > parser.add_option('-b', dest='bits', action='store', > default="", > help='Bits for output ASM file.') > + parser.add_option('-r', dest='raw_output', action='store', > + default="", > + help='Name for raw output bytes in text') This one doesn't apply. Please refresh and send again. |