How to add GOSBVL in debug4x
|
12-08-2020, 09:58 AM
(This post was last modified: 12-08-2020 01:20 PM by Giuseppe Donnini.)
Post: #4
|
|||
|
|||
RE: How to add GOSBVL in debug4x
Then there must be additional errors in your source code. I just checked it and everything seems to get assembled the way I predicted.
I used the following assembly source file (TEST.A): Code: ASSEMBLE together with this linker control file (TEST.M): Code: TITLE GOSBVL Test Here is the listing returned by the assembler (TEST.L) after executing SASM TEST.A : Code: Saturn Assembler Tue Dec 08 10:51:45 2020 and the one returned by the linker (TEST.LR) after executing SLOAD -H TEST.M : Code: Saturn Loader, Ver. version 3.0.8, 12/07/02 As you can see, GOSBVL #01160 works, while the other four examples produce the errors and opcodes I mentioned. Also, the address #6577B contained in the assembled opcode you reported (8FB7756) corresponds to the supported ROM entry point $_Undefined which is usually not used as a machine code entry point, but rather as a System RPL entry. How does that come about? If you want, you can PM me your source code and I will have a look at it. |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
How to add GOSBVL in debug4x - joved - 12-07-2020, 04:46 PM
RE: How to add GOSBVL in debug4x - Giuseppe Donnini - 12-07-2020, 11:44 PM
RE: How to add GOSBVL in debug4x - joved - 12-08-2020, 07:45 AM
RE: How to add GOSBVL in debug4x - Giuseppe Donnini - 12-08-2020 09:58 AM
RE: How to add GOSBVL in debug4x - joved - 12-08-2020, 10:33 AM
|
User(s) browsing this thread: 2 Guest(s)