-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi Tech C 3.09 hangs #48
Comments
With commit e7bc3b3 - same problem here too:
I noticed this some days ago but thought I had screwed up my
Going back to commit 17ea6fc fixes this. The prompt changes after
|
Super, Thank's, this gives us a first regression date....we just need to inspect all the changes from then. when the error occurs, it seems that the system is indeed in the disk calls with weird FCB addresses and content... |
a6ca0a6#diff-441fac67a0c8e278dbe6999fe1474964 |
These are the changes I made to get ADV.com working. So I need to double check and make sure they don't become mutually exclusive. Thanks! |
https://schorn.ch/altair_6.php has Hi-Tech-C in aztechitechc.zip. Hi-Tech-C from that disk image as ZIP: hi-tech-c-v3.09.zip |
ok. so reducing even further the problem. the removal of the zeroing of ex,s1,s2,cr in the OpenFile function is what is creating the issue. |
But I believe that was what fixed ADV.com... need to test again ... but I am almost sure. |
HI there ... I have re-added just the zeroing of s1 and s2. It seems to have fixed HiTech C without breaking ADV. So I will leave it like this, but won't close this issue for now. Merry Christmas and Happy New Year to everyone. See you in 2018 :). |
Super, Thank you so much. Testing it early tomorrow. will put results in. |
Preliminary test is a win... c compiler works a treat. will carry on testing tomorrow. |
I still have some of the problems with commit a3cae38 (posix variant) like already mentioned above:
This is
Ok.
Proof that |
I believe I changed the default CCP to DR's when I was testing ADV (to make sure I was on 100% DR 2.2 compatible mode). This "strange" behavior you are seeing should be the standard (unpatched) DR 2.2 behavior. |
While testing a variety of programs, I met one issue. The compiler run under runcpm hangs. It seems to be associated to the C.COM program chaining the various compilation steps. I did not go far enough to figure out what triggers the failure.
the same compiler works properly in a simh environment and a couple of other emulators.
the programs generated with it work perfectly under it.
The text was updated successfully, but these errors were encountered: