Very simple assembly language programs for the (free) HLA High-Level Assembler on an Intel PC. Want to know more about assembly language and low-level programming? Read the HLA book by Randall Hyde - it's a good 'un.
Monday, 25 February 2019
Assembly: Hello World x 10
program helloLoop;
// Phil Gardner
#include( "stdlib.hhf" );
static begin helloLoop; // Will countdown from ten mov( $0A, al );