Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by nyarmi

  1. nyarmi

    Conversion of small letters to capital letters

    Try AND AL, 0DFh.
  2. nyarmi

    How i do to calculate pi?

    try to calc 22/7 which is pretty much the same
  3. nyarmi

    MCBs

    I want to make a program that finds every memory address' owner, by finding it's MCB, then the program's PSP, and then the program's name. Is it possible? If it is, how can I find in which MCB the address is? Thanks
  4. nyarmi

    cli + hlt

    I downloaded the art of asm and read that hlt instruction stops the cpu until new int comes in. so what happens if i do this: cli hlt ???
  5. nyarmi

    low-level os-independent disk access

    Hi, I wanna write my own OS too. Just as a little project. What I want to do is to make some kind of boot disk and the program on the boot sector should load some sectors to mem and jmp over there. Now, I have a prog called bootw and I can write sectors with it. but i dont know how to open and...

Part and Inventory Search

Back
Top