jkotlinski / durexforth

Modern C64 Forth
Other
230 stars 28 forks source link

Update io.fs #361

Closed Whammo closed 3 years ago

Whammo commented 3 years ago

It should compile now. oops

Whammo commented 3 years ago

Yeah, that fixes it. Sorry for the hassle.

Whammo commented 3 years ago

you may have a different memory configuration so $01 needs to be changed Boolean?

jkotlinski commented 3 years ago

Maybe 55 should be #55 or $55

On Sat, 28 Aug 2021 at 11:32, Whammo @.***> wrote:

you may have a different memory configuration so $01 needs to be changed Boolean?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/jkotlinski/durexforth/pull/361#issuecomment-907600614, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAY34O6O2PFC5AUATQJJRNLT7CUMFANCNFSM5C65TYMA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

Whammo commented 3 years ago

I'm thinking,

 1 c@ 1 or 1 c!
jkotlinski commented 3 years ago

Shouldn't it be 1 c@ 3 or 1 c!? But I think $37 1 c! would work just as well, and take less space.

Whammo commented 3 years ago

We only want to set bit 0., without disturbing the other bits.

jkotlinski commented 3 years ago

Are you sure? Looking here https://sta.c64.org/cbm64mem.html , it says "%x11: BASIC ROM visible at $A000-$BFFF; KERNAL ROM visible at $E000-$FFFF." meaning both two lowest bits need to be 1?

Whammo commented 3 years ago

What you've added done is cool by me. I wanted to leave the >9 messages available, but it's not worth the extra code.

Whammo commented 3 years ago

0 or 0 = 0 0 or 1 = 1 1 or 0 = 1 1 or 1 = 1 1 c@ 1 or 1 c! Only changes bit 0 and only if it is zero

Get Outlook for Androidhttps://aka.ms/ghei36


From: Johan Kotlinski @.> Sent: Saturday, August 28, 2021 12:27:17 PM To: jkotlinski/durexforth @.> Cc: Whammo @.>; Author @.> Subject: Re: [jkotlinski/durexforth] Update io.fs (#361)

Are you sure? Looking here https://sta.c64.org/cbm64mem.html , it says "%x11: BASIC ROM visible at $A000-$BFFF; KERNAL ROM visible at $E000-$FFFF." meaning both two lowest bits need to be 1?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/jkotlinski/durexforth/pull/361#issuecomment-907677859, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AJEFWZ7VBOFWECAJAYUD2UDT7E2BLANCNFSM5C65TYMA. Triage notifications on the go with GitHub Mobile for iOShttps://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Androidhttps://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.