Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.sys.acorn.programmer > #425

IF THEN ELSE in ObjAsm

Date 2011-06-13 15:15 +0100
From cferris@freeRemoveuk.com.invalid
Newsgroups comp.sys.acorn.programmer
Subject IF THEN ELSE in ObjAsm
Message-ID <5e26bce251.cferris@cferris.freeuk.com> (permalink)
Organization Home

Show all headers | View raw


Hi

What is the IF THEN ELSE ENDIF syntax  for the Acorn 'ObjAsm'?

Been trying something like :-

*********
Debug_01 * TRUE

        AREA    |Asm$$Code|, CODE, READONLY 
..                    ;main code


[ Debug_01 = FALSE   ;if

..                   ;Code

|                    ;else
 
..                   ;Different Code

]                    ;endif


Thanks
-- 
Colin Ferris Cornwall UK

Back to comp.sys.acorn.programmer | Previous | NextNext in thread | Find similar | Unroll thread


Thread

IF THEN ELSE in ObjAsm cferris@freeRemoveuk.com.invalid - 2011-06-13 15:15 +0100
  Re: IF THEN ELSE in ObjAsm Rick Murray <heyrickmail-usenet@yahoo.co.uk> - 2011-06-13 20:47 +0200
  Re: IF THEN ELSE in ObjAsm Martin Wuerthner <spamtrap@mw-software.com> - 2011-06-14 11:46 +0200
    Re: IF THEN ELSE in ObjAsm cferris@freeRemoveuk.com.invalid - 2011-06-18 21:53 +0100

csiph-web