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

Move EEPROMBASE from forth.asm to target.inc #330

Closed
TG9541 opened this issue Jul 17, 2020 · 1 comment
Closed

Move EEPROMBASE from forth.asm to target.inc #330

TG9541 opened this issue Jul 17, 2020 · 1 comment
Assignees

Comments

@TG9541
Copy link
Owner

TG9541 commented Jul 17, 2020

@Eelkhoorn made this feature request here.

Also export memory settings in target.inc to constants in /target.

@TG9541 TG9541 self-assigned this Jul 17, 2020
@TG9541
Copy link
Owner Author

TG9541 commented Jul 18, 2020

The following constants are exported into out/<BOARD>/target:

Word in target type notes
EESTART CONSTANT target.inc: start of device EEPROM
EEEND CONSTANT target.inc: end of device EEPROM
FLASHEND CONSTANT target.inc: end of Forth user Flash
RAMEND CONSTANT target.inc: end of RAM used by Forth

@Eelkhoorn was right: the start address of the EEPROM is good to know!

@TG9541 TG9541 closed this as completed in 2ceb70d Jul 18, 2020
TG9541 added a commit that referenced this issue Jul 18, 2020
fixes #330 Move EEPROMBASE from forth.asm to target.inc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant