f-zl
f-zl
Nice tool for learning assembly! I cannot find where the console output (from `INT 21H`) is shown in TASM/MASM debug window. How can I check the console output while debugging?...
Thanks for the tool. I found some render problems in d2l ipynb and pdf that might be related to this repo. Screenshot of d2l-en/xxx/chapter_multilayer-perceptrons/mlp.ipynb:  I'm not sure whether the...
I have a question about the function `XcpSetDaqListMode` in xcpLite.c in commit 0870237 (most recent commit in master). It has this line `DaqListFlags(daq) = mode;`, which overwrites the `flags` to...
Hello, I want to learn XCP by running XCPlite and CANape on one PC and debugging. I have set up a CANape project using the generated C_Demo.a2l. Clicking "Test connection"...
**Describe the bug** `scc --verbose ` doesn't print verbose information **To Reproduce** `scc --verbose ` **Expected behavior** Verbose information is printed **Desktop (please complete the following information):** - OS: [Windows]...
```c // code_under_test.c #include "code_under_test.h" // declares `int function_under_test(int x, int y);` #include "code_dependency.h" // declares `int dependency_function(int);` int function_under_test(int x, int y) { return dependency_function(x) + y; } ```...
I would like to submit several code improvements to this project. I find some closed pull requests of this project contain this statement "Our project makes use of mailing lists...