Debjit Biswas
Debjit Biswas
Thank you for the suggestion. This can be a nice little addition to the editor. I will probably not work on this immediately, so feel free to implement this. Let...
@zackdgod, `DAA` is behaving like that because of the AC flag. If you reset the flags before running the code, the accumulator will show the correct value. This is a...
Sorry for the late reply. I think this will be good feature. Do you a have design we can look at?
@baikunth2a Can you share an example that is failing? The output you are observering and the expected one will be good to know.
@baikunth2a This is happening because the `AC` flag is being set by the first `DAA` instruction. You would need to handle the flag value from the first `DAA` execution. From...
@Keizer-101 Can you tell the purpose of this program so that I can test it?
Looks like a division program. Here is the corrected version. Input the values in `4150H` and `4151H` and it should work. Also added `HLT` at the end. ```asm LXI H,...
> But, when working with the webworkers, how will the editor will interacting with the LSP?, We have a limited options, but I think a tcp channel could work, but...