<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[esxDOS BBS — Custom ROM and NMI reentry on space address.]]></title>
		<link>https://board.esxdos.org/viewtopic.php?id=1057</link>
		<atom:link href="https://board.esxdos.org/extern.php?action=feed&amp;tid=1057&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Custom ROM and NMI reentry on space address..]]></description>
		<lastBuildDate>Wed, 04 Jan 2023 13:34:31 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Custom ROM and NMI reentry on space address.]]></title>
			<link>https://board.esxdos.org/viewtopic.php?pid=2208#p2208</link>
			<description><![CDATA[<p>Writing a custom ROM that works with esxDOS is seriously non-trivial. I&#039;ve done it. You&#039;re welcome to examine the source (<a href="https://github.com/source-solutions/sebasic4">https://github.com/source-solutions/sebasic4</a>). You can&#039;t store code in the area normally occupied by the character set because calling it will invoke the hardware TR-DOS traps.</p>]]></description>
			<author><![CDATA[null@example.com (aowen)]]></author>
			<pubDate>Wed, 04 Jan 2023 13:34:31 +0000</pubDate>
			<guid>https://board.esxdos.org/viewtopic.php?pid=2208#p2208</guid>
		</item>
		<item>
			<title><![CDATA[Re: Custom ROM and NMI reentry on space address.]]></title>
			<link>https://board.esxdos.org/viewtopic.php?pid=2160#p2160</link>
			<description><![CDATA[<p>Very specifically NMI z80 load/save snapshots.</p><p>The boot 128 likely goes fine (48 ROM) then a development z80 loads.<br />This will bank to the other ROM (128 editor replacement), and clobber quite a few things.<br />EsxDos calls can be handled ok.<br />An NMI will bank, and apart from conservation of push and a pop af at the 67 location the goal is to do what I need while supporting the space exit and snapshots for a form of load save.<br />I could make the NMI be a crash unlucky but it would be easier to preserve a little of the ROM intent to clean accept an NMI.</p><p>Things I know the NMI must do:<br />Print characters. (A JP vector).<br />Get keyboard (a JP vector).</p><p>While the z80 development is loaded dot commands are not of interest.<br />As stable button save is the goal. With load ok too.</p><p>Ok so the fact the port (128 edit ROM) banking is not readable ... Might limit snap saves, although that&#039;s one clobber address where basic stores it.</p><p>...</p>]]></description>
			<author><![CDATA[null@example.com (jackokring)]]></author>
			<pubDate>Sun, 11 Sep 2022 11:08:36 +0000</pubDate>
			<guid>https://board.esxdos.org/viewtopic.php?pid=2160#p2160</guid>
		</item>
		<item>
			<title><![CDATA[Re: Custom ROM and NMI reentry on space address.]]></title>
			<link>https://board.esxdos.org/viewtopic.php?pid=2159#p2159</link>
			<description><![CDATA[<p>So I&#039;m assuming the characters at end of ROM need to be there.</p><p>The calls all go through a ram springboard so paging the 48 ROM back in is a last resort before calling (with some clobbered variable space in ram).</p><p>It really doesn&#039;t solve knowing which basic routines and sys vars are the minimum set for functioning NMI.</p>]]></description>
			<author><![CDATA[null@example.com (jackokring)]]></author>
			<pubDate>Sun, 11 Sep 2022 08:39:09 +0000</pubDate>
			<guid>https://board.esxdos.org/viewtopic.php?pid=2159#p2159</guid>
		</item>
		<item>
			<title><![CDATA[Custom ROM and NMI reentry on space address.]]></title>
			<link>https://board.esxdos.org/viewtopic.php?pid=2158#p2158</link>
			<description><![CDATA[<p>The ROM does not have basic in. Assuming an NMI fails as I can&#039;t even trace where the &quot;pop af&quot; happens in the spaghetti. I think the &quot;rst 38&quot; and &quot;rst 10&quot; is sorted. If using assembly calls to the routines.</p><p>I&#039;m kind of assuming the NMI does not do a return to $67 to exit, and uses some BASIC routines. I think switching to the ROM after boot, does allow a &quot;jp $000a&quot; at $0008, for &quot;rst 10&quot; access to raw assembler esxDOS calls.</p>]]></description>
			<author><![CDATA[null@example.com (jackokring)]]></author>
			<pubDate>Thu, 08 Sep 2022 13:29:22 +0000</pubDate>
			<guid>https://board.esxdos.org/viewtopic.php?pid=2158#p2158</guid>
		</item>
	</channel>
</rss>
