Page 1 of 1

VS BTXP $51 (can reassemble)

Posted: Sun Aug 30, 2009 3:43 pm
by antus
This code can be rebuilt with the GNU Assembler for 6811. This time no hacks have been used, and there is a common ram.asm header file defining ram locations in one place for both banks. Use wordpad (or a real programmers editor) if your editor cant handle the line breaks.

total 1.6M
-rw-rw-r-- 1 ant ant 729K 2009-08-30 15:15 BTXPhigh.asm
-rw-rw-r-- 1 ant ant 799K 2009-08-30 15:16 BTXPlow.asm
-rw-rw-r-- 1 ant ant 605 2009-08-30 12:44 makefile
-rw-rw-r-- 1 ant ant 202 2009-08-30 12:42 memory.x
-rw-rw-r-- 1 ant ant 17K 2009-08-30 15:02 ram.inc
-rw-rw-r-- 1 ant ant 1.9K 2009-08-30 15:12 readme.txt

Re: VS BTXP $51 (can reassemble)

Posted: Mon Aug 31, 2009 9:09 am
by antus
update: memory.x page0 should be start 0x0000 length=0x400 (which will provide a ram range 0x0000->0x03FF). Length in version 1 package length=0x3FF is off by one (provides 0->3FE)

Re: VS BTXP $51 (can reassemble)

Posted: Mon Aug 31, 2009 9:20 am
by Apples
So it wont be long before you are adding all you extras to the bins :D

Re: VS BTXP $51 (can reassemble)

Posted: Mon Aug 31, 2009 10:04 am
by antus
Seeing what I can do. Might have to rely on VL400s skills, but that sure is the intention :)