Subject:
|
no way to load an icb file !?!?!?
|
Newsgroups:
|
lugnet.robotics.handyboard
|
Date:
|
Thu, 30 Sep 1999 20:47:37 GMT
|
Viewed:
|
818 times
|
| |
| |
Hi all,
IC does'nt load my *.icb file. Why?
I wrote this code in a *.asm file:
TFLG1 EQU $1023
ORG MAIN_START
subroutine_initialize_module:
ldd #IC3_interrupt_handler
std $FFEA
cli
rts
variable_right_clicks:
fdb 0
IC3_interrupt_handler:
ldd variable_right_clicks
addd #1
std variable_right_clicks
ldaa #%00000001
staa TFLG1
rti
Then I assembled this file with as11_ic.
At loading the file, the message was displayed:
Fatal internal error:
Illegal line in s19 file.
What's wrong?
|
|
Message has 1 Reply:
2 Messages in This Thread:
- Entire Thread on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
|
|
|
|