home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 5 / FreshFish_July-August1994.bin / bbs / util / isan-1.2.lha / ISAN-1.2 / ISAN.config2 < prev    next >
Encoding:
Text File  |  1994-01-10  |  1.4 KB  |  46 lines

  1. ****************************************************************************
  2. * "ISAN" © Instruction Stream ANalyzer Configuration file
  3. * Format: Base Opcode, Don't Care Mask, Instruction Name (no spaces please)
  4. * (Any lines not starting with a '$' are ignored)
  5. ****************************************************************************
  6.  
  7.  
  8. * The following two lines work but can be achieved automatically (and more
  9. * efficiently) by adding the "TOTAL" command line switch.
  10.  
  11. *$0000,$FFFF,"  -- TOTAL --  "    ;OUCH !! matches all 64K combinations!
  12. *$FFFF,$0000,"---------------"
  13.  
  14. *---------------------------------------------------------------------
  15. * WATCH HOW YOU USE THE DON'T CARE MASK FIELD, THE MORE 1s IN IT, THE
  16. * SLOWER "ISAN" WILL BE AT UPDATING ITS WINDOW !!
  17. *    |
  18. *    |
  19. *    V
  20. *---------------------------------------------------------------------
  21.  
  22. * /--------------------    Opcode template
  23. * |
  24. * |     /--------------    Opcode "don't care" mask (any 1 bits can be either 1 or 0)
  25. * |     |
  26. * |     |     /-------- Opcode Label (give it anything you want !)
  27. * V     V     V
  28.  
  29.  
  30. $0000,$0FFF,"$0xxx opcodes"
  31. $1000,$0FFF,"MOVE.B"
  32. $2000,$0FFF,"MOVE(A).L"
  33. $3000,$0FFF,"MOVE(A).W"
  34. $4000,$0FFF,"$4xxx opcodes"
  35. $5000,$0FFF,"$5xxx opcodes"
  36. $6000,$0FFF,"BRA/BSR/Bcc"
  37. $7000,$0FFF,"MOVEQ"
  38. $8000,$0FFF,"$8xxx opcodes"
  39. $9000,$0FFF,"$9xxx opcodes"
  40. $A000,$0FFF,"A-LINE"
  41. $B000,$0FFF,"$Bxxx opcodes"
  42. $C000,$0FFF,"$Cxxx opcodes"
  43. $D000,$0FFF,"$Dxxx opcodes"
  44. $E000,$0FFF,"shifts/rots"
  45. $F000,$0FFF,"F-LINE"
  46.