Woops! Im going to have to fix that one...Creature wrote:Again a simple mistake or is it just me again?Tutorials wrote:This command reads a sector from a FDD. For every byte in the sector, the FDC issues interrupt 6 and places the byte read from the disk into the data register so that we can read it in.
NReed: Your integer is a different one then the one we were discussing. In your integer, its a 32bit integer with the top bit 1. In the integer we were discussing, the top bit is 0 making 01111111 11111111 11110000 00000000 binary == 0x7FFFF000. I suppose that could be made more clear in the comment though, sorry about that
I forgot about that one. I will be sure to add it tonight if possible Thanks for letting me knowand also you say that you will explain why there is a twist in the cable later on, but (I believe that) you do not.
Thanks for all of the comments and suggestions so far I will be sure to fix the few problems with it tonight if possible.