VS BTXP $51 (can reassemble)

Disassembly, Reassembly, Tools and devleopment. Going deep with Hardware and Software.
Post Reply
User avatar
antus
Site Admin
Posts: 8239
Joined: Sat Feb 28, 2009 8:34 pm
cars: TX Gemini 2L Twincam
TX Gemini SR20 18psi
Datsun 1200 Ute
Subaru Blitzen '06 EZ30 4th gen, 3.0R Spec B
Contact:

VS BTXP $51 (can reassemble)

Post 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
Attachments
btxp_version1.zip
(108.69 KiB) Downloaded 433 times
Have you read the FAQ? For lots of information and links to significant threads see here: http://pcmhacking.net/forums/viewtopic.php?f=7&t=1396
User avatar
antus
Site Admin
Posts: 8239
Joined: Sat Feb 28, 2009 8:34 pm
cars: TX Gemini 2L Twincam
TX Gemini SR20 18psi
Datsun 1200 Ute
Subaru Blitzen '06 EZ30 4th gen, 3.0R Spec B
Contact:

Re: VS BTXP $51 (can reassemble)

Post 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)
Have you read the FAQ? For lots of information and links to significant threads see here: http://pcmhacking.net/forums/viewtopic.php?f=7&t=1396
User avatar
Apples
Posts: 151
Joined: Sun Mar 01, 2009 9:57 am
Location: Darwin, NT
Contact:

Re: VS BTXP $51 (can reassemble)

Post by Apples »

So it wont be long before you are adding all you extras to the bins :D
Don't make excuses. Make more horsepower.
User avatar
antus
Site Admin
Posts: 8239
Joined: Sat Feb 28, 2009 8:34 pm
cars: TX Gemini 2L Twincam
TX Gemini SR20 18psi
Datsun 1200 Ute
Subaru Blitzen '06 EZ30 4th gen, 3.0R Spec B
Contact:

Re: VS BTXP $51 (can reassemble)

Post by antus »

Seeing what I can do. Might have to rely on VL400s skills, but that sure is the intention :)
Have you read the FAQ? For lots of information and links to significant threads see here: http://pcmhacking.net/forums/viewtopic.php?f=7&t=1396
Post Reply