How to include Assembly code into C++ - probably the simplest method

Опубликовано: 26 Июль 2026
на канале: teo samarzija
390
2

This is a sequel to my previous video about low-level programming:
   • How to Set Up a Modern Computer to Program...  
The relevant thing is the end of that video, in which I show how to install my Java program that, among other things, converts arithmetic expressions to Assembly compatible with a wide range of assemblers, called SimpleCalculator. It can be downloaded here:
https://flatassembler.000webhostapp.c...
And it can also be downloaded from the GitHub page which I show in that video. So, yeah, you probably don't need to watch my previous video to be able to follow this one.