9 lines
139 B
Plaintext
9 lines
139 B
Plaintext
program helloWorld;
|
|
#include( "stdlib.hhf" );
|
|
|
|
begin helloWorld;
|
|
|
|
stdout.put( "Hello, World of Assembly Language" nl );
|
|
|
|
end helloWorld;
|