Mercurial > hg > Members > kono > nitros9-code
view lib/alib/fgety.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 one word in Y. * OTHER MODULES NEEDED: none * ENTRY: A=path * EXIT: Y value * CC carry set if error (from I$Read) * B error code if any nam Input word ttl Assembler Library Module section .text FGETY: pshs x,y ldy #2 number of char to read leax 2,s point x at 2 char buffer os9 I$Read puls x,y,pc endsect