view config.h @ 442:1a48b31f5316

Fix carry flag on rotate when the register provided rotate bit count is exactly 32
author Mike Pavone <pavone@retrodev.com>
date Wed, 17 Jul 2013 00:18:28 -0700
parents 7f84090ab1cd
children 140af5509ce7
line wrap: on
line source

#ifndef CONFIG_H_
#define CONFIG_H_
#include "tern.h"

tern_node * load_config(char * expath);

#endif //CONFIG_H_