j3ff
j3ff

Reputation: 1

Hello world program in hla

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.

Upvotes: 0

Views: 318

Answers (0)

Related Questions