Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Assembling .asm files using MPASM

Status
Not open for further replies.

amr_electron

Member level 2
Joined
Nov 20, 2004
Messages
53
Helped
1
Reputation
2
Reaction score
1
Trophy points
1,288
Activity points
481
newbie, about MPASM !!!!

I was learning how to assemble .asm files using MPASM , it's fairly easy .
But every time i do , i compare it with the original hex file & always there's
one more line at the top of the hex file that i assembled ???
I'm using MPASM 3.8 version .
 

Re: newbie, about MPASM !!!!

That is the linear address record that is added when you use the 32-bit HEX format.

You can read all about it in Appendix A.5 of the "MPASM User’s Guide with MPLINK and MPLIB" -
but you don't have to, as it does not affect your code in any way.

/Rambo
 

Re: newbie, about MPASM !!!!

Thanks XNOX_Rambo , i'm so grateful .
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top