Path: utzoo!mnetor!uunet!steinmetz!beowulf!bownesrm From: bownesrm@beowulf.UUCP ( Stowaway aboard the Long Shot) Newsgroups: comp.sys.tandy Subject: Model 100 Assembly Language Programming/ C compiler Message-ID: <1083@beowulf.UUCP> Date: 8 Feb 88 22:13:21 GMT Organization: Function Consulting, Albany New York Lines: 17 Keywords: C Compiler in the Unix Environment Well folks, I've almost got the C compiler for the model 100 all done. (It's the smallc compiler written by Ron Cain/Chris Lewis) Not great, but lots better than BASIC. The compiler is generating code, the loader loads .HEX files, the assembler assembles, but it don't work so well together.... I however have a few problems generating loadable model 100 code however. The biggest problem is where should a .co progam load in at? Does it live in memory where it gets executed or what? I have found NO documentation on this at all. Maybe someone out there bought the assembler and that has the appropriate info on it somewhere? I'll post the whole package (compiler/assembler/loader) as soon as it works. bob