Skip to content

Categories:

Lab Report Example

Lab Description:

This is an example how your lab reports should look like. The first item is a lab description in your own words of what the lab is about and how you did it, followed by the source code, and finally the screenshots. To correctly display the source code, make sure that when create the page, you switch to the HTML view and surround the code with the tags <pre> </pre>. The <pre> HTML tag is used for pre-formatted text, so it will respect indentation, spaces, tabs, etc. If you don’t use it the code will be hard to read. Using the <pre> HTML tag (or equivalent formatting) is mandatory.

Code:

 

mov(x, eax);
mov(y, ebx);
mov(m, ecx);
cmp( eax, ebx );
    jnge SkipStmts; 
    add(x, ecx); 
SkipStmts:

Screenshots:

In this this section you must provide screenshots showing your program running, see the example below.

lab report screenshot


0 Responses

Stay in touch with the conversation, subscribe to the RSS feed for comments on this post.

You must be logged in to post a comment.