Re-doing GB ASM Tutorial, and this time, until the end.
To help translate the tutorial, join the project on Crowdin.
Contributing is really easy, fork this repo and edit the files in the src directory. Then, you can send your PR.
To deploy gb-asm-tutorial locally:
$ cargo install mdbook
- Within a terminal pointed at the directory
book.toml
is in, run mdBook (mdbook build
/mdbook watch
/mdbook serve
). - The HTML files are in
book/custom/
.
Different parts of gb-asm-tutorial are subject to different licenses:
- All the code contained within the tutorial itself is licensed under CC0. To the extent possible under law, all copyright and related or neighboring rights to code presented within GB ASM Tutorial have been waived. This work is published from France.
- The contents (prose, images, etc.) of this tutorial are licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.
- Code used to display and format the site is licensed under the MIT License unless otherwise specified.
- The code related to the i18n support is originally from Google's Comprehensive Rust and is released under the Apache License 2.0.