Subject:
|
Re: no way to load an icb file !?!?!?
|
Newsgroups:
|
lugnet.robotics.handyboard
|
Date:
|
Fri, 1 Oct 1999 10:51:13 GMT
|
Viewed:
|
1029 times
|
| |
| |
You must strip the DOS carriage returns from the .icb file. Please see the FAQ
for an automated way to do this:
http://el.www.media.mit.edu/projects/handy-board/faq/index.html#icb
Fred
In lugnet.robotics.handyboard, Jens Graf writes:
> 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 is in Reply To:
| | no way to load an icb file !?!?!?
|
| 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 (...) (25 years ago, 30-Sep-99, to lugnet.robotics.handyboard)
|
2 Messages in This Thread:
- Entire Thread on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
|
|
|
|