dan719 wrote: » I have no issue with Israel's actions. .
messymess wrote: » I nearly died laughing when I heard Biffo come out with that quote. The worst thing he could do to them is photocopy his arse and fax it to them. The way the Government are at the moment they probably couldn't even manage that. Well, either that or Harney would eat it before it reached the fax machine.
aDeener wrote: » that speaks volumes about your character :rolleyes:
moonpurple wrote: » in reply to OP - he will put a review in place and have a report made, going forward:pac:
law86 wrote: » It was interesting to see Cowan get agitated about an issue, for once. All we usually see are the emotionless eyes of a man defending the indefensible (the disgraceful actions of his party, the banks etc over the past few years). For once I can agree with the man. To those who say that it's stupid for an Irish politican to say that Israeli actions will have serious consequences, perhaps it was not the best choice of words but it is imperative that every civilised nation registers their protest against the Israeli government. Our military might(!) is irrelevant, as is the ratio of imports to exports between our two countries. To say that our voice in the matter is not worth registering is a cop-out, every voice adds to the groundswell of opinion.
dan719 wrote: » Whatever happened to attack the post, and not the poster? It's usually a good sign you can't respond to the post anyway. What "terrible consequences" had you in mind?
General Zod wrote: » 10 PRINT #Mary Harney reference 20 ROFL 30 GOTO 10
Tar.Aldarion wrote: » $MOD52 BYTEVAL EQU p2 LCDBus EQU P2 ; define processor - LCD bus connections RS EQU P3.5 ; define LCD control signal connections RW EQU P3.6 EN EQU P3.7 KPADPORT EQU P0 ; col/row port & pin assignment COL0 EQU P0.0 COL1 EQU P0.1 COL2 EQU P0.2 COL3 EQU P0.3 ROW0 EQU P0.4 ROW1 EQU P0.5 ROW2 EQU P0.6 ROW3 EQU P0.7 ORG 000H LJMP MAIN ORG 300H MAIN: LCALL INIT_LCD LCALL CLR_LCD MOV SP, #2FH SETB C CLR_LED MAINPROGLOOP: SETB C NOP LCALL keypadPoll NOP SJMP MAINPROGLOOP ORG 1200H CLR_LCD: DB 01h,0FFh ; clear LCD display, place cursor on left of display INiT_LCD: DB 38h,0Eh,06h,0FFh ; set bus width (8 bits), display type (2 line, 5x7 d keypadPoll: mov r0,#4 mov a, #0F7h push acc TRYNXTCOL: mov kpadport, a setb c rrc a push acc CHKROW3: mov a, R0 ADD A, #12H call waitKeyRelease sjmp LOOKUPKEYTABLE CHKROW2: mov a, R0 ADD A, #8H call waitKeyRelease sjmp LOOKUPKEYTABLE CHKROW1: mov a, R0 ADD A, #4H call waitKeyRelease sjmp LOOKUPKEYTABLE CHKROW0: mov a, R0 sjmp LOOKUPKEYTABLE searchNxtCol: sjmp keypadPoll LOOKUPKEYTABLE: mov dptr, #convertTable movc a,@a+dptr lcall WRITE_DATA_TO_LCD WRITE_DATA_TO_LCD: CLR A MOVC A, @A+DPTR ContinueLCD: MOV LCDBus, A LCALL txfr2LCDAndChkLCDBusyFlg INC DPTR; MOV A,#00h MOVC A,@A+DPTR CJNE A, #0FFh, ContinueLCD ret txfr2LCDAndChkLCDBusyFlg: call clrEN call setEN call setRW ; LCD read mode since reading LCD port for BUSY flag MOV LCDBus, #0FFh ; set all LCD port pins as inputs chkLCDBusy: ; then wait until LCD busy flag is deasserted : MOV A, LCDBus ; read LCDBus data from LCD JB Acc.7, chkLCDBusy ; test busy flag bit and wait until clear (if set, loop since LCD is busy) NOP NOP NOP call clrRW ; RET waitKeyRelease: ; polls port row inputs until all keys are released (all row bits='0') mov kpadport, #0F0h ; assert all column o/p bits ('0') and define row bits as inputs mov a, kpadport ; read keypad port for row data jnb ROW0,waitKeyRelease ; keep checking until row bit 0 = '1'. Otherwise continue jnb ROW1,waitKeyRelease ; keep checking until row bit 0 = '1'. Otherwise continue jnb ROW2,waitKeyRelease ; keep checking until row bit 0 = '1'. Otherwise continue jnb ROW3,waitKeyRelease ; keep checking until row bit 0 = '1'. Otherwise continue lcall CLR_LCD ret convertTable:db'0123F456E789DA0BC' ret end *dusts hands*
Killer Pigeon wrote: » Well there's a problem with that in that at least 200,000 innocent civilians will be killed.
law86 wrote: » Our military might(!) is irrelevant, as is the ratio of imports to exports between our two countries. To say that our voice in the matter is not worth registering is a cop-out, every voice adds to the groundswell of opinion.
dan719 wrote: » I know that Fintan Lane is contesting his deportation order. TBH Israel can keep him, we have enough left wing numpties as it is.
dan719 wrote: » Exports to Israel are worth three hundred million per year. We import only eighty million worth of goods from them every year. Trade sanctions will hurt us more than it hurts them.
dan719 wrote: » WTF did the Irish lads expect? A pat on the back for being part of an attempt to break through a military brigade? A big dinner and a flight home? A harp on your passport is not a get out of jail free card.