Jump to content
IGNORED

Cortex BASIC in 80 Column


Stuart

Recommended Posts

Adoption would be higher, if development tools like one of the BASIC's worked with it naturally. Where by naturally I mean the language figures out when and why to bank instead of requiring the programmer to perform memory management operations, such as with RXB. TurboForth actually looks like one of the easiest ways for developers to access it without changing much about how they code. ( Except if changing how you code involves learning TurboForth )

 

There was some prolific Advanced Basic programmer from what I've read about the Geneve. BASIC that is naturally unshackled would be awesome.

 

Did the Powertran Cortex BASIC have any memory paging before it was ported over?

 

-M@

Link to comment
Share on other sites

jedimatt42, on 06 May 2016 - 6:53 PM, said:

Did the Powertran Cortex BASIC have any memory paging before it was ported over?

 

 

It didn't support huge great BASIC programs stored in paged memory, but did support scanning through memory banks for what it called "extended commands". So you could introduce new commands using paged memory, but couldn't have bigger programs. You could control the memory mapper directly if you wanted store data in paged memory.

  • Like 1
Link to comment
Share on other sites

How fast is Cortex Basic compared to XB?

 

There are some benchmarks on the forum somewhere. From memory it was around 1.5 times as fast. Everything is written in assembler - no GPL (apart from the console keyboard scanning routine that it uses).

  • Like 1
Link to comment
Share on other sites

 

There are some benchmarks on the forum somewhere. From memory it was around 1.5 times as fast. Everything is written in assembler - no GPL (apart from the console keyboard scanning routine that it uses).

 

I typed in your graphic demo program at the Fest West and showed it to Richard G. he seemed interested :) took a long time to draw tho.

 

Greg

Link to comment
Share on other sites

  • 1 year later...

Should work OK.

 

"Loading/saving from/to disk is now supported using standard device/file names in quotes (for example, SAVE "DSK3.MYPROG" and LOAD "DSK3.MYPROG"). The auto-run feature as described in the Cortex user guide is also supported. Note though that I think the system crashes at the moment if you try to save a file with the same name as an existing file."

  • Like 1
Link to comment
Share on other sites

Should work OK.

 

"Loading/saving from/to disk is now supported using standard device/file names in quotes (for example, SAVE "DSK3.MYPROG" and LOAD "DSK3.MYPROG"). The auto-run feature as described in the Cortex user guide is also supported. Note though that I think the system crashes at the moment if you try to save a file with the same name as an existing file."

 

ah super, thanks, works :thumbsup:

 

So I packed some oh the demos into a .DSK :)

 

 

post-41141-0-45361600-1520155905.jpg

 

Cortex BASIC Programs_180K.dsk

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...