Menu

Commit [r525]  Maximize  Restore  History

Several compiler fixes:

Variables that are declared but not used are no longer allocated RAM.
Fixed option explicit issues:
- when accessing higher bytes of multi-byte variables
- SysPointerX and SysIntStateSave variables no longer generate errors
Fixed bug when multiple 0b or H' constants are present on a line - only the first was being correctly translated.
Fixed "NLVariable" error message

w_cholmondeley 2016-10-19

changed /GCBASIC/trunk/GCBASIC.fbp
changed /GCBASIC/trunk/gcbasic.bas
changed /GCBASIC/trunk/preprocessor.bi
changed /GCBASIC/trunk/variables.bi
/GCBASIC/trunk/GCBASIC.fbp Diff Switch to side-by-side view
Loading...
/GCBASIC/trunk/gcbasic.bas Diff Switch to side-by-side view
Loading...
/GCBASIC/trunk/preprocessor.bi Diff Switch to side-by-side view
Loading...
/GCBASIC/trunk/variables.bi Diff Switch to side-by-side view
Loading...