Skip to content

An interpreter for pseudo-assembly as defined in the Computer Science Coursebook for Cambridge International AS & A Level, second edition, by Langfield & Duddell.

License

Notifications You must be signed in to change notification settings

SaadiSave/cambridge-asm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cambridge-asm

GitHub Workflow Status Crates.io Crates.io

Disclaimer

This software is not related to Cambridge International, Cambridge University, or any of their sister institutions

Purpose

This is an interpreter for the pseudoassembly defined in syllabus 9618 - Computer Science of Cambridge Assesment International Education. This repository contains two crates:

  • cambridge-asm is the library. Refer to this readme for details.
  • cambridge-asm-cli is the CLI. Refer to this readme for details.