Commit e184c67c authored by malenov's avatar malenov
Browse files

small change in the printed message

parent ea40491f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2004,7 +2004,7 @@ void print_mem( ROM_Size_Lookup_Table Const_Data_PROM_Table[] )
    else
    {
        /* bytes */
        fprintf( stdout, "\nNote: The Program ROM size is calculated under the assumption that 1 instruction word is stored with %d bits\n", 32 );
        fprintf( stdout, "\nNote: The Program ROM size is calculated under the assumption that 1 instruction word is stored with %d bits\n", PROM_INST_SIZE );
    }
    fprintf( stdout, "Note: The Data ROM size is calculated using the sizeof(type) built-in function\n" );

+1 −1
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@
#endif

#define FRAMES_PER_SECOND 50.0    
#define PROM_INST_SIZE    32     /* number of bits of each program instruction when stored in the PROM memory */
#define PROM_INST_SIZE    32     /* number of bits of each program instruction when stored in the PROM memory (applied only when the user selects reporting in bytes) */

#ifdef WMOPS
enum instructions