<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML>
<HEAD>
	<META HTTP-EQUIV="Content-Type" CONTENT="text/HTML; charset=UTF-8">
	<TITLE>EXOS file analyzer online test page</TITLE>
	<link rel="stylesheet" type="text/css" href="/css/lgb.css" media="all">
	<link rel="SHORTCUT ICON" type="image/x-icon" href="/favicon.ico">
</HEAD>
<BODY>
<H1><a href="http://lgb.hu/">lgb.hu</a> :: <a href="http://epbas.lgb.hu/">epbas.lgb.hu</a> :: <a href="/tryit/">EXOS file analyzer online test page</a></H1>


<p><i>This is a quick&amp;ugly way to test the project. Instead of
installing on your computer, you can easily upload your file and
watch the results.<br> <b>Disadvantage</b>: you can't specify all of
the options which is possible with the CLI-only version.</i></p>

<p>Test results till now are <a href="/tryit/?storage=index">HERE</a>.</p>

<p><b>[<a href="/">Return to the page of the project</a>]</b></p>


<p><b>Important note</b>: the result of your upload will be <b>published</b>,
do <b>not</b> try this with "<i>private</i>" files!</p>

<p>There is a very experimental feature: you can try to upload EXOS_ROM
images, but only &lt;=16K ones are supported!</p>

<form action="/tryit/" method="post" enctype="multipart/form-data">
<table border="0" bgcolor="#A0A0A0">
<tr>
	<td colspan="2" align="center" bgcolor="darkred"><font color="#FFFFFF"><b>Upload a file with EXOS header!</b></font></td>
</tr><tr>
	<td><b>Filename:</b></td>
	<td><input type="file" name="file" id="file" value=""></td>
</tr><tr>
	<td><b>Hex/debug mode:</b></td>
	<td><select name="hexmo"><option>OFF</option><option>ON</option></select></td>
</tr><tr>
	<td><b>Disassembly mode:</b></td>
	<td><select name="dasm"><option>ON</option><option>OFF</option></select></td>
</tr><tr>
	<td><b>Output mode:</b></td>
	<td><select name="omode"><option>html</option><option>text</option></select></td>
</tr><tr>
	<td><b>EP charset:</b></td>
	<td><select name="chset">
		<option>UK</option><option>BRD</option><option>EPPHUN</option><option>HFONT</option><option>HUN</option>
	</select></td>
</tr><tr>
	<td colspan="2" align="center" bgcolor="darkred"><input type="submit" name="submit" value="Submit"></td>
</tr>
</table>
</form>

</BODY>
</HTML>

