![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
|
|
#1 |
|
Newbie
Join Date: Aug 2006
Location: Alabama
Posts: 26
Rep Power: 0
![]() |
Rusty -- explain byte order.
jmp 0xf000:0xff00
Because I've not touched Assembly since school (12+ years ago), I cannot remember what this does. What I think this does is "Jump to the offset address at 0x000fff00", however, I cannot remember how the byte order goes. Thanks in advance for your explination. |
|
|
|
|
|
#2 |
|
Resident Grouch
![]() ![]() ![]() ![]() ![]() ![]() Join Date: Jun 2005
Posts: 6,453
Rep Power: 10
![]() |
That's segmented addressing. Multiply the segment part by 16 (add a 0 on the end) and add it to the address part. That would result in 0fff00. This kind of addressing is exactly why Intel was considered a piece of shit by system pros. Good thing they were chosen by IBM. It saved their ass.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code. Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers |
|
|
|
|
|
#3 |
|
Newbie
Join Date: Aug 2006
Location: Alabama
Posts: 26
Rep Power: 0
![]() |
I had to work it out on paper to figure out what you were talking about. . . but I got it. Thanks!
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Change Link Order | matthewvb | PHP | 1 | Dec 20th, 2006 12:13 AM |
| direct memory byte veiwing | heapwalker | C++ | 21 | Apr 29th, 2006 1:06 AM |
| Could some please explain classes to me... | TCStyle | C++ | 10 | Feb 20th, 2006 3:51 PM |
| byte reversing & streaming | rsnd | C++ | 8 | Nov 21st, 2005 11:17 PM |
| Sorting order by | scorpiosage | PHP | 3 | Feb 15th, 2005 9:17 PM |