[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Merlin assembler question
> I've not used Merlin before (I use the cc65 toolchain -http://www.cc65.org/doc/ca65.html). But it sounds like Merlin
> assembles to disk, not to memory. Since you can BLOAD your object
> code and see it in memory, that sounds like what's going on.
Hmm, it should do it.
It also mentioned it in the Manual to go to the monitor and review
the program.
I do only small programs and I really like it to test run them
immediately.
Under SC Assembler you just say MGO $300 or MGO MAIN (if the start
label is MAIN) and run the assembled program.
I am developing (not seriously , just for fun) some hardware for my
Apple II and after fiddling on the breadboard I like to verify it
quickly with a Assembler program.