Equate statements common to many of these programs
Macro library used by some of these programs
Hello World
Hello World with the EQU directive
Read character (no echo) write character
Read characters (echo), convert to integer, sum and write
Evaluate a function and write the results to the screen
Read character digits, convert to binary, write as hex to the screen
Same as above, but with two macros
Macro to convert an Ascii character to hexadecimal digits
World's oldest method of factoring -- simple division
Exclusive OR encryption -- very weak
Convert from lower case to upper case the hard way
Finding the length of a string ended in 00h
Raising a 32-bit number to a 32-bit power
Displaying an error message in a table -- method could be better
Displaying an error message in a table -- index into table
Power of 2 table generated with ASCII arithmetic
Finding the sum of a table
Subroutine to convert integer 32-bit to a 10-digit ASCII string
Main program to test converting integer 32-bit to ASCII 10
Subroutine to convert integer 64-bit to a 20-digit ASCII string
Main program to test converting integer 64-bit to ASCII 20