Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/squarebracketassociates/booklet-callstackmanagement

To learn how call stacks are managed in virtual machines
https://github.com/squarebracketassociates/booklet-callstackmanagement

Last synced: 1 day ago
JSON representation

To learn how call stacks are managed in virtual machines

Awesome Lists containing this project

README

        

# A booklet on Call Stack Management

[![Build status][badge]][travis]

[travis]: https://travis-ci.org/SquareBracketAssociates/Booklet-CallStackManagement
[badge]: https://travis-ci.org/SquareBracketAssociates/Booklet-CallStackManagement.svg?branch=master

The result from the latest successful Travis build can be found [on Bintray (PDF)](https://bintray.com/squarebracketassociates/wip/download_file?file_path=callStack-wip.pdf).

## To contribute

- Fork
- Do pull Request

## To latex it locally

```
make
make bootstrap
make spiral
```