Jump to content
Muxe Inc Forums
Sign in to follow this  
Avchent

Can't see TAB in NDN Win32 v.2.15.7555

Recommended Posts

Avchent    0

Hello there!

 

If file has TAB between words I can see such file as follow:

 

1) View mode (F3)

 

╔═[3]═════════════

║putb

║MACRO adr,dat

║mov

║al,dat

║mov

║dx,adr

║ELSE

║mov

║al,adr

║ENDIF

 

 

2) Edit mode (F4)

 

╔═[3]══════════════════

║ File Edit Search

║putb MACRO adr,dat

║ mov al,dat

║ mov dx,adr

║ELSE

║ mov al,adr

║ENDIF

 

 

It seems like NDN doesn't show TAB char. How can I fix it ?

 

Best regards,

Alexander

Share this post


Link to post
Share on other sites
Avchent    0

Hi Garl,

 

use

Version v2.30.2939/RUS

(21-10-2006) WIN32 (W9x/WinNT)

 

Here

 

I checked it but v2.30.2939 Win32 doesn't work too.

It seems like NDN use TAB as CR/LF.

You can check it if you create file with TAB-char:

label:_TAB_mov_TAB_ax,3

lab2:_TAB_mov_TAB_bx,ax

 

where _TAB_ has code 9

 

When you view (F3) that file you'll see something like that:

label:

mov

ax,3

lab2:

mov

bx,ax

 

but when you edit (F4) that file you'll see:

label: mov ax,3

lab2: mov bx,ax

 

I'm afraid all of the Win32 versions have TAB-problem.

 

Best regards,

Alexander

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×