Class: SeccompTools::Asm::Scalar::A

Inherits:
Base
  • Object
show all
Includes:
Singleton
Defined in:
lib/seccomp-tools/asm/scalar.rb

Overview

Register A, the accumulator. A singleton, use A.instance.

Instance Attribute Summary

Attributes inherited from Base

#val

Instance Method Summary collapse

Methods inherited from Base

#const?, #data?, #len?, #mem?, #x?

Instance Method Details

#a?Boolean

Returns Always true.

Returns:

  • (Boolean)

    Always true.



65
66
67
# File 'lib/seccomp-tools/asm/scalar.rb', line 65

def a?
  true
end