C64 asm is an assembler program for the Commodore 64 computer written in COMMODORE 64 BASIC language. The source is available on github. You can get it here : [ Ссылка ].
This assembler program takes as input an assembly source code and outputs machine code which you will be able to execute.
Everything is located in memory (at that time, floppy disk drives were very expensive!): the assembler, the source code to assemble and the resulting machine code.
As you will see, this program has the particularity to use the Commodore 64 BASIC editor to store the source code.
Ещё видео!