Skip to content

Latest commit

 

History

History
74 lines (49 loc) · 2.64 KB

index.md

File metadata and controls

74 lines (49 loc) · 2.64 KB

This project have as objective allow to share and publish live atari 8-bit content to the web.

Atari BASIC

Atari Logo

Fun projects for your Atari 8-bit home computers and video game consoles, you can read the articles here

  • Screen Flipping ( jsA8E ) (MAME) Type: RUN "D:FLIP.BAS" [Return]
  • Horizontal Scrolling ( jsA8E ) ( MAME ) Type: RUN "D:HSCROLL.BAS [Return]

Atari Assembler Editor

Based on the great videos from 8-bit and more, here is a live environment to practice the coding tutorials.

Live Atari Assembler Editor ( jsA8E ) ( MAME )

Simple loop:

ENTER #D:ATASM01.ASM [Return]
ASM [Return]
BUG [Return]
S1000 [Return]
S [Return]

(repeat S until you reach the BRK)

Sprite:

ENTER #D:SPRITE1.LST
ASM
BUG
G500B

MAC/65 Assembler Editor With DDT

Live MAC/65 with DDT MAME

FastBasic Demos

Live FastBasic Demos

  • Type: PMTEST [Return]
  • Type: JOYAS [Return]
To list all demos:
DIR *.COM [Return]

B2FJ Virtual Machine

B2FJ is a Virtual Machine intended to run Java bytecode on the 8-bit home computers of the 80s.

Here is the port to Atari playing music and using PM graphics for the dancing bar.

This port is capable of multihreading and automatic Garbagge Collection.

More Info on this link

B2FJ Demo

Games

Joust