search for: 15fe

Displaying 2 results from an estimated 2 matches for "15fe".

Did you mean: 15f
2001 Jun 04
1
Ooops output
...add $0xc,%esp Code; c015822f <ext3_prepare_write+63/1f4> 5: 90 nop Code; c0158230 <ext3_prepare_write+64/1f4> 6: 56 push %esi Code; c0158231 <ext3_prepare_write+65/1f4> 7: e8 f2 15 00 00 call 15fe <_EIP+0x15fe> c0159828 <ext3_writepage_trans_blocks+10/8c> Code; c0158236 <ext3_prepare_write+6a/1f4> c: 89 c7 mov %eax,%edi Code; c0158238 <ext3_prepare_write+6c/1f4> e: b8 00 e0 ff ff mov $0xffffe000,%eax Code; c015823d &lt...
2008 Mar 18
4
HTML5's audio/video and Markdown
Does anyone have any toughts on how one should be using <video> & <audio> with Markdown? Using the link or the img syntax? Maybe: [a film](film.m4v) [an audio](audio.mp3) could create: <video src="film.m4v" controls><a href="film.m4v">a film</a></ video> <audio src="audio.mp4" controls><a