SQL 7.0 SP1 on NT 4.0 EE

Thru maintenance plan I backup my DBs every night and the T-Logs every hour.
Now I have to set the option "select into/bulk copy" on one DB.
I schedule the differential backup every 3 hour with option "overwrite existing media", wich is, in my case, one file on disk.
My sequence of T-Logs is valid even if a non logged operations occurs?
If I have to restore this DB can I use the last full backup + the differential backup + all the logs in between?

example:
22.00 full db backup
08.00 t-log
09.00 t-log
10.00 t-log
10.30 diff backup
11.00 t-log
12.00 t-log
13.30 diff backup
14.00 t-log
15.00 t-log

Or my log are unusuable because the non logged operation?
Thank you very much.