开发者

16-bit

0
  • Print integer to console in x86 assembly

    When I add two values in 16 bit assembly, what is the best way to print the result to console? At the moment I have this code:[详细]

    2023-01-26 12:37 分类:问答
  • Reliably detect 16 bit process

    Due to the need to run a 15+ year old application I wish to create a watchdog program to ensure a 16 bit application is running on a 32 bit version of Windows XP Pro and start it if necessary. Normall[详细]

    2023-01-24 03:16 分类:问答
  • Reducing sample bit-depth by truncating

    I have to reduce the bit-depth of a digital audio signal from 24 to 16 bit. Taking only the 16 most significant bits (i.e. truncating) of each sample is equival开发者_如何转开发ent to doing a proport[详细]

    2023-01-22 05:03 分类:问答
  • Playing Stereo PCM with DirectSound

    Hey, I have simple 16-bit PCM player that I made using DirectSound. But when 开发者_Python百科it plays, it seems that it plays only one speaker instead of both.[详细]

    2023-01-20 14:32 分类:问答
  • How did 16-bit C compilers work?

    C\'s memory model, with its use of pointer arithmetic and all, seems to model flat address space.16-bit computers used segmented memory access.How did 16-bit C compilers deal with this issue and simul[详细]

    2023-01-18 16:47 分类:问答
  • C# bitwise shift on ushort (UInt16)

    I need to perform a bit开发者_C百科wise left shift on a 16-bit integer (ushort / UInt16), but the bitwise operators in C# seem to apply to int (32-bit) only. How can I use << on an ushort, or at[详细]

    2023-01-17 20:55 分类:问答
  • What are 16, 32 and 64-bit architectures?

    What do 16-bit, 32-bit and 64-bit architectures mean in case of Microprocessors and/or Operating Systems?[详细]

    2023-01-14 02:28 分类:问答
  • Shutting down computer with nasm

    Is it possible to shut down or kill the power (is there a difference?) t开发者_高级运维o a computer from nasm. I know you can use this to reboot:[详细]

    2023-01-11 09:33 分类:问答
  • Hardware interrupt list

    Is there any lis开发者_如何转开发t of the hardware interrupts? i was coding a 16-bit app and i wanted to check some INTs but, i couldnt find anything usefull in google, can any1 provide me some docs a[详细]

    2023-01-09 14:59 分类:问答
  • Problem with writing a 16bit raw PCM file

    As a small experimental music piece I am attempting to program a song in standard C. The code outputs a raw PCM file which can be imported into Audacity. At the moment everything works as expected, bu[详细]

    2023-01-09 04:58 分类:问答