fb:porticula NoPaste
Frage zu den Adressen
Uploader: | DonStevone |
Datum/Zeit: | 13.11.2012 16:48:56 |
Dim as Byte Stack
Dim Shared as Byte DataSeg
Dim as Byte BSS = 1
Sub CODE()
End Sub
Print "Stack: " & STR(@Stack)
Print "Heap: " & STR(Allocate(1))
Print "Data: " & STR(@DataSeg)
Print "BSS: " & STR(@BSS)
Print "Code: " & STR(@CODE)
Sleep