Multisim and Ultiboard

cancel
Showing results for 
Search instead for 
Did you mean: 

Out of memory compiling asm51 source

Hi Everyone,

 

I'm having problems compiling this asm51 source for de 8051 MCU:

Capturar.PNG

 

Compilation is going out of memory! Its seems to have issues with DB directive and the byte value 0a5h.

 

Is there any workaround this?

 

Kind Regards,

 

Albert

0 Kudos
Message 1 of 3
(2,891 Views)

Hi AlbertSilva,

 

Is there any error code or message that could help us to understand what is the real problem ?

 

Best regards,

Samir
Ingénieur d'applications
National Instruments - France
0 Kudos
Message 2 of 3
(2,852 Views)

Hi Samir,

 

the only error I receive is a message box with "Out of memory".

 

 I’ve tried using and hex based project ( so no compilation) and the same error appears when starting simulation.

 

Switching the ‘0a5h’ value to a different value, everything works fine.

 

table:

            DB 0a0, 0a1, 0a2, 0a3, 0a4, 0a5, 0a6…

 

Seems like a bug!?

 

Kind Regards

 

Albert

0 Kudos
Message 3 of 3
(2,830 Views)