We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
I habe used by mistake the following line: DW 0000B the line assembles without any error to 0000h Shouldn't there not some kind of error message?
Shouldn't there not some kind of error message? WHY, Zero is a perfectly legal binary number. Let me give an example why it would be wrong to make it illegal (which it is not in the first place) values_for_joe{ 01111001b, 01010011b, 01000000b, 01100000b, 11001110b} If zero binary were illegal the above table would look like crap Erik
OOps, of course, one of the values in the above example should have been all zeroes. Erik