set args -target=mulsim-linux /1/rich/Rsrch/MulSim/Test/p86_main.e
# set args -target=symbolic ../../Test/p86.e
define pCr
print (struct symbol *) caller
p *$
end
document pCr
prints out the addr & contents of the first struct in the array caller
end

define pCe
print (struct symbol *) callee
p *$
end
document pCe
prints out the addr & contents of the first struct in the array callee
end

define psymbol
print * (struct symbol *) $
end
document psymbol
does "print * (struct symbol *) $"
end

define pnode
print * (struct node *) $
end
document pnode
does "print * (struct node *) $"
end

# define pcode
# print * (struct code *) $
# end
# document pnode
# does "print * (struct code *) $"
# end

# b emit
b segment
