https://github.com/zeionara/asmwin
Asm multiplicator
https://github.com/zeionara/asmwin
arrays assembler multiplication windows
Last synced: 3 months ago
JSON representation
Asm multiplicator
- Host: GitHub
- URL: https://github.com/zeionara/asmwin
- Owner: zeionara
- Created: 2016-11-13T14:15:56.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-02T16:05:13.000Z (over 8 years ago)
- Last Synced: 2025-01-02T07:46:21.953Z (5 months ago)
- Topics: arrays, assembler, multiplication, windows
- Language: Assembly
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# asmwin
Simple example of implementation application, written on assembler for the windows (masm-32 syntax).
Program model of 20x processor, which can multiply two 20x numbers using macros. Also it can create array of 20x integer numbers and show it in the separated window.