Difference between revisions of "SPO600 Inline Assembler Lab"
(→Lab 7) |
(→Lab 7) |
||
Line 9: | Line 9: | ||
* avidemux | * avidemux | ||
* blender | * blender | ||
− | * bunny | + | * bunny (Yanhao) |
* busybox | * busybox | ||
* chicken (Berwout) | * chicken (Berwout) | ||
Line 17: | Line 17: | ||
* faad2 | * faad2 | ||
* fawkes | * fawkes | ||
− | * filezilla ( | + | * filezilla (DOES NOT HAVE ASM) |
* gauche | * gauche | ||
* gmime | * gmime |
Revision as of 11:31, 19 February 2016
Lab 7
1. Select one of the following open source packages which is not claimed by another person in the class. Put your name beside it in (parenthesis) to claim it.
- amule
- ardour
- avidemux
- blender
- bunny (Yanhao)
- busybox
- chicken (Berwout)
- cln
- coq
- cxxtools
- faad2
- fawkes
- filezilla (DOES NOT HAVE ASM)
- gauche
- gmime
- gnash
- gridengine
- groonga
- hoard
- iaxclient
- k9copy
- lame (Kenny)
- libfame
- libgcroots
- libmad
- libmlx4
- lightsparc
- mediatomb
- mjpegtools
- mlt
- mosh
- mpich2
- ocaml-zarith
- openblas
- opencore-amr
- openser
- par2cmdline
- picprog
- qlandkartegt
- sooperlooper (Nina)
- traverso
2. Find the assembler in that software, and determine:
- How much assembley-language code is present
- Which platform(s) it is used on
- Why it is there (what it does)
- What happens on other platforms
- Your opinion of the value of the assembler code VS the loss of portability/increase in complexity of the code.
3. Blog your results in detail.