No description
  • Assembly 87.4%
  • C 9.4%
  • Makefile 2.2%
  • Linker Script 0.5%
  • Shell 0.5%
Find a file
2020-09-21 22:36:14 -04:00
precompiled More build system improvements 2020-09-14 22:07:56 -04:00
programs Make memcmp faster 2020-09-21 22:36:14 -04:00
.gitignore More build system improvements 2020-09-14 22:07:56 -04:00
LICENSE Add license 2020-07-22 08:53:26 -04:00
README.md Update readme and improve JZJCoreLib division routine 2020-09-12 19:01:46 -04:00

JZJCoreSoftware

Contains software to run on JZJCoreX cores

Memory Map

Note: addresses are inclusive, bounds not specified are not addressed to anything, and execution starts at 0x00000000

Byte-wise Address (whole word) Backend Word-wise Address Function
0x00000000 to 0x00000003 0x00000000 RAM Start
0x00003FFC to 0x00003FFF 0x00000FFF RAM End (Default for 12 bit RAM_A_WIDTH)
0xFFFFFFE0 to 0xFFFFFFE3 0x3FFFFFF8 Memory Mapped IO Registers Start
0xFFFFFFFC to 0xFFFFFFFF 0x3FFFFFFF Memory Mapped IO Registers End