Quantcast
Channel: Programujte.com – fórum – programování – Assembler
Viewing all articles
Browse latest Browse all 160

Assembler → problem s registrami

$
0
0
TITLE MASM Template (main.asm) INCLUDE Irvine32.inc .data Post DW 1, 0, 2, 3, 5, 0, 4, 5, 6,7,0,-1 Dlzka DW lengthof Post Cisla DW 100 dup(?) Veta DB "Najmensi retazec je 0",0dh,0ah,0 .code Odriadkuj MACRO mov al,10 call writeChar ENDM Medzera MACRO push ax mov al,9 call WriteChar pop ax ENDM main...
Založil Adamx; 1 názor, poslední 15. 1. 2018 – ✓ vyřešeno

Viewing all articles
Browse latest Browse all 160