Files
learn_assembly/hello.hla
2023-11-08 14:27:21 +00:00

9 lines
139 B
Plaintext

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