OSDev.org
https://forum.osdev.org/

OSDev Series: IA32 machine language
https://forum.osdev.org/viewtopic.php?f=2&t=24566
Page 1 of 1

Author:  neon [ Mon Dec 19, 2011 1:37 pm ]
Post subject:  OSDev Series: IA32 machine language

Hello everyone,

This is the initial release for the OSDev Series advanced chapter covering IA32 and IA64 machine language. It provides an introduction to machine language topics, instruction encoding, using instruction look-up tables, and some examples of translating instructions. I feel that this might be a good supplemental material to the OSDev Wikis' article as it presents the information in a different way.

We are transitioning to a different writing environment for the series to present a standard formatting method and resolve spelling errors that are present in earlier chapters. Please let me know if there are any formatting oddities.

OSDev Series: IA32 Machine Language

Please let me know if there are any questions or comments.

Thanks,
~Mike ();
*edit: fixed invalid link

Author:  stlw [ Mon Dec 19, 2011 1:59 pm ]
Post subject:  Re: OSDev Series: IA32 machine language

neon wrote:
Hello everyone,

We are transitioning to a different writing environment for the series to present a standard formatting method and resolve spelling errors that are present in earlier chapters. Please let me know if there are any formatting oddities.

OSDev Series: IA32 Machine Language

Please let me know if there are any questions or comments.

Thanks,
~Mike ();


I have error 404 on that link

Author:  CrypticalCode0 [ Mon Dec 19, 2011 3:11 pm ]
Post subject:  Re: OSDev Series: IA32 machine language

Neon it's a great guide a little to basic for me personally but it does serve it's purpose.

Author:  Jezze [ Mon Dec 19, 2011 7:10 pm ]
Post subject:  Re: OSDev Series: IA32 machine language

Nice work!

Author:  ACcurrent [ Tue Dec 20, 2011 3:41 am ]
Post subject:  Re: OSDev Series: IA32 machine language

Beauty just what I was looking for. Now I can write my own 16bit real mode emulator! ITs probably gonna be the first stop for everybody who wants to write an assembler too!

Author:  AJ [ Tue Dec 20, 2011 5:10 am ]
Post subject:  Re: OSDev Series: IA32 machine language

Hi,

You've got some nicely done tutorials on there and don't always stick to the stuff that's been done loads of times before! Nice work.

Cheers,
Adam

Author:  Combuster [ Tue Dec 20, 2011 5:20 am ]
Post subject:  Re: OSDev Series: IA32 machine language

Nice work.

Some things did strike me as odd though:

Quote:
Machine language, also known as (...) byte code
Bytecode is generally a term used for non-native binary storage of program code, and is rather out of place as an equivalent term for native code.

Quote:
IA64
That is the formal designation for Itanium. You might want to replace that with x86-64.

Quote:
The LOCK prefix can only be used (...)
When the destination is a memory operand and is part of a read-modify-write operation. (in practice, the source being the memory operand is allowed but is normally useless). FOOF bug being a typical example of that.

Quote:
rex.w
Warning: "rex" used but not defined :wink:. You might want to give a brief introduction to the difference between legacy and long mode before using it that way.

Quote:
The prefix bytes are identified in 4 classes
repeat(1) segment(2) address(3) operand(4) REX...5? :-k

Author:  neon [ Tue Dec 20, 2011 8:26 am ]
Post subject:  Re: OSDev Series: IA32 machine language

Hello everyone,

I appreciate the feedback. :D

@Combuster: Thanks for the suggestions :D I am not sure what the last point is addressing however. REX isn't a separate prefix class so we treat it that way.

Author:  Love4Boobies [ Tue Dec 20, 2011 8:58 am ]
Post subject:  Re: OSDev Series: IA32 machine language

stlw wrote:
I have error 404 on that link


Same here. It should end in html, not htm.

Author:  Combuster [ Tue Dec 20, 2011 9:45 am ]
Post subject:  Re: OSDev Series: IA32 machine language

neon wrote:
REX isn't a separate prefix class so we treat it that way.
That just wasn't actually self-contradicting so we treat the article that way... :wink:
(Obfuscations aside, either treat REX as a separate entity throughout or as yet another prefix throughout, but do not mix both)

Quote:
Same here. It should end in html, not htm.
Didn't know you take more than six hours for a post :D

Author:  Love4Boobies [ Tue Dec 20, 2011 10:31 am ]
Post subject:  Re: OSDev Series: IA32 machine language

Combuster wrote:
Quote:
Same here. It should end in html, not htm.
Didn't know you take more than six hours for a post :D


Um, apparently I clicked on the link in stlw's quote.

Page 1 of 1 All times are UTC - 6 hours
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/