How would you program if you didnt have any compilers on an OS?

Recommended Answers

All 2 Replies

Write it in machine code?

Assembly is just mnemonics for machine code.
Work out the "raw" instruction set,then build an assembler.
If you have an assembler, you can then work on a compiler for higher level languages

Even there usually is usually in beginning only simulator for new processor and cross compiler for it running in differfent developing environment if new system is not backwards com

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.