Mercurial > hg > Members > kono > nitros9-code
view lib/alib/gets.as @ 3220:9ccec98c9897
Updated IDE Driver makefile so it will have place holders for
dsk, dskclean, and dskcopy so that make does not error out when
chaining into the driver tree to build disk images where applicable.
author | David Ladd <drencor-xeen@users.sourceforge.net> |
---|---|
date | Wed, 20 Dec 2017 16:10:50 -0600 |
parents | 03f26e88b809 |
children |
line wrap: on
line source
*************************************** * Subroutine to input a null terminated string from Std. In * OTHER MODULES NEEDED: GETS * ENTRY: X=buffer for string * Y=max buffer size (leave room for null!!) * EXIT: CC carry set if error (from I$ReadLn) * B error code if any * NOTE: The string entered must end with an end-of-record char * (usually a $0D), the null is appended for ease in string * handling. nam Input Null Terminated String from Std. In ttl Assembler Library Module section .text GETS: pshs a clra std in. lbsr FGETS puls a,pc endsect