chiark / gitweb /
list/nolist directives
authorian <ian>
Sun, 1 May 2005 15:11:44 +0000 (15:11 +0000)
committerian <ian>
Sun, 1 May 2005 15:11:44 +0000 (15:11 +0000)
iwjpictest/insn-aliases.inc-gen

index eec19e8d8f6b6f8b4aea192eba55acc19f7d8289..7e42201b63094ebe8e03292d360cf1e2f68437eb 100755 (executable)
@@ -128,7 +128,7 @@ descs_bra () {
  ds="Branch if Not $what";     alias_f bn$flag bra_n$flag $lab $lab 8r
 }
 
-if $macros; then echo ' ; autogenerated - do not edit'; fi
+if $macros; then echo ' ; autogenerated - do not edit'; echo ' nolist'; fi
 
 # `literal operations' (DS282) that are also mirrored by
 # `byte-oriented file register operations' (DS280)
@@ -205,7 +205,7 @@ ds='Move literal to FSR<i>' alias_f  lfsr   mov_lfsr i,$lit $lit,i  12,2
 ds='Table Read'                        noalias         tblrd    */*+/*-/+*
 ds='Table Write'               noalias         tblwt    */*+/*-/+*
 
-if $macros; then echo ' ; the end'; fi
+if $macros; then echo ' list'; fi
 
 exit 0
 #--by-opcode--