A nice header for your slide
Two column layout and a title that is so long it exceeds the width of the slide
<div class="columns"><div>
Some code blocks
int main()
{
int total = 0;
for(int i = 0; i < 10; ++i)
{
total += i;
}
return 0;
}
</div><div>
main:
push rbp
mov rbp, rsp
mov DWORD PTR [rbp-4], 0
mov DWORD PTR [rbp-8], 0
jmp .L2
.L3:
mov eax, DWORD PTR [rbp-8]
add DWORD PTR [rbp-4], eax
add DWORD PTR [rbp-8], 1
.L2:
cmp DWORD PTR [rbp-8], 9
jle .L3
mov eax, 0
pop rbp
ret
</div></div>