HP3000-L Archives

July 1995, Week 1

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Stan Sieler <[log in to unmask]>
Reply To:
Stan Sieler <[log in to unmask]>
Date:
Wed, 5 Jul 1995 16:10:28 -0700
Content-Type:
text/plain
Parts/Attachments:
text/plain (26 lines)
David asks:
>
> How do I get the c89 compiler (MPE/iX, 5.0 w/ Patch, under POSIX) to let me
> enter assembly commands?  I know I can use asm, but after that, nothing
> works.  Just a one- or two-line example would be enough (I have the Calling
 
Although the full-blown HP-UX C compiler has a built-in mini-assembler,
neither HP-UX's c89 nor the POSIX c89 have it.
Even if c89 had it, it probably wouldn't be very useful to you ... it
is a very *mini* assembler, supporting only a handful of instructions.
 
Options:
 
   1) Assemble on HP-UX, move the .O file to MPE.
 
   2) Investigate getting the assembler (ASSEMBLE.PUB.SYS)
      released on MPE ... it's only been running on MPE since the
      mid 80's, and is used for part of the operating system!
 
   3) <plug> the AVATAR Nugget has a small assembler built-in, which
      enables you to patch code symbolically, e.g.: mc foo, `LDI 7, 21`
 
 --
Stan Sieler                                          [log in to unmask]
                                     http://www.allegro.com/sieler.html

ATOM RSS1 RSS2