Added High Level Assembly implementation
This commit is contained in:
7
a/assembler_hla.hla
Normal file
7
a/assembler_hla.hla
Normal file
@@ -0,0 +1,7 @@
|
||||
program HelloWorld;
|
||||
|
||||
#include( "stdlib.hhf" );
|
||||
|
||||
begin HelloWorld;
|
||||
stdout.put( "Hello, world!", nl );
|
||||
end HelloWorld;
|
||||
Reference in New Issue
Block a user