16-bit
16 bit asm instruction set
What set of instructions is used in COM files? I assumed it was 8086, but it开发者_运维知识库 seems that I was wrong. In a 8086 manual I found, shl can only accept 1 or cl for its second argument, whi[详细]
2023-04-09 23:52 分类:问答Using 16-Bit textures
WP7 textures are supported in the Reach-Profile that WP7 devices falls into. But XNA converts all my ressources upon adding them to a project to RGBA8, that\'s insane,[详细]
2023-04-07 23:36 分类:问答Python and 16-bit PGM
I have 16-bit PGM images that I am trying to read in Python. It seems (?) like PIL does not support this format?[详细]
2023-04-04 07:29 分类:问答What changes I have to do to make this 16 bit assembly to 32 bit?
I asked a question about assembly language here. I got a feel that it is difficult to use 16 bits progra开发者_JS百科ms. So now I want to change it to 32 bit. Here is the code of the first program I w[详细]
2023-04-04 06:16 分类:问答Numpy and 16-bit PGM
What is an efficient and clear way to read 16-bit PGM images in Python with numpy开发者_高级运维?[详细]
2023-04-04 02:02 分类:问答Python and 16 Bit Tiff
How can I convert and save a 16 bit single-channel TIF in Python? I can load a 16 and 32 bit image without an issue, and see that the 32 bit image is mode F and the 16 bit image is mode I;16S:[详细]
2023-03-31 15:45 分类:问答what are the differences between these nasm stack pushes?
this is in 16 bit, real mode, NASM. ; ---- variables ------ cursorRow db 1 . . . ; what are the differences between these two pushes?[详细]
2023-03-19 08:21 分类:问答How to use high and low bytes?
I am trying to represent 32768 using 2 bytes. For the high byte, do I use the same values as the low byte and 开发者_开发知识库it will interpret them differently or do I put the actual values? So woul[详细]
2023-03-08 02:26 分类:问答what is the ultimate difference between a 16-bit and 32-bit application?
32-bit x86 is a superset of 16-bit x86. Suppose I write a code in 16-bit x86. It should ideally work on system with 32-bit x86 without any hitch. But that is not the case. C开发者_开发百科ompatibility[详细]
2023-03-08 00:56 分类:问答Multiple 16-bit programs running in Windows 7
Good day, I\'ve created a python program to batch up a process we have running at work.Unfortunately, the program we use was written in the 80\'s, with its last update in the 90s. Its a 16 bit window[详细]
2023-03-03 03:12 分类:问答