MisterMSK Account closed
Registered: Jul 2009 Posts: 37 |
It would be nice to have one. But as every body stated you just got to read different docs, text files, etc...
Here is some basic stuff.
To make it so you can just type acme filename.asm, put the below at the beginning:
!to "filename.prg",cbm
To make it so you can just type run after loading your program (not SYSing). Put the following under the above code:
* = $0801
!byte $0b, $08, $00, $00, $9e, $32, $30, $36, $31, $00, $00, $00
* = $080d
sei
...your code....
If you run acme filename.asm and you get errors, it will not compile. If you are getting errors, what are the errors you are getting? |