Hi, The port I'm working on has a harvard Architecture with separate program and data memory, both addressed from 0 to 4M. Does CGEN have anything for handling this, or should I just map references to data memory myself by adding 4M? How do I communicate this to gdb? Dave