Skip to content
/ calelec Public

Electrical Calculations NEC - Assembler pure and simple! 2003

License

Notifications You must be signed in to change notification settings

h1pot/calelec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Electrical Calculations in Assembly (ASM)

Welcome to the Electrical Calculations ASM project! This repository contains assembly code designed to perform various electrical calculations, including:

- Load calculations (kVA, kW, HP, BTU, Amps)
- Efficiency percentage (%Eff)
- Voltage drop percentage (%V Drop)
- Longitude
- Breaker selection
- Wire sizing
- Tube sizing
- AWG (American Wire Gauge) selection

Table of Contents

- Introduction
- Features
- Contributing
- License

Introduction

This project is aimed at electrical engineers, electricians, and students who need to perform various electrical calculations. The code is written in Assembly (ASM) language to ensure high performance and low-level hardware interaction. Features

- Load Calculations: Compute loads in kVA, kW, HP, BTU, and Amps.
- Efficiency: Calculate the efficiency percentage of electrical devices.
- Voltage Drop: Determine the voltage drop percentage over a distance.
- Longitude: Calculate geographic longitude for electrical installation planning.
- Breaker Selection: Select appropriate breakers for given loads.
- Wire Sizing: Choose the correct wire size based on load and distance.
- Tube Sizing: Select appropriate tubing for wiring.
- AWG Selection: Determine the American Wire Gauge size needed for wiring.

Installation

Prerequisites

- An assembler compatible with the assembly code provided (e.g., NASM, MASM, etc.)
- A linker to generate executable files
- A system capable of running assembly language programs

Contributing

We welcome contributions! Please read our CONTRIBUTING.md file for guidelines on how to contribute to this project.

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

Electrical Calculations NEC - Assembler pure and simple! 2003

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published