Added libraries needed after installation of cg.
This commit is contained in:
parent
ab820d3083
commit
8b4f21bd95
1 changed files with 21 additions and 0 deletions
|
@ -1,3 +1,24 @@
|
||||||
name "Intel 8080 assembler"
|
name "Intel 8080 assembler"
|
||||||
dir as
|
dir as
|
||||||
end
|
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
|
||||||
|
|
Loading…
Reference in a new issue