CPU Simulator
    Preparing search index...

    This class represents a generic binary value.

    Erik Burmester erik.burmester@nextbeam.net

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    _value: Bit[]

    An array of bits, representing a binary value.

    Accessors

    Methods

    • This method returns the last bits of the binary value. The number of bits returned depends on the argument passed.

      Parameters

      • nbrOfBits: number

      Returns Bit[]

    • This method returns the first bits of the binary value. The number of bits returned depends on the argument passed.

      Parameters

      • nbrOfBits: number

      Returns Bit[]