Changeset 48 in xtideuniversalbios for trunk/Assembly_Library/Src/LibraryTests.asm
- Timestamp:
- Oct 8, 2010, 3:44:05 PM (15 years ago)
- google:author:
- aitotat
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Assembly_Library/Src/LibraryTests.asm
r46 r48 83 83 ret 84 84 .szMenuTitle: 85 db "First line for menu title.",CR,LF, 86 db "This is the second line.",NULL 85 db "Simple test program for Assembly Library. Can be used to find bugs.",NULL 87 86 88 87 ALIGN JUMP_ALIGN … … 97 96 .szInfoTitle: 98 97 db "Information line 1,",CR,LF, 99 db "Information line 2 ,",CR,LF,100 db "This is the last information line.",NULL98 db "Information line 2. ", 99 db "This comes (12) right after Information line 2.",NULL 101 100 102 101 ALIGN JUMP_ALIGN
Note:
See TracChangeset
for help on using the changeset viewer.