Bastard
-------
   * Search functions disabled -- to be replaced w/ BSQL/DB_QUERY
     is completed.
   * Long strings are truncated when they exceed line length -- even
     when printed to a file
   * Names used as pointers are not in indirection bracket:.
      A1 88 E7 04 08                 mov     eax , eax_nl_msg_cat_cntr 
     should be
      A1 88 E7 04 08                 mov     eax , [eax_nl_msg_cat_cntr] 
   * In 16-bit disassembly mode for x86, instructions with implied
     operands use 32-bit registers:
	5A                             pop     edx	
     should be
	5A                             pop     dx	
     There are no plans to fix this; if this is a serious problem
     [and how could it be], a separate 8086 16-bit CPU module can be
     provided.


EiC
---
   * following code acts weird on the command-line:
      ;> int x;
      ;> x = 16;
      ;> printf("x is %d\n", x);
     also, try just
      ;> printf("3 is %d\n", 3);


Typhoon
-------
   * needs 64-bit "long long" type added (not a bug)


Command Line Interface
----------------------
	* none? hard to say that with a straight face...
	
lgb
---
   * lgb is butt-ugly
   * Windows such as Names, Strings, etc sometimes print to next window opened
   * the whole thing is basically a wash
	* Anyone up for rewriting the Tk frontend? :)

sob
---
	* most of the buttons do nothing
	* no real functionality
	* ugly colors
	* int_code window is funky
	* First five mouse clicks on startup do nothing (gtk_main()??)
	* NOTE: do not report bugs for sob yet! It is not intended for end
	        users and is included only for the curious, the brave, and
			  the foolhardy (each of which implies the other ;).


