Skip to content
This repository has been archived by the owner on Dec 12, 2022. It is now read-only.

Latest commit

 

History

History
16 lines (14 loc) · 607 Bytes

p_513.md

File metadata and controls

16 lines (14 loc) · 607 Bytes

5.13 Test sur des programmes complexes

Complex programs have too long assembly code to be showed here. Here are some complex programs we wrote:

Here is how to execute a test (eg. fibonacci.c), and see the generated assembly:

./chef.py test backend -bw tests/programs/fibonacci.c
cat build/cpp-bin/assembly.s