Skip to content

Commit

Permalink
update ale-exercise-book commit ref
Browse files Browse the repository at this point in the history
  • Loading branch information
SerodioJ committed Apr 15, 2024
1 parent a626c3b commit 924dd8b
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 book/404.html
+236 −0 book/appendix.html
+277 −0 book/appendix_ale-peripherals-mmio-manual.html
+2 −2 book/ch00-00-introduction.html
+1 −1 book/ch01-00-getting-started.html
+20 −6 book/ch01-01-code-generation-tools.html
+5 −6 book/ch01-02-code-generation-tools.html
+2 −2 book/ch02-00-getting-started-with-the-simulator.html
+11 −2 book/ch02-01-running-hello-world.html
+118 −7 book/ch02-02-using-assistant.html
+17 −3 book/ch02-03-debugging-a-program.html
+1 −1 book/ch03-00-data-representation.html
+1 −1 book/ch03-01-base-conversion-c.html
+1 −1 book/ch04-00-assembly-object-executable-files.html
+1 −1 book/ch04-01-organization-elf-file.html
+1 −1 book/ch05-00-bit-manipulation-instruction-encoding.html
+1 −1 book/ch05-01-bit-masking-shift-operations.html
+1 −1 book/ch05-02-riscv-instruction-encoding.html
+1 −1 book/ch06-00-assembly-user-level-programming.html
+1 −1 book/ch06-01-square-root.html
+1 −1 book/ch06-02-gps.html
+1 −1 book/ch06-03-hamming-code.html
+1 −1 book/ch06-04-image-on-canvas.html
+2 −2 book/ch06-05-apply-filter.html
+1 −1 book/ch06-06-linked-list.html
+1 −1 book/ch06-07-abi-linked-list.html
+1 −1 book/ch06-08-abi-recursive-binary-tree.html
+1 −1 book/ch07-00-assembly-system-level-programming.html
+3 −3 book/ch07-01-peripheral-controlling-the-car.html
+2 −2 book/ch07-02-peripheral-using-serial-port.html
+3 −3 book/ch07-03-interrupts-midi-player.html
+2 −2 book/ch07-04-interrupts-controlling-the-car.html
+1 −1 book/ch08-00-final-projects.html
+7 −1 book/ch08-01-driving-through-the-city.html
+1 −1 book/index.html
+253 −51 book/print.html
+1 −1 book/searchindex.js
+1 −1 book/searchindex.json
+1 −1 book/title-page.html
+5 −1 src/SUMMARY.md
+3 −0 src/appendix.md
+58 −0 src/appendix_ale-peripherals-mmio-manual.md
+1 −1 src/ch00-00-introduction.md
+22 −5 src/ch01-01-code-generation-tools.md
+4 −5 src/ch01-02-code-generation-tools.md
+1 −1 src/ch02-00-getting-started-with-the-simulator.md
+20 −1 src/ch02-01-running-hello-world.md
+143 −5 src/ch02-02-using-assistant.md
+20 −2 src/ch02-03-debugging-a-program.md
+1 −1 src/ch06-05-apply-filter.md
+2 −2 src/ch07-01-peripheral-controlling-the-car.md
+1 −1 src/ch07-02-peripheral-using-serial-port.md
+2 −2 src/ch07-03-interrupts-midi-player.md
+1 −1 src/ch07-04-interrupts-controlling-the-car.md

0 comments on commit 924dd8b

Please sign in to comment.