Shows how to write a program that displays Pascal's Triangle in x86-64 assembly. In order to display numbers and characters, the program links with an external library. The link to the library code is listed below.
You can find a copy of this code at the GitHub URL:
https://github.com/josephcolton/assembly/blob/main/asm12-pascals_triangle/pascal.asm
https://github.com/josephcolton/assembly/blob/main/asm12-pascals_triangle/asmlib.asm
The video for the library files is available here:
https://youtu.be/D0CP7SfkYDo