Skip to content

Commit

Permalink
moving coverage to bottom of page
Browse files Browse the repository at this point in the history
  • Loading branch information
johnwickerson authored Jan 25, 2024
1 parent 25987ff commit c1b2490
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions docs/c_compiler.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,6 @@ By default, the first `_example/example.c` test should be passing.

This basic framework ignores the source input file and always produces the same assembly, which loads the value `5` into `a0`.


Coverage information
-----------
[Do you want to know which part of your code is executed when running your compiler on a file?](./coverage.md)

Program build and execution
---------------------------

Expand Down Expand Up @@ -182,4 +177,8 @@ Useful links

Getting started
---------------
[How to get started? (previous students' perspetives)](./starting_guide.md)
[How to get started? (previous students' perspetives)](./starting_guide.md)

Coverage information
-----------
[Do you want to know which part of your code is executed when running your compiler on a file?](./coverage.md)

0 comments on commit c1b2490

Please sign in to comment.