I don‘t know how to load data table into assembly as the input ,can anybody give me some example code?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
With #include "filename" you can include any text file into your source code. However, the content of the file must already be in a form that can be interpreted by the assembler.
In C, it is a bit easier, as you can write n array definition and include a CSV table as data into the curled brackets of the initializer field. For assembly, I don't know.
**Attention** This is a public forum