summaryrefslogtreecommitdiff
path: root/template/insnstbl.html
blob: 1a3613d89792cdb3548861bf388e86224d7dc348 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39

<?xml version='1.0' encoding='SHIFT_JIS'?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"><!--
  $Id$
  diary index
  --><html xml:lang='ja' xmlns='http://www.w3.org/1999/xhtml'>
  <head>
	<meta content='text/html;charset=Shift_JIS' http-equiv='Content-Type'/>
	<meta content='text/css' http-equiv='Content-Style-Type'/>
	<meta content='text/javascript' http-equiv='Content-Script-Type'/>

	<link href='./contents.css' rel='stylesheet' type='text/css'/>

	<title>YARV: Yet another RubyVM / Instruction Table</title>

	<link href='mailto:ko1 at atdot.net' rev='made'/>
	<link href='../index.html' rel='index'/>
</head>
    <body>
	<h1>YARV: Instruction Table</h1>
<table border='1' cellspacing='1' align='center'>
  <tr>
    <th>type</th>
    <th>Index</th>
    <th>Instruction</th>
    <th>Operands</th>
    <th colspan='3'>Stacks</th>
  </tr>
  <%= tbl %>
</table>

<address>
  SASADA Koichi / ko1 at atdot.net
</address>
</div>
  </body>
</html>