Hello world program in hla

252 Views Asked by At

Am getting an error when running HLA code. It's a simple program so I highly doubt the code is at fault. The error:

     POLINK: warning: /SECTION:.bss ignored; section is missing.

The code:

     program HelloWorld;
     #include("stdlib.hhf")
     begin HelloWorld;
        stdout.put( "Hello, World of Assembly Language", nl );
     end HelloWorld; 

I am starting assembly language and I need help.

0

There are 0 best solutions below