added missing source files from original code
This commit is contained in:
11
BaS_GNU/sources/last.c
Normal file
11
BaS_GNU/sources/last.c
Normal file
@@ -0,0 +1,11 @@
|
||||
// letztes file der liste
|
||||
// wichtig als endpunkt des kopierens
|
||||
|
||||
void copy_end(void)
|
||||
{
|
||||
asm
|
||||
{
|
||||
copy_end:
|
||||
nop
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user