cpprisc16  June 16, 2020
Functions
swap.cpp File Reference

Very simple example program. More...

#include <cstdlib>
#include <iostream>
#include "cpprisc16/cpprisc16.hpp"
#include "cpprisc16/cppextendedrisc16.hpp"
Include dependency graph for swap.cpp:

Go to the source code of this file.

Functions

int main ()
 

Detailed Description

Very simple example program.

(March 15, 2017) Piece of cpprisc16. https://bitbucket.org/OPiMedia/cpprisc16

Simple example: swap values of two registers.

GPLv3 — Copyright (C) 2017 Olivier Pirson http://www.opimedia.be/

Definition in file swap.cpp.

Function Documentation

◆ main()

int main ( )

Definition at line 26 of file swap.cpp.