Assembly programs and registered features?

General problems and how-to's of running/using the CCS64 emulator.

Moderator: Håkan Sundell

Post Reply
duke
Posts: 2
Joined: Tue Nov 25, 2003 7:51 am

Assembly programs and registered features?

Post by duke »

Hi there,

just wanted to know :

*) Is there anyone that could tell me what are the additional features for a registered version of this emulator?

*) Just for fun I want to do a bit of assembly programming - could somenone tell me, what kind of assambler is feasible/available for writing code on a M$ machine and how to get the binary file to the emulator?

thanks
tom
Rebell
Posts: 99
Joined: Sat Oct 11, 2003 12:12 pm
Location: Sauerland, Germany
Contact:

Post by Rebell »

Hi again :wink:

try this : http://www.cc65.org/

Its a complete cross development package for 65(C)02 systems, including a powerful macro assembler, a C compiler, linker, librarian and several other tools. It is based on a C compiler that was originally adapted for the Atari 8bit computers by John R. Dunning. The original C compiler is a Small C descendant but has several extensions, and some of the limits of the original Small C compiler are gone. The original copyright allows free redistribution including sources, even if it would not qualify as Open Source Software according to the Open Source Definition.

supports :
  • ...the Commodore C64
    ...the GEOS operating system for the Commodore C64
    ...the Commodore C128
    ...the Commodore C16, C116 and Plus/4
    ...the Commodore P500
    ...the Commodore 600/700 family of computers
    ...the Apple ][
    ...the Atari 8bit machines
    ...the Oric Atmos
[/list]

GOOD LUCK & HAVE FUN :lol:
Stuart Toomer
Site Co-Admin
Posts: 786
Joined: Wed Aug 20, 2003 2:46 pm
Location: East Yorkshire, England

Post by Stuart Toomer »

If you are using CCS64 V2.0/V3.0 BETA, there are no additional features with registering - you are showing your support by donating to Hakan.

If you are using CCS64 V1.09, then it un-locks the asterisked features on the main menu.
Kind regards,

Stuart Toomer.
duke
Posts: 2
Joined: Tue Nov 25, 2003 7:51 am

Post by duke »

8)

@rebel: Thank you - what a feeling of having to deal with only a couple of Assembler commands again; makes me feel like 16 again :D

@Stuart: ...well then it was a tribute to Hakans work - but to me it is worth it!!

greetings
tom
Rebell
Posts: 99
Joined: Sat Oct 11, 2003 12:12 pm
Location: Sauerland, Germany
Contact:

Post by Rebell »

i hope to get your newst programs soon :wink:
Post Reply