Exetools  

Go Back   Exetools > General > General Discussion

Notices

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 05-12-2004, 10:36
3ch0
 
Posts: n/a
Assembly question

I starting to learning assembly,and really insterested to read "The art of assembly language Programming" but stuck in chapter 1.6 "Logical Operations on Binary Numbers and Bit Strings"

Here is the text from the book:
Code:
This bitwise logical AND operation would force the H.O. four bits to zero and pass the L.O. four bits of 'X' through unchanged. Likewise you could force the L.O. bit of 'X' to one and invert bit number two of 'X' by logically ORing 'X' with 0000 0001 and logically exclusive-ORing 'X' with 0000 0100 respectively. Using the logical AND OR and XOR operations to manipulate bit strings in this fashion is know as masking bit strings. We use the term masking because we can use certain values (one for AND zero for OR/XOR) to 'mask out' certain bits from the operation when forcing bits to zero one or their inverse.
Online book was here:
Code:
http://oopweb.com/Assembly/Documents/ArtOfAssembly/VolumeFrames.html
The question is:
- what the hell is "0ring???
- and i am a bit miss understand in this text.would someone explain me by an example operation?

Last edited by 3ch0; 05-12-2004 at 10:43.
Reply With Quote
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Assembly ... these might be useful to someone yaa General Discussion 6 04-28-2005 18:17
Assembly obfusscation Zigmund General Discussion 6 04-23-2004 01:14


All times are GMT +8. The time now is 11:59.


Always Your Best Friend: Aaron, JMI, ahmadmansoor, ZeNiX, chessgod101
( Since 1998 )