asembly Programming Software Development by sahar.97 how can i find smallest number without condition operand in mips asembly? Simple Asembly to C convertion Programming Software Development by rockerjhr Im new to asembly in general and im trying to learn but i kind … Start another .exe Programming Software Development by Zssffssz … program I also read (several) books on makeing a 32bit asembly languige (I just can'spell well) OS I have asked… know what its like] not literaly) I am using flat asembly or masm im flexibul and it on windows. Using iPod… Re: Start another .exe Programming Software Development by Zssffssz Thank you with all my heart! You should be promoted! I downloaded a asembly IO header (%define) so thanks from the posts Ive read you are the smartest person on this fourm in asembly languige!! Re: Start another .exe Programming Software Development by Zssffssz … make an OS but to get around most of the asembly languige and other stuff have the bootloader (already have most… Re: Start another .exe Programming Software Development by Zssffssz … can clearly see I am made for c++ and not asembly but do I put the .bin or the .asm on… how do i use inline c or C++ in visual basic net? Programming Software Development by Pmaster Hi all. I imagine there is a key word like there is asm for asembly but I don't know what it is. Never tried it in visual basic 6. Using net now and learning c++ whould like to know. Any help greatly appreciated. TIA. :confused: C++ Multiplication in Assembly Programming Software Development by Spagett912 …'m trying to translate the following code from C++ into Asembly language but am having trouble. I know that I have… 80805:vending machine Programming Software Development by aidasyafiqin Helo..plx help me for my project~ asembly langguange 8085 to show the number of sold item of 2 vending machine at 7segment display that only sold 1 type of item. and also the prizes of each item Then need to compare the performance of two machine.. A:/ Floppy Drive Programming Software Development by Zssffssz Ok here it is short sweet and to the the point: how do I get a asembly languige OS to reconise the floppy drive as A:/ Intergrade Assembly Programming Software Development by Zssffssz I herd that some C++ compilers can use asembly languige in there programs along side C++, How would I do This? And is there any way to use a compiler as an assembler? <<two questions. Re: Intergrade Assembly Programming Software Development by gerard4143 …=Zssffssz;1649487]I herd that some C++ compilers can use asembly languige in there programs along side C++, How would I… The First Programming Software Development by Zssffssz Well what was the first programing languige after machine code and asembly languige? BIOS Programming Software Development by Zssffssz Ok, what would it take to write a BIOS in asembly languige, not planing on doing it. ; no money for chips and thats crazy. So... do Intel and AND use the same instrctuions set Programming Software Development by silvercats If I write an asembly program to a one CPU, will it also run on the other brand? What CPU is faster?Intel or amd (let's say both are 2Ghz processors. ) Re: 32 BIt Flat Real mode Programming Software Development by perlpower Try this link it includes asembly code on how to swap into flat real mode (aka. … Re: Java to Assembly Programming Software Development by malugirl4 I have executed the Fibonacci..But I dont know assembly enough to know how to do my java to asembly Re: writting a compiler for assembly language program by Java .. Help me please Programming Software Development by ithelp I do not think java can access registers directly , assembly compiler basically convert asembly code to machine instructions , not sure whether java can do it. Re: writting a compiler for assembly language program by Java .. Help me please Programming Software Development by halona [QUOTE=ithelp;1025865]I do not think java can access registers directly , assembly compiler basically convert asembly code to machine instructions , not sure whether java can do it.[/QUOTE] to make it simply I 've put the register in array and the memory also in array. Re: particle detector clustering algorithym Programming Software Development by manojwali … more than one post with same subject and post in asembly language thread if it is for microcrontroller, and C thread… Re: Simple Asembly to C convertion Programming Software Development by rockerjhr helppp please Is Asembly Dead Programming Software Development by The Old Man I am wondering is assembly still used at all or is something else preferred Re: Is Asembly Dead Programming Software Development by The Old Man Just very interested Re: Is Asembly Dead Programming Software Development by rubberman Assembly is direct-to-processor coding and totally not portable. It is only used these days to write processor-specific code for operating system low-level programming. My last assembler coding was about 25 years ago for x86 TCP/IP device driver code. Even since then most of my device driver code for systems such as Solaris, Linux, and other *nixes… Re: Is Asembly Dead Programming Software Development by Dervish1 I've used it more recently than that, but primarily when I was working on code generators for compilers - so everything else could be written in higher-level languages. In other words, there are certain environments where it's useful, but they tend to be pretty specialized, as Rubberman said. Re: Is Asembly Dead Programming Software Development by sDJh It strongly depends. Also on you personal preference. 1) In normal desktop or server like environments, ASM isn't widely used anymore. But compiler-developers still need a very good knowledge of ASM and machine code. I also heart that some parts of modern DBS are still based on pure ASM. 2) When it comes to microcontroller, even though times have… Re: Start another .exe Programming Software Development by Schol-R-LEA What I gather out of all this is that you want to be able to write a loader for an executable file, correct? If so, then the reference text you want is [i][url=http://www.iecc.com/linker/]Linkers and Loaders[/url][/i] by John Levine. It covers several executable file formats in detail, including the DOS and Windows formats. You'll also need to be … Re: Start another .exe Programming Software Development by Schol-R-LEA Unfortunately, if you're writing the boot sector yourself, then you'll need to have some way of loading the OS image file, which means writing at least a minimal version of the loader and enough of the file system to find the file in question. The usual solution is a two-stage boot loader, with the second stage being an assembly program which is … Re: Start another .exe Programming Software Development by Schol-R-LEA There are two programs available for this purpose, RawWrite and DD. both can be gotten from [url=http://www.chrysocome.net/]chrysocome.net[/url] for free, and while dd is a bit of a pain to use, RawWrite is fairly easy. Mind you, even with large numbers of floppies, you might want to do some testing using Bochs and a file image, which would give … Re: Start another .exe Programming Software Development by Zssffssz Ok I thought I had software for this but I dont where do I get a simple img creater/converter for floppies the one I have is to iso. I know I dont need one for one file but for the other programs n stuff.. Oh and if there is an exe2bin (why does that sound so familer) where can I get it because acording to your above post. That would be easyer. I …