This commit is contained in:
Kartik Agaram 2018-11-21 22:25:26 -08:00
parent 4e647f4f21
commit 6ee77ba7bb
4 changed files with 8 additions and 0 deletions

View File

@ -209,3 +209,5 @@ _test-stream:
08 00 00 00
# data
00 00 00 00 00 00 00 00 # 8 bytes
# vim:nowrap:textwidth=0

View File

@ -199,3 +199,5 @@ _test-stop-2: # ed : (address exit-descriptor)
89/copy 3/mod/direct 4/rm32/ESP . . . 5/r32/EBP . . # copy EBP to ESP
5d/pop-to-EBP
c3/return
# vim:nowrap:textwidth=0

View File

@ -360,3 +360,5 @@ _test-stream-buffer:
08 00 00 00
# data
00 00 00 00 00 00 00 00 # 8 bytes
# vim:nowrap:textwidth=0

View File

@ -241,3 +241,5 @@ _test-buffered-file:
08 00 00 00
# data
00 00 00 00 00 00 00 00 # 8 bytes
# vim:nowrap:textwidth=0