Posts in assembly
Comparing writing “Hello World” using DDT versus ASM in CP/M
- 29 September 2024
Using DDT, one can use the inline assembler to write small programs.
Besides DDT, CP/M also offers ASM to assemble a bit more
advanced programs. In this blogpost, I will use both programs to write a small
“Hello World” program and compare the workflow between the two procedures.