Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uunet!mcsun!unido!tub!tmpmbx!netmbx!franky From: franky@netmbx.UUCP (Frank Bergemann) Newsgroups: comp.sys.atari.st.tech Subject: Re: Sozobon asm Message-ID: <1165@netmbx.UUCP> Date: 14 Sep 90 10:33:47 GMT References: <18420003@hpsad.HP.COM> Reply-To: franky@netmbx.UUCP (Frank Bergemann) Organization: netmbx, Berlin, West Germany Lines: 19 In article <18420003@hpsad.HP.COM> randyh@hpsad.HP.COM (Randy Hosler) writes: ]I need some help with a problem. The following source fragment is for ]MEGAMAX C. I'm trying to compile it with Sozobon and it barfs on this ]asm code. Could some kind soul show me how to get Sozobon to accept ]this code. The var 'program' is a pointer to char. ] I had the same problem with including asm-files inC-source-text. It works, if you include evry single assembler line in asm (" assembler-code ") ; don't ask me why including a packet of lines doesn't work. i also hope the authors of sozobon will change this. i wrote a programm which converts a asm-source to an acceptable format for sozobon.( it reads a line from an input-file, and outputs Print #1; " asm ("; chr$(asc(")); line$; chr$(asc("));") ;" its a terrible basic-schotter, but i hope you see what i mean.... ...Franky.............