; Source File Generated on 10-04-2003 @ hh:mm:ss by BCET_Gen Version 0.04 (Beta) ; (Time left out to make generation compare easier - jlw) ; Later - all the compile & generation options will be listed here Include BcetXc.Inc ; This is Optional! Include Bcet.Inc ; This is REQUIRED! ?ModuleStart Dword HELLO_Module Byte 'B', 0, 4, 0 ; version info Dword 0 ; String Pool Size Dword 0 ; Nothing Yet @CurSeg Ends ?StringConst Align 4 Dword 13 String_0001 Byte "Hello, World!", 0 @CurSeg Ends ?NumberConst Number_0001 Dword 14 ; "14" Number_0002 Dword -1 ; "-1" ; Block: 1: Module: HELLO_Module ÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ @CurSeg Ends .code HELLO_Module Proc ; Block Statements Begin ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ ; ===> COLOR 14: CLS ; Stmt 1: COLOR Src Line: 3 push 14 ; RT=L, RC=C, Ty=Num, Val="14" push -1 ; RT=L, RC=C, Ty=Num, Val="-1" call js$Color@8 ; ===> COLOR 14: CLS ; Stmt 2: CLS Src Line: 3 call js$Cls@0 ; ===> PRINT "Hello, World!" ; Stmt 3: PRINT Src Line: 4 push Offset String_0001 ; RT=$, RC=C, Ty=Str, Value="Hello, World!" call js$Print$@4 ; ===> END ; Stmt 4: END Src Line: 5 call js$End@0 ; Block Statements End ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ ret HELLO_Module EndP ; ÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ End ; Gen Code Completed!