Skip to content

Commit

Permalink
2.3.0: minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
acaldero committed Aug 18, 2023
1 parent 8d7c81f commit 189fe7e
Show file tree
Hide file tree
Showing 5 changed files with 146 additions and 212 deletions.
10 changes: 5 additions & 5 deletions sim_sw/assembly/README_ng.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,11 @@ sequenceDiagram
* Compile assembly to JSON object
* Auxiliary functions are:
* wsasm_src2obj_helper ( context, ret )
* wsasm_src2obj_data(context, ret)
* wsasm_src2obj_text(context, ret)
* wsasm_encode_instruction(context, ret, elto, candidate)
* wsasm_src2obj_text_instr_op(context, ret, elto)
* wsasm_src2obj_text_candidates(context, ret, elto)
* wsasm_src2obj_data ( context, ret )
* wsasm_src2obj_text ( context, ret )
* wsasm_src2obj_text_instr_ops ( context, ret, elto )
* wsasm_src2obj_text_candidates ( context, ret, elto )
* wsasm_encode_instruction ( context, ret, elto, candidate )
* wsasm_resolve_pseudo ( context, ret )
* wsasm_resolve_labels ( context, ret )

Expand Down
Loading

0 comments on commit 189fe7e

Please sign in to comment.