English......

snowsnowsnow

Active member
why do so many people in europe know english really well???? its not that great, in fact, i would much rather live in austria or new zealand or norway. but im just curious...is it a requirement in school?
 
'----------I/O Definitions-------------

Segs VAR OUTL ' Segments on P0 - P7

SegsDirs VAR DIRL ' DIRS for segments

'----------Constants-------------------

loscale CON 1 'lowest digit

hiscale CON 5 'highest digit it goes up to

hiletter CON 5 '5=an F

loletter CON 0 '0=an A

'----------Variables-------------------

idx VAR Nib 'number variable

idl VAR Byte 'letter variable

'----------EEPROM----------------------

' .GFEDCBA

' --------

Digit0 DATA %00111111 'Displays a 0

Digit1 DATA %00000110 'Displays a 1

Digit2 DATA %01011011 'Displays a 2

Digit3 DATA %01001111 'Displays a 3

Digit4 DATA %01100110 'Displays a 4

Digit5 DATA %01101101 'Displays a 5

Digit6 DATA %01111101 'Displays a 6

Digit7 DATA %00000111 'Displays a 7

Digit8 DATA %01111111 'Displays a 8

Digit9 DATA %01100111 'Displays a 9

DigitA DATA %01110111 'Displays an A

DigitB DATA %01111100 'Displays a B

DigitC DATA %00111001 'Displays a C

DigitD DATA %01011110 'Displays a D

DigitE DATA %01111001 'Displays an E

DigitF DATA %01110001 'Displays a F

'----------Initialization--------------

Reset:

SegsDirs = %01111111 ' make o
 
We speak and write english better than most because we are small countries with languages that few people speak, so we are easily influenced by other languages. All films and music is also in their original language, with subs only. And of course, english is taught at school from we're like 8
 
Back
Top