[TUHS] asm helper routines in v7

Clem Cole clemc at ccc.com
Wed Jan 5 07:38:20 AEST 2022


On Tue, Jan 4, 2022 at 3:38 PM Will Senn <will.senn at gmail.com> wrote:

> 1. Is mesg or an equivalent available in v7?
>
its not part of the C stdio library and by te

> 2. If not, what was the v7 way of putting strings out?
>
_puts   declared as an external

> 3. Why aren't the system call names defined?
>
Ah .. you want the DEC assembler ;-)    By the time of V5/V6 assembler is
starting to have less importance and by V7, little if anything is left.

> 4. What was the v7 way of naming system calls?
>
_XXX  where XXX is the system call declared as a global.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://minnie.tuhs.org/pipermail/tuhs/attachments/20220104/2047d81b/attachment.htm>


More information about the TUHS mailing list