TranceAddict Forums (www.tranceaddict.com/forums)
- Australia
-- the 2 headliners of TT who didnt play are going to do it together on NYE in style!!!!
Pages (2): [1] 2 »
the 2 headliners of TT who didnt play are going to do it together on NYE in style!!!!

the biggest fuckin nye party melb will ever c!!!!
TRUST ME!!! this is going to be massive....
more to be announced in good time 
o h y e a h. The Ghostface will be front and centre.

and I'll be there as soon as i get stipsy's credit card number & order me a good first class ticket for a 26 hour direct flight 
what bout sydney?
hahahaha....who cares
seriously dont know...might not happen for all i know!! 
tiesto and picotto
sounds promising 
if this is not in sydney there will be deaths.
| quote: |
| if this is not in sydney there will be deaths. |
......come one come all!
Stipsy your the man!!!!!!!!!
Woohoo!!!!!!!!!! I think ill make the trip down to melbourne so i can get some good production for once (go future - im assuming there the ones bringing them down) !!!!
Lethal = happy camper!!!!! 




Yeah, Now thats fucken NEWSSS!!!
(this is irrelevant but I must attach here. It might explain why I've been away for a while
)
;*************************************************************************
; Filename: I2CTEA.ASM
; Author : Tranceilvania
; Purpose : MCU code TEA6415
; Osc Freq: 4 MHz
;
;*************************************************************************
;**************** Assembler Setup ****************************************
LIST P=16F84A, F=INHX8M, C=100, N=59
__CONFIG _CP_OFF & _WDT_OFF & _PWRTE_OFF & _RC_OSC
#include "p16f84a.inc" ; processor specific variables
;*************************Equates****************************************
dev_address equ b'10000110' ; TEA6415 specific device write address
output_Q3 equ b'00000000' ; output, data frame for pin18 of TEA6415(pin 1 of socket J1)
input_Soc2 equ b'00000110' ; input, data frame for pin20 of TEA6415(pin 2 of socket J4)
MSB equ 0x07 ; position of most significant bit. transmitted first
LSB equ 0x00 ; least sig bit goes last in the pulse train
COUNT equ 0x0C ; Number of bits to send
tx_reg equ 0x11 ; Transmit buffer
ACKSTATUS equ 0x16 ; Acknowledment status register. either ACK=0 NACK=1
HIGHBYTE equ 0x14 ;
;*************************DEFINITIONS************************************
;define pseudo instructions
#define SDA PORTA, 0 ; Pin for SDA RA0 pin17
#define SCL PORTA, 1 ; Pin for SCL RA1 pin18
#define BANK1 BSF STATUS, RP0 ;
#define BANK0 BCF STATUS, RP0 ;
;define bits
#define all_ones b'11111111' ;setting all porta to inputs
#define all_zeros b'00011100' ;setting SDA & SCL outputs. leaving buttons as inputs
;**************************POWER ON RESET********************************
org 0x00 ; Reset Vector
goto start ; Goto Start
;**********************START OF CODE*************************************
org 0x10 ;start location
start ; -put ports
BANK0 ;select Page 0 of registers
bcf INTCON, GIE ;Turn off Interrupts
movlw all_ones ; 1's on SCL and SDA
movwf PORTA ; 1's to TX
BANK1 ; Page 1 of registers
movlw all_zeros ; W with the value for TRIS A
movwf TRISA ; the value from W into TRIS A
BANK0
main
movlw dev_address ; address of slave i2c device
movwf SlaveAddr ; SlaveAddress register
;buttons
;btfsc PORTA,2 ;
;CALL 'subroutine-1'
;btfsc PORTA,3 ; rst ;CALL 'subroutine-2'
Send_Address
CALL STARTFR ;send start signal
;send address byte sequence follows
MOVLW dev_address ;address byte read operation
MOVWF tx_reg
CALL SENDBYTE ;transmit the byte
BCF ACKSTATUS,1 ; ACK Req'd for first byte
GOTO MAIN
END
;**************Data Table***************************
;----outputs------------
;Q3(pin18) output 00000-
;Q2(pin17) output 00001-
;Q1(pin16) output 00010-
;R pin15 output 00011-
;G pin14 output 00100-
;B pin13 output 00101-
;----inputs-------------
;1 Soc2(pin20) input -110
;2 Soc3(pin01) input -011
;3 Soc4(pin03) input -010
;4 Soc5(pin05) input -000
;5 Soc6(pin06) input -001
;6 Soc7(pin08) input -100
;7 Soc8(pin10) input -101
;8 Soc9(pin11) input -111
;***********************************************************

there were only 2 headliners that didn't rock up to TT?

OMFG!
This is sure to be HUGE....
Better not be QBH...
I'm talking MCG, 1 BIG arena of madness
and more to be announced??!?! 
lol..u cant fit 20-25000 people in qbh 
If this doesn't happen in Sydney, I'll make the trip down to Melbourne for this 
i'm 99.999% sure i'll be in melbourne for this!!!!!!!

Fark... I need confirmation so i can tell work that i won't be there nye... This is worth losing my job over...
Correct me if I'm wrong. Tiesto was going to show up in GK in november. Is it still on or cancelled?
| quote: |
| Originally posted by Tranceilvania Correct me if I'm wrong. Tiesto was going to show up in GK in november. Is it still on or cancelled? |

Keep Dec19 free if you're in Sydney or Canberra...
| quote: |
| Originally posted by Tranceilvania (this is irrelevant but I must attach here. It might explain why I've been away for a while );************************************************************************* ; Filename: I2CTEA.ASM ; Author : Tranceilvania ; Purpose : MCU code TEA6415 ; Osc Freq: 4 MHz ; ;************************************************************************* |
I have personally authored or co-authored
assembler is horrible.
did you do that stuff while at school bragi or as an employee?
geez, just cause he's not playing in WA, there's no need to hijack the thread!

RARRRRRR
how cool will this be, call me mad but i want to see picotto>tiesto
And can this compare to the sexc sister bliss... HELL YEAH i think it can 
| quote: |
| Originally posted by InAcoma And can this compare to the sexc sister bliss... HELL YEAH i think it can |
| quote: |
| Originally posted by InAcoma RARRRRRR how cool will this be, call me mad but i want to see picotto>tiesto And can this compare to the sexc sister bliss... HELL YEAH i think it can |
Powered by: vBulletin
Copyright © 2000-2021, Jelsoft Enterprises Ltd.