3,896 Topics
![]() | |
![]() | Write an assembly program, `fsm1234.asm`, that prompts the user for a number and checks it against the fsm in the figure 2. Figure 2. `L={1,2,3,4}` All numbers besides 1 must be preceded AND followed by a 1. So every 2,3 and 4 WILL have a 1 before and after it. … |
Ques:-Audacity error while opening sound device when recording? -------------------------------------------------------------- [URL="http://www.lawebdesigning.com/"]los angeles e-Commerce[/URL] [URL="http://www.lawebdesigning.com/"]los angeles web design[/URL] [URL="http://www.lawebdesigning.com/"]los angeles web development[/URL] | |
Hello I would like a good reference for a totaly noob in chip building (ok I know they are some circuit+transistor prints on silicon wafers but nothing more) I would like to know how I define the usage of a little "black cockroach " (I mean a chip) so that … | |
I am attempting to learn Assembly (x86 Assembly on Windows using NASM) but am having trouble understanding what this is doing. Can someone please explain line by line what this code is doing? I have commented the lines that I think I know what they do, but I'm not sure. … | |
Hi everyone. This is my first post. I have a project to develop an assembler for my studies. The problem is I don't really know how the assembler really works and how can I develop one. It is assembler for mc68000 assembly language. If possible please provide me with a … | |
I don't fully understand how to modify the datapaths/control signals to account for instructions. I have to make the single-cycle datapath able to do the instructions: jr lui addi bne I've been starting at this thing for an hour or so and haven't made much progress. With the jr instruction, … | |
Hi, I am new to the world of assembly and am trying to understand the flags and interpretation between an asm file and my cpp code. I basically have an asm function called by cpp file that runs a divide routine and am dereferencing to return parameter value for pointer: … | |
'System.Data.SqlClient.SqlTransaction' in Assembly 'System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' is not marked as serializable. Stack Trace: at System.Runtime.Serialization.FormatterServices.InternalGetSerializableMembers(RuntimeType type) at System.Runtime.Serialization.FormatterServices.GetSerializableMembers(Type type, StreamingContext context) at System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo.InitMemberInfo() at System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo.InitSerialize(Object obj, ISurrogateSelector surrogateSelector, StreamingContext context, SerObjectInfoInit serObjectInfoInit, IFormatterConverter converter, ObjectWriter objectWriter) at System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo.Serialize(Object obj, ISurrogateSelector surrogateSelector, StreamingContext context, SerObjectInfoInit serObjectInfoInit, IFormatterConverter converter, ObjectWriter objectWriter) … | |
Hello, I'm looking for some help regarding a MIPS program I have to code. I am very new to MIPS and to these forums so if I am doing something wrong in terms of posting a thread please inform me of it. It has an array of integer values stored … | |
I have to make a program which takes user inputs until the user enters "-1" When the user has entered that, it adds up all of the scores that have been entered and outputs the sum. [code] .data # items stored in data segment .align 0 # no automatic alignment … | |
hi guys... I'm developing a commercial app using VB6 , this time in my case I have to be worried about the code disclosure I konw any app can be cracked by a Pro Cracker, but I'm targeting people with a Decompiler ([URL="http://www.soft32.com/Download/free-trial/VB_Decompiler/4-124248-1.html"]like this[/URL]) with no assembly knowledge, It's not … | |
Hello all, I am trying to write code for these three functions. 1. readdata: The readdata function has two parameters ($a0 and $a1) which contain the addresses of two integers. The function is to prompt and read two integers. The strings for the prompts are provided in the data segment. … | |
Can someone explain the INC in more detail! I know it increments a register by 1. How would you increment a register from one number till it equals another. example: CX from count 0000h until equals number placedd in DX (assume DX is not 0) Thanks | |
How do I create an int variable to store user input? I tried the code below, but when I put in a number it comes out with some random 6 digit number. My assignment is: Write a complete, commented, stand-alone MIPS program to include the same function as this C … | |
Hi Im new here and i need some help. I'm into codedom right now and im looking for someone to help me out a bit. Now I have a problem on when it compiles the code. I'm using .net 2.0 to compile [CODE] Shared Sub ReflectionPE(ByVal ob As Object) Dim … | |
hello anyones! I'm trying to create a boot sector using assember. I have compile it into a bin file and put it into the memory stick. when I'm start the computer and press f12 and shoose my memory stick, it may write hello world on screen, but nothing happend! X( … | |
Hi, I migrated the session state from "InProc" to "SqlState" by making the classes serializable, and the application works fine by retrieving data from the database and displaying it on the forms but the error message displays as follows when i try to save any information into the database from … | |
Hi, 1) below is an assembly question with the answers in red. I am trying to find out where the numbers 3, 4, 16/4, and 16 came from. I understand they are from intel for the IA32 chipset. But I can't find any table that shows where to get these … | |
I am developing an app for a church. They have the following website [URL="http://www.cpcofc.org/?core=Webpages&page=Newsline"]http://www.cpcofc.org/?core=Webpages&page=Newsline[/URL] On their app, they would like to only show the content embedded (no links, no logo at the top, just stats and news). How could I go about doing that. I will post the source of … | |
Hi, i have a project na kelangan ko ilagay yung special character sa ascii to tasm.. but i dont know how kung pano i convert. the code below ay sa paglagay lang ng color o kaya pag clearscreen: mov ah, 06h mov al, 00 mov bh, 07 mov ch, 02 … | |
Hi, I've been stuck on this for a while and need some help. My program is supposed to do what this blurb of c++ does: [CODE] int add(short * a, const short *b, const short *c, int n) { for (int i=0; i<n; i++) a[i] += b[i] + c[i] + … | |
hi,all friends im new in assembly, im working on nasm and advance full screeen debug that recommend in my uni, the assembler is working ok but my dos prompt not access the debugger when i give it command like this afd ex02.com then the following error is occur 'afd' is … | |
Hi! CAN YOU PLEASE ME CODES OF SCIENTIFC CALCULATOR IN ASM TNX.. nEED IT BADLY.. | |
Hello, I am trying to write a program that reverses an array with integers. Here is what I have so far: driver.asm [CODE] # Test driver for reverser.asm # .data tsize: .word 10 tdata: .word 2, 3, 5, 7, 11, 13, 17, 19, 23, 29 .text main: la $a0, tdata … | |
I am writing a simple program to display a character in all color variations of foreground and background colors using setTextColor. It is my understanding the procedure uses 4 bits for the foreground and 4 bits for the background. In my code below there apparently is an error in the … | |
Need Help to fix this code because I can not find the errors so they can read successfully. Pila SEGMENT STACK ;Segmento de pila DW 64 DUP (?) Pila ENDS Datos SEGMENT ;SEgmento de datos Filename db 'C:\Tasm\BIN\Prue.txt',0 FHndl dw ? msjFrase db 13,10,"Escriba la frase:$" ERRORS db 13,10,"Error con … | |
How do I change the following code to be from a sum of squares to 100 to a sum of cubes? If you can help will you please point out the line(s)? Thanks. [CODE]# FILE = figA4.s # From jws@cs.uga.edu Tue Oct 7 08:46 EDT 2003 .text .align 2 .globl … | |
I need to change this code from a sum of squares to 100 to a sum of cubes. What code do i need to add or change and what lines? Thanks [CODE]# FILE = figA4.s # From jws@cs.uga.edu Tue Oct 7 08:46 EDT 2003 .text .align 2 .globl main main: … | |
Hi everyone,I need your help. I am trying to measure a lead acid charging and discharging current with the PIC. I already have my program up and running but my problem is the sensing charge and discharge current from the battery. can anyone help me with a DRAWING PLEASE????? | |
Hey I can program in C,little bit in Python and Pacal and I really want to learn assembly. I'm 18 and finishing high school, programming is my hobby because school work sure isn't much of a challenge. I've downloaded a few books on Assembly they are: The Art of Assembly,Assembly … | |
Hello all, I'm very beginner in x86 assembly language, I saw that there are many assemblers avaliable, but which one to start with, regarding that I want to program in 32-bit pmode but without using any external APIs (e.g: Win32 as in MASM)... Thanks... | |
![]() | Hi all, I got this Error Message while I try to preview the records in Dataset Designer: "The connection string could not be found or Data provider associated with the connection string could not be loaded" Here is my dataset.xsd code [CODE] <Connections> <Connection AppSettingsObjectName="MySettings" AppSettingsPropertyName="loginConnectionString1" IsAppSettingsProperty="true" Modifier="Assembly" Name="loginConnectionString1 (MySettings)" … |
Hello, I am working on writing a simple assembly program that would build on a RandomRange procedure already defined in a link library that generates a pseudo-random integer from 0 - n-1. I want to write a procedure that generates a random integer from m -(n-1). Just looking for some … | |
Hello all, I'm very new to assembly programming, even I didn't start programming in assembly, I'm just learning some basics. I've been confused about x86 assembly and 8086 assembly, I know x86 is a family of processors produced by Intel, which starts with the 16-bit 8086 and ends with the … | |
I need help converting numbers... I'm supposed to make a program that takes an input, which can be binary, hex, decimal or octal, then convert said input to the remaining bases. It's supposed to have a menu, where I can pick the base of the input. I found a code … | |
how kernel interact with hardware.???they says kernelsr mainly written in assembly language n then it is converted to machine language. bt even i cant feel how machine language accomplish our work wot we wish for can ane one explain concept fully or some refrences | |
i want to create simple operating system but i dont know where to start i know about c, assembly but i have problem with bootloader how to write it and how to compile whole os give me any suggestion or book or any tutorial thankyou | |
I have problems accessing the process command line from Linux 64 bit Assembly program. To reproduce this with minimal code, I made this 32-bit program which prints first 5 characters of the program name: [CODE] .section .text .globl _start _start: movl %esp, %ebp movl $4, %eax # write movl $1, … | |
I'm no assembly wizard, but I'm writing a bootloader and I get a few compile/assembler errors I haven't been able to find a solution to: Heres the error messages and the code that it applies to: [CODE] os_size: .word 0 .word 0 lea %ax,os_size # Error: suffix or operands invalid … | |
What is the advantages of using assembly language with C++? | |
Hey, Im learning assembler and have written as small test program. the aim of the program is to take a char input from the keyboard and compare it wit "A". This section of the program works. At the start of the program I want to output a message just to … ![]() | |
Hi everyone,i am seeking your help. I am trying to program the PIC 16f877 microcontroller to accept multiple analog inputs and give readouts on the 7-seg display. the conversion is of a 10 bit resolution. my problems are that i cannot seem to get the pic to correctly display the … | |
hi all,I want to learn assembly language.I know nothing about it.can anyone suggest me any book for begginers? thanx a lot | |
![]() | Hey guys i need the list of all assembly registers for Intel processor that I can use in Masm615 for integers, double and longs. I only Know this one “ax”, thanks Guys. Moving from java to assembly it is being a pain... ![]() |
Hi guys, has anyone tried to purify filesystemwatcher code? I changed the common language runtime support to clr, but when running this i got a whole bunch of errors such as : Purify: While processing file C:\WINNT\assembly\NativeImages_v2.0.50727_32\mscor lib\9adb89fa22fd5b4ce433b5aca7fb1b07\mscorlib.ni.d ll: Error: Read only 0 bytes, out of 0, from file C:\WINNT\assembly\NativeImages_v2.0.50727_32\mscor … | |
Hey there So I'm working on a little program, the thing is, it needs admin perms in order to work successfully, and I have no idea how to make the application request the admin perms on startup, any idea? [CODE]<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> <assemblyIdentity version="1.0.0.0" name="MyApplication.app"/> <trustInfo … | |
I've never used inline assembly shockingly, and I'm just wondering how/if I can do something. Bit of background; I'm coding a basic OS kernel, I have various subroutines written in assembly and amongst others I have a puts subroutine that is an attempt at mimicking puts in C. In order … | |
inpstr label byte maxlen db 100 actlen db ? string db '$' dda db 10 if I place data after structure(dda), it will be overlapped by this structure i don't know why it happens. Does anyone have ideas? | |
how can i read a file with numbers in it and give the sum of the numbers in tasm |
The End.