9 Novembre 2007 alle 7:16
#15387
::
Ho provato a fare le operazioni scritte nell’ultimo post. in Particolare ho fatto:
`
\usepackage{listings}
\lstdefinelanguage{ASM}
{ morekeywords={bset,bclr,cp,cpi,mov},%
\lstset{%
language=ASM,
}%
\begin{document}
…..
\appendix
\section{Primo appendice}
\begin{lstlisting}
bset w0,5
mov w0,w3
\end{lstlisting}
\begin{thebibliography}
…
\end{document}
`
Tuttavia solo il mov è in grassetto come parola chiave. bset no. come mai?
Grazie!