11 lines
125 B
C
11 lines
125 B
C
// letztes file der liste
|
|
// wichtig als endpunkt des kopierens
|
|
|
|
void copy_end(void)
|
|
{
|
|
asm
|
|
{
|
|
copy_end:
|
|
nop
|
|
}
|
|
} |