Skip to content

Instantly share code, notes, and snippets.

E11>dep 36 8
E11>
E11>dep 36 8 10
E11>g step
R0/000000 R1/000000 R2/000000 R3/000010 CM=K PM=K PRIO=0
var url = "http://localhost/lab8/php/driver.php";
window.onload = init;
function init()
{
$("#submitselect").click(submitQuery);
}
function submitQuery(event)
var url = "http://localhost/lab8/php/driver.php";
window.onload = init;
function init()
{
$("#submitselect").click(submitQuery);
}
function submitQuery(event)
var url = "http://localhost/lab8/php/driver.php";
window.onload = init;
function init()
{
$("#submitselect").click(submitQuery);
}
function submitQuery(event)
var url = "http://localhost/lab8/php/driver.php";
window.onload = init;
function init()
{
$("#submitselect").click(submitQuery);
}
function submitQuery(event)
if(testData != '(' && testData != ')')
{
Node prevNode = node;
debug("Creating right child for '" + Character.toString(node.getData()) + "'");
Node tempNode = new Node();
node.setRight(tempNode);
node = tempNode;
debug("Right child should be set to " + Character.toString(input.charAt(0)));
node.setData(input.charAt(0));
Microsoft Windows [Version 10.0.10586]
(c) 2015 Microsoft Corporation. All rights reserved.
C:\Users\nx7233pl>cd Documents\school\cs341
C:\Users\nx7233pl\Documents\school\cs341>cd natcor
C:\Users\nx7233pl\Documents\school\cs341\natcor>dir
Volume in drive C is Windows
Volume Serial Number is 00DB-3390
1
2
3 .TITLE Resursive Multiply
4 000000 SP: .BLKW 1750
5 003720 ANS: .BLKW 2
6 003724 M: .BLKW 1
7 003726 N: .BLKW 1
8
9 003730 012767 003756 174042 START: MOV #NEXT, SP
10 003736 162767 000012 174034 SUB #12, SP
.TITLE Resursive Multiply
.BLKW 1000.
ANS: .BLKW 2
M: .BLKW 1
N: .BLKW 1
START: MOV #START, SP ; R6 gets set to this address
SUB #10., SP ; R6 -= 10
<!DOCTYPE html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>CS Deptartment</title>
<link href="css/style.css" rel="Stylesheet" type="text/css" />
<script
src="https://code.jquery.com/jquery-3.1.1.min.js"
integrity="sha256-hVVnYaiADRTO2PzUGmuLJr8BLUSjGIZsDYGmIJLv2b8="
crossorigin="anonymous"></script>