Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: absolute location for function RESULT #87

Closed
zbyti opened this issue Apr 8, 2022 · 1 comment
Closed

Feature Request: absolute location for function RESULT #87

zbyti opened this issue Apr 8, 2022 · 1 comment

Comments

@zbyti
Copy link
Collaborator

zbyti commented Apr 8, 2022

I would need something like this (below) construction for the code working in ROM for example on cartridge:

function foo(a, b, c: byte): byte absolute $f0; register;
begin
  RESULT := 0
end; 
@zbyti zbyti changed the title Feature Request: absolute location for function RESULT Feature Request: absolute location for function RESULT Apr 8, 2022
@zbyti
Copy link
Collaborator Author

zbyti commented Apr 11, 2022

58dcaac

works for me :]

@zbyti zbyti closed this as completed Apr 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant