please dont rip this site

SX Embedded Controller Instruction

DJNZ fr,addr

Description: Decrement fr , jump if not zero
Operation: -- fr == 0 ? PC = addr
Flags affected: none
Registers affected: fr PC
Sources referenced: fr
Cycles: 2 *
Opcode:
Actually compiles to: decsz fr; jmp addr
Microchip PIC syntax: DECFSZ fr,1; GOTO addr
Notes:

Guenther says:

DJNZ fr, addr is a so-called "compound" statement, i.e. the SX does not "understand" it directy. Instead, the Assembler generates two subsequent instructions as replacement:

DECSZ fr
JMP addr

In case you specify $ for addr, the Assembler is clever enough to replace $ with the address of the DECSZ instruction, and not with the address of the JMP instruction which would not make too much sense.

The same is true for an argument like $-2, IOW, the Assembler always replaces $ with the address of the first instruction of a compound statement.

BTW, a good method to test the behavior of certain instructions is writing a simple program, and then single-stepping it with the debugger to see what happens.


file: /Techref/scenix/inst/djnzfraddr.htm, 2KB, , updated: 2004/10/8 12:45, local time: 2024/3/28 04:14,
TOP NEW HELP FIND: 
54.224.90.25:LOG IN

 ©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions?
Please DO link to this page! Digg it! / MAKE!

<A HREF="http://massmind.org/techref/scenix/inst/djnzfraddr.htm"> SX Instruction DJNZ fr,addr</A>

After you find an appropriate page, you are invited to your to this massmind site! (posts will be visible only to you before review) Just type a nice message (short messages are blocked as spam) in the box and press the Post button. (HTML welcomed, but not the <A tag: Instead, use the link box to link to another page. A tutorial is available Members can login to post directly, become page editors, and be credited for their posts.


Link? Put it here: 
if you want a response, please enter your email address: 
Attn spammers: All posts are reviewed before being made visible to anyone other than the poster.
Did you find what you needed?

 

Welcome to massmind.org!

 

Welcome to massmind.org!

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

  .