Skip to content

Commit

Permalink
Merge pull request #7 from SerodioJ/main
Browse files Browse the repository at this point in the history
update ALE Exercise Book to v1.0.5
  • Loading branch information
eborin authored Aug 26, 2024
2 parents 0e3663f + f444119 commit bfbd8af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ale-exercise-book
Submodule ale-exercise-book updated 54 files
+1 −1 README.md
+1 −1 book.toml
+2 −2 book/404.html
+2 −2 book/appendix.html
+2 −2 book/appendix_ale-peripherals-mmio-manual.html
+2 −2 book/ch00-00-introduction.html
+2 −2 book/ch01-00-getting-started.html
+3 −3 book/ch01-01-code-generation-tools.html
+2 −2 book/ch01-02-code-generation-tools.html
+2 −2 book/ch02-00-getting-started-with-the-simulator.html
+6 −3 book/ch02-01-running-hello-world.html
+6 −4 book/ch02-02-using-assistant.html
+17 −4 book/ch02-03-debugging-a-program.html
+2 −2 book/ch03-00-data-representation.html
+4 −4 book/ch03-01-base-conversion-c.html
+2 −2 book/ch04-00-assembly-object-executable-files.html
+2 −2 book/ch04-01-organization-elf-file.html
+2 −2 book/ch05-00-bit-manipulation-instruction-encoding.html
+2 −2 book/ch05-01-bit-masking-shift-operations.html
+4 −4 book/ch05-02-riscv-instruction-encoding.html
+2 −2 book/ch06-00-assembly-user-level-programming.html
+2 −2 book/ch06-01-square-root.html
+2 −2 book/ch06-02-gps.html
+2 −2 book/ch06-03-hamming-code.html
+4 −3 book/ch06-04-image-on-canvas.html
+2 −2 book/ch06-05-apply-filter.html
+2 −2 book/ch06-06-linked-list.html
+2 −2 book/ch06-07-abi-linked-list.html
+2 −2 book/ch06-08-abi-recursive-binary-tree.html
+2 −2 book/ch07-00-assembly-system-level-programming.html
+2 −2 book/ch07-01-peripheral-controlling-the-car.html
+2 −2 book/ch07-02-peripheral-using-serial-port.html
+2 −2 book/ch07-03-interrupts-midi-player.html
+2 −2 book/ch07-04-interrupts-controlling-the-car.html
+2 −2 book/ch08-00-final-projects.html
+2 −2 book/ch08-01-driving-through-the-city.html
+2 −2 book/index.html
+32 −13 book/print.html
+1 −1 book/searchindex.js
+1 −1 book/searchindex.json
+2 −2 book/title-page.html
+1 −1 reference_code/ch01-01/file2.c
+99 −7 reference_code/ch05-02/base_code.c
+4 −0 reference_code/ch06-04/404_gray_h.pgm
+4 −0 reference_code/ch06-04/404_gray_v.pgm
+ reference_code/ch06-04/404_white_h.pgm
+ reference_code/ch06-04/404_white_v.pgm
+1 −1 src/ch01-01-code-generation-tools.md
+4 −1 src/ch02-01-running-hello-world.md
+3 −1 src/ch02-02-using-assistant.md
+12 −2 src/ch02-03-debugging-a-program.md
+2 −2 src/ch03-01-base-conversion-c.md
+2 −2 src/ch05-02-riscv-instruction-encoding.md
+2 −1 src/ch06-04-image-on-canvas.md

0 comments on commit bfbd8af

Please sign in to comment.