]> git.sur5r.net Git - cc65/commit
Debug the rs232 routines. This involved using two new segments, STARTUP
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Thu, 25 Oct 2001 19:13:36 +0000 (19:13 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Thu, 25 Oct 2001 19:13:36 +0000 (19:13 +0000)
commit7e65f64c6a5067c9c509da4fcd50413716f5fd88
treeeccdebd8ee0623696558bba059acbb2db2df6407
parentc80c2049b6b306a691fa03e714b9cbf52a342ded
Debug the rs232 routines. This involved using two new segments, STARTUP
and NMI to make sure the NMI handler is loaded into the low 16K of memory
which are active when the control is passed from the ROM NMI stub to the
user handler.

git-svn-id: svn://svn.cc65.org/cc65/trunk@1086 b7a2c559-68d2-44c3-8de9-860c34a00d81
libsrc/c128/c128.inc
libsrc/c128/crt0.s
libsrc/c128/rs232.s