Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- TASM 2.x / MASM 6.x Assembly Language - <b>elseifdifi else with ifdifi directive</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
ELSEIFDIFI       ELSE With IFDIFI                                   Directive

  ELSEIFDIFI <argument1>, <argument2>

     This directive is the same as an ELSE followed by an IFDIFI. (IFDIFI
     is satified if the two arguments are different -- the I at the end
     makes it case insensitive.) It is used to start a nested conditional
     block. For example:

                        IF NUMBER EQ 5
                           add ax,3
                        ELSEIFDIFI NAME1, NAME2
                           add bx,2
                        ELSE
                           add cx,1
                        ENDIF

       Notes:     See ELSEIF and IFDIFI for more information.

See Also: ELSEIF IFDIFI

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson