Initial revision

This commit is contained in:
bal
1984-11-26 15:04:22 +00:00
parent 6a9e49f683
commit 6d481ce4d6
38 changed files with 5986 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
/* S T A C K _ C H A N G E . H */
extern line_change(); /* ( line_p l; bool *ok_out; int *pop_out,*push_out)
* Try to determine how the stack-height will be
* affected by the EM instruction l. 'ok_out' is set
* to false if we fail to do so. pop_out and
* push_out are set to the number of bytes popped
* and pushed. E.g. for an "ADI 2" 4 and 2 are returned.
*/