[Info-vax] OO version of Macro-32, was: Re: CRTL and RMS vs SSIO

Simon Clubley clubley at remove_me.eisner.decus.org-Earth.UFP
Thu Oct 14 14:49:52 EDT 2021


On 2021-10-13, Stephen Hoffman <seaohveh at hoffmanlabs.invalid> wrote:
>
> Not that I'd expect to ever meet Macroo32. ?
>

:-)

What would an object orientated version of Macro-32 even look like ? :-)

Anyone want to have a guess at possible syntax options ? :-)

BTW, you could always add some structured language constructs to
the Macro-32 compiler that could get translated into normal
Macro-32 code before compiling it:

	.while(R0 != 0)
		{
		[Normal Macro-32 code]
		}

or:

	.if(R0 & 1)
		{
		[Normal Macro-32 code]
		}
	.else
		{
		[Normal Macro-32 code]
		}

or:

	.for(R0 = 0; R0 < R1; R0++)
		{
		[Normal Macro-32 code]
		}

:-)

Simon.

-- 
Simon Clubley, clubley at remove_me.eisner.decus.org-Earth.UFP
Walking destinations on a map are further away than they appear.



More information about the Info-vax mailing list