- Timestamp:
- 07/10/2017 07:11:13 PM (7 years ago)
- Branches:
- master
- Children:
- e877e55
- Parents:
- 14ad9c9
- Location:
- rom
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
rom/booter.x
r14ad9c9 r6aa430b 31 31 32 32 extern int16_t booter(int8_t *fn, int32_t textadr); 33 -
rom/romp.x
r14ad9c9 r6aa430b 2 2 3 3 #include "regs.h" 4 #include "setjmp.h" 4 5 #include "stdint.h" 5 6 … … 156 157 extern int16_t wdump(uint16_t *loc, uint16_t *lastloc, int16_t nwide, int16_t unit); 157 158 extern int16_t xdtoi(int16_t c); 158
Note:
See TracChangeset
for help on using the changeset viewer.