Added libraries needed after installation of cg.

This commit is contained in:
em 1985-04-14 13:57:31 +00:00
parent ab820d3083
commit 8b4f21bd95

View file

@ -1,3 +1,24 @@
name "Intel 8080 assembler"
dir as
end
name "Intel 8080 code generator"
dir cg
end
name "Intel 8080 download programs"
dir dl
end
name "Intel 8080 Basic library"
dir libbc
end
name "Intel 8080 C libraries"
dir libcc
end
name "Intel 8080 EM library"
dir libem
end
name "Intel 8080 Pascal library"
dir libpc
end
name "Intel 8080 System library"
dir libsys
end