ChatGPT – Simple coding examples with short probe into Assembler looping and deciphering its counting errors.

TL:DR – Simple illustration of code to do addition, floating point and string concatenation across Machine Language, Assembler, C and a few higher level languages.  Last section is me teaching ChatGPT how to count. Can you take a simple operation – like adding two numbers together and write the corresponding code for a function that …

ChatGPT – Simple coding examples with short probe into Assembler looping and deciphering its counting errors. Read More »