Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Programming > Assembly Language > Another problem
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 1 of 11 Topic 4918 of 5081
Post > Topic >>

Another problem

by =?ISO-8859-1?Q?St=E9phane_thibaud?= <snthibaud@[EMAIL PROTECTED] > Mar 18, 2008 at 11:46 AM

I'm sorry for bothering y'all again... I have a little problem:

mov al,byte[MemoryMap_start.mapSize]

The line above points to the wrong address when ran with bochs... if I
change it to:

mov al,byte[MemoryMap_start.mapSize - Code_start + 0x500]     ;0x500
is the address where my code is loaded

then it does point to the right address...

Both versions assemble without a problem. Is there someting I'm doing
wrong? [ORG 0x0500] doesn't work.
 




 11 Posts in Topic:
Another problem
=?ISO-8859-1?Q?St=E9phane  2008-03-18 11:46:29 
Re: Another problem
Frank Kotler <fbkotler  2008-03-18 21:38:14 
Re: Another problem
=?ISO-8859-1?Q?St=E9phane  2008-03-18 17:28:09 
Re: Another problem
Frank Kotler <fbkotler  2008-03-19 10:40:46 
Re: Another problem
=?ISO-8859-1?Q?St=E9phane  2008-03-18 17:36:24 
Re: Another problem
"Rod Pemberton"  2008-03-19 05:02:25 
Re: Another problem
=?ISO-8859-1?Q?St=E9phane  2008-03-19 04:17:17 
Re: Another problem
Frank Kotler <fbkotler  2008-03-20 12:00:28 
Re: Another problem
=?ISO-8859-1?Q?St=E9phane  2008-03-20 06:30:19 
Re: Another problem
Frank Kotler <fbkotler  2008-03-21 02:56:34 
Re: Another problem
=?ISO-8859-1?Q?St=E9phane  2008-03-21 10:18:37 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Thu Jul 24 14:00:53 CDT 2008.