dmsc
dmsc
Adding this to a new file at least prints the copyright message: ``` CSEG SEGMENT PUBLIC 'CODESG' ASSUME CS:CSEG DSEG SEGMENT PUBLIC 'DATASG' ASSUME DS:DSEG DSEG ENDS PUBLIC GWINI GWINI:...
Hi! > Adding this to `OEM.ASM` prints out: > > ``` > L > P > T > 1 > : > " > ``` Yes, that code was missing...
Also, the link order is significant: see the comments on BIBOOT.ASM, the first 256 bytes of the CS are overwritten. This means that GWDATA *must* be the first file in...
Hi! > > [tkchia@5ce9e0f](https://github.com/tkchia/GW-BASIC/commit/5ce9e0f0c6d07445b8705a18b8b7efae9e4af304) > Wow, you have a working screen :) I see that you added breakpoints on all unimplemented functions, instead I was parsing the linker map output...
Hi! This does not warn in Linux because it has a more correct definition, with the parentheses: ``` #define SIG_DFL ((__sighandler_t)0) ``` Can you test if writing SIG_IGN with parentheses...
Closing, no reply on a year.
This is planed, but not right now as it is not as easy to implement cleanly as it seems.
This is now implemented in a760378502c6c579a904553a4dfc39f1160bdeb2 and c7ffebd1f4e79a04bb48bb136331a2e29de31644 , use `-ls:120` for a 120 char per line, `-ls:255` for 255 char length. Have Fun!
Hi! Please, can you attach an ATR to test with? Thank you!
For the NOPEN and other commands, you need the git version (not the release) Which version are you using? And it would be easier to solve the OPEN crash issue...