Csaba Fekete
Csaba Fekete
+1 for this. I came here to report the same thing.
Edit: `ON BIT 0 GOTO label0, label1 ... ` should jump to the label0 whereas `ON BIT %00000001 GOTO label0, label1...` to label1, etc..
Thanks! To tell the truth, there is no upper memory limit check currently. As long as DASM compiles the intermediate code (I think up until $FFFF), no error will occur....
Hi @Majikeyric I have created a new branch `feature/multiarch`. It contains all the necessary changes for you to start working on the c16 and vic-20 platforms. Let me provide you...
> Thanks for the info ! I'm excited too helping porting XCBASIC to other platforms I love (with the C64!). > I must launch the "dub build --force" command at...
> BUT there are 3 different memory configurations for VIC20. I think I'll add a PRAGMA for this. Now I see that it's very important to make BASIC start and...
> I can't do a "push upsteam", I get an authentication failed error, I don't know why.... I added you as a collaborator now, maybe this will solve it.
> Does XCBASIC check when C64 code is located at $a000-$bfff ? and how does it manage the BASIC banking-in in this case ? It is not checked at all...
> STDLIB_RND SUBROUTINE > I knew this RND routine, there is an errror, a missing CLC Can you please fix and also add a reference in a comment. I think...
I have pushed some code change that gives us these new PRAGMAs: pragma vic20_memsetup = "default" : rem can be "default", "3k" or "8k" pragma c64_screen_memory = $0400 : rem...