defun done
This commit is contained in:
parent
f4fccc86d2
commit
7a9b823faf
1 changed files with 2 additions and 2 deletions
|
|
@ -864,7 +864,7 @@ int main() {
|
||||||
m.invalidgc = true;
|
m.invalidgc = true;
|
||||||
auto exp = m.read_expr(std::cin);
|
auto exp = m.read_expr(std::cin);
|
||||||
m.invalidgc = false;
|
m.invalidgc = false;
|
||||||
std::cout << "done reading" << std::endl;
|
//std::cout << "done reading" << std::endl;
|
||||||
//r.D = exp;
|
//r.D = exp;
|
||||||
//m.reg = r;
|
//m.reg = r;
|
||||||
m.reg.D = exp;
|
m.reg.D = exp;
|
||||||
|
|
@ -878,7 +878,7 @@ int main() {
|
||||||
std::cout << err << std::endl;
|
std::cout << err << std::endl;
|
||||||
}
|
}
|
||||||
//std::cout << "out of loop" << std::endl;
|
//std::cout << "out of loop" << std::endl;
|
||||||
std::cout << "freepos: " << m.freepos << " out of: " << m.maxCells << std::endl;
|
//std::cout << "freepos: " << m.freepos << " out of: " << m.maxCells << std::endl;
|
||||||
|
|
||||||
c.d = m.mem[m.reg.R].d;
|
c.d = m.mem[m.reg.R].d;
|
||||||
m.ListPrint(c);
|
m.ListPrint(c);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue