Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/squarebracketassociates/booklet-callstackmanagement
- Owner: SquareBracketAssociates
- Created: 2018-01-23T11:49:50.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-03-13T16:54:37.000Z (10 months ago)
- Last Synced: 2024-11-09T10:41:03.116Z (about 2 months ago)
- Language: CSS
- Size: 2.85 MB
- Stars: 0
- Watchers: 15
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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=masterThe 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
```