Jump to content
IGNORED

U-BASIC


drac030

Recommended Posts

Wasn't aware of this BASIC, had a look, 2 very nice things that you have implemented that I love.

DIR (always bugged the life out of me having to go to DOS cos my brain cells forgot the file name)

and

HEX (really like this too, usually use assembler and this really helps when trying things out)

 

Maybe it might be possible to implement BIN on byte values, I tend to use BASIC to try stuff

out and loads of times I'm twiddling with bits and would be great to have that facility

 

?

Link to comment
Share on other sites

40 minutes ago, TGB1718 said:

Maybe it might be possible to implement BIN on byte values

Not a bad idea, will think about it.

 

22 minutes ago, bf2k+ said:

I don't suppose that UBASIC source could be compiled with MMG or ABC compilers?

U-BASIC is 101% Atari BASIC, so it should be no problem to compile with MMG or ABC (I did not try). The only exception are the hex numbers (like POKE $D40E,$00), but these are anyways implemented in the way Turbo-BASIC XL does them, i.e. backward compatible with Atari BASIC (in Atari BASIC the POKE above will still work, just will be displayed in the listing as POKE 54286,0). So it depends on the compiler actually, if it would accept this or not. If not, still TBXL Compiler should be able to compile that.

 

Edited by drac030
Link to comment
Share on other sites

8 minutes ago, drpeter said:

In Altirra 4.00-test18 this latest binary-enhanced version seems to crash in the presence of anything more than 64K of RAM.  Is this expected behaviour?

How a crash may be exspected behaviour...

 

But I cannot reproduce this:

 

obraz.thumb.png.5960c59ae83d75402e32ad29482bde6d.png

 

Could you, then, provide more details on the configuration?

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...