pgmfi.org

Hacking up Honda's ECU
It is currently Fri Mar 29, 2024 6:49 am

All times are UTC - 5 hours [ DST ]




Post new topic Reply to topic  [ 3 posts ] 
Author Message
PostPosted: Sat Feb 04, 2006 2:01 pm 
Offline

Joined: Tue Jul 27, 2004 3:01 am
Posts: 2945
Location: Tampa bay, Florida
What exactly is TRB in the asm? What does it do? It's not listed in the NX500 core pdf.

Andy maybe you know what it is since it's created by your decompiler..

Ex:
Code:
                TRB     off(001bfh)            ; 05D6 0 108 280 C4BF13


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Sun Feb 05, 2006 4:38 pm 
Offline

Joined: Tue Jul 27, 2004 2:21 am
Posts: 268
Location: Milwaukee, WI
Hunh. No clue, actually. It's just listed in 66207.op so it's handled automatically - I didn't type in any of that stuff, or my asm+dasm would have taken like 100 times longer to write...

I'm certain you'll find it in the 66k programming manual though.

In fact, I still have a .pdf on my desktop... Ahha.

"TRB" is actually a typo for "TBR". It tests bit [A2..0] of the object (01b1h in this case) and sets the zero flag accordingly, where [A2..0] means the lower three bits of the accumulator.

So 66207.op was wrong.. I will commit a fix for that in sourceforge, but I don't feel like building the executables for it now.


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Sun Feb 05, 2006 5:03 pm 
Offline

Joined: Tue Jul 27, 2004 3:01 am
Posts: 2945
Location: Tampa bay, Florida
We will have to be diligent to convert all of the incorrect bins that have TRB instead of TBR or the new dasm won't handle it properly.


Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3 posts ] 

All times are UTC - 5 hours [ DST ]


Who is online

Users browsing this forum: No registered users and 6 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Group