We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0eb5da9 commit c2e6e9aCopy full SHA for c2e6e9a
pkg/forth/ulpBuild.go
@@ -461,9 +461,9 @@ func (u *Ulp) buildInterpreterSrt() string {
461
"add r0, r2, 0xFFFF", // will overflow unless r2 is 0
462
"jump r2, ov", // jump to next instruction if overflowed
463
// setup the pointers
464
- "move r2, __forth_VM.INIT", // instruction pointer goes to init word
465
- "move r3, __stack_end", // set up stack pointer
466
- "jump r2", // begin execution
+ "move r2, __body__forth_VM.INIT", // instruction pointer goes to init word
+ "move r3, __stack_end", // set up stack pointer
+ "jump r2", // begin execution
467
468
".text",
469
// subroutine to set up the forth word return
0 commit comments