mirror of
https://github.com/irmen/prog8.git
synced 2026-04-24 05:25:49 +00:00
remove 'romsub' as a recognised alternative for 'extsub'
This commit is contained in:
@@ -296,7 +296,7 @@ asmsubroutine :
|
||||
;
|
||||
|
||||
extsubroutine :
|
||||
('romsub' | 'extsub') ('@bank' (constbank=integerliteral | varbank=scoped_identifier))? address=integerliteral '=' asmsub_decl
|
||||
'extsub' ('@bank' (constbank=integerliteral | varbank=scoped_identifier))? address=integerliteral '=' asmsub_decl
|
||||
;
|
||||
|
||||
asmsub_decl : identifier '(' asmsub_params? ')' asmsub_clobbers? asmsub_returns? ;
|
||||
|
||||
Reference in New Issue
Block a user