I love the fact that I can copy #mega65 assembly source code made in EasyAsm65 to my PC with a single copy action. This shows the power of the text edit mode on the MEGA65. Love it.

My experiment has gotten too big to be developed more on the MEGA65 itself. EasyAsm65 needs an import fuction to work with multiple source files. This source file is 296 lines big and I don't like navigating it anymore. It negatively impacts my workflow now. I spend too much time scrolling and not enough time typing.

I hope an update for #EasyAsm65 will include an import option. For now, I am happy I can copy the source over and format it for #kickassembler on my PC.

#retrocomputing #commodore

@wiebow Yup, multiple source file projects is the next feature I want to add.

Note that the source is already formatted for Acme assembler, so that option would require almost no adaptation. (The !to "...",runnable thing is the only part you'd need to change, typically.)

Glad you're able to use EasyAsm for something! :)

@dddaaannn Yes, I need to change !pet to .text and !byte to .byte. Done in 2 secs using a simple replace.

It works great.

EasyAsm IS easy to use. It lacks a few QoL features :) I'm happy to test whatever you add. Working on the MEGA65 itself is a joy.