How do you do this?!?!? "Hi, I'm just adding some instructions in hex code" !?!?!? Can you add some ops this way too? >If you must... > >.addinstr LD BC,DE 424B 2 NOP 1 >.addinstr LD BC,HL 444D 2 NOP 1 >.addinstr LD DE,BC 5059 2 NOP 1 >.addinstr LD DE,HL 545D 2 NOP 1 >.addinstr LD HL,BC 6069 2 NOP 1 >.addinstr LD HL,DE 626B 2 NOP 1 > >> Why not just 'ld hl, bc' ? > > > >