Posts in ACC

How to use Visual C++ with Perl

Microsoft Visual C++ and later do not support perl scripts by default. That is, the Developer Studio does not associate any special significance to perl scripts without being informed otherwise. However, there are several viable options, namely custom build rules, which enable the creation of projects that depend directly upon perl scripts. The remainder of this article discusses the following three methods for adding perl script files to a Visual C++ project:

Read more ...


PIC 16F88 Microcontroller Servo Controller Project

The goal of this assignment is to control the position of a servomotor by generate pulses on the output pin for a time specified by various voltage of the input pin of the chip. The voltage should also be displayed by a 7-segment LEDconnected to some output pins of the chip.

Read more ...


Microchip PIC16F88A Emulator Project

Resources:

Read more ...


Error 3e6 with WriteFile

It looks like you will get error 3E6 when you call write file with an address not aligned to DWORD.

Read more ...


Lab5 Step4

 END;

Read more ...


Lab5 Draft3

reference: http://homepages.ius.edu/jfdoyle/c335/Html/ProcInvoke.htm

Read more ...


Lab5 Draft2

;=====================================================================

Read more ...


Lab4

;=====================================================================

Read more ...


Lab3

.386

Read more ...


COSC 2425 - Computer Organization and Machine Language - PC Assembly Language

http://www.austincc.edu/rblack/COSC2425/index.html

Read more ...