This commit is contained in:
2021-11-13 20:54:22 +01:00
parent 8c006a0d87
commit d6c30d5414
4 changed files with 188 additions and 76 deletions
+2
View File
@@ -7,6 +7,8 @@
#ifndef FORTH_FH_MEM_H
#define FORTH_FH_MEM_H
void fh_setbase(struct fh_thread_s *fh, uint32_t base);
enum fh_error fh_fetch(struct fh_thread_s *fh, uint32_t addr, uint32_t *dst);
enum fh_error fh_fetch_char(struct fh_thread_s *fh, uint32_t addr, char *dst);