funkheld Posted February 20, 2017 Share Posted February 20, 2017 Hi good afternoon. How can you put the startadresse of mad pascal to $4000? Thank you. greeting Quote Link to comment Share on other sites More sharing options...
tebe Posted February 20, 2017 Share Posted February 20, 2017 edit file *.a65 STACKORIGIN = $98 ; zp free = $d8..$ff STACKWIDTH = 16 CODEORIGIN = $2000 FRACBITS = 8 FRACMASK = 255 TRUE = 1 FALSE = 0 org $80 Quote Link to comment Share on other sites More sharing options...
funkheld Posted February 21, 2017 Author Share Posted February 21, 2017 hello, thanks you. greeting Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.