Search found 3 matches

by deadrats
Tue Dec 04, 2007 11:04 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: reversible hex dump
Replies: 6
Views: 13347

I don't understand you problem either. Is it in accessing the RAM/hdd (what is hdd? Harddisk?). Well I only know about PEEK and POKE, and BINARY files. They both handle numbers from 0-255. Is your problem that want only binary numbers, that are 0 or 1? I don't think that it is because you seem to b...
by deadrats
Wed Nov 28, 2007 11:42 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: reversible hex dump
Replies: 6
Views: 13347

Re: NOPE

QB cannot access RAM, so your stuck with C+. thanks for your reply, but that's not entirely accurate, following links from this very site i found that you can use assembler commands from within QB: http://www.petesqbsite.com/sections/tutorials/tutorials/asm.txt http://www.petesqbsite.com/sections/t...
by deadrats
Wed Nov 28, 2007 10:18 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: reversible hex dump
Replies: 6
Views: 13347

reversible hex dump

hello everyone, as the title suggests i'm trying to write a program in BASIC (using QBASIC) that would allow one to make a reversible hex dump, or more accurately a reversible binary dump. to understand what i mean: all data is stored on a hdd (or ram for that matter) as a sequence of electrical sta...