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