mirror of
https://github.com/pfusik/xasm.git
synced 2025-01-02 09:33:16 +00:00
xasm 2.4.1.
This commit is contained in:
parent
c46bf8a027
commit
85c9d6a9c7
6
xasm.asm
6
xasm.asm
@ -590,7 +590,7 @@ deflp2: mov bx, [pslab] ; definicja etykiety w pass 2
|
|||||||
call warln
|
call warln
|
||||||
pop si
|
pop si
|
||||||
labelx: cmp [byte si], 0dh
|
labelx: cmp [byte si], 0dh
|
||||||
je lstreo
|
je lstrem
|
||||||
call spaces
|
call spaces
|
||||||
|
|
||||||
nolabl: lodsb
|
nolabl: lodsb
|
||||||
@ -617,7 +617,7 @@ nolabl: lodsb
|
|||||||
|
|
||||||
lstrem: cmp [byte high labvec], 0
|
lstrem: cmp [byte high labvec], 0
|
||||||
jz lstre1
|
jz lstre1
|
||||||
lstreo: call chorg
|
call chorg
|
||||||
call phorg
|
call phorg
|
||||||
|
|
||||||
lstre1: call lstlin
|
lstre1: call lstlin
|
||||||
@ -2913,7 +2913,7 @@ cndvec dw pofend,0,p_ift,0,p_eli,0,p_els,0,p_eif
|
|||||||
|
|
||||||
swilet db 'UTSQPONLIEDC'
|
swilet db 'UTSQPONLIEDC'
|
||||||
|
|
||||||
hello db 'X-Assembler 2.4'
|
hello db 'X-Assembler 2.4.1'
|
||||||
ifdef SET_WIN_TITLE
|
ifdef SET_WIN_TITLE
|
||||||
titfin db 0
|
titfin db 0
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user