Go to the first, previous, next, last section, table of contents.


assembleBne

Function: assembleBne { label asm -> }
file: job.t
package: muf
status: alpha

The assembleBne prim is exactly identical to the assembleBeq prim except that the sense of the conditional test is reversed: the conditional branch is taken only if the value popped at runtime is not nil.

See section assembleBeq.


Go to the first, previous, next, last section, table of contents.