Subversion Repositories Kolibri OS

Rev

Blame | Last modification | View Log | Download | RSS feed

  1. #define SRC(y...)                       \
  2.         9999: y;                        \
  3.         .section __ex_table, "a";       \
  4.         .long 9999b, 6001f      ;       \
  5.         // .previous
  6.  
  7.     SRC(1: movw (%esi), %bx)
  8. 6001:
  9.