Skip to main content

Questions tagged [integer-basic]

The BASIC interpreter of original Apple I and Apple II computers, later replaced by Applesoft BASIC.

3 votes
3 answers
1k views

Apple II was the first computer I used and programmed on, but only in BASIC, and back in 1979. I learned machine code on my ZX Spectrum which was tape only. On Apple II how do you load/run a machine ...
hippietrail's user avatar
  • 8,214
2 votes
1 answer
381 views

AppleSoft BASIC is designed so that if it encounters an ampersand while processing a program, it will jump to address $03F5, allowing code there to examine what follows and process it suitably. While ...
supercat's user avatar
  • 41.2k
10 votes
2 answers
894 views

I'd like to get an old Apple II Integer BASIC game running on archive.org's embedded MAME in such a way that it just runs without the user having to choose anything from a menu or type any commands to ...
Qubei's user avatar
  • 201
11 votes
3 answers
1k views

I have a vague recollection of some early software that extended the Apple II BASIC language, though I'm not sure if this was Integer or Applesoft BASIC. It provided more features for the language by ...
user avatar
7 votes
5 answers
2k views

While considering the recent question on Integer BASIC, a thought arises: Most systems using/supporting integer math used a 16-bit signed format. In the case of Integer BASIC, this leads to odd-...
Maury Markowitz's user avatar
13 votes
1 answer
740 views

While researching the underpinnings of Integer BASIC (IB), I came across an oddity I'm hoping someone can explain. Unlike MS-derived systems, IB converted numeric constants to their 16-bit ...
Maury Markowitz's user avatar
12 votes
1 answer
670 views

In the Byte magazine article that Woz wrote about the Apple II (Vol 2, No 5), on page 43's last paragraph he mentioned how SWEET16 was useful and he estimated that about 20% of the Integer BASIC code ...
bjb's user avatar
  • 19.2k
4 votes
4 answers
2k views

Was it possible to load integer basic and use it without a language card or were the addresses fixed to rom? EDIT: Sorry, I meant Apple II+ (I had an europlus) so I wrongly put IIe.
julodnik's user avatar
  • 163
22 votes
5 answers
2k views

Programs written in Apple's Integer BASIC sometimes had bits of machine code embedded in them. This was more convenient than loading the code separately, especially when the program was loaded from ...
fadden's user avatar
  • 10k