Code: Select all
program dos1_QoENet_bin
section code
input dos1_QoENet_rel

Code: Select all
program dos1_QoENet_bin
section code
input dos1_QoENet_rel
I've just never got around to looking into how to do it. I quite like having everything in one assembly file, so it's easier to search through. Rather than having to search several files to find something. But the source is getting a bit large, and could probably do with splitting up a bit.Peter wrote:As for a single sourcefile to ease linking: Do you have a specific problem with QLINK, or just not the time to look at an example how to do it?
Just right now, I'm in the process to update Q68QoE in QL/E from version 0.20 to 0.43. Tests to follow later on today after all pending updates to QL/E's boot are completed (including IPBasic version 1.05).Martin_Head wrote:Here's an update of the driver. No new content, just bug fixes.
By habit, I tend to use _cde. But with this driver, It's the first time I've used the QMAC assembler. And it adds the _bin for you.QLvsJAGUAR wrote:Just right now, I'm in the process to update Q68QoE in QL/E from version 0.20 to 0.43. Tests to follow later on today after all pending updates to QL/E's boot are completed (including IPBasic version 1.05).Martin_Head wrote:Here's an update of the driver. No new content, just bug fixes.
To keep a WIN file system well organised, I request the driver file name to be changed from QOENET_bin (was Q68NET_bin) to Q68QoE_cde. This for two reasons:
1. Having all Q68 binaries a file name starting with Q68
2. Having all of Martin’s network binaries a file name ending with _cde
Thank you for the great dedication and work.
If QoE is as described above, then QoE, QoENET or even QOENET does not decribe the driver.Peter wrote:If you think about name change, I would reconsider "QoE". It stood for "QLNET over ethernet" as the original idea was to primitively send QL network packets over ethernet. This is long obsolete as it has become a TCPI/IP stack plus ethernet driver.