<html><head>
<title>TMA development: Porting TMA to other platforms</title>
</head>

<a name="contents">
<h1>Porting TMA to other platforma</h1>
<ol>
	<li><a href="#general">General guidelines</a>
</ol>
</a>

<a name="general">
<h2>General guidelines</h2>

<p>
When programming parts for TMA, there&#180;re limits to make it portable to
other platforms that run in real mode.
<p>
Outside platform-dependent stuff take care of these things:
<ul>
        <li>Segments are limited to 64k
</ul>
</a>
