Skip to content

nanochess/c6502

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

6502 to IntyBASIC compiler. http://nanochess.org/
by Oscar Toledo G.

Usage:

    c6502 input.rom output.bas

Only 4K Atari VCS ROMs supported, and it will generate
non-working programs that need a LOT OF ADAPTATION.

Several instructions aren't implemented.

This is a programming aberration, I wrote this to see how easy
would be to port Atari VCS games to Intellivision, but the
resulting code is way too slow for any practical use.

You can add the following line at start of program to ease
adaptation:

    DIM zp(256) AT $00F0

This will tell IntyBASIC to map the 256 bytes RAM memory of
Atari at a fixed position in memory.

About

Atari VCS 6502 to IntyBASIC compiler

Resources

License

Stars

6 stars

Watchers

4 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages