ca65 assembler and ld65 linker
问题 I'm beginning to use then ca65 assembler and ld65 linker on WIndows to create binary code for Commodore C64 computer, running on VICE emulator. I write this small "hello world" source on file "basic2.s" ;-------------------------------------- ; objetivo: assembly a header BASIC program ; to run binary code ; ; assembler: ca65 ; http://cc65.github.io/doc ; ; v101-c101 2018-08-09 13:50:53 A.Alonso ;----------------------------------------------------- PRINTTOKEN = $99 SYSTOKEN = $9e chrout =