#ARexx -> ASM example.
Can someone 'please' volunteer to write up the following 'very simple' 'very
understandable' assembly (read -> 68000) program? I think that it is
desparately needed for us assembly programmers:
This is involving ARexx, and the very simple 'hello world' window.
The ARexx portion would be:
* print 'hello world' in the window */ address 'rexx_window' print 'hello
world'
The window would be the basic simple hello world window with a WINDOWCLOSE
gadget, an ARexx port called 'rexx_window', and an ARexx command called
'print'. Therefore, any string may be printed in the window.
I hope that there is somebody out there who can do this for us. I just 'can't'
get a hang of this……..and an example of this type would go a -> long
way…believe me! Thanks a million!!!!!!!!!!!