remove trailing whitespace

This commit is contained in:
lux
2017-09-27 16:25:58 +02:00
parent b6a88963e5
commit 6b5c6ecceb
3 changed files with 18 additions and 18 deletions

View File

@ -2,27 +2,27 @@
#define TOY_H
#define CPU_TYPE "Koopman_TOY_CPU"
#define RAM_SIZE 4096
#define RAM_SIZE 4096
#define CPU_WORD_SIZE 16
/**
* print_instructionSet(): print the cpu instruction set
* This is a user help function, can be activated via
* This is a user help function, can be activated via
* the -h paramter.
* Return: none
* Return: none
*/
void print_instructionSet(void);
/**
* initialise_ram(): read inputstream into the toy-ram
* Return:
* the number of successfully read machine words,
* Return:
* the number of successfully read machine words,
* -1 in case of error
*/
*/
int initialise_ram(uint16_t *ram, int argc, char **argv );
int initialise_ram(uint16_t *ram, int argc, char **argv );
/**
* get_opcode(): segments the mashine code in the OP-Code