I succesfully implement the tcp transfer of IO & AC from and to a esp32 - more later.
in this case a wrote a smal program that transfers a value from the memory to io and the to iot device 12. just for testing whats received on the esp32.
IOT
10/
cli
lio a
iot 12
hlt
a, 000001
the assembler macrto1 & macro1_1 creates the correct lst-file BUT in the binary rim-file the addresspart of the opcode 22 was missing
the line should be 220014 and was after assembling in the binary file 220000.
with the help of github copilot i make 2 small changes in the macro1_1.c (in fuction main()) and now it works. the macro_fix.txt contains the fixed main()-function of macro1_1.c, ich have added a comment in the lines i have changed.
i also try to write the program to the memory manually with the switches, but the depositswitch on my virtual console (i use this for developing and testin on my ubuntu-notebook) was not working, angelo or oscar can you check this ?
Matthias