Bit operation and manipulation of computer system are essential procedures to analyze and debug hardware bit state. A lot of computer compiler are not prepared for the direct method of this bit manipulation. Thus, it would be required that a subroutin...
Bit operation and manipulation of computer system are essential procedures to analyze and debug hardware bit state. A lot of computer compiler are not prepared for the direct method of this bit manipulation. Thus, it would be required that a subroutine program be made to perform this task.
With HP 3000 FORTRAN Compiler, logical operation of Integer variables was programmed and bested by the way of Masking and 2^**N method.
And we could obtain satisfactorily accurate response that can be used scrutinize the hardware state of computer.