Implement routines for accessing and manipulating CPU control registers

This commit is contained in:
2022-12-02 23:03:42 +01:00
parent b275caf161
commit b89121fded
6 changed files with 531 additions and 9 deletions

View File

@@ -32,3 +32,6 @@
/* XT routines */
#include "hlfuncs.h"
#include "rtlfuncs.h"
/* Architecture specific XT routines*/
#include ARCH_HEADER(hlfuncs.h)