Search found 7 matches

by Matherian
Thu Sep 05, 2024 2:29 pm
Forum: Development Tools
Topic: ASMEDIT X16 - 65C02 Assembler and Editor Software
Replies: 31
Views: 29088

Re: ASMEDIT X16 - 65C02 Assembler and Editor Software

I don't know much about the emulator, but ASMEDIT loads further required binaries when executed. This might be the problem when loading and running "asmedit.prg" from the emulator command line?
by Matherian
Sun Oct 22, 2023 12:21 pm
Forum: Development Tools
Topic: ASMEDIT X16 - 65C02 Assembler and Editor Software
Replies: 31
Views: 29088

Re: ASMEDIT X16 - 65C02 Assembler and Editor Software

I understand your program to be as follows: *=$2000 20 cf fe jsr entrogy-get ;get 24 random bits 8d 00 10 sta $1000 8e 01 10 stx $1001 8c 02 10 sty $1002 20 cc fe jsr monitor LOAD"SAMPLE.PRG",8 This command loads the program to $0801 ignoring the first two bytes (i.e. the location address:...
by Matherian
Mon Oct 02, 2023 9:58 am
Forum: Development Tools
Topic: ASMEDIT X16 - 65C02 Assembler and Editor Software
Replies: 31
Views: 29088

Re: ASMEDIT X16 - 65C02 Assembler and Editor Software

*** New Version of ASMEDIT X16 is now available for download, see main post. ***
by Matherian
Tue Aug 08, 2023 5:28 pm
Forum: Development Tools
Topic: ASMEDIT X16 - 65C02 Assembler and Editor Software
Replies: 31
Views: 29088

Re: ASMEDIT X16 - 65C02 Assembler and Editor Software

Thanks for the heads up on the Planned X16 Editor. The CMDR-DOS 'P' command sounds promising👍
by Matherian
Tue Aug 08, 2023 2:37 pm
Forum: Development Tools
Topic: ASMEDIT X16 - 65C02 Assembler and Editor Software
Replies: 31
Views: 29088

Re: ASMEDIT X16 - 65C02 Assembler and Editor Software

Yes, but the problem is that ASMEDIT only lets you create code above address $ff
if you specify, for example, *=$400 on the first line the assembly should not fail.
by Matherian
Tue Aug 08, 2023 11:16 am
Forum: Development Tools
Topic: ASMEDIT X16 - 65C02 Assembler and Editor Software
Replies: 31
Views: 29088

Re: ASMEDIT X16 - 65C02 Assembler and Editor Software

Thanks for the feedback. I am slightly reluctant to include modern language formats such as .S (but I'm willing to be persuaded otherwise) as this goes against its basic 'old style' architecture. I like it as a discrete environment which just runs on the Commander X16. A bit of history … the .SOR fo...
by Matherian
Sat Aug 05, 2023 1:21 pm
Forum: Development Tools
Topic: ASMEDIT X16 - 65C02 Assembler and Editor Software
Replies: 31
Views: 29088

ASMEDIT X16 - 65C02 Assembler and Editor Software

*** VERSION 3 UPLOADED!!! *** ASMEDIT X16 has been modified to remove the troublesome ROCKWELL instructions BBR, BBS, RMB & SMB, which don't work on a 65c816 CPU. In addition there are new functions included to IMPORT/EXPORT source from/to ASCII text files: 1. CREATE CODE' menu This existing me...