You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following program compiles successfully with OpenSpin:
pub main | x
x := $FF_FF_FF_FF_FF
The program should not compile, because it attempts to store a 40-bit constant into 'x'.
An attempt to compile with the Propeller tool returns this error:
Constant exceeds 32 bits.
OpenSpin should generate a similar error.
The text was updated successfully, but these errors were encountered:
dlcarrier
changed the title
OpenSpin accepts constants that esxeed 32 bits
OpenSpin accepts constants that exceed 32 bits
Oct 7, 2016
The following program compiles successfully with OpenSpin:
The program should not compile, because it attempts to store a 40-bit constant into 'x'.
An attempt to compile with the Propeller tool returns this error:
OpenSpin should generate a similar error.
The text was updated successfully, but these errors were encountered: