Search found 20 matches

by jurkstas
08 Jan 2021, 12:37
Forum: Hardware and software hacking
Topic: gtBASIC
Replies: 435
Views: 101359

Re: gtBASIC

Awesome, thanks for the release!
by jurkstas
07 Jan 2021, 14:24
Forum: Hardware and software hacking
Topic: gtBASIC
Replies: 435
Views: 101359

Re: gtBASIC

Initially I was going to open the issue on your fork, but I couldn't. Disabled or maybe I don't have necessary role for it? See here: https://github.com/at67/gigatron-rom/issues it just redirects to pulls. Aaaaah my bad, that should be fixed now. Fixed. It is possible to transfer issues, but not su...
by jurkstas
07 Jan 2021, 13:39
Forum: Hardware and software hacking
Topic: gtBASIC
Replies: 435
Views: 101359

Re: gtBASIC

Initially I was going to open the issue on your fork, but I couldn't. Disabled or maybe I don't have necessary role for it? See here: https://github.com/at67/gigatron-rom/issues it just redirects to pulls.
by jurkstas
07 Jan 2021, 11:34
Forum: Hardware and software hacking
Topic: gtBASIC
Replies: 435
Views: 101359

Re: gtBASIC

Would you consider publishing the internal build? It would be a lot easier to contribute. Especially now that you mention the documentation has progressed so far already. And making commits smaller would make it easier to understand what is happening. For example, https://github.com/kervinck/gigatro...
by jurkstas
06 Jan 2021, 21:59
Forum: Hardware and software hacking
Topic: gtBASIC
Replies: 435
Views: 101359

Re: gtBASIC

Opened an issue regarding the crash: https://github.com/kervinck/gigatron-rom/issues/182
by jurkstas
06 Jan 2021, 17:41
Forum: Hardware and software hacking
Topic: gtBASIC
Replies: 435
Views: 101359

Re: gtBASIC

Hi, just a quick reply. Item 1 makes sense after spending a few hours browsing code. _arrayStart_ was added to in one of the latest versions, right? v0.9.9 vorks with _runtimeStat_ only. 2. Compiled does not crash with the memory issue, but throws the error as supposed to. I think there is something...
by jurkstas
06 Jan 2021, 00:13
Forum: Hardware and software hacking
Topic: gtBASIC
Replies: 435
Views: 101359

Re: gtBASIC

Hi at67, didn't see (nor expect in 2 minutes, haha) your reply and made an edit to my previous message. v0.9.9B would crash in 32k mode and v1.0.1B would crash in either mode. I will look into what is going on.
by jurkstas
05 Jan 2021, 23:55
Forum: Hardware and software hacking
Topic: gtBASIC
Replies: 435
Views: 101359

Re: gtBASIC

How do I compile for 64K RAM? Is it as simple as adding "_runtimeStart_ &hFFFF" ? It seems so.
Edit: it works with v0.9.9B, but latest release crashes when I try to compile a 5000 words array. Without the _runtimeStart_ directive, max array that it could fit was 512 words.
by jurkstas
25 Jun 2020, 08:50
Forum: Hardware and software hacking
Topic: gtBASIC
Replies: 435
Views: 101359

Re: gtBASIC

at67 wrote: 25 Jun 2020, 08:20
jurkstas wrote: 25 Jun 2020, 07:35 Is there an include/import/copy directive for gtbas code modules?
There is for the assembler but not for the compiler yet, it should be in for the next version; but no promises :)
Thanks. Then copy/paste it is :)
by jurkstas
25 Jun 2020, 07:35
Forum: Hardware and software hacking
Topic: gtBASIC
Replies: 435
Views: 101359

Re: gtBASIC

Hi at67,

This is awesome. Thank you.

Is there an include/import/copy directive for gtbas code modules?