From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

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,887 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,848 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,826 Views)