Search found 7 matches
- 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?
- 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:...
- 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. ***
- 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![👍](//cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f44d.svg)
- 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.
if you specify, for example, *=$400 on the first line the assembly should not fail.
- 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...
- 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...