*** empty log message ***

This commit is contained in:
em
1985-02-15 22:53:13 +00:00
parent b1e1945488
commit 683c2eecbe
22 changed files with 440 additions and 0 deletions

29
mach/m68k2/Action Normal file
View File

@@ -0,0 +1,29 @@
name "Motorola 68000 2-4 assembler"
dir as
end
name "Motorola 68000 2-4 backend"
dir cg
end
name "Motorola 68000 interpreters"
system m68*
dir int
end
name "Motorola 68000 2-4 download program(s)"
failure "Sorry, the m68k? conversion program has to be translated on the target machine"
dir dl
end
name "Motorola 68000 2-4 C libraries"
dir libcc
end
name "Motorola 68000 2-4 EM library"
dir libem
end
name "Motorola 68000 2-4 Pascal library"
dir libpc
end
name "Motorola 68000 2-4 System library"
dir libsys
end
name "Motorola 68000 2-4 Basic library"
dir libbc
end