You are on page 1of 1

数控原理与维修 http://www.agreenleaf.

cn

L1EF5: Count number of bytes of a line


Parameters:
arg: Beginning address
Return values:
1D-1CH: The number of bytes
Function or process:
Count the number of bytes which are not
00H within the range beginning from arg.

1EF5

LD 01CH, +2[018H] arg

1EF9

CMPB 000H, JNE 1EF9


[01DH]+

SUB 01CH, +2[018H]


DEC 01CH

RET

You might also like