Last change
on this file was c486f83, checked in by Jiří Zárevúcky <zarevucky.jiri@…>, 6 years ago |
Remove unused obsolete files, and remove references to libsoftint in demos
|
-
Property mode
set to
100644
|
File size:
240 bytes
|
Line | |
---|
1 | cc -D__PCC__ -I/inc/c -E -o screen.i screen.c
|
---|
2 | cc -D__PCC__ -I/inc/c -E -o top.i top.c
|
---|
3 |
|
---|
4 | cc -S -o screen.s screen.i
|
---|
5 | cc -S -o top.s top.i
|
---|
6 |
|
---|
7 | as -o screen.o screen.s
|
---|
8 | as -o top.o top.s
|
---|
9 |
|
---|
10 | ld -T /inc/_link.ld -o top_ screen.o top.o /lib/libc.a -lgcc
|
---|
Note:
See
TracBrowser
for help on using the repository browser.