Ignore:
Timestamp:
Oct 15, 2012, 2:10:48 PM (12 years ago)
Author:
chronos
Message:
  • Upraveno: Překlad rozdělen do fáze zpracování maker a druhé fáze zpracování instrukcí.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/AS8051toC/Test/C/main.c

    r25 r26  
    1 // aktivuj wdg
    2 MOV(wdtrst,01eh);
    3 MOV(wdtrst,0e1h);
    4 MOV(clkreg,01);
    5 MOV(ie,000h);
    6 // vymazu ram
    7 MOV(r0,0ffh);
    8 sss:
    9 l(cl)
    10 Error: Unexpected token ":"
    11 
     1//AKTIVUJWDGMOVWDTRST,#01EhMOVWDTRST,#0E1hMOVCLKREG,#01MOVIE,#000h;VYMAZURAMMOVR0,#0FFhsss:
Note: See TracChangeset for help on using the changeset viewer.