Frances: A tool for learning code generation and execution

Home | Frances | Users Guide | Lessons | Publications

News

December 2010: Paper on Frances-A tool accepted for CCSC 2011.

September 2010: Initial release of Frances-A tool.

March 2010: Support added for MIPS assembly and x86 intel syntax.

January 2010: Tutorial on Frances tool accepted for CCSC 2010.

October 2009: Paper on Frances tool accepted for SIGCSE 2010.

August 2009: Technical Report: Frances: A Tool For Understanding Code Generation , ISU, 2009.

Lessons (covering control flow, assembly, and code generation) using the Frances tool



Lesson 1: Intro

Lesson 2: Expressions

Lesson 3: Arrays

Lesson 4: Decisions

Lesson 5: Loops

Lesson 6: Nested Structures

Lesson 7: Functions