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

.global child_exe			# Insert spoopypasta
.type child_exe, @object
child_exe:
	.incbin "child.exe"