Bug 994

Summary: support assembly labels
Product: Libre-SOC's first SoC Reporter: Dmitry Selyutin <ghostmansd>
Component: Source CodeAssignee: Dmitry Selyutin <ghostmansd>
Status: CONFIRMED ---    
Severity: enhancement CC: libre-soc-bugs, lkcl
Priority: ---    
Version: unspecified   
Hardware: PC   
OS: Linux   
See Also: https://bugs.libre-soc.org/show_bug.cgi?id=976
https://bugs.libre-soc.org/show_bug.cgi?id=1210
NLnet milestone: NLnet.2022-08-107.ongoing total budget (EUR) for completion of task and all subtasks: 0
budget (EUR) for this task, excluding subtasks' budget: 0 parent task for budget allocation:
child tasks for budget allocation: The table of payments (in EUR) for this task; TOML format:

Description Dmitry Selyutin 2023-01-23 20:03:13 GMT
In order to allow clean and conscious versions for some algorithms, a proper label support is required. This would likely require two-stage assembly passes. We used to emulate labels in some tests or hard-code the branch locations; the time has come to support labels in a proper way.
Comment 1 Luke Kenneth Casson Leighton 2023-01-23 21:35:09 GMT
this should not be part of ISACaller because ISACaller is
a Simulator, not an Assembler Pre-Processor  it is binutils-like.
a separate function must be provided that can be used
(not part of ISACaller) if one is to be provided at all.

can you please cross-reference this bugreport to something so that
it is not "lost in noise". the ongoing nlnet milestone would do
in a pinch.  likewise the other one.
Comment 2 Dmitry Selyutin 2023-04-12 17:10:29 BST
Linked to ongoing.