Which Pascal compiler do you mean? Pascal compiler can be written in Pascal, of course.
Chat with our AI personalities
Why would you want to do that? The usual procedure is to translate a high-level language such as Pascal to machine language. If you really want assembly language - perhaps to see how the Pascal compiler does its work - then presumably you can use a disassembler to convert the machine language (the executable file) into assembly language.
A compiler is a program that translates a programming language (like c++, java, pascal, php etc...) to a language that computers can "understand" (i.e. "1001010110101010...")
A compiler.
compiling program, compiler - (computer science) a program that decodes instructions written in a higher order language and produces an assembly language program
The original Java compiler was probably written in C/C++ because an efficient language like C is ideal for writing compilers in.