Thread: 68k details
View Single Post
Old 07 November 2018, 01:35   #725
Don_Adan
Registered User
 
Join Date: Jan 2008
Location: Warsaw/Poland
Age: 55
Posts: 1,957
Quote:
Originally Posted by plasmab View Post
Yes. DiagROM and froniter.

In DiagROM i tend to do ...

Code:
 

code: 
        lea .return_address,a4
        jmp my_subroutine
.return_address
This is because we have no stack. we use A4 as the stack. mostly.
Why, no stack? No memory?
Don_Adan is offline  
 
Page generated in 0.10412 seconds with 11 queries