dschmenk / PLASMA

Proto Language AsSeMbler for All (formerly Apple)
MIT License
189 stars 26 forks source link

+plasm won't compile if no slot clock driver installed #30

Closed rsheehan closed 6 years ago

rsheehan commented 6 years ago

Using the new +plasm compile on the plasma.bld disk always gives me the "usage" message rather than compiling if I have booted off a ProDOS disk with the no slot clock system driver "ns.clock.system" installed.

dschmenk commented 6 years ago

Ah, I bet the NS clock drive and the PLASMA argument parser are fighting over $280 address space. Thanks for testing this, I'll look for a fix. Do you mind testing a newer version? I think I have a NS clock somewhere, but it would take half a day to track it down and install the driver,

Dave...

rsheehan commented 6 years ago

Hi Dave,

I am happy to test a newer version.

All the best

On 19/01/2018, at 4:44 AM, David Schmenk notifications@github.com<mailto:notifications@github.com> wrote:

Ah, I bet the NS clock drive and the PLASMA argument parser are fighting over $280 address space. Thanks for testing this, I'll look for a fix. Do you mind testing a newer version? I think I have a NS clock somewhere, but it would take half a day to track it down and install the driver,

Dave...

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/dschmenk/PLASMA/issues/30#issuecomment-358686535, or mute the threadhttps://github.com/notifications/unsubscribe-auth/ADTIxWDsSoFGLpfIgli_0EDrnkrMiaoKks5tL2begaJpZM4Rilo_.

Robert Sheehan Department of Computer Science University of Auckland r.sheehan@auckland.ac.nzmailto:r.sheehan@auckland.ac.nz

dschmenk commented 6 years ago

Thanks for testing the fix.