Name | Modified | Size | Downloads / Week |
---|---|---|---|
README.txt | 2018-02-17 | 532 Bytes | |
HELLOWORLD.LST | 2018-02-17 | 47.3 kB | |
DOS2asm-hello1-asm-ed.atr | 2018-02-17 | 133.1 kB | |
dos25-hello2-asm-ed.atr | 2018-02-17 | 92.2 kB | |
Totals: 4 Items | 273.1 kB | 0 |
There are 2 .atr disk images and one asm source file here. so chect the dir listing in atari dos. i recommend dos 2.5. it's my preference. instert your asm ed cart and look at the prgrams. it will work on mac 65 too. it is in source format so use the command enter#d:hello.s to load it. then asm and enter the debugger and run at address hex 0600. use the command g0600 to run it. it will show the text on the screen and the accumulator and x and y registers on the 6502 processor when finished running the program. enjoy.