|
|
1.1 ! root 1: #include "../machine/alignment.h" ! 2: ! 3: push (infop,longword) process_info *infop; ! 4: int longword; ! 5: /* ! 6: /* Push the given datum on the current stack. ! 7: /* ! 8: /******************************************/ ! 9: { ! 10: ! 11: struct oprnd temp; ! 12: ! 13: temp.mode = Add | W; ! 14: sp -= 4; ! 15: temp.address = sp; ! 16: temp.length = 4; ! 17: write_back(infop,longword, &temp) ; ! 18: }
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.