Add tool to check stack usage of 16bit code.
authorKevin O'Connor <kevin@koconnor.net>
Tue, 13 May 2008 03:50:16 +0000 (23:50 -0400)
committerKevin O'Connor <kevin@koconnor.net>
Tue, 13 May 2008 03:50:16 +0000 (23:50 -0400)
commit5c4a8c6554a0a7b0e657c89a485811ca393f44be
treebcecd995fdc5de1b1dc34b717c72e12d461a9a57
parenta2d16927632744804cf0e02568326fd0e6f90ba5
Add tool to check stack usage of 16bit code.

This tool analyzes the assembler and can approximate the stack usage
    of the various entry points.
TODO
tools/checkstack.py [new file with mode: 0755]