Stephen Heumann
5b26b8cc5b
Expand all tabs in assembly files to spaces.
...
This allows the code to be displayed properly on GitHub and in modern text editors, which typically do not support the irregularly-spaced tab stops used for ORCA/M code. It also avoids any possibility of problems building the code if the SysTabs file is missing or has been customized with non-standard tab stops.
2018-02-10 21:55:24 -06:00
Kelvin Sherlock
3c09d1c4ff
add allowTokensAfterEndif setting for pragma ignore (from MPW ORCA/C IIgs) [WIP]
2017-10-28 20:19:00 -04:00
Stephen Heumann
ccd653ddb9
Move some more code out of the blank segment to make space for static data.
2017-10-21 20:36:21 -05:00
Stephen Heumann
4f736079f0
If the day of the month is in the range 1-9, report it in __DATE__ with a leading space character rather than a leading 0.
...
This is what is required by the C standards.
2017-10-21 20:36:21 -05:00
Stephen Heumann
1994e7e353
Properly report dates in the year 2000 and beyond with the __DATE__ macro.
...
This should now work properly through the end of the year 2155, i.e. the limit of what the ReadTimeHex format can represent.
2017-10-21 20:36:21 -05:00
Stephen Heumann
46b6aa389f
Change all text/source files to LF line endings.
2017-10-21 18:40:19 -05:00
mikew50
e72177985e
ORCA/C 2.1.0 source from the Opus ][ CD
2017-10-01 17:47:47 -06:00