Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

분류

명령기호

Symbol

처리 내용

실행조건

Step

16 BIT 비교명령

 

LD=

Image Added

(S1) = (S2)일 때 도통 상태

(S1) ≠ (S2) 때 비 도통 상태

3

AND=

Image Added

3

OR=

Image Added

3

LD<>

Image Added

(S1) ≠ (S2)일 때 도통 상태

(S1) = (S2) 때 비 도통 상태

3

AND<>

Image Added

3

OR<>

Image Added

3

LD>

Image Added

(S1) > (S2)일 때 도통 상태

(S1) <= (S2) 때 비 도통 상태

3

AND>

Image Added

3

OR>

Image Added

3

LD>=

Image Added

(S1) >= (S2)일 때 도통 상태

(S1) < (S2) 때 비 도통 상태

3

AND>=

Image Added

3

OR>=

Image Added

3

LD<

Image Added

(S1) < (S2)일 때 도통 상태

(S1) >= (S2) 때 비 도통 상태

3

AND<

Image Added

3

OR<

Image Added

3

LD<=

Image Added

(S1) < (S2)일 때 도통 상태

(S1) >= (S2) 때 비 도통 상태

3

AND<=

Image Added

3

OR<=

Image Added

3

32 BIT 비교명령

LDD=

Image Added

(S1,S1+1) = (S2,S2+1)일 때 도통 상태

(S1,S1+1) ≠ (S2,S2+1) 때 비 도통 상태

3

ANDD=

Image Added

3

ORD=

Image Added

3

LDD<>

Image Added

(S1,S1+1) ≠ (S2,S2+1)일 때 도통 상태

(S1,S1+1) = (S2,S2+1) 때 비 도통 상태

3

ANDD<>

Image Added

3

ORD<>

Image Added

3

LDD>

Image Added

(S1,S1+1) > (S2,S2+1)일 때 도통 상태

(S1,S1+1) <= (S2,S2+1) 때 비 도통 상태

3

ANDD>

Image Added

3

ORD>

Image Added

3

LDD>=

Image Added

(S1,S1+1) >= (S2,S2+1)일 때 도통 상태

(S1,S1+1) < (S2,S2+1) 때 비 도통 상태

3

ANDD>=

Image Added

3

ORD>=

Image Added

3

LDD<

Image Added

(S1,S1+1) < (S2,S2+1)일 때 도통 상태

(S1,S1+1) >= (S2,S2+1) 때 비 도통 상태

3

ANDD<

Image Added

3

ORD<

Image Added

3

LDD<=

Image Added

(S1,S1+1) <= (S2,S2+1)일 때 도통 상태

(S1,S1+1) > (S2,S2+1) 때 비 도통 상태

3

ANDD<=

Image Added

3

ORD<=

Image Added

3

16Bit/32Bit Unsigned Data 비교명령

UCMP

Image Added

S1, S2 의 값을 비교하여 결과에 따라 Flag(F120~F125)를 SET

3

UDCMP

Image Added

3

Block 비교명령

BK=

Image Added

S1으로부터 n개의 Data와 S2로부터 n개의 Data를 비교하여 조건이 참이면 D1으로 지정된 영역의 D2번째 비트부터 그 결과를 n Bit SET 합니다.

6

BK<>

Image Added

6

BK>

Image Added

6

BK>=

Image Added

6

BK<

Image Added

6

BK<=

Image Added

6

실수

비교명령

LDE=

Image Added

(S1,S1+1) = (S2,S2+1)일 때 도통 상태

(S1,S1+1) ≠ (S2,S2+1) 때 비 도통 상태

3

ANDE=

Image Added

3

ORE=

Image Added

3

LDE<>

Image Added

((S1,S1+1) ≠ (S2,S2+1)일 때 도통 상태

(S1,S1+1) = (S2,S2+1) 때 비 도통 상태

3

ANDE<>

Image Added

3

ORE<>

Image Added

3

LDE>

Image Added

(S1,S1+1) > (S2,S2+1)일 때

도통 상태

(S1,S1+1) <= (S2,S2+1) 때

비 도통 상태

3

ANDE>

Image Added

3

ORE>

Image Added

3

LDE>=

Image Added

(S1,S1+1) >= (S2,S2+1)일 때 도통 상태

(S1,S1+1) < (S2,S2+1) 때 비 도통 상태

3

ANDE>=

Image Added

3

ORE>=

Image Added

3

LDE<

Image Added

(S1,S1+1) < (S2,S2+1)일 때 도통 상태

(S1,S1+1) <= (S2,S2+1) 때 비 도통 상태

3

ANDE<

Image Added

3

ORE<

Image Added

3

LDE<=

Image Added

(S1,S1+1) <= (S2,S2+1)일 때 도통 상태

(S1,S1+1) > (S2,S2+1) 때 비 도통 상태

3

ANDE<=

Image Added

3

ORE<=

Image Added

3