... On a 64 bit system, short would be 16 bits, int would be 32 bits, and long would be 64 bits...
That is, btw, a dangerous assumption as it's not generally true. Microsoft, for example, in their ultimate wisdom, decided a 32 bit long is "long enough", even on a 64 bit system.
With a reasonably ...
Search found 5 matches
- Tue Aug 09, 2022 8:36 am
- Forum: Software & Programming
- Topic: Dhrystone compiled on BBQL with Digital C SE
- Replies: 42
- Views: 9276
- Sun Feb 06, 2022 7:13 pm
- Forum: Software & Programming
- Topic: where can we find 6800x opcode table online?
- Replies: 7
- Views: 1694
- Sat Sep 11, 2021 7:34 pm
- Forum: QL Emulation
- Topic: QL emulation on Linux - is there anything mainstream ?
- Replies: 14
- Views: 5739
Re: QL emulation on Linux - is there anything mainstream ?
QPCII works fine with Wine for me
Re: 68K-MBC
That's good to hear - thanks for the feedback.Sparrowhawk wrote:@mfro - many thanks - your solution has worked.![]()
Re: 68K-MBC
...
B>cb68 hello.bas
--------------------------------------------------
CB68 CBASIC Compiler Version 1.0
Serial No. 3123-0000-000061 All Rights Reserved
Copyright (c) 1983 Digital Research, Inc.
--------------------------------------------------
end of pass 1
end of pass 2
1: 10 PRINT "HELLO ...
B>cb68 hello.bas
--------------------------------------------------
CB68 CBASIC Compiler Version 1.0
Serial No. 3123-0000-000061 All Rights Reserved
Copyright (c) 1983 Digital Research, Inc.
--------------------------------------------------
end of pass 1
end of pass 2
1: 10 PRINT "HELLO ...