aboutsummaryrefslogtreecommitdiff
path: root/examples/system/childexec/child_exe.s.template
blob: f76bb3d47fbdff4970234e4837aac2c998126e79 (plain) (blame)
1
2
3
4
5
6
.section .data

.global child_exe			# Insert spoopypasta
.type child_exe, @object
child_exe:
	.incbin "${PROJECT_BINARY_DIR}/child.exe"