mirror of
https://github.com/Qortal/AT.git
synced 2025-01-30 10:52:14 +00:00
98 lines
1.9 KiB
HTML
98 lines
1.9 KiB
HTML
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||
|
|
||
|
<html>
|
||
|
<head>
|
||
|
<title>CIYAM AT - Test for AT instruction code 0x32 (EXT_FUN)</title>
|
||
|
|
||
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
|
||
|
<meta name="copyright" content="Copyright 2015 CIYAM Developers"/>
|
||
|
|
||
|
<link rel="stylesheet" href="document.css" type="text/css"/>
|
||
|
</head>
|
||
|
|
||
|
<div id="content">
|
||
|
<div id="header">
|
||
|
<div id="appname"><a href="//ciyam.org/at">AT</a></div>
|
||
|
<h3 class="right-top">Test for AT instruction code 0x32 (EXT_FUN)</h3>
|
||
|
</div>
|
||
|
|
||
|
<div id="main">
|
||
|
<div id="text">
|
||
|
<pre>
|
||
|
Test for AT instruction code 0x32 (EXT_FUN)
|
||
|
-------------------------------------------
|
||
|
|
||
|
For each test the assembly and machine code are listed as is the data dump or expected error if test case has
|
||
|
been created specifically to fail (with a data dump if any data was expected to have changed before the error
|
||
|
occurred).
|
||
|
|
||
|
A summary of the tests follows:
|
||
|
|
||
|
Test 1 - Check function 1 and 2.
|
||
|
Test 2 - Check function 3.
|
||
|
Test 2 - Check function 4.
|
||
|
|
||
|
Assembly Code (Test 1):
|
||
|
-----------------------
|
||
|
|
||
|
00000000* FUN 2
|
||
|
00000003 FUN 1
|
||
|
00000006 FIN
|
||
|
|
||
|
Machine Code (Test 1):
|
||
|
----------------------
|
||
|
|
||
|
32020032010028
|
||
|
|
||
|
Runtime Result (Test 1):
|
||
|
-----------------------
|
||
|
|
||
|
func: 1 rc: 0000000000000001
|
||
|
|
||
|
Assembly Code (Test 2):
|
||
|
-----------------------
|
||
|
|
||
|
00000000* FUN 3
|
||
|
00000003 FIN
|
||
|
|
||
|
Machine Code (Test 2):
|
||
|
----------------------
|
||
|
|
||
|
32030028
|
||
|
|
||
|
Runtime Result (Test 2):
|
||
|
-----------------------
|
||
|
|
||
|
func: 3 rc: 000000000000000a
|
||
|
|
||
|
Assembly Code (Test 4):
|
||
|
-----------------------
|
||
|
|
||
|
00000000* FUN 4
|
||
|
00000003 FIN
|
||
|
|
||
|
Machine Code (Test 4):
|
||
|
----------------------
|
||
|
|
||
|
32040028
|
||
|
|
||
|
Runtime Result (Test 4):
|
||
|
-----------------------
|
||
|
|
||
|
func: 4 rc: 0000000000000004
|
||
|
|
||
|
</pre>
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
<div style="visibility: visible;" id="footer">
|
||
|
<p>
|
||
|
<div class="footer-icon"><a target="_blank" href="//ciyam.org/"><img src="logo-gryscl-128.png" /></a></div>
|
||
|
© 2012-2015 CIYAM Developers
|
||
|
</p>
|
||
|
</div>
|
||
|
</body>
|
||
|
|
||
|
</html>
|
||
|
|