English Amiga Board


Go Back   English Amiga Board > Coders > Coders. Language

 
 
Thread Tools
Old 16 September 2020, 11:16   #1
litwr
Registered User
 
Join Date: Mar 2016
Location: Ozherele
Posts: 229
VASM: Access to a local label

Is it possible? I like FASM style when accessing such labels:
Code:
         jmp main.locl
main:
.locl:
It doesn't work with VASM. Is there other ways for such accessing? Thank you.

I use the next VASM version
Quote:
vasm 1.7e (c) in 2002-2016 Volker Barthelmann
vasm M68k/CPU32/ColdFire cpu backend 2.1 (c) 2002-2015 Frank Wille
vasm motorola syntax module 3.9 (c) 2002-2016 Frank Wille
litwr is offline  
Old 16 September 2020, 12:26   #2
meynaf
son of 68k
 
meynaf's Avatar
 
Join Date: Nov 2007
Location: Lyon / France
Age: 51
Posts: 5,323
You can do :
jmp main\.locl
meynaf is online now  
Old 16 September 2020, 13:53   #3
Tomislav
Registered User
 
Join Date: Aug 2014
Location: Zagreb / Croatia
Posts: 302
http://sun.hasenbraten.de/vasm/relea...neral-Syntax-2
Tomislav is offline  
Old 18 September 2020, 19:42   #4
litwr
Registered User
 
Join Date: Mar 2016
Location: Ozherele
Posts: 229
Thank you very much. It is a shame for me, I missed this information somehow. However they write that it is "no recommended style" - what is the recommended style then?
litwr is offline  
Old 23 October 2020, 15:54   #5
Wepl
Moderator
 
Wepl's Avatar
 
Join Date: Nov 2001
Location: Germany
Posts: 866
Quote:
Originally Posted by litwr View Post
However they write that it is "no recommended style" - what is the recommended style then?
I would say 'a local label is local' and cannot be referenced from outside.
Wepl is offline  
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Similar Threads
Thread Thread Starter Forum Replies Last Post
WB disk or label scans Arnie request.Other 6 03 August 2016 11:34
local Lan to emulate amiga local connection ? turrican3 support.WinUAE 4 28 June 2016 21:47
Local access to OAGD.net configurations jbl007 support.FS-UAE 5 06 November 2013 20:47
how to set local label breakpoint in Devpac ? Lord Riton Coders. General 3 26 October 2012 04:57
Label Program for Amiga moxavius support.Apps 2 18 February 2012 13:59

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 20:02.

Top

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Page generated in 0.07841 seconds with 15 queries