Search found 15 matches

by Jakebullet70
Sat Jun 08, 2024 4:20 am
Forum: Works In-Progress Discussion
Topic: XC=BASIC, Compiled BASIC Mystify Clone.
Replies: 2
Views: 935

Re: XC=BASIC, Compiled BASIC Mystify Clone.

Nice!!!

https://xc-basic.net/doku.php?id=v3:dim

Look at FAST in the DIM statement. That should speed up your loops.
by Jakebullet70
Thu Jun 06, 2024 4:26 am
Forum: Libraries and Examples
Topic: Dusan Strakl menu options library - BASLOAD version
Replies: 0
Views: 1241

Dusan Strakl menu options library - BASLOAD version

Hi all.

This is an BASLOAD version of Dusan Strakl menu options library.
https://www.8bitcoding.com/p/options-li ... 7645421247

Its all his code with a few varibles reneamed. I did it as an exersize when learning BASLOAD.
Works just like the original.

Have fun!
by Jakebullet70
Sat Jun 01, 2024 5:22 am
Forum: Libraries and Examples
Topic: x16lib - Library for BASIC and Assembly
Replies: 8
Views: 3615

Re: x16lib - Library for BASIC and Assembly

How about a way to run (chain / load) to a new PRG while being able to still see the STRINGS in HIGHRAM memory. I have been looking at the HANGMAN PRG on the SDCARD and the author wrote out VAR's to an INI file before he ran another program. ---> My brain is in overdrive as I am writing code. :)
by Jakebullet70
Sat Jun 01, 2024 1:44 am
Forum: Libraries and Examples
Topic: x16lib - Library for BASIC and Assembly
Replies: 8
Views: 3615

Re: x16lib - Library for BASIC and Assembly

Good deal. I have subscribed. Looking forward to seeing new features. :D
by Jakebullet70
Fri May 31, 2024 4:07 pm
Forum: Libraries and Examples
Topic: x16lib - Library for BASIC and Assembly
Replies: 8
Views: 3615

Re: x16lib - Library for BASIC and Assembly

Really like this. Would like to see it work with BASLOAD as that is how I am writing all my code now. As a new feature would like to see: Save and restore parts of a screen. That way you could save part of screen, show a messagebox and then just restore the part that was overwriten. Really nice work.
by Jakebullet70
Fri May 31, 2024 7:55 am
Forum: Productivity Apps
Topic: Function Key re-mapper
Replies: 0
Views: 1478

Function Key re-mapper

Well, my 1st BASLOAD program thats worth sharing... :) It allows you to re-map the function keys to whatever you want. 10 chars max. Basically came about as I got tired of typing 'BASLOAD TEST.BASL' when I was doing some programming. So have fun! The latest will always be in GITHUB - See the readMe ...
by Jakebullet70
Sat Dec 31, 2022 7:50 pm
Forum:
Topic: XC=BASIC
Replies: 2
Views: 2526

XC=BASIC

Looks like support for the Commander 16 has been added. This includes sprites, sound and interrupts. (pre-release) I have done some XC=Basic programming on the C64 and it is supper fast! <a href="https://xc-basic.net/doku.php?id=v3:commanderx16_support" rel="external nofollow">Commander X16 support...
by Jakebullet70
Tue Mar 02, 2021 4:57 am
Forum: Video/Podcast talk
Topic: VTUI library
Replies: 104
Views: 24893

VTUI library


I am a little confused here. (Normal for me) Can this be called from BASIC or only ASM programs at this point? 

by Jakebullet70
Thu Feb 25, 2021 4:15 am
Forum: CX16 Hardware Support
Topic: 8-Bit Guy controversy
Replies: 37
Views: 16120

8-Bit Guy controversy

<blockquote class="ipsQuote" data-ipsquote="" data-ipsquote-contentapp="forums" data-ipsquote-contentclass="forums_Topic" data-ipsquote-contentcommentid="7976" data-ipsquote-contentid="550" data-ipsquote-contenttype="forums" data-ipsquote-timestamp="1614099767" data-ipsquote-userid="15" data-ipsquot...
by Jakebullet70
Wed Feb 24, 2021 5:45 am
Forum: Introductions
Topic: How to write games in BASIC
Replies: 27
Views: 36764

How to write games in BASIC

Would love to see an extended BASIC that can be tucked into one of the ROM banks like say something like DotBASIC: <a href="http://dotbasic.cbm8bit.com/about.html" rel="external nofollow">http://dotbasic.cbm8bit.com/about.html</a> Or even the addition of Commodore BASIC V7 commands in ROM somewhere...