Documentation for the test1 module

(This documentation was generated automatically from the file test1.asm by asmdoc on Nov 11, 2000.)


Version: 1.0
Author: Ken Clowes

This module performs the traditional first program in any language. It also shows how simple it is use an existing module.

The module in this case is "stdio" (and you can read its on-line documentation). In this case, however, the only subroutine used from the stdio module is "putstr" which prints the null-terminated string pointed to by IX to the terminal.

When the executable program (test1.s19) is downloaded to the 6811 and run, it should display the message "Hello world!"


           
Summary

           
Details