hi embedded lovers now 8051 is easy than u think. with BASCOM.
no need any header file no need any complex code flow. just go with BASCOM - 8051
This is the first Basic compiler on MCU project at few years ago and till now it is still my favourite. Simple, Easy to use and FREE (demo version can run 4K code). and i am also provide crack for that.
I am work with Philips P89V51RD2 using BASCOM-8051 and keil4, i think BASCOM is more simple than keil.
Key Benefits
The following statements are supported :
Decision and structures
IF, THEN, ELSE, ELSEIF, END IF, DO, LOOP, WHILE, WEND, UNTIL, EXIT DO, EXIT WHILE, FOR, NEXT, TO, DOWNTO, STEP, EXIT FOR, ON .. GOTO/GOSUB, SELECT, CASE.
Input and output
PRINT, INPUT, INKEY, PRINTHEX, INPUTHEX, LCD, UPPERLINE, LOWERLINE,DISPLAY ON/OFF, CURSOR ON/OFF/BLINK/NOBLINK, HOME, LOCATE, SHIFTLCD LEFT/RIGHT, SHIFTCURSOR LEFT/RIGHT, CLS, DEFLCDCHAR, WAITKEY, INPUTBIN, PRINTBIN, LCDHEX, OPEN, CLOSE, DEBOUNCE, SHIFTIN, SHIFTOUT.
Numeric functions
AND, OR, XOR, INC, DEC, MOD, NOT, ABS, BCD.
I2C
I2CSTART, I2CSTOP, I2CWBYTE, I2CRBYTE, I2CSEND and I2CRECEIVE.
1WIRE
1WWRITE, 1WREAD, 1WRESET.
SPI
SPIINIT, SPIIN, SPIOUT.
Interrupt programming
ON INT0/INT1/TIMER0/TIMER1/SERIAL, RETURN, ENABLE, DISABLE, PRIORITY SET/RESET, COUNTERx, CAPTUREx, INTERRUPTS, CONFIG, START, LOAD.
Bit manipulation
SET, RESET, ROTATE, BITWAIT.
Variables
DIM, BIT , BYTE , INTEGER , WORD, LONG, SINGLE, STRING , DEFBIT, DEFBYTE, DEFINT, DEFWORD.
Miscellaneous
REM, ' , SWAP, END, STOP, CONST, DELAY, WAIT, WAITMS, GOTO, GOSUB, POWERDOWN, IDLE, DECLARE, CALL, SUB, END SUB, MAKEDEC, MAKEBCD, INP,OUT, ALIAS, DIM , ERASE, DATA, READ, RESTORE, INCR, DECR, PEEK, POKE, CPEEK, GETRC5.
Compiler directives
$INCLUDE, $NOINIT, $BAUD and $CRYSTAL, $OBJ, $SERIALINPUT, $SERIALOUTPUT, $ROMSTART, $RAMSIZE, $RAMSTART, $MONSTART, $IRAMSTART, $DEFAULT XRAM, $ASM-$END ASM, $LCD.
Conditional compilation
#IF, #ELSE, #ENDIF
String manipulation
STRING, SPACE, LEFT, RIGHT, MID, VAL, HEXVAL, LEN, STR, HEX, LCASE, UCASE
To make a program takes just a few steps :
you can download this from this link.
and enjoe 8051 with BASCOM.
no need any header file no need any complex code flow. just go with BASCOM - 8051
This is the first Basic compiler on MCU project at few years ago and till now it is still my favourite. Simple, Easy to use and FREE (demo version can run 4K code). and i am also provide crack for that.
I am work with Philips P89V51RD2 using BASCOM-8051 and keil4, i think BASCOM is more simple than keil.
Key Benefits
- Structured BASIC with labels.
- Structured programming with IF-THEN-ELSE-END IF, DO-LOOP, WHILE-WEND, SELECT- CASE.
- Fast machine code instead of interpreted code.
- Variables and labels can be as long as 32 characters.
- Bit, Byte, Integer, Word, Long, Single and String variables.
- Compiled programs work with any 8051 uP such as AT89C1051, AT89C2051, 8031, 8032, 8051, 8052, 80552, 80535 and 80537 m Processors.
- Statements are highly compatible with Microsoft’s VB/QB.
- Special commands for LCD-displays , I2C chips and 1WIRE chips.
- Integrated terminal emulator with download option..
- Integrated simulator for testing.
- Integrated flash programmer and support for SPI, PG2051, PG302, SE512, SE514, TAFE. (hardware can be purchased separately)
- Editor with statement highlighting.
- Context sensitive help.
- For compatibility with BASCOM LT, there is also a 32-bit version of the BASCOM LT compiler.
The following statements are supported :
Decision and structures
IF, THEN, ELSE, ELSEIF, END IF, DO, LOOP, WHILE, WEND, UNTIL, EXIT DO, EXIT WHILE, FOR, NEXT, TO, DOWNTO, STEP, EXIT FOR, ON .. GOTO/GOSUB, SELECT, CASE.
Input and output
PRINT, INPUT, INKEY, PRINTHEX, INPUTHEX, LCD, UPPERLINE, LOWERLINE,DISPLAY ON/OFF, CURSOR ON/OFF/BLINK/NOBLINK, HOME, LOCATE, SHIFTLCD LEFT/RIGHT, SHIFTCURSOR LEFT/RIGHT, CLS, DEFLCDCHAR, WAITKEY, INPUTBIN, PRINTBIN, LCDHEX, OPEN, CLOSE, DEBOUNCE, SHIFTIN, SHIFTOUT.
Numeric functions
AND, OR, XOR, INC, DEC, MOD, NOT, ABS, BCD.
I2C
I2CSTART, I2CSTOP, I2CWBYTE, I2CRBYTE, I2CSEND and I2CRECEIVE.
1WIRE
1WWRITE, 1WREAD, 1WRESET.
SPI
SPIINIT, SPIIN, SPIOUT.
Interrupt programming
ON INT0/INT1/TIMER0/TIMER1/SERIAL, RETURN, ENABLE, DISABLE, PRIORITY SET/RESET, COUNTERx, CAPTUREx, INTERRUPTS, CONFIG, START, LOAD.
Bit manipulation
SET, RESET, ROTATE, BITWAIT.
Variables
DIM, BIT , BYTE , INTEGER , WORD, LONG, SINGLE, STRING , DEFBIT, DEFBYTE, DEFINT, DEFWORD.
Miscellaneous
REM, ' , SWAP, END, STOP, CONST, DELAY, WAIT, WAITMS, GOTO, GOSUB, POWERDOWN, IDLE, DECLARE, CALL, SUB, END SUB, MAKEDEC, MAKEBCD, INP,OUT, ALIAS, DIM , ERASE, DATA, READ, RESTORE, INCR, DECR, PEEK, POKE, CPEEK, GETRC5.
Compiler directives
$INCLUDE, $NOINIT, $BAUD and $CRYSTAL, $OBJ, $SERIALINPUT, $SERIALOUTPUT, $ROMSTART, $RAMSIZE, $RAMSTART, $MONSTART, $IRAMSTART, $DEFAULT XRAM, $ASM-$END ASM, $LCD.
Conditional compilation
#IF, #ELSE, #ENDIF
String manipulation
STRING, SPACE, LEFT, RIGHT, MID, VAL, HEXVAL, LEN, STR, HEX, LCASE, UCASE
To make a program takes just a few steps :
- Write the program in BASIC
- Compile it to fast machine binary code
- Test the result with the integrated simulator(with additional hardware you can simulate the hardware too)
- Program the chip with one of the integrated programmers.(hardware must be purchased separately)
LCD
Crack:
and enjoe 8051 with BASCOM.
Komentar ini telah dihapus oleh pengarang.
BalasHapusOglądanie filmów online stało się proste dzięki zalukaj, które zwykle są przesyłane strumieniowo na żywo lub pobierane do obejrzenia później.
BalasHapusGreat Post Admin keep it up and thanks for sharing here kinoman
BalasHapusNajlepsze torrenty w polsce torrenty
BalasHapusEkino zawiera linki do różnych filmów i seriali dostępnych w Internecie. Ekino TV to najlepsza witryna do bezpłatnego oglądania filmów. ekino oferuje filmy w najlepszej jakości dostępne w Internecie.
BalasHapusŁatwy w użyciu interfejs - pamiętaj, że strony takie jak 3filmy com nie są oficjalną witryną 3filmy, ale nowa nazwa witryny #filmy ma pełną bazę danych oficjalnej witryny.
BalasHapusZe strony fili cc możesz korzystać na wszystkich urządzeniach. Jeśli jesteś nowym użytkownikiem witryny Fili, możesz potrzebować pomocy w korzystaniu z niej.
BalasHapusZalukaj VIP oferuje filmy w najlepszej jakości dostępne w Internecie. zalukaj vip to indeks linków do filmów dostępnych w internecie.
BalasHapusZalukaj to indeks linków do filmów dostępnych w internecie. Na zalukaj dostępne jest przesyłanie strumieniowe z naprawdę dużą prędkością. Świat nie jest już miejscem, w którym tylko bogaci mogli sobie pozwolić na gadżety hi-tech czy prawdopodobnie Internet.
BalasHapusWybierz sobie dziewczyny nago, które chcesz zobaczyć i oglądaj je z każdych pozycji. Myślę, że każdy by chciał zobaczyć znane polki nago takie jak: doda, sexmasterka, joanna krupa, siostry godlewskie, Natalia Siwiec, Cleo, Julia Bieniawa, Anna Mucha i inni.
BalasHapusNa naszej stronie znajdziesz znacznie więcej. Sprawdź też Polskie aktorki nago, ponieważ jak się ogląda je w filmach i serialach, to nie można je zobaczyć w pełnej okazałości.
download gta san andreas
BalasHapusKażdy z nas szuka źródła w którym może obejrzeć dany film, w pełni legalnie. Osobiście polecam Wam http://mowmihache.pl/ online
BalasHapusFix Issues
BalasHapusThe final document will also be checked for plagiarism ( https://josepwilliam421.wordpress.com/2021/03/18/help-me-write-my-report/ ), there are many services that duplicate the summaries and assessments of the works cited, this will never happen through our service.
BalasHapusPolskie filmy, zagraniczne filmy online! Sprawdź i oglądaj! Darmowe filmy online za darmo
BalasHapusThanks for the info Avatar 2 Istota wody online pl
BalasHapusChciałbym podzielić się moją absolutną ulubioną platformą streamingową - https://movieflix.pl/ Od momentu, kiedy sięgnąłem po tę usługę, moje doświadczenie z oglądaniem filmów i seriali znacząco się poprawiło
BalasHapusJa polecam tą platformę - https://vodster.pl/. Naprawdę jest świetna!
BalasHapusJa polecam https://streambest.pl/film/czarny-telefon
BalasHapusEfilman.pl/ I reccomend this site
BalasHapusNice job! https://vodwizja.pl/filmy/piekna-katastrofa/
BalasHapusNice! Thanks for the introduction https://gdzie-film.pl/filmy/taxi-2
BalasHapusTo naprawdę interesujące! Dzięki za podzielenie się informacjami na temat BASCOM for 8051. Bardzo pomocne dla każdego, kto interesuje się programowaniem mikrokontrolerów
BalasHapushttps://modent-lomza.pl/
Bardzo interesujący wpis. Fajnie, że dzielisz się takimi informacjami!
BalasHapushttps://neurolog-sm.com/