User Activity

  • Modified a wiki page on ECSTL

    Home

  • Committed [r29] on Code

    tagged release 0.8

  • Committed [r28] on Code

    *** release 0.8 ***

  • Modified a comment on ticket #3699 on Small Device C Compiler (SDCC)

    The way to get it working is as follows. However from my point of view it is a bug, because there are 3 dereferences of the pointer there. #include <at89x051.h> static __code const char *const moe = "-- --- ."; static __code const char *const moi = "-- --- .."; static __code const char *const mos = "-- --- ..."; static __code const char *const moh = "-- --- ...."; static __code const char *const mo5 = "-- --- ....."; static __code const char *__code const g_calls[5] = {moe, moi, mos, moh, mo5}; void...

  • Modified a comment on ticket #4 on Tiny8051

    Probably affected instructions: ADD A,@Rx ADDC A,@Rx ANL A,@Rx CJNE @Rx,#data,reladdr DEC @Rx INC @Rx MOV @Rx,#data MOV @Rx,A MOV @Rx,iram addr MOV A,@Rx MOV iram addr,@Rx ORL A,@Rx SUBB A,@Rx XCH A,@Rx XCHD A,@Rx XRL A,@Rx

  • Created merge request #2 on Code (git) on Tiny8051

    Bug3 fixed

  • Created merge request #1 on Code (git) on Tiny8051

    Bug4 fixed

  • Modified a comment on ticket #3 on Tiny8051

    Unfortunately, the issue is still available. The current implementation is doing PC = PC + A + DPTR, but the correct behavior should have been PC = A + DPTR.

View All

Personal Data

Username:
pazourek
Joined:
2017-10-24 06:23:38

Projects

This is a list of open source software projects that Petr Pazourek is associated with:

  • CUML The C source code generator from UML state charts Last Updated:
  • ECSTL Embedded C Standard Template Library Last Updated: