Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Peter Norton Programmer's Guide - Norton Guide http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]

  To be candid and blunt, let us admit right away that we can't give you
  everything you need here. Working with BASIC and interfacing to BASIC are
  very, very complicated subjects--complex enough to fill several books by
  themselves. Frankly, interfacing with interpreted BASIC is a particularly
  messy area, made even messier by the number of BASIC versions used with
  the different models of the extended PC family. The specific techniques we
  describe here apply to the most popular interpreted BASICs: the BASIC
  distributed by IBM with every PC and PS/2; and Microsoft's GW-BASIC.

  In this section we describe the interface between assembly-language
  subroutines and interpreted BASIC programs. We discuss only those
  subroutines accessed through BASIC's CALL statement.

  --------------------------------------------------------------------------
  NOTE:
    Interpreted BASIC supports a second subroutine-call mechanism through
    the USR statement, but in our opinion, USR functions involve annoying
    and unnecessary complications. We recommend that you stick to the CALL
    interface instead.
  --------------------------------------------------------------------------

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson