AsmGrader 0.0.0
Loading...
Searching...
No Matches
asmgrader::FlagsRegister< Arch > Struct Template Reference

#include <registers_state.hpp>

Inheritance diagram for asmgrader::FlagsRegister< Arch >:
[legend]

Public Member Functions

constexpr bool negative_set () const
 
constexpr bool zero_set () const
 
constexpr bool carry_set () const
 
constexpr bool overflow_set () const
 

Member Function Documentation

◆ carry_set()

template<ProcessorKind Arch = SYSTEM_PROCESSOR>
bool asmgrader::FlagsRegister< Arch >::carry_set ( ) const
inlineconstexpr

◆ negative_set()

template<ProcessorKind Arch = SYSTEM_PROCESSOR>
bool asmgrader::FlagsRegister< Arch >::negative_set ( ) const
inlineconstexpr

◆ overflow_set()

template<ProcessorKind Arch = SYSTEM_PROCESSOR>
bool asmgrader::FlagsRegister< Arch >::overflow_set ( ) const
inlineconstexpr

◆ zero_set()

template<ProcessorKind Arch = SYSTEM_PROCESSOR>
bool asmgrader::FlagsRegister< Arch >::zero_set ( ) const
inlineconstexpr

The documentation for this struct was generated from the following file: