Can please advice anything wrong with below assmbly code using tasm, i can not get any output at all as below.
I need to break down a binary number into 4 decimal digits using assemb开发者_运维百科ly. For example, break down 0010 0110 1001 0010 which is 9874 into \'9\' \'8\' \'7\' \'4\' and show each on a 7-s
I would like to come up with the byte code in assembler (assembly?) for Windows machines to add two 32-bit longs and throw away the carry bit. I rea开发者_StackOverflow社区lize the "Windows machi
I have previously, here, been shown that C++ functions aren\'t easily represented in assembly. Now I am interested in reading them one way or another because Callgrind, part of Valgrind, show them dem
How can I load/store data to the periphery which a开发者_开发百科ddress is bigger than 216 with IN/OUT instructions.
I thought I correctly implemented a while loop, but why am I not getting any output? My book isn\'t that great of a help, and I haven\'t been able to find a resource online.
My code is display rubbish when I want to print each of the numbers in the list as well, anything wrong? The output should look like this:
I have an ARGB pixel stored in an 128 bit NEON register as 32bit per channel. I ne开发者_如何学Ced to store this into memory as an 8bit channel ARGB (narrowing and saturating).
I want to write a program in Motorola 68000 assembler, the target platform is Neo Geo (games console from the nineties); this question is meant serious, I have a specific project which I want to reali
I have c开发者_JAVA技巧ome across the following directive in some assembly code: movax, @data I\'ve gone through my assembler book and tried some Googl-ing, but can\'t find a definition.