From: ian Date: Sun, 1 May 2005 15:11:44 +0000 (+0000) Subject: list/nolist directives X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ijackson/git?a=commitdiff_plain;h=5c64054d2922d708cd6604eb925015a329f25365;p=trains.git list/nolist directives --- diff --git a/iwjpictest/insn-aliases.inc-gen b/iwjpictest/insn-aliases.inc-gen index eec19e8..7e42201 100755 --- a/iwjpictest/insn-aliases.inc-gen +++ b/iwjpictest/insn-aliases.inc-gen @@ -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' 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--