Enter B- program source code





Compiler errors


Compiling and running the assembler output:
  1. Copy and paste the output to the file: program.asm
  2. Run assembler: as -o program.o program.asm
  3. Run linker: ld -o program program.o
  4. Run program: ./program