Welcome, Guest. Please
login
or
register
.
Forums
Forums
Board
Topic
Home
Today's Posts
Gallery
Login
Register
Amiga.org
»
Operating System Specific Discussions
»
Amiga OS
»
Amiga OS -- Development
»
Arghhh What is wrong with this asm code? (must be something stupid...)
« previous
next »
Print
Pages: [
1
]
Go Down
Author
Topic: Arghhh What is wrong with this asm code? (must be something stupid...) (Read 4629 times)
Description:
0 Members and 1 Guest are viewing this topic.
RWO
Newbie
Join Date: Mar 2003
Posts: 30
Re: Arghhh What is wrong with this asm code? (must be something stupid...)
«
on:
April 12, 2004, 11:14:03 PM »
Quote
bsr init
tst.l d0 ; worked?
beq exit
this can be optimized to
bsr init
beq.b exit
Zero flag is allready set
Quote
move.l 4,sysbase
move.l 4.w,sysbase
And if you want to live on the edge move dosbase into a5 and sysbase to a6. Normally library bases has to be in a6 but dos library dont care
-Rene
Logged
Debugging is a state of mind
RWO
Newbie
Join Date: Mar 2003
Posts: 30
Re: Arghhh What is wrong with this asm code? (must be something stupid...)
«
Reply #1 on:
April 13, 2004, 12:18:56 AM »
@Piru
>Size optimization was not the focus here
okey.
>BEEP! Wrong.
Well I could sweare that it worked lasttime tryed in v39
@Gelb
No sorry wrong person, I have the same name as RWO/Kefrens well I'm not sure about my middlename.
Logged
Debugging is a state of mind
Print
Pages: [
1
]
Go Up
« previous
next »
Amiga.org
»
Operating System Specific Discussions
»
Amiga OS
»
Amiga OS -- Development
»
Arghhh What is wrong with this asm code? (must be something stupid...)
There was an error while thanking
Thanking...