summaryrefslogblamecommitdiff
path: root/html/eas.html
blob: bb7685085cbb396b9fd08948f2999ea6cec57aa1 (plain) (tree)
1
2
3
4
5
6
7
8
9
               
                

                                      
                                                                        
                                             

                                                                                  
                                                                                    
 

                                                                                           
                                             

                                                            


                                                                        
 
                                                                          

               
                              
                                                               
 
                               
                                                                          

                                 
                                                                                                                                                

                                                                                                                                                                                           

                                  
                                                        
 
                                 
                                                                                                                                                                                                                                                        
                                  
                                                                       

                      

                                       
                           
                 
       
<!DOCTYPE html>
<html lang="en">
	<head>
		<meta charset="UTF-8">
		<meta name="author" content="Gabriel Bjørnager Jensen">
		<meta name="darkreader-lock">
		<meta name="description" content="About the Embeddded Assembler.">
		<meta name="keywords" content="achernar, agb, arm, eas, thumb">
		<meta name="viewport" content="width=device-width, initial-scale=1">

		<link href="/favicon.ico" rel="icon" type="image/vnd.microsoft.icon">
		<link href="/apple-touch-icon.png" rel="apple-touch-icon" type="image/png">
		<title>eAS | Achernar</title>

		<link href="/css/main.css" rel="stylesheet">
		<noscript>
			<link href="/css/noScript.css" rel="stylesheet">
		</noscript>

		<script src="/js/main.js" type="text/javascript"></script>
	</head>

	<body data-page="eas">
		<!--#include virtual="/include/header.shtml"-->

		<div id="page">
			<h1 id ="anchor.about">the embedded assembler</h1>

			<section>
				<p>The <em>Embedded Assembler</em> (or simply <em>eAS</em>) is an assembler for cross-compiling to Arm ISAs.</p>
				<br>
				<p>The assembler is intended as a drop-in replacement for the official <em>armasm</em> assembler by Arm Limited. It therefore imitates the same syntax.</p>
			</section>

			<h1 id="anchor.status">docs</h1>

			<section>
				<p>Like <a href="/html/luma.html"><em>Luma</em></a>, the development of <em>eAS</em> is currently on hold in favour of the <a href="/html/pollex.html"><em>Pollex</em></a> library, which will be used as a backend.</p>
			</section>
			<!--#include virtual="/include/footer.shtml"-->
		</div>
	</body>

	<script type="text/javascript">
		Ach.init();
	</script>
</html>