beautypg.com

Echelon Neuron User Manual

Page 128

background image

Instruction

Hexadecimal

Opcode

Instruction

Size (Bytes)

CPU Cycles

Required

Affect on

Carry Flag

SBRNZ *+10

69

1

3

None

SBRNZ *+11

6A

1

3

None

SBRNZ *+12

6B

1

3

None

SBRNZ *+13

6C

1

3

None

SBRNZ *+14

6D

1

3

None

SBRNZ *+15

6E

1

3

None

SBRNZ *+16

6F

1

3

None


Example:
The following example assumes that the stack already has an array of data

values from which we want to process non-zero values and skip zero values.

search sbrnz numFnd

sbr search ; skip zeros

numFnd ...

118

Neuron Assembly Language Instruction Statements