Add directives in rasm2 manpage

This commit is contained in:
pancake 2016-02-16 04:52:12 +01:00
parent 9197972e1c
commit 24582a7c37
2 changed files with 31 additions and 0 deletions

View File

@ -59,6 +59,36 @@ Select syntax output (intel, att)
.It Fl w
Describe opcode (whats op)
.El
.Sh different than filename
.Pp
.Bl -tag -width Fl
.It Fl .intel_syntax
Use intel syntax rather than att:w
.It Fl .att_syntax
Use ATT syntax rather than flu :w
dentify the region fof aslerrger
.It Fl string
dentify the region fof aslerrger
.It Fl .ascii
.It Fl .align
.It Fl .arm
.It Fl .thumb
.It Fl .arch
.It Fl .bits
.It Fl .fill
.It Fl .kernel
.It Fl .os
.It Fl .hex
.It Fl .int16
.It Fl .short
.It Fl .int32
.It Fl .int64
.It Fl .glob
.It Fl .equ
.It Fl .org
.It Fl .text
.It Fl .data
.El
.Sh EXAMPLES
.Pp
Assemble opcode:

View File

@ -83,6 +83,7 @@ if [ -d shlr/capstone/.git ]; then
fi
[ "`uname`" = Linux ] && export LDFLAGS="-Wl,--as-needed ${LDFLAGS}"
rm -f plugins.cfg
unset DEPS
./configure ${CFGARG} --prefix=${PREFIX} || exit 1
${MAKE} -s -j${MAKE_JOBS} MAKE_JOBS=${MAKE_JOBS} || exit 1
if [ "`uname`" = Darwin ]; then