Skip to content

Commit

Permalink
[eater] Copy data from ROM to RAM.
Browse files Browse the repository at this point in the history
The Ben Eater platform uses ROM, so it needs to copy the .data
initializers from ROM to RAM.

Fixes #360.
  • Loading branch information
mysterymath committed Sep 15, 2024
1 parent 2e15e78 commit 44c29ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mos-platform/eater/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ add_platform_library(eater-crt0
merge_libraries(eater-crt0
common-crt0
common-init-stack
common-copy-zp-data
common-copy-data
common-zero-bss
common-exit-loop
)
Expand Down

0 comments on commit 44c29ab

Please sign in to comment.