]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - sim/h8300/inst.h
* h8300s now new target, not alias of h8300h
[thirdparty/binutils-gdb.git] / sim / h8300 / inst.h
index ce930c3a7fd3f1d7e28b5e0af53443aa755c2326..51db285962356fabca9fff172d76accb08142c3e 100644 (file)
    can only happen when simulating H8/300H programs).  We make no attempt
    to catch overlapping addresses, wrapped addresses, etc etc.  */
 #define H8300_MSIZE (1<<16)
-#define H8300H_MSIZE (1<<18)
+
+/* avolkov: 
+   Next 2 macros are ugly for any workstation, but while they're work.
+   Memory size MUST be configurable.
+ */
+#define H8300H_MSIZE (1<<18) 
+#define H8300S_MSIZE (1<<24) 
 
 #define CSIZE 1000