> > Hello ! > I am an experienced assembler programmer, BUT I do not have any clue how > to write , assemble etc. in LINUX , where do I start ?? Any help > is appreciated . Thanks Gunter > > > > Email [email protected] >
You can use Systems/ASM to generate Linux programs in HLASM-style syntax. Systems/ASM generates native ELF-format files with little-to-no-change in the HLASM syntax, allowing one to port z/OS programs to z/Linux. You can also debug those programs with the GNU debugger available on z/Linux. See http://www.dignus.com/dasm/ for more info. In particular, you may want grab the documentation and see the chapter on writing Linux programs. - Dave Rivers - -- [email protected] Work: (919) 676-0847 Get your mainframe programming tools at http://www.dignus.com ---------------------------------------------------------------------- For LINUX-390 subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO LINUX-390 or visit http://www.marist.edu/htbin/wlvindex?LINUX-390
