Jump to content

kaneda23

Members
  • Content Count

    14
  • Joined

  • Last visited

Posts posted by kaneda23


  1. I have seen a few recommendations on here for TurboBASIC XL as an alternative to the built-in Atari BASIC? Was it release on cart or disk? I would like to use it on my 800XL, but I do have a SIO2PC cable. Can anyone suggest where I could find it?

    Thank you.


  2. I ordered a mouse from 4Jays.com. It is an Atari brand mouse. When I tried it out, I had to press the buttons really hard to get any response. Now I know this is almost 20 year old hardware, but is this common among Atari mice? Is it something that I can fix?


  3. There is another thing that I didn't understand. Take the following code snippet:

    10 DIM B$(384)

    20 B$ = "X"

    30 B$(384) = CHR$(0)

    40 B$(2) = B$

     

    The end result is that each byte of B$ contains an "X".

     

    So, line 20 sets the first byte of B$ to "X" (or the ATASCII code for X). But, what is the purpose of line 30?

     

    After line 30, the first byte of B$ is set to "X", and the 384th byte is set to 0. Can someone explain how line 40 sets each byte of B$ to "X"?

     

    Thanks.


  4. Say that I Dimmed A$ with a length of 20. If I do PR. ADR(A$), I get 2079.

     

    So I set A$ = "ABCDE", and if I do a PEEK(2079), I would expect to see a 65, but instead I see 121. The next location, 2080, has a 0 in it. What's going on?


  5. Hello,

    I am soon to be the owner of an Atari 800XL computer. It doesn't come with a disk drive or tape recorder, but I would like to have some way to store programs that I write. The SIO2PC cable isn't really an option because my Atari will not be in the same room as my computer.

     

    I guess a floppy drive would be the best option. Is there one model that is best? Would disks be difficult to acquire? Thanks.

×
×
  • Create New...